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
I installed dconf-cli in an Ubuntu distrobox, and ran dconf dump /org/gnome/settings-daemon/plugins/media-keys/ and was sent this output (my key-binding is modeled after my setup in Pop OS!, hence the '<Super>f' instead of e):
[/]
home=['<Super>f']
It appears that this particular key is expecting a list instead of just a string with the keybinding. I'm working on a fresh fork after playing around with ublue-os/ubuntu last week, so I can test a push and see if it updates on the fresh fork before issuing a full PR if you don't get to test it first.
https://github.com/ublue-os/ubuntu/blob/5bf11e901bc64e8c73c46fb7227339d9027534b5/etc/dconf/db/local.d/01-ublue#L62
This should bind super-e to home, but it's not working.
The text was updated successfully, but these errors were encountered: