This commit is contained in:
Евгений Храмов 2023-04-13 09:29:44 +03:00
parent 925679b579
commit 39d38762c4

@ -1,11 +1,10 @@
[Desktop Entry]
Name=Logseq
if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
Exec=/usr/bin/logseq --enable-features=UseOzonePlatform --ozone-platform=wayland %U
Exec=/usr/bin/logseq --enable-features=UseOzonePlatform --ozone-platform=wayland %U
else
Exec=/usr/bin/logseq %U
Exec=/usr/bin/logseq %U
fi
MimeType=x-scheme-handler/logseq
Terminal=false
Type=Application