atualizando dconf não altera comandos

3

Acabei de atualizar o dconf de um arquivo de configurações armazenadas usando dconf load /org/cinnamon/ < keyboard_shortcuts_export_dconf I, em seguida, fiz algumas alterações no arquivo (trocando firefox para google-chrome ) e tentei importar o arquivo usando o mesmo comando. Ele não deu um erro, mas as mudanças não entraram em vigor (quando eu uso um atalho, ele ainda abre no firefox). Existe algum tipo de comando source para o dconf que eu tenho que usar para atualizar o arquivo ou algo do tipo?

[/]
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
    
por Rilcon42 25.08.2016 / 04:51

1 resposta

1

Ainda não tenho certeza de como corrigir isso corretamente, mas a reinicialização parece recarregar o dconf. Se alguém tiver uma resposta real, eu aceito isso, mas a correção simples parece ser: reinicialize a máquina

    
por Rilcon42 26.08.2016 / 18:19