macify-linux
macify-linux copied to clipboard
Applet Window Appmenu not working
Just testing it off in a VM with KDE Neon.
Apparently Applet Window Appmenu does not work.
Attached a screen.
What happens when you run the following?
cd /home/ak/sources/applet-window-appmenu/
bash ./install.sh
It looks like it cannot build:
Looks like there's a problem with the current master branch of that repo. I should definitely not be building the master branch but rather the latest release. I bet you can fix this by doing
cd /home/ak/sources/applet-window-appmenu/
git checkout v0.6.0
and then running macify-linux again. (I can't remember off the top of my head if my script clears the directory or not though. will have to dig into it) If that doesn't work, it sounds like you've discovered a bug in https://github.com/psifidotos/applet-window-appmenu and you should probably file a bug report there.
So it pretty much relates to #38 . Fixing that, should fix this :)
Well, that's just my best guess -- I haven't actually tested this myself yet.