首页  编辑  

Ubuntu Unity launcher with Chrome incognito mode

Tags: /计算机文档/Linux & Unix/   Date Created:
Ubuntu 启动器中总是以隐身模式启动Chrome

Always launch Chrome with incognito mode under Ubuntu 14 Desktop:
run below command:
sudo vi /usr/share/applications/google-chrome.desktop
Modify below line:
Exec=/usr/bin/google-chrome-stable %U
to 
Exec=/usr/bin/google-chrome-stable --incognito %U