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

Switching apps via Super+<digit> is broken after lock or suspend #2210

Open
yktoo opened this issue Nov 6, 2024 · 4 comments
Open

Switching apps via Super+<digit> is broken after lock or suspend #2210

yktoo opened this issue Nov 6, 2024 · 4 comments
Labels

Comments

@yktoo
Copy link

yktoo commented Nov 6, 2024

Describe the bug
I have enabled Use hotkeys to activate apps in settings (Action tab). All works fine initially, however the keys stop working after the system has been locked or went into suspend. In that case pressing e.g. Super+1 types a literal "1" in the current application.

If I open the settings dialog, select the Action tab and then deactivate and re-activate Use hotkeys to activate apps, the keys work again — until the next lock.

Linux distribution and version
Ubuntu 24.04 LTS

GNOME Shell version
GNOME Shell 46.0

Dash-to-Panel version
64

Where was Dash-to-Panel installed from?
The GNOME extensions website

Additional Info
It happens consistently on multiple machines, all running Ubuntu 24.04 LTS.

@yktoo yktoo added the bug label Nov 6, 2024
@yktoo yktoo changed the title Switching apps via Win+Digit is broken after lock or suspend Switching apps via Super+<digit> is broken after lock or suspend Nov 6, 2024
@lukasstorck
Copy link

I had the same issue. At the same time I also had the issue of the default dock coming back after disabling it, so I looked into the settings of Ubuntu Dock and there is also the same feature with the keyboard shortcuts (Ubuntu Dock settings > Behavior > Use keyboard shortcuts to activate apps). After disabling that switch in Ubuntu Dock I had no issues anymore with the shortcuts. Maybe this is a workaround.

@yktoo
Copy link
Author

yktoo commented Nov 11, 2024

@lukasstorck Thanks for the tip, it seems to have worked out indeed. For those struggling with the same issue, open Extensions → Ubuntu Dock settings:
2024-11-11_07-50

Then disable the use of keyboard shortcuts:
image

@prasannavl
Copy link

Oh, just saw this after opening #2213.
My mistake. Closing that one as duplicate.

@prasannavl
Copy link

Something else odd that I noticed is dash to panel seems to have no schema in gsettings.

[08:00:17|pvl@pvl-x1c:~]
$ gsettings list-schemas | grep panel
org.freedesktop.ibus.panel
org.freedesktop.ibus.panel.emoji
[08:00:21|pvl@pvl-x1c:~]
$ gsettings list-schemas | grep -i panel
org.freedesktop.ibus.panel
org.freedesktop.ibus.panel.emoji
[08:00:28|pvl@pvl-x1c:~]
$ gsettings list-schemas | grep -i extension
org.gnome.Extensions
org.gnome.shell.extensions.appindicator
org.gnome.shell.extensions.apps-menu
org.gnome.shell.extensions.auto-move-windows
org.gnome.shell.extensions.dash-to-dock
org.gnome.shell.extensions.ding
org.gnome.shell.extensions.native-window-placement
org.gnome.shell.extensions.screenshot-window-sizer
org.gnome.shell.extensions.system-monitor
org.gnome.shell.extensions.tiling-assistant
org.gnome.shell.extensions.user-theme
org.gnome.shell.extensions.window-list
org.gnome.shell.extensions.workspace-indicator
[08:00:35|pvl@pvl-x1c:~]
$ gsettings list-relocatable-schemas | grep -i extension
[exit: 1]
[08:02:01|pvl@pvl-x1c:~]
$ gsettings list-relocatable-schemas | grep -i panel
[exit: 1]

Wonder if this is related as gnome seems to have no understanding of dash to panel.

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

No branches or pull requests

3 participants