答案1
制作桌面文件:
gedit ~/.local/share/applications/My-Chrome.desktop
将以下内容复制粘贴到其中:
[Desktop Entry]
Comment=Chrome my profile
Terminal=false
Name=My Chrome
Exec=google-chrome --profile-directory="Guest Profile"
Type=Application
Icon=google-chrome
Name[en_US]=My Chrome
保存。
将其命名为“我的 Chrome”,以区别于常规的 Chrome 启动器。
现在查找“我的 Chrome”并点击它。
您也可以使用命令行从终端打开它:
google-chrome --profile-directory="Guest Profile"