Discussion:
[zathura] [PATCH] Include URL field in .desktop file so programs know how to pass filenames to zathura.
Nils Schneider
2013-06-07 11:06:24 UTC
Permalink
---
zathura.desktop | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zathura.desktop b/zathura.desktop
index 852ebf2..f713cef 100644
--- a/zathura.desktop
+++ b/zathura.desktop
@@ -17,6 +17,6 @@ Comment[pt_BR]=Um visualizador de documentos minimalista
Comment[ru]=??????????????? ??????????? ??????????
Comment[tr]=Minimalist bir belge g?r?nt?leyicisi
Comment[uk_UA]=?????? ?????????? ??????????
-Exec=zathura
+Exec=zathura %U
Terminal=false
Categories=Office;Viewer;
--
1.8.3
Sebastian Ramacher
2013-06-07 11:42:03 UTC
Permalink
Post by Nils Schneider
---
zathura.desktop | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zathura.desktop b/zathura.desktop
index 852ebf2..f713cef 100644
--- a/zathura.desktop
+++ b/zathura.desktop
@@ -17,6 +17,6 @@ Comment[pt_BR]=Um visualizador de documentos minimalista
Comment[ru]=??????????????? ??????????? ??????????
Comment[tr]=Minimalist bir belge g?r?nt?leyicisi
Comment[uk_UA]=?????? ?????????? ??????????
-Exec=zathura
+Exec=zathura %U
Terminal=false
Categories=Office;Viewer;
--
1.8.3
This should be handled by the desktop files from the plugins, right? Or
is there any point in passing here %U too?

Regards
--
Sebastian Ramacher
Sebastian Ramacher
2013-06-19 19:26:57 UTC
Permalink
Post by Sebastian Ramacher
Post by Nils Schneider
---
zathura.desktop | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zathura.desktop b/zathura.desktop
index 852ebf2..f713cef 100644
--- a/zathura.desktop
+++ b/zathura.desktop
@@ -17,6 +17,6 @@ Comment[pt_BR]=Um visualizador de documentos minimalista
Comment[ru]=??????????????? ??????????? ??????????
Comment[tr]=Minimalist bir belge g?r?nt?leyicisi
Comment[uk_UA]=?????? ?????????? ??????????
-Exec=zathura
+Exec=zathura %U
Terminal=false
Categories=Office;Viewer;
--
1.8.3
This should be handled by the desktop files from the plugins, right? Or
is there any point in passing here %U too?
Apparently this causes more problems than expected. So %f is back.

Regards
--
Sebastian Ramacher
Loading...