lxqt / lxqt-panel

The LXQt desktop panel
https://lxqt-project.org
GNU Lesser General Public License v2.1
183 stars 135 forks source link

No notification showed under wayland with "Notify about volume changes with keyboard" #1934

Open stefonarch opened 1 year ago

stefonarch commented 1 year ago

As title. "Show always notifications" is working normally.

Steps to Reproduce (for bugs)
  1. Set the hook on "Notify about volume changes with keyboard"
  2. Use the shortcuts
  3. Nothing is shown
System Information
stefonarch commented 7 months ago

This probably depends as lxqt-globalkeysd can't register keys under wayland yet. Keyboard shortcuts are all set by compositors config files atm.

stefonarch commented 1 week ago

It would work using dbus: qdbus org.kde.StatusNotifierWatcher /global_key_shortcuts/panel/volume2/mute org.lxqt.global_key_shortcuts.client.activated for example but we have the numbering issue - we cannot know if the panel has changed.