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
Shortcut gets bound successfully, but handler never triggers. According to tauri-apps/global-hotkey#28, X11 support should be available in the current version (0.9.1 is what my application is pulling, through Tauri 1.0.0-rc.13).
Bug seems identical to #307, which while still open, was labelled fixed by #313 and #333.
So what is the status of the issue described in #307?
Code below works on Windows platforms, but not in Ubuntu 22.04, neither X11 or Wayland
It's open because it's not fixed. And about the relation to tauri-apps/global-hotkey#28, tauri-apps/global-hotkey#28 was opened march 1, and #307 was reopened march 10. tauri-apps/global-hotkey#28 is about the wayland limitation and #307 is open because x11 doesn't work due to a bug. Unfortunately #307 does work for many, including the main maintainers of tao, which makes it harder to fix.
Therefore closing this as a duplicate of #307. And a headsup: this may only be fixed in the context of the winit migration :/
Tested in Ubuntu 22.04 under X11 and Wayland.
Shortcut gets bound successfully, but handler never triggers. According to tauri-apps/global-hotkey#28, X11 support should be available in the current version (0.9.1 is what my application is pulling, through Tauri 1.0.0-rc.13).
Bug seems identical to #307, which while still open, was labelled fixed by #313 and #333.
So what is the status of the issue described in #307?
Code below works on Windows platforms, but not in Ubuntu 22.04, neither X11 or Wayland
The text was updated successfully, but these errors were encountered: