Skip to content

Commit bc1b711

Browse files
committed
fix(Linux): support launching files with .desktop by passing %U to Exec
1 parent 2f9faa4 commit bc1b711

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packaging/usr/share/applications/io.github.BrycensRanch.SnapX.desktop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[Desktop Entry]
55
Name=SnapX
66
Comment=Capture, share, and boost productivity.
7-
Exec=snapx-ui
7+
Exec=snapx-ui %U
88
Icon=io.github.BrycensRanch.SnapX
99
Terminal=false
1010
Type=Application
@@ -20,4 +20,4 @@ X-KDE-DBUS-Restricted-Interfaces=org.kde.KWin.ScreenShot2
2020
[Desktop Action uploadWithSnapX]
2121
Name=Upload with SnapX
2222
Icon=io.github.BrycensRanch.SnapX
23-
Exec=snapx-ui %u
23+
Exec=snapx-ui %U

0 commit comments

Comments
 (0)