Open Nuttymoon opened 10 months ago
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
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
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
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
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.