Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ apps:
DISABLE_WAYLAND: 1
cli:
command: keepassxc-cli
plugs: [gsettings, home, removable-media, raw-usb]
plugs: [x11, gsettings, home, removable-media, raw-usb]
proxy:
command: keepassxc-proxy
plugs: [home]
Expand Down Expand Up @@ -87,6 +87,7 @@ parts:
- qtwayland5
- qt5-gtk-platformtheme # for theming, font settings, cursor and to use gtk3 file chooser
- libqrencode3
- xclip
override-build: |
snapcraftctl build
sed -i 's|Icon=keepassxc|Icon=${SNAP}/usr/share/icons/hicolor/256x256/apps/keepassxc.png|g' $SNAPCRAFT_PART_INSTALL/usr/share/applications/org.keepassxc.KeePassXC.desktop
Expand Down