Bug 404359 - Application menu does not show
Summary: Application menu does not show
Status: CONFIRMED
Alias: None
Product: Active Window Control
Classification: Plasma
Component: General (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Chris Holland
URL:
Keywords:
: 421124 (view as bug list)
Depends on:
Blocks:
 
Reported: 2019-02-14 17:53 UTC by John
Modified: 2023-02-24 05:54 UTC (History)
7 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John 2019-02-14 17:53:08 UTC
SUMMARY
Application menu does not show

STEPS TO REPRODUCE
1. Activate Application menu
2. Apply
3. 

OBSERVED RESULT
There is no button showing up for the Application Menu

EXPECTED RESULT
There should be a button for clicking and showing the application menu


SOFTWARE/OS VERSIONS

Linux/KDE Plasma: openSUSE Tumbleweed

KDE Plasma Version: 5.14.5
KDE Frameworks Version: 5.54.0
Qt Version: 5.12.0

ADDITIONAL INFORMATION
Comment 1 John 2019-04-05 17:35:40 UTC
As clarification, this bug report is related to widget Active Window Control ( https://store.kde.org/p/998910/ )
Comment 2 Cor Blom 2019-06-26 13:58:48 UTC
The active window control applet is part of openSUSE Tumbleweed and you should install from there, not from store.kde.org. It needs to be compiled to have all functions. When you use the version from the Tumbleweed repo, all should work fine.

(Of course, this applet does not seems to be developed anymore, so it is available until it breaks.)
Comment 3 John 2019-06-27 15:55:31 UTC
(In reply to Cor Blom from comment #2)
> The active window control applet is part of openSUSE Tumbleweed and you
> should install from there,

That's the version i'm using and it does not shows the Application menu.
Also, i thought that active window control was now part of KDE's Plasma (and not an "independent" applet)
Comment 4 Cor Blom 2019-06-27 16:18:21 UTC
It has moved to the kde infrastructure, nothing more as far as I know. SeeL

https://phabricator.kde.org/source/plasma-active-window-control/

Tumbleweed has the latest git version with two additional patches and for me it is working fine. I am the maintainer of that package in openSUSE. I cannot reproduce this.
Comment 5 John 2019-06-27 16:41:27 UTC
(In reply to Cor Blom from comment #4)
> It has moved to the kde infrastructure, nothing more as far as I know. SeeL
> 
> https://phabricator.kde.org/source/plasma-active-window-control/
> 
> Tumbleweed has the latest git version with two additional patches and for me
> it is working fine. I am the maintainer of that package in openSUSE. I
> cannot reproduce this.


I had the idea (from the github's text: https://github.com/kotelnik/plasma-applet-active-window-control ) that it was becoming part of KDE, but you're probably right about it!

Anyway, in my TW, the menu does not show!
maybe there's a problem with my system... (it's also EXTREMELY slow as well, so probably there's something wrong around here)

Any clue or idea how to fix it / maybe reset the plasmoid...
Comment 6 Cor Blom 2019-06-27 16:46:17 UTC
(In reply to john from comment #5)
> Any clue or idea how to fix it / maybe reset the plasmoid...

Removing the plasmoid from the panel and adding it again resets it for me.

You can also try a new account with empty kde setting to see if something has messed up your settings.
Comment 7 Cor Blom 2019-06-27 16:49:37 UTC
You should also try Plasma's own applet for application menu, to see if it is a general problem with the appmenu.
Comment 8 John 2019-06-27 16:52:39 UTC
(In reply to Cor Blom from comment #7)
> You should also try Plasma's own applet for application menu, to see if it
> is a general problem with the appmenu.

No, plasma's appmenu work like a charm! Only active window control has this problem...

will remove and reinstall to see if it fixes it...
Comment 9 John 2019-06-27 17:49:41 UTC
Nop... no luck.

Application Menu does not show!
Comment 10 prangija 2019-06-28 06:45:51 UTC
I can confirm the same issue on my system. The interesting thing is that when I first removed and added the applet, the menu started working briefly. But it stopped working again and now removing/adding or even reinstallation doesn't help at all.
I'm using Arch and latest git version of the applet from AUR, but I'm not sure if that build contains all the latest patches.
Comment 11 prangija 2019-06-28 07:18:29 UTC
I must add that plasma app menu shows for me, but I just noticed that it crashes sometimes. So, it's possible that there's a regression in global menu that causes both issues. On the other hand it maybe isn't connected at all.
Comment 12 vibhav kharangate 2020-10-12 15:47:24 UTC
*** Bug 421124 has been marked as a duplicate of this bug. ***
Comment 13 Cor Blom 2020-10-12 19:45:20 UTC
This software is abandoned. Should we not close this as will not be fixed. It has been removed from openSUSE.
Comment 14 xiota 2023-02-24 05:54:42 UTC
Workaround if downloading this applet with Discover.  Edit `~/.local/share/plasma/plasmoids/org.kde.activeWindowControl/contents/ui/AppMenu.qml` with the following change:

-                 import org.kde.private.activeWindowControl 1.0 as ActiveWindowControlPrivate;\
+                 import org.kde.plasma.private.appmenu 1.0 as ActiveWindowControlPrivate;\