You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, I've followed the instructions and all, and the script at least starts working (it appears on QDbusViewer), but if I press the shortcut, it will just display the
/usr/lib/plasma-hud/plasma-hud:379: DeprecationWarning: Gdk.Screen.width is deprecated
width_dpi = get_dpi(screen.width(), screen.width_mm())
/usr/lib/plasma-hud/plasma-hud:379: DeprecationWarning: Gdk.Screen.width_mm is deprecated
width_dpi = get_dpi(screen.width(), screen.width_mm())
/usr/lib/plasma-hud/plasma-hud:380: DeprecationWarning: Gdk.Screen.height is deprecated
height_dpi = get_dpi(screen.height(), screen.height_mm())
/usr/lib/plasma-hud/plasma-hud:380: DeprecationWarning: Gdk.Screen.height_mm is deprecated
height_dpi = get_dpi(screen.height(), screen.height_mm())
error/warning thing once and then not do anything anymore (need to stop and start again to even show it again).
I have the Global menu widget on my panel that works fine.
From Manjaro
The text was updated successfully, but these errors were encountered:
Waces
changed the title
Not really working on my Plasma config, needs KWin?
Not really working on my Plasma config
Jan 27, 2020
KWin is what handles the global shortcut in plasma-hud, so yeah it won't work without it. You could use something else to bind Alt to launching the dbus command. mate-hud and i3-hud-menu will work since they're functionally the same. Their main differences with plasma-hud is:
Timeouts when the menu detects a method of reading the menu, but it isn't properly supported in KDE for some reason.
To fix this, we used to check KDE's menu detection code first, but now we only use it as it's easier to add new features. Anything supported in the global menu widget will show up in the hud.
We don't use a GTK Global Shortcut on Alt since it breaks KWin's other Alt+__ shortcuts.
Well, I've followed the instructions and all, and the script at least starts working (it appears on QDbusViewer), but if I press the shortcut, it will just display the
error/warning thing once and then not do anything anymore (need to stop and start again to even show it again).
I have the Global menu widget on my panel that works fine.
From Manjaro
The text was updated successfully, but these errors were encountered: