我正在自动配置许多全新的 Ubuntu 14.04 安装,并且想知道如何从命令行禁用键盘快捷键覆盖?
答案1
如果您已经安装了 dconf,那么要禁用:
dconf write /org/compiz/profiles/unity/plugins/unityshell/shortcut-overlay false
并重新打开
dconf write /org/compiz/profiles/unity/plugins/unityshell/shortcut-overlay true
如果你没有安装 dconf,请通过以下方式安装
sudo apt-get install dconf
答案2
它用于/usr/sbin/guest-account
:
mkdir -p "$HOME"/.cache/unity
touch "$HOME"/.cache/unity/first_run.stamp