-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacOS support #1
Comments
no |
It should be possible to run Plasma on a Mac running 10.14 (Mojave) or earlier, using wine (and EDIT: I tried this locally, and while with the latest plasma fip "tweak" patch it ALMOST works, at least here (on 10.13) it crashes with a divide by zero error during the activation phase. |
How do I get all the files for that to make it happen?
…On May 7, 2020, 3:29 AM -0500, Jonathan Gevaryahu ***@***.***>, wrote:
It should be possible to run Plasma on a Mac running 10.14 (Mojave) or earlier, using wine, but you may need to grab certain fonts from a windows installation to make it work properly.
Because Plasma is a 32-bit application, it cannot be run in 10.15 (Catalina).
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
install wine and winetricks on mac, copy the entire c:\windows\fonts folder from a windows installation and put it in ~/.wine/drive_c/windows/Fonts/ (plasma needs this), do There's an issue I ran into with a divide by zero when it tries to contact the activation server which prevented it from working here, though, but YMMV. |
@Lord-Nightmare Any chance you might be willing to walk me through this? I don't even know where to find 3/4 of what you just described |
Thank you @Lord-Nightmare ! |
First off, you can't be running Catalina (Mac OS 10.15). If you are, you're SOL. Plasma is a 32-bit application, and Apple made very sure to make it near impossible to run anything 32-bit on Catalina. Next, you need to install homebrew, which can be done by following the instructions on https://brew.sh/ and use that to install wine and winetricks ('brew install wine' and 'brew install winetricks'). Obtaining the fonts from a windows install is left as an exercise to the reader. Obtaining the picroma plasma installer is also left as an exercise to the reader. |
:D thanks again |
I can't help any more here, if you can't find what you need, you're on your own. Keep in mind plasma is known to not work on OSX 10.13 when I tested it following the above instructions, so even attempting to do it might be pointless. |
Sad to hear that. Thanks for the tip though |
Hi. I am dying to try Picroma Plasma but I have a Mac. Is there any way to get it running on a Mac? Thank you!
The text was updated successfully, but these errors were encountered: