我在Chrome应用中安装了Postman应用。现在,每当我点击chrome图标时,邮递员都会打开默认值而不是Chrome。这非常繁琐,我每次都要点击chrome app启动器打开chrome。有没有解决这个问题?
答案 0 :(得分:2)
我不知道你是否在使用Ubuntu,但这对我有用:
编辑〜/ .local / share / applications / google-chrome.desktop
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Name=Postman
Icon=google-chrome
Exec=/opt/google/chrome/chrome --profile-directory=Default --app-id={gobbledigook}
StartupNotify=false
StartupWMClass=Google-chrome
OnlyShowIn=Unity;
X-UnityGenerated=true
从Exec行中删除--app-id={gobbledigook}
,保存,然后重试