-
-
Notifications
You must be signed in to change notification settings - Fork 3
Detect action on taskbar or applet #45
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Projects
Status
Todo
At this stage finding a solution is pretty hard/long since the KDE plasma API doesn't allow a simple solution. Since I have less time than before to try to find one (with DBUS certainly) I don't know when a solution will be found and deployed.
I'm trying to find a way to detect when the user open something via the taskbar, for example: yakuake, the wifi menu and so on.
ATM we use
org.kde.taskmanagerfor counting and checking if we have an active window but the action we want to check doesn't trigger anything in it.I have to try with the DBUS system or C, but I'm not very skilled with both of this, so any help is welcomed.
Also, we need to find a way to make blurred by monitor if possible.