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
The global shortcuts system can't be used to spawn applications, only to send signals to them, but I do see the value of handing over an activation token. Should be possible to add that to the options vardict in the Activated/Deactivated signals.
Operating System
Arch Linux
XDG Desktop Portal version
Other
XDG Desktop Portal version (Other)
1.20.0
Desktop Environment
GNOME
Desktop Environment (Other)
No response
Expected Behavior
There should be a way for apps to receive the activation-token from the global shortcuts portal.
Current Behavior
The Global shortcuts portal added in #711 is yet another way to launch apps.
When launching apps in wayland an xdg-activation token needs to be explicitly set to be able to bring the app window to the foreground.
But there is no support for passing the activation token in the
Activated
signal for global shortcuts similar to theActionInvoked
signal in the notifications portal.So invoking an already running app using global shortcuts may not bring its window forward.
cc: @nickdiego
Steps to Reproduce
N/A
Anything else we should know?
No response
The text was updated successfully, but these errors were encountered: