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 298081 Details for
Bug 388521
Use xdg-open instead of gnome-open
[?]
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]
Use xdg-open by default
pidgin.patch (text/plain), 2.06 KB, created by
Ville Skyttä
on 2008-03-14 21:01:40 UTC
(
hide
)
Description:
Use xdg-open by default
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2008-03-14 21:01:40 UTC
Size:
2.06 KB
patch
obsolete
>https://bugzilla.redhat.com/show_bug.cgi?id=388521 > >Index: pidgin.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/pidgin/devel/pidgin.spec,v >retrieving revision 1.46 >diff -u -r1.46 pidgin.spec >--- pidgin.spec 29 Feb 2008 15:44:00 -0000 1.46 >+++ pidgin.spec 14 Mar 2008 20:58:18 -0000 >@@ -4,8 +4,6 @@ > %define krb_integration 1 > # OPTION: gtkspell integration (FC1+) > %define gtkspell_integration 1 >-# OPTION: Preferred Applications with gnome-open (FC1+) >-%define gnome_open_integration 1 > # OPTION: Evolution 1.5+ integration (FC3+) > %define evolution_integration 1 > # OPTION: SILC integration (FC3+) >@@ -98,12 +96,8 @@ > %if %{gtkspell_integration} > BuildRequires: gtkspell-devel, aspell-devel > %endif >-# Preferred Applications (FC1+) >-%if %{gnome_open_integration} >-Requires: libgnome >-%else >-Requires: htmlview >-%endif >+# Preferred Applications (FC6+) >+Requires: xdg-utils > # Evolution integration (FC3+) > %if %{evolution_integration} > BuildRequires: evolution-data-server-devel >@@ -288,12 +282,8 @@ > > ## Patches 100+: To be Included in Future Upstream > >-# If not using gnome-open, then default to htmlview >+# Our preferences > cp %{SOURCE1} prefs.xml >-if [ "%{gnome_open_integration}" == "0" ]; then >- sed -i "s/gnome-open/custom/g" prefs.xml >- sed -i "s/pref name='command' type='string' value=''/pref name='command' type='string' value='htmlview'/" prefs.xml >-fi > > > %build >Index: purple-fedora-prefs.xml >=================================================================== >RCS file: /cvs/pkgs/rpms/pidgin/devel/purple-fedora-prefs.xml,v >retrieving revision 1.1 >diff -u -r1.1 purple-fedora-prefs.xml >--- purple-fedora-prefs.xml 4 May 2007 17:11:26 -0000 1.1 >+++ purple-fedora-prefs.xml 14 Mar 2008 20:58:18 -0000 >@@ -278,7 +278,7 @@ > <pref name='browsers'> > <pref name='place' type='int' value='0'/> > <pref name='command' type='path' value=''/> >- <pref name='browser' type='string' value='gnome-open'/> >+ <pref name='browser' type='string' value='xdg-open'/> > </pref> > <pref name='plugins'> > <pref name='loaded' type='pathlist'>
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 388521
:
262371
| 298081