We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f195f22 commit 8b5e7edCopy full SHA for 8b5e7ed
packages/browseros/build/modules/package/linux.py
@@ -183,6 +183,7 @@ def create_desktop_file(apps_dir: Path, exec_path: str) -> Path:
183
Categories=Network;WebBrowser;
184
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/vnd.mozilla.xul+xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/chrome;video/webm;application/x-xpinstall;
185
Icon=browseros
186
+StartupWMClass=chromium-browser
187
"""
188
189
desktop_file = Path(join_paths(apps_dir, "browseros.desktop"))
0 commit comments