From 4b18c69927dc35745e9efca8a69ac9dc4ff3bbd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorbj=C3=B8rn=20Lindeijer?= Date: Wed, 15 Jan 2025 14:38:43 +0100 Subject: [PATCH 1/4] snap: Try to remove Wayland support Such that the Tiled snap will hopefully start working again on Wayland based on XWayland. --- snap/snapcraft.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index e1737143f8..d9e54d2138 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -15,7 +15,6 @@ apps: plugs: - desktop - desktop-legacy - - wayland - unity7 - home - removable-media @@ -27,7 +26,6 @@ apps: plugs: &basic-plugs - desktop - desktop-legacy - - wayland - unity7 - home - removable-media @@ -66,7 +64,6 @@ parts: stage-packages: - libqt5quick5 - qt5-image-formats-plugins - - qtwayland5 # - libpython2.7 - libzstd1 after: [desktop-qt5] From f444d68f359264c6bb5000e20bc8960cd282d14f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorbj=C3=B8rn=20Lindeijer?= Date: Wed, 15 Jan 2025 15:25:40 +0100 Subject: [PATCH 2/4] Revert "snap: Try to remove Wayland support" This reverts commit 4b18c69927dc35745e9efca8a69ac9dc4ff3bbd6. --- snap/snapcraft.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index d9e54d2138..e1737143f8 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -15,6 +15,7 @@ apps: plugs: - desktop - desktop-legacy + - wayland - unity7 - home - removable-media @@ -26,6 +27,7 @@ apps: plugs: &basic-plugs - desktop - desktop-legacy + - wayland - unity7 - home - removable-media @@ -64,6 +66,7 @@ parts: stage-packages: - libqt5quick5 - qt5-image-formats-plugins + - qtwayland5 # - libpython2.7 - libzstd1 after: [desktop-qt5] From 56cc60f5c0408056fdb1114849479026c4a75f36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorbj=C3=B8rn=20Lindeijer?= Date: Wed, 15 Jan 2025 15:30:45 +0100 Subject: [PATCH 3/4] Try to ship the data needed by xkbcommon --- snap/snapcraft.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index e1737143f8..5865629ad1 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -69,6 +69,7 @@ parts: - qtwayland5 # - libpython2.7 - libzstd1 + - xkb-data after: [desktop-qt5] qaseprite: From 5cf0f3156d2d67ae69d5c62958945dcc854a34bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorbj=C3=B8rn=20Lindeijer?= Date: Wed, 15 Jan 2025 15:58:48 +0100 Subject: [PATCH 4/4] Updated NEWS.md --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index a7dc320170..b114e31f4a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,6 @@ ### Unreleased +* snap: Fixed crash on startup on Wayland * Raised minimum supported Qt version from 5.12 to 5.15 ### Tiled 1.11.1 (11 Jan 2025)