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 262401 Details for
Bug 388551
Use xdg-open instead of htmlview
[?]
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
streamtuner.patch (text/plain), 3.19 KB, created by
Ville Skyttä
on 2007-11-17 16:51:01 UTC
(
hide
)
Description:
Use xdg-open
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2007-11-17 16:51:01 UTC
Size:
3.19 KB
patch
obsolete
>Index: streamtuner-0.99.99-defaultconfig.patch >=================================================================== >RCS file: /cvs/pkgs/rpms/streamtuner/devel/streamtuner-0.99.99-defaultconfig.patch,v >retrieving revision 1.2 >diff -u -r1.2 streamtuner-0.99.99-defaultconfig.patch >--- streamtuner-0.99.99-defaultconfig.patch 23 Nov 2006 08:55:58 -0000 1.2 >+++ streamtuner-0.99.99-defaultconfig.patch 1 Oct 2007 17:29:47 -0000 >@@ -6,7 +6,7 @@ > st_action_register("record-stream", _("Record a stream"), "xterm -e streamripper %q"); > - st_action_register("view-web", _("Open a web page"), "epiphany %q"); > - st_action_register("play-stream", _("Listen to a stream"), "xmms %q"); >-+ st_action_register("view-web", _("Open a web page"), "htmlview %q"); >++ st_action_register("view-web", _("Open a web page"), "xdg-open %q"); > + st_action_register("play-stream", _("Listen to a stream"), "audacious %q"); > > return TRUE; >@@ -21,7 +21,7 @@ > - st_action_register("play-m3u", _("Listen to a .m3u file"), "xmms %q"); > - st_action_register("view-web", _("Open a web page"), "epiphany %q"); > + st_action_register("play-m3u", _("Listen to a .m3u file"), "audacious %q"); >-+ st_action_register("view-web", _("Open a web page"), "htmlview %q"); >++ st_action_register("view-web", _("Open a web page"), "xdg-open %q"); > > return TRUE; > } >@@ -36,7 +36,7 @@ > + st_action_register("play-m3u", _("Listen to a .m3u file"), "audacious %q"); > st_action_register("record-stream", _("Record a stream"), "xterm -e streamripper %q"); > - st_action_register("view-web", _("Open a web page"), "epiphany %q"); >-+ st_action_register("view-web", _("Open a web page"), "htmlview %q"); >++ st_action_register("view-web", _("Open a web page"), "xdg-open %q"); > > return TRUE; > } >@@ -60,7 +60,7 @@ > actions = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, NULL); > > - st_action_register("view-web", _("Open a web page"), "epiphany %q"); >-+ st_action_register("view-web", _("Open a web page"), "htmlview %q"); >++ st_action_register("view-web", _("Open a web page"), "xdg-open %q"); > st_action_register("view-ghelp", _("Open a GNOME help document"), "yelp %q"); > } > >@@ -75,7 +75,7 @@ > + st_action_register("play-stream", _("Listen to a stream"), "audacious %q"); > st_action_register("record-stream", _("Record a stream"), "xterm -e streamripper %q"); > - st_action_register("view-web", _("Open a web page"), "epiphany %q"); >-+ st_action_register("view-web", _("Open a web page"), "htmlview %q"); >++ st_action_register("view-web", _("Open a web page"), "xdg-open %q"); > } > > void >Index: streamtuner.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/streamtuner/devel/streamtuner.spec,v >retrieving revision 1.11 >diff -u -r1.11 streamtuner.spec >--- streamtuner.spec 26 Feb 2007 08:19:20 -0000 1.11 >+++ streamtuner.spec 1 Oct 2007 17:29:47 -0000 >@@ -11,7 +11,7 @@ > Patch3: %{name}-%{version}-pkgconfig.patch > License: BSD > Group: Applications/Internet >-Requires: python, pygtk2, htmlview, audacious, xterm >+Requires: python, pygtk2, xdg-utils, audacious, xterm > Requires(post): scrollkeeper > Requires(postun): scrollkeeper > BuildRequires: gtk2-devel, curl-devel, openssl-devel, python-devel, scrollkeeper
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 388551
: 262401