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 262391 Details for
Bug 388531
Use xdg-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 (fixed patch)
python.patch (text/plain), 1.25 KB, created by
Ville Skyttä
on 2007-11-17 16:48:01 UTC
(
hide
)
Description:
Use xdg-open (fixed patch)
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2007-11-17 16:48:01 UTC
Size:
1.25 KB
patch
obsolete
>diff -up Python-2.5.1/Lib/webbrowser.py~ Python-2.5.1/Lib/webbrowser.py >--- Python-2.5.1/Lib/webbrowser.py~ 2007-03-21 13:52:38.000000000 +0200 >+++ Python-2.5.1/Lib/webbrowser.py 2007-10-02 22:56:17.000000000 +0300 >@@ -442,6 +442,10 @@ class Grail(BaseBrowser): > # a console terminal or an X display to run. > > def register_X_browsers(): >+ # The default freedesktop.org browser >+ if _iscommand("xdg-open"): >+ register("xdg-open", None, GenericBrowser("xdg-open")) >+ > # The default Gnome browser > if _iscommand("gconftool-2"): > # get the web browser string from gconftool >diff -up Python-2.5.1/Doc/lib/libwebbrowser.tex~ Python-2.5.1/Doc/lib/libwebbrowser.tex >--- Python-2.5.1/Doc/lib/libwebbrowser.tex~ 2006-07-28 15:32:43.000000000 +0300 >+++ Python-2.5.1/Doc/lib/libwebbrowser.tex 2007-10-02 22:57:11.000000000 +0300 >@@ -107,6 +107,7 @@ in this module. > \lineiii{'elinks'}{\class{Elinks('elinks')}}{} > \lineiii{'lynx'}{\class{GenericBrowser('lynx')}}{} > \lineiii{'w3m'}{\class{GenericBrowser('w3m')}}{} >+ \lineiii{'xdg-open'}{\class{GenericBrowser('xdg-open')}}{} > \lineiii{'windows-default'}{\class{WindowsDefault}}{(2)} > \lineiii{'internet-config'}{\class{InternetConfig}}{(3)} > \lineiii{'macosx'}{\class{MacOSX('default')}}{(4)}
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 388531
:
262381
| 262391