[neon/snap-packaging/plasma-core-desktop-snap] /: Rename to plasma-core22-desktop

Kevin Ottens null at kde.org
Fri May 3 13:53:44 BST 2024


Git commit 628cbb979e9ebe0ca326ad5b1946d8f9bcf0ef69 by Kevin Ottens.
Committed on 03/05/2024 at 12:52.
Pushed by ervin into branch 'master'.

Rename to plasma-core22-desktop

Also it now assumes the companion snap is plasma-desktop-session

M  +3    -3    snapcraft.yaml
M  +2    -2    static/usr/share/wayland-sessions/plasma-desktop-session.desktop
M  +2    -2    static/usr/share/wayland-sessions/ubuntu-desktop-session.desktop

https://invent.kde.org/neon/snap-packaging/plasma-core-desktop-snap/-/commit/628cbb979e9ebe0ca326ad5b1946d8f9bcf0ef69

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 9e76486..a3a8192 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,9 +1,9 @@
-name: core22-desktop
+name: plasma-core22-desktop
 # version: "22"
 adopt-info: bootstrap
-summary: Runtime environment based on Ubuntu 22.04
+summary: Runtime environment based on KDE Neon Core / Ubuntu 22.04
 description: |
-  The base snap based on the Ubuntu 22.04 release.
+  The base snap based on KDE Neon Core over the Ubuntu 22.04 release.
 confinement: strict
 type: base
 build-base: core22
diff --git a/static/usr/share/wayland-sessions/plasma-desktop-session.desktop b/static/usr/share/wayland-sessions/plasma-desktop-session.desktop
index 5e09271..e77eeac 100644
--- a/static/usr/share/wayland-sessions/plasma-desktop-session.desktop
+++ b/static/usr/share/wayland-sessions/plasma-desktop-session.desktop
@@ -1,8 +1,8 @@
 [Desktop Entry]
 Name=Plasma (confined)
 Comment=This session logs you into KDE Plasma
-Exec=core-desktop-session-wrapper.sh ubuntu-desktop-session.plasma-desktop-session KDE
-TryExec=/snap/bin/ubuntu-desktop-session.plasma-desktop-session
+Exec=core-desktop-session-wrapper.sh plasma-desktop-session KDE
+TryExec=/snap/bin/plasma-desktop-session
 Type=Application
 DesktopNames=KDE
 X-GDM-SessionRegisters=true
diff --git a/static/usr/share/wayland-sessions/ubuntu-desktop-session.desktop b/static/usr/share/wayland-sessions/ubuntu-desktop-session.desktop
index b290d9c..4b25eca 100644
--- a/static/usr/share/wayland-sessions/ubuntu-desktop-session.desktop
+++ b/static/usr/share/wayland-sessions/ubuntu-desktop-session.desktop
@@ -1,8 +1,8 @@
 [Desktop Entry]
 Name=Ubuntu (confined)
 Comment=This session logs you into Ubuntu
-Exec=core-desktop-session-wrapper.sh ubuntu-desktop-session ubuntu:GNOME
-TryExec=/snap/bin/ubuntu-desktop-session
+Exec=core-desktop-session-wrapper.sh plasma-desktop-session.ubuntu-desktop-session ubuntu:GNOME
+TryExec=/snap/bin/plasma-desktop-session.ubuntu-desktop-session
 Type=Application
 DesktopNames=ubuntu:GNOME
 X-GDM-SessionRegisters=true


More information about the Neon-commits mailing list