Skip to content

snap: Enable kde-neon extension #292

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hebasto
Copy link
Member

@hebasto hebasto commented Jul 29, 2025

This PR is an amendment to #276, which was incomplete and caused some issues.

According to the Snapcraft documentation, the use of snapcraft-desktop-helpers, which was removed in #276, has been deprecated in favor of the kde-neon extension.

This PR addresses the resulting issue.

For Bitcoin Core v30.0 using Qt 6, the following diff should be applied:

--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -8,7 +8,7 @@ description: |
 
 grade: stable
 confinement: strict
-base: core20
+base: core22
 
 apps:
   daemon:
@@ -23,7 +23,7 @@ apps:
       HOME: $SNAP_USER_COMMON
   qt:
     command: bin/bitcoin-qt
-    extensions: [kde-neon]
+    extensions: [kde-neon-6]
     plugs: [home, removable-media, network, network-bind, desktop, x11, unity7]
     environment:
       HOME: $SNAP_USER_COMMON

It remains unclear how to correctly handle the application icon in some desktop environments or UI components, such as Ubuntu Dock.

@maflcko maflcko mentioned this pull request Jul 29, 2025
@maflcko
Copy link
Contributor

maflcko commented Jul 29, 2025

core22

pls see #293

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants