We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fbcedc commit 9831411Copy full SHA for 9831411
1 file changed
build-systems/github/snap.qt6/snapcraft.yaml
@@ -1,6 +1,5 @@
1
name: qownnotes
2
version: git
3
-version-script: cat src/version.h | sed "s/[^0-9,.]//g"
4
summary: Plain-text file markdown note taking with Nextcloud/ownCloud integration
5
grade: stable
6
confinement: strict
@@ -17,10 +16,11 @@ description: |
17
16
18
apps:
19
qownnotes:
20
- command: desktop-launch $SNAP/usr/bin/QOwnNotes -style=Breeze --snap
+ command: desktop-launch $SNAP/usr/bin/QOwnNotes --snap
21
environment:
22
DISABLE_WAYLAND: 1
23
QT_QPA_PLATFORMTHEME: gtk3
+ QT_STYLE_OVERRIDE: Breeze
24
# see https://docs.snapcraft.io/reference/interfaces
25
plugs:
26
- x11
0 commit comments