Skip to content

Commit

Permalink
#2876 snap: try removing "="
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Jan 4, 2024
1 parent ce5c344 commit 7ba2c3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ description: |
apps:
qownnotes:
command: "desktop-launch usr/bin/QOwnNotes -style=Breeze --snap"
# command: "desktop-launch $SNAP/usr/bin/QOwnNotes -style=Breeze --snap"
# "=" is not allowed in the command anymore in core20
command: "desktop-launch $SNAP/usr/bin/QOwnNotes --snap"
environment:
DISABLE_WAYLAND: 1
QT_QPA_PLATFORMTHEME: gtk3
Expand Down

0 comments on commit 7ba2c3b

Please sign in to comment.