Replies: 1 comment
-
Hey, if you still need help with that - try adding a flag when launching app: You can add it to Exec in your .desktop file, example below: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using the AppImage. The overlay runs (I need to use --no-overlay, but that's a different issue I think I can solve), however it won't accept any input. Looking at the debug log I noticed this:
[10:30:15 AM] info Linux 6.14.2-2-cachyos / v0.9.3
[10:30:17 AM] error [Shortcuts] Failed to register a shortcut "Ctrl + D". It is already registered by another application.
[10:30:17 AM] error [Shortcuts] Failed to register a shortcut "Ctrl + Alt + D". It is already registered by another application.
[10:30:17 AM] error [Shortcuts] Failed to register a shortcut "Ctrl + Space". It is already registered by another application.
[10:30:17 AM] error [Shortcuts] Failed to register a shortcut "Alt + Z". It is already registered by another application.
[10:30:17 AM] error [Shortcuts] Failed to register a shortcut "F5". It is already registered by another application.
[10:30:17 AM] error [Shortcuts] Failed to register a shortcut "F9". It is already registered by another application.
I'm using sway and those keys are not bound. On Xorg, the overlay works.
Any idea what might be blocking EE from registering the shortcuts?
Beta Was this translation helpful? Give feedback.
All reactions