From 4df83fadf0f58b7a441b82540daff166ec7e75cf Mon Sep 17 00:00:00 2001 From: Sergio Costas Rodriguez Date: Thu, 20 Jun 2024 12:54:10 +0200 Subject: [PATCH] Add ubuntu-desktop-session snap to the list It is required to be able to automagically install it for future versions. --- ubuntu-core-desktop-22-amd64-dangerous.json | 6 ++++++ ubuntu-core-desktop-22-amd64.json | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/ubuntu-core-desktop-22-amd64-dangerous.json b/ubuntu-core-desktop-22-amd64-dangerous.json index b5a5bcd..a3a5d2b 100644 --- a/ubuntu-core-desktop-22-amd64-dangerous.json +++ b/ubuntu-core-desktop-22-amd64-dangerous.json @@ -203,6 +203,12 @@ "default-channel": "latest/stable", "type": "app", "id": "xODwiAdjx9KGChvI1z9Xx2JWJE7oLFF6" + }, + { + "name": "ubuntu-desktop-init", + "default-channel": "latest/candidate", + "type": "app", + "id": "tBdYpKjXcW5farGGJaWiYXrxIwMVMtx5" } ] } diff --git a/ubuntu-core-desktop-22-amd64.json b/ubuntu-core-desktop-22-amd64.json index 55d274f..91d7a7a 100644 --- a/ubuntu-core-desktop-22-amd64.json +++ b/ubuntu-core-desktop-22-amd64.json @@ -203,6 +203,12 @@ "default-channel": "latest/stable", "type": "app", "id": "xODwiAdjx9KGChvI1z9Xx2JWJE7oLFF6" + }, + { + "name": "ubuntu-desktop-init", + "default-channel": "latest/candidate", + "type": "app", + "id": "tBdYpKjXcW5farGGJaWiYXrxIwMVMtx5" } ] }