macify-linux icon indicating copy to clipboard operation
macify-linux copied to clipboard

Applet Window Appmenu not working

Open woopstar opened this issue 4 years ago • 5 comments

Just testing it off in a VM with KDE Neon.

Apparently Applet Window Appmenu does not work.

Attached a screen.

image

woopstar avatar Aug 10 '20 13:08 woopstar

What happens when you run the following?

cd /home/ak/sources/applet-window-appmenu/
bash ./install.sh

jonchun avatar Aug 10 '20 17:08 jonchun

It looks like it cannot build:

image

woopstar avatar Aug 11 '20 07:08 woopstar

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.

jonchun avatar Aug 13 '20 15:08 jonchun

So it pretty much relates to #38 . Fixing that, should fix this :)

woopstar avatar Aug 14 '20 07:08 woopstar

Well, that's just my best guess -- I haven't actually tested this myself yet.

jonchun avatar Aug 14 '20 12:08 jonchun