Skip to content

Commit 9831411

Browse files
committed
#3470 snap: try to fix Qt6 build
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
1 parent 3fbcedc commit 9831411

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build-systems/github/snap.qt6/snapcraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: qownnotes
22
version: git
3-
version-script: cat src/version.h | sed "s/[^0-9,.]//g"
43
summary: Plain-text file markdown note taking with Nextcloud/ownCloud integration
54
grade: stable
65
confinement: strict
@@ -17,10 +16,11 @@ description: |
1716

1817
apps:
1918
qownnotes:
20-
command: desktop-launch $SNAP/usr/bin/QOwnNotes -style=Breeze --snap
19+
command: desktop-launch $SNAP/usr/bin/QOwnNotes --snap
2120
environment:
2221
DISABLE_WAYLAND: 1
2322
QT_QPA_PLATFORMTHEME: gtk3
23+
QT_STYLE_OVERRIDE: Breeze
2424
# see https://docs.snapcraft.io/reference/interfaces
2525
plugs:
2626
- x11

0 commit comments

Comments
 (0)