访问量: 143次,访客数: 143人,浏览量: 1次 
首页  编辑  

Ubuntu Unity launcher with Chrome incognito mode

Tags: /计算机文档/Linux & Unix/   Date Created: Mon Aug 22 2016 13:16:08 GMT+0000 (Coordinated Universal Time)
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