Skip to content

Commit

Permalink
Add %F placeholder in desktop files
Browse files Browse the repository at this point in the history
Both qtikz, and ktikz can open any number of local files passed as
command line arguments; hence, add the %F placeholder to the Exec key
in their desktop files.
  • Loading branch information
pinotree authored and jfmcarreira committed Oct 11, 2018
1 parent 18646b3 commit 5018777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/ktikz.desktop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Desktop Entry]
Type=Application
Name=KtikZ
Exec=ktikz
Exec=ktikz %F
Icon=ktikz
Terminal=false
MimeType=text/x-pgf;text/x-tex;
Expand Down
2 changes: 1 addition & 1 deletion data/qtikz.desktop.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Desktop Entry]
Type=Application
Name=QtikZ
Exec=qtikz
Exec=qtikz %F
Icon=
Terminal=false
MimeType=text/x-pgf;text/x-tex;
Expand Down

0 comments on commit 5018777

Please sign in to comment.