desktop
This commit is contained in:
parent
925679b579
commit
39d38762c4
@ -1,11 +1,10 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Logseq
|
Name=Logseq
|
||||||
if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
|
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
|
else
|
||||||
Exec=/usr/bin/logseq %U
|
Exec=/usr/bin/logseq %U
|
||||||
fi
|
fi
|
||||||
|
|
||||||
MimeType=x-scheme-handler/logseq
|
MimeType=x-scheme-handler/logseq
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
|
Loading…
Reference in New Issue
Block a user