web-dev-qa-db-fra.com

la mise à jour de dconf ne modifie pas les commandes

Je viens de mettre à jour dconf à partir d'un fichier de paramètres stockés en utilisant dconf load /org/cinnamon/ < keyboard_shortcuts_export_dconf J'ai ensuite apporté quelques modifications au fichier (échange de firefox contre google-chrome) et a essayé d'importer le fichier à l'aide de la même commande. Il n'a pas donné d'erreur, mais les modifications n'ont pas pris effet (lorsque j'utilise un raccourci, il s'ouvre toujours dans Firefox). Existe-t-il une sorte de commande source pour dconf que je dois utiliser pour actualiser le fichier ou quelque chose?

[/]
panels-autohide=['1:false']
panels-resizable=['1:true']
enabled-applets=['panel1:left:0:[email protected]:0', 'panel1:left:1:[email protected]:1', 'panel1:left:2:[email protected]:2', 'panel1:left:3:[email protected]:3', 'panel1:right:0:[email protected]:4', 'panel1:right:1:[email protected]:5', 'panel1:right:2:[email protected]:6', 'panel1:right:3:[email protected]:7', 'panel1:right:4:[email protected]:8', 'panel1:right:5:[email protected]:9', 'panel1:right:6:[email protected]:10', 'panel1:right:7:[email protected]:11', 'panel1:right:8:[email protected]:12', 'panel1:right:9:[email protected]:13', 'panel1:right:10:[email protected]:14', 'panel1:right:0:[email protected]:15']
next-applet-id=16
panel-launchers=['DEPRECATED']
panels-height=['1:31']

[settings-daemon/plugins/xsettings]
antialiasing='rgba'
hinting='slight'

[settings-daemon/peripherals/touchpad]
motion-threshold=3
natural-scroll=true
motion-acceleration=3.1529411764705881
scroll-method='two-finger-scrolling'
two-finger-click=3
three-finger-click=2
touchpad-enabled=true

[settings-daemon/peripherals/keyboard]
numlock-state='off'

[desktop/keybindings/custom-keybindings/custom2]
binding=['<Super>d']
command='google-chrome "drive.google.com"'
name='drive'

[desktop/keybindings/custom-keybindings/custom1]
binding=['<Super>e']
command='google-chrome "https://inbox.google.com/?pli=1"'
name='email'

[desktop/keybindings/custom-keybindings/custom4]
binding=['<Super>Down']
command='xrandr --output eDP1 --rotate normal'
name='rotate screen normal'

[desktop/keybindings/custom-keybindings/custom0]
binding=['<Super>c']
command='google-chrome "https://www.google.com"'
name='chrome'

[desktop/keybindings/custom-keybindings/custom3]
binding=['<Super>Up']
command='xrandr --output eDP1 --rotate right'
name='rotate screen right'

[desktop/keybindings]
custom-list=['custom0', 'custom1', 'custom2', 'custom4', 'custom3', 'custom5']

[desktop/keybindings/media-keys]
terminal=['<Super>t']
home=['XF86Explorer']

[desktop/keybindings/wm]
Push-tile-up=@as []
switch-to-workspace-left=['<Super>Left']
switch-to-workspace-right=['<Super>Right']
maximize-vertically=['<Primary>Right']
show-desktop=['<Primary>d']
Push-tile-left=@as []
Push-tile-right=@as []
Push-tile-down=@as []

[desktop/background]
picture-uri='file:///home/king/Desktop/image3.png'

[desktop/interface]
text-scaling-factor=1.5000000000000004

[sounds]
login-enabled=false
logout-enabled=false
unplug-enabled=true
tile-enabled=false
switch-enabled=false
2
Rilcon42

Vous ne savez toujours pas comment résoudre ce problème correctement, mais le redémarrage semble recharger dconf. Si quelqu'un a une réponse réelle, je l'accepterai à la place, mais la solution simple semble être: redémarrer la machine

1
Rilcon42