[gv] Add filename argument to desktop file exec option (bug #890851)

Orion Poplawski orion at fedoraproject.org
Thu Jan 10 04:06:20 UTC 2013


commit 7ddee174ea982ebbfabf4a95e62099854a8a7861
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Wed Jan 9 21:06:11 2013 -0700

    Add filename argument to desktop file exec option (bug #890851)

 gv.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gv.spec b/gv.spec
index 11bc74e..3acfc1c 100644
--- a/gv.spec
+++ b/gv.spec
@@ -1,7 +1,7 @@
 Summary: A X front-end for the Ghostscript PostScript(TM) interpreter
 Name: gv
 Version: 3.7.3.90
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv3+
 Group: Applications/Publishing
 Requires: ghostscript
@@ -56,7 +56,7 @@ Type=Application
 Icon=gv
 MimeType=application/postscript;application/pdf;
 StartupWMClass=GV
-Exec=gv
+Exec=gv %f
 EOF
 
 desktop-file-install --vendor=fedora \
@@ -111,6 +111,9 @@ fi
 
 
 %changelog
+* Wed Jan 9 2013 Orion Poplawski <orion at cora.nwra.com> - 3.7.3.90-3
+- Add filename argument to desktop file exec option (bug #890851)
+
 * Fri Jul 27 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.7.3.90-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list