Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 305052 Details for
Bug 445934
kpdf preview is broken in kile
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Default to xdg-open for ViewDVI, ForwardDVI, ViewPDF, ViewPS
kile-2.0.1-xdg-open.patch (text/plain), 5.76 KB, created by
Kevin Kofler
on 2008-05-11 04:28:27 UTC
(
hide
)
Description:
Default to xdg-open for ViewDVI, ForwardDVI, ViewPDF, ViewPS
Filename:
MIME Type:
Creator:
Kevin Kofler
Created:
2008-05-11 04:28:27 UTC
Size:
5.76 KB
patch
obsolete
>diff -Nur kile-2.0.1/src/CMakeLists.txt kile-2.0.1-xdg-open/src/CMakeLists.txt >--- kile-2.0.1/src/CMakeLists.txt 2007-10-14 14:14:28.000000000 +0200 >+++ kile-2.0.1-xdg-open/src/CMakeLists.txt 2008-05-11 06:23:11.000000000 +0200 >@@ -127,7 +127,7 @@ > > INSTALL( FILES x-kilepr.desktop DESTINATION share/mimelink/text ) > >-INSTALL( FILES kile.upd kile1.6_upd.pl kile1.7_upd.pl kile1.9_upd.pl kile1.9-1_upd.pl kile2.0-1_upd.pl kile2.0-2_upd.pl kile2.0-3_upd.pl kile2.0-4_upd.pl kile2.0-5_upd.pl DESTINATION share/apps/kconf_update ) >+INSTALL( FILES kile.upd kile1.6_upd.pl kile1.7_upd.pl kile1.9_upd.pl kile1.9-1_upd.pl kile2.0-1_upd.pl kile2.0-2_upd.pl kile2.0-3_upd.pl kile2.0-4_upd.pl kile2.0-5_upd.pl kile2.0.1-fedora-xdg-open_upd.pl DESTINATION share/apps/kconf_update ) > > IF( KILE_VERSION ) > SET(_KILE_SPECIAL_DOC_DIR "share/doc/kile-${KILE_VERSION}") >diff -Nur kile-2.0.1/src/kile/kilestdtools.rc kile-2.0.1-xdg-open/src/kile/kilestdtools.rc >--- kile-2.0.1/src/kile/kilestdtools.rc 2007-10-14 14:14:28.000000000 +0200 >+++ kile-2.0.1-xdg-open/src/kile/kilestdtools.rc 2008-05-11 06:24:41.000000000 +0200 >@@ -487,6 +487,14 @@ > from=dvi > to=dvi > >+[Tool/ViewDVI/xdg-open] >+class=View >+type=Process >+command=xdg-open >+options='%target' >+from=dvi >+to=dvi >+ > [Tool/ForwardDVI/Embedded Viewer] > type=Part > class=ForwardDVI >@@ -505,6 +513,14 @@ > from=dvi > to=dvi > >+[Tool/ForwardDVI/xdg-open] >+class=ForwardDVI >+type=Process >+command=xdg-open >+options='%target' >+from=dvi >+to=dvi >+ > [Tool/ViewPDF/Embedded Viewer] > class=View > className=KGVPart >@@ -550,6 +566,15 @@ > to=pdf > type=Process > >+[Tool/ViewPDF/xdg-open] >+class=View >+command=xdg-open >+options='%target' >+state=Viewer >+from=pdf >+to=pdf >+type=Process >+ > [Tool/ViewPS/Embedded Viewer] > class=View > className=KGVPart >@@ -577,6 +602,15 @@ > to=ps > type=Process > >+[Tool/ViewPS/xdg-open] >+class=View >+command=xdg-open >+options='%target' >+state=Viewer >+from=ps >+to=ps >+type=Process >+ > [Tool/Lilypond/PDF] > class=Compile > command=lilypond >@@ -639,10 +673,10 @@ > PDFTeX=Default > ViewBib=KBibTex > ViewHTML=Konqueror >-ViewDVI=KDVI >-ForwardDVI=KDVI >-ViewPDF=KPDF >-ViewPS=KGhostView >+ViewDVI=xdg-open >+ForwardDVI=xdg-open >+ViewPDF=xdg-open >+ViewPS=xdg-open > Lilypond=PDF > > [ToolsGUI] >diff -Nur kile-2.0.1/src/kile2.0.1-fedora-xdg-open_upd.pl kile-2.0.1-xdg-open/src/kile2.0.1-fedora-xdg-open_upd.pl >--- kile-2.0.1/src/kile2.0.1-fedora-xdg-open_upd.pl 1970-01-01 01:00:00.000000000 +0100 >+++ kile-2.0.1-xdg-open/src/kile2.0.1-fedora-xdg-open_upd.pl 2008-05-11 06:24:21.000000000 +0200 >@@ -0,0 +1,52 @@ >+#!/usr/bin/perl >+ >+# kkofler 11/05/2008 >+ >+print "# DELETE [Tools]ViewDVI\n"; >+print "# DELETE [Tools]ForwardDVI\n"; >+print "# DELETE [Tools]ViewPDF\n"; >+print "# DELETE [Tools]ViewPS\n"; >+ >+print <<EOT; >+ >+[Tool/ViewDVI/xdg-open] >+class=View >+type=Process >+command=xdg-open >+options='%target' >+from=dvi >+to=dvi >+ >+[Tool/ForwardDVI/xdg-open] >+class=ForwardDVI >+type=Process >+command=xdg-open >+options='%target' >+from=dvi >+to=dvi >+ >+[Tool/ViewPDF/xdg-open] >+class=View >+command=xdg-open >+options='%target' >+state=Viewer >+from=pdf >+to=pdf >+type=Process >+ >+[Tool/ViewPS/xdg-open] >+class=View >+command=xdg-open >+options='%target' >+state=Viewer >+from=ps >+to=ps >+type=Process >+ >+[Tools] >+ViewDVI=xdg-open >+ForwardDVI=xdg-open >+ViewPDF=xdg-open >+ViewPS=xdg-open >+ >+EOT >diff -Nur kile-2.0.1/src/kile.upd kile-2.0.1-xdg-open/src/kile.upd >--- kile-2.0.1/src/kile.upd 2007-10-14 14:14:28.000000000 +0200 >+++ kile-2.0.1-xdg-open/src/kile.upd 2008-05-11 06:23:38.000000000 +0200 >@@ -95,3 +95,9 @@ > Options=overwrite > Group=Complete > Script=kile2.0-5_upd.pl,perl >+# >+Id=Kile2.0.1FedoraXDG >+File=kilerc >+Options=overwrite >+Group=Complete >+Script=kile2.0.1-fedora-xdg-open_upd.pl,perl >diff -Nur kile-2.0.1/src/Makefile.am kile-2.0.1-xdg-open/src/Makefile.am >--- kile-2.0.1/src/Makefile.am 2007-10-14 14:14:28.000000000 +0200 >+++ kile-2.0.1-xdg-open/src/Makefile.am 2008-05-11 06:23:19.000000000 +0200 >@@ -6,7 +6,7 @@ > > update_DATA = kile.upd > update_SCRIPTS = kile1.6_upd.pl kile1.7_upd.pl kile1.9-1_upd.pl kile1.9_upd.pl \ >- kile2.0-1_upd.pl kile2.0-2_upd.pl kile2.0-3_upd.pl kile2.0-4_upd.pl kile2.0-5_upd.pl >+ kile2.0-1_upd.pl kile2.0-2_upd.pl kile2.0-3_upd.pl kile2.0-4_upd.pl kile2.0-5_upd.pl kile2.0.1-fedora-xdg-open_upd.pl > updatedir = $(kde_datadir)/kconf_update > > EXTRA_DIST = kile.kdevprj admin AUTHORS COPYING ChangeLog kile-remote-control.txt README README.cwl README.MacOSX kile.lsm $(mimetypetextdata_DATA) >diff -Nur kile-2.0.1/src/Makefile.in kile-2.0.1-xdg-open/src/Makefile.in >--- kile-2.0.1/src/Makefile.in 2008-05-10 20:20:53.000000000 +0200 >+++ kile-2.0.1-xdg-open/src/Makefile.in 2008-05-11 06:23:30.000000000 +0200 >@@ -340,7 +340,7 @@ > mimetypetextdatadir = $(kde_mimedir)/text > update_DATA = kile.upd > update_SCRIPTS = kile1.6_upd.pl kile1.7_upd.pl kile1.9-1_upd.pl kile1.9_upd.pl \ >- kile2.0-1_upd.pl kile2.0-2_upd.pl kile2.0-3_upd.pl kile2.0-4_upd.pl kile2.0-5_upd.pl >+ kile2.0-1_upd.pl kile2.0-2_upd.pl kile2.0-3_upd.pl kile2.0-4_upd.pl kile2.0-5_upd.pl kile2.0.1-fedora-xdg-open_upd.pl > > updatedir = $(kde_datadir)/kconf_update > EXTRA_DIST = kile.kdevprj admin AUTHORS COPYING ChangeLog kile-remote-control.txt README README.cwl README.MacOSX kile.lsm $(mimetypetextdata_DATA) >@@ -742,7 +742,7 @@ > .NOEXPORT: > > #>+ 2 >-KDE_DIST=kile1.6_upd.pl kile.upd kile1.7_upd.pl kile2.0-4_upd.pl kile2.0-5_upd.pl CMakeLists.txt COPYING-DOCS Makefile.in kile1.9_upd.pl kile1.9-1_upd.pl kile2.0-2_upd.pl Kile.kdevelop uninstall.desktop bughunting.html kile2.0-1_upd.pl x-kilepr.desktop Makefile.am kile2.0-3_upd.pl >+KDE_DIST=kile1.6_upd.pl kile.upd kile1.7_upd.pl kile2.0-4_upd.pl kile2.0-5_upd.pl CMakeLists.txt COPYING-DOCS Makefile.in kile1.9_upd.pl kile1.9-1_upd.pl kile2.0-2_upd.pl Kile.kdevelop uninstall.desktop bughunting.html kile2.0-1_upd.pl x-kilepr.desktop Makefile.am kile2.0-3_upd.pl kile2.0.1-fedora-xdg-open_upd.pl > > #>+ 2 > docs-am:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 445934
:
305042
|
305052