[xpdf] fix xpdf desktop file to include file arg (bz874644)

Tom Callaway spot at fedoraproject.org
Wed Nov 14 21:05:15 UTC 2012


commit e8044655623f4f54d182948adabf5a4efbc4fdac
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Wed Nov 14 16:06:36 2012 -0500

    fix xpdf desktop file to include file arg (bz874644)

 xpdf.desktop |    2 +-
 xpdf.spec    |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/xpdf.desktop b/xpdf.desktop
index a035510..90ac5c4 100644
--- a/xpdf.desktop
+++ b/xpdf.desktop
@@ -8,7 +8,7 @@ Name[de]=Xpdf PDF-Betrachter
 Comment=View Adobe PDF (acrobat) files
 Comment[sv]=Visar Adobe PDF-filer (acrobat-filer)
 Comment[de]=PDF-Betrachter
-Exec=xpdf
+Exec=xpdf %f
 Terminal=0
 Type=Application
 Icon=xpdf.png
diff --git a/xpdf.spec b/xpdf.spec
index cb2f86c..d33cd8a 100644
--- a/xpdf.spec
+++ b/xpdf.spec
@@ -1,7 +1,7 @@
 Summary: A PDF file viewer for the X Window System
 Name: xpdf
 Version: 3.03
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2 or GPLv3
 Epoch: 1
 Url: http://www.foolabs.com/xpdf/
@@ -254,6 +254,9 @@ update-desktop-database &> /dev/null ||:
 %{_datadir}/xpdf/latin2
 
 %changelog
+* Wed Nov 14 2012 Tom Callaway <spot at fedoraproject.org> - 1:3.03-5
+- fix desktop file to invoke xpdf with a file param (bz874644)
+
 * Sun Jul 22 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:3.03-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list