ubuntu gnome下, alt + tab切换窗口时,不要把同组的窗口合并的配置方法+解决ubuntu无法使用root用户启动Google Chrome浏览器

安装系统编辑器
apt install dconf-editor
运行
dconf-editor 
打开
org/gnome/desktop/wm/keybindings 

<alt> Tab 是放在了 switch-application 里面的. 要把它拿出来, 放到 switch-windows 中.
switch application 就是 把相同的窗口合并.
保存. 立马生效.

修改后的文件:

在这里插入图片描述在这里插入图片描述1.找到Chrome的路径

whereis google-chrome

google-chrome: /usr/bin/google-chrome /usr/share/man/man1/google-chrome.1.gz

2.编辑文件

gedit /usr/bin/google-chrome

将 exec -a “ 0 " " 0" " 0""HERE/chrome” “$@” 改为

exec -a "$0" "$HERE/chrome" "$@" --user-data-dir --no-sandbox