Skip to content
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

Open
Nuttymoon opened this issue Jan 3, 2024 · 9 comments
Open

Summon shortcut stopped working on Linux #1693

Nuttymoon opened this issue Jan 3, 2024 · 9 comments

Comments

@Nuttymoon
Copy link

I have the current setup:

  • Ubuntu 22.04.3 LTS
  • Gnome Shell 42.9

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.

@BarbzYHOOL
Copy link

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

@unixpariah
Copy link

unixpariah commented Feb 21, 2024

Are you on wayland or xorg? You can check it with

echo $XDG_SESSION_TYPE

@Nuttymoon
Copy link
Author

Are you on wayland or xorg? You can check it with

echo $XDG_SESSION_TYPE

I am on wayland

@unixpariah
Copy link

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

@Nuttymoon
Copy link
Author

Nuttymoon commented Feb 21, 2024

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.

@unixpariah
Copy link

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

@Nuttymoon
Copy link
Author

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:

$ xlsclients
gauthier-infinitybook-pro  gsd-xsettings
gauthier-infinitybook-pro  ibus-x11
gauthier-infinitybook-pro  gnome-shell
gauthier-infinitybook-pro  tuxedo-control-center
gauthier-infinitybook-pro  slack
gauthier-infinitybook-pro  tabby
gauthier-infinitybook-pro  code-insiders
gauthier-infinitybook-pro  rocketchat-desktop
gauthier-infinitybook-pro  frame

@unixpariah
Copy link

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.

@RyRy79261
Copy link

I'm on a fresh install on Manjaro and also having issues with the shortcut

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants