我刚刚使用 从存储的设置文件更新了 dconf,dconf load /org/cinnamon/ < keyboard_shortcuts_export_dconf
然后对文件进行了一些更改(将其替换firefox
为google-chrome
),并尝试使用相同的命令导入文件。它没有给出错误,但更改没有生效(当我使用快捷方式时,它仍然在 Firefox 中打开)。是否有某种source
dconf 命令我必须使用它来刷新文件或类似的东西?
[/]
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
答案1
仍然不确定如何正确修复此问题,但重新启动似乎会重新加载 dconf。如果有人有实际答案,我会接受,但简单的修复似乎是:重新启动机器