-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Summon shortcut stopped working on Linux #1693
Comments
I just installed it on the same ubuntu, and no shortcut works at all for this action (and maybe others, I just opened frame 30 sec ago) @floating |
Are you on wayland or xorg? You can check it with echo $XDG_SESSION_TYPE |
I am on wayland |
Wayland unfortunatelly doesn't support global shortcuts (and it doesn't look like it ever will due to security concerns) but you can force frame to run with xwayland which should resolve the issue env -u WAYLAND_DISPLAY frame |
This doesn't seem to work. And the summoning was working before. FYI, I didn't change from Xorg to Wayland. |
Could you check if xwayland is installed on your system and if frame is running using it? You can use command xlsclients to do that https://manpages.ubuntu.com/manpages/trusty/man1/xlsclients.1.html |
Here is the output:
|
Seems like its using xwayland, nothing else comes to my mind that could be the problem. You could also test it on xorg and see if the problem is with wayland compatibility or with the app itself, maybe some update broke it. |
I'm on a fresh install on Manjaro and also having issues with the shortcut |
I have the current setup:
The shortcut that I was using so far to summon Frame:
Alt + /
stopped working, independent of the app currently focused. I tried other shortcuts without success.The text was updated successfully, but these errors were encountered: