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