使用 gnome 终端时无法打开文件“/etc/dconf/db/local”错误
unable to open file '/etc/dconf/db/local' error when using gnome-terminal
我只是想 运行 在新终端 window 中执行命令。根据我的阅读,以下命令似乎应该有效
gnome-terminal -- "ls"
但我收到以下错误消息:
# unable to open file '/etc/dconf/db/local': Failed to open file “/etc/dconf/db/local”: open() failed: No such file or directory; expect degraded performance
我在这里找到了答案:
gnome-terminal -- /bin/bash -c ls
我只是想 运行 在新终端 window 中执行命令。根据我的阅读,以下命令似乎应该有效
gnome-terminal -- "ls"
但我收到以下错误消息:
# unable to open file '/etc/dconf/db/local': Failed to open file “/etc/dconf/db/local”: open() failed: No such file or directory; expect degraded performance
我在这里找到了答案:
gnome-terminal -- /bin/bash -c ls