Postman 应用正在打开,而不是 google chrome

Postman app is opening instead of google chrome

我已经在 chrome 个应用中安装了 Postman 应用。现在,每当我单击 chrome 图标时,邮递员都会默认打开而不是 chrome。这非常繁琐,我每次都必须单击 chrome 应用程序启动器才能打开 chrome。有什么解决办法吗?

我不知道你是否在 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},保存,然后重试