Skip to content
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

Open
elischiff opened this issue Apr 30, 2020 · 10 comments
Open

MacOS support #1

elischiff opened this issue Apr 30, 2020 · 10 comments

Comments

@elischiff
Copy link

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!

@Aws0mee
Copy link

Aws0mee commented Apr 30, 2020

no

@Lord-Nightmare
Copy link

Lord-Nightmare commented May 7, 2020

It should be possible to run Plasma on a Mac running 10.14 (Mojave) or earlier, using wine (and winetricks -q vcrun2010 for the visual c++ runtime needed to run it), but you may need to grab certain fonts from a windows installation to make it work properly, or else all the text will be invisible.
Because Plasma is a 32-bit application, it cannot be run in 10.15 (Catalina).

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.

@elischiff
Copy link
Author

elischiff commented May 7, 2020 via email

@Lord-Nightmare
Copy link

Lord-Nightmare commented May 7, 2020

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 winetricks -q vcrun2010 to install the native visual c++ runtime dlls, then run the plasma installer using wine (or install it on a windows box or vm, and copy the already installed C:\Program Files (x86)\Picroma Plasma directory from the windows installation to your mac), then run plasma using wine plasma.exe

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.

@elischiff
Copy link
Author

@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

@elischiff
Copy link
Author

Thank you @Lord-Nightmare !

@Lord-Nightmare
Copy link

Lord-Nightmare commented May 21, 2020

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.

@elischiff
Copy link
Author

:D thanks again

@Lord-Nightmare
Copy link

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.

@elischiff
Copy link
Author

Sad to hear that. Thanks for the tip though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants