https://pastebin.ubuntu.com/p/nrtyQZMPdB/
In my case the primary key is the ALT, actually the left alt.
As far as I know, no usage collision of alt-ctrl-g, alt-ctrl-backspaces,
...
I do not use any other setting manager. The problem is ther if I do it
'by hand' in Unity control center. However normally I set up almost
everything with script, here is the shortcut setting part:
CK='/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings'
DCONFWRITE='dconf write '
DCONFWRITE+="${CK}"
${DCONFWRITE}/custom0/name "'unset'"
${DCONFWRITE}/custom0/command "'unset'"
${DCONFWRITE}/custom0/binding "'unset'"
${DCONFWRITE}/custom0/name "'gnome-terminal --geometry=80x99-0+0'"
${DCONFWRITE}/custom0/command "'gnome-terminal --geometry=80x99-0+0'"
${DCONFWRITE}/custom0/binding "'<Primary><Alt>g'"
${DCONFWRITE}/custom1/name "'unset'"
${DCONFWRITE}/custom1/command "'unset'"
${DCONFWRITE}/custom1/binding "'unset'"
${DCONFWRITE}/custom1/name "'gnome-session-quit --power-off'"
${DCONFWRITE}/custom1/command "'gnome-session-quit --power-off'"
${DCONFWRITE}/custom1/binding "'<Primary><Alt>BackSpace'"
${DCONFWRITE} "['${CK}/custom0/','${CK}/custom1/']"
unset DCONFWRITE
unset CK
However, the problem is still there, if I do it by hand, and during the
debug command the setting is recorded only and it comes to alive after a
logout/login cycle.
I am ready to make further experiments, no comes the CTRL+SHIFT instead
of CTRL+ALT, how you have just suggested, ... many thanks.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1755106
Title:
/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/
fails to load
Status in unity-settings-daemon package in Ubuntu:
Confirmed
Bug description:
$ dconf dump /org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/
[custom1]
binding='<Primary><Alt>BackSpace'
command='gnome-session-quit --power-off'
name='gnome-session-quit --power-off'
[custom0]
binding='<Primary><Alt>g'
command='gnome-terminal --geometry=80x99-0+0'
name='gnome-terminal --geometry=80x99-0+0'
$
In spite of the above, time to time, not always, but since 18.04 much
much more frequently this settings fails to become active just after
booting, ... my account is logged in automatically just after boot.
If I log out and log in again, then these key bindings work.
If I go to the system settings, and define again, then these work
again.
Earlier, before 18.04 this phenomenon was rare, namely once a week at
most.
But since 18.04 it is almost guaranteed, not deterministic, but highly
probable, that after an initial boot or a warm reboot these key
bindings will not work.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-settings-daemon/+bug/1755106/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp