fix(snap): re-add desktop entries (#2553)

This commit is contained in:
Baptiste Augrain
2025-10-15 01:57:31 +02:00
committed by GitHub
parent 2487cd7ce2
commit 4ba37835b2
2 changed files with 4 additions and 0 deletions

View File

@@ -96,7 +96,9 @@ parts:
apps:
codium:
command: electron-launch $SNAP/usr/share/codium-insiders/bin/codium-insiders --no-sandbox
desktop: usr/share/applications/codium-insiders.desktop
common-id: codium-insiders.desktop
url-handler:
command: electron-launch $SNAP/usr/share/codium-insiders/bin/codium-insiders --open-url --no-sandbox
desktop: usr/share/applications/codium-insiders-url-handler.desktop

View File

@@ -96,7 +96,9 @@ parts:
apps:
codium:
command: electron-launch $SNAP/usr/share/codium/bin/codium --no-sandbox
desktop: usr/share/applications/codium.desktop
common-id: codium.desktop
url-handler:
command: electron-launch $SNAP/usr/share/codium/bin/codium --open-url --no-sandbox
desktop: usr/share/applications/codium-url-handler.desktop