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 247401 Details for
Bug 365401
dvdisaster: use xdg-open to open a browser
[?]
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 to open a browser
dvdisaster.patch (text/plain), 2.11 KB, created by
Ville Skyttä
on 2007-11-03 18:38:43 UTC
(
hide
)
Description:
Use xdg-open to open a browser
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2007-11-03 18:38:43 UTC
Size:
2.11 KB
patch
obsolete
>Index: dvdisaster.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/dvdisaster/devel/dvdisaster.spec,v >retrieving revision 1.22 >diff -u -r1.22 dvdisaster.spec >--- dvdisaster.spec 28 Aug 2007 11:44:27 -0000 1.22 >+++ dvdisaster.spec 3 Nov 2007 18:37:40 -0000 >@@ -6,13 +6,14 @@ > License: GPLv2+ > URL: http://www.dvdisaster.com > Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 >+Patch0: %{name}-xdg-open.patch > > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > > BuildRequires: gtk2-devel > BuildRequires: gettext, desktop-file-utils > BuildRequires: bzip2-devel, libpng-devel >- >+Requires: xdg-utils > > %description > %{name} provides a margin of safety against data loss on CD and DVD media >@@ -41,6 +42,7 @@ > > %prep > %setup -q >+%patch0 -p1 > > > %build >Index: dvdisaster-xdg-open.patch >=================================================================== >RCS file: dvdisaster-xdg-open.patch >diff -N dvdisaster-xdg-open.patch >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ dvdisaster-xdg-open.patch 3 Nov 2007 18:37:40 -0000 >@@ -0,0 +1,23 @@ >+diff -up dvdisaster-0.70.4/closure.c~ dvdisaster-0.70.4/closure.c >+--- dvdisaster-0.70.4/closure.c~ 2007-01-20 17:44:59.000000000 +0200 >++++ dvdisaster-0.70.4/closure.c 2007-10-02 21:56:38.000000000 +0300 >+@@ -491,7 +491,7 @@ void InitClosure() >+ Closure->deviceNodes = g_ptr_array_new(); >+ Closure->imageName = g_strdup("medium.iso"); >+ Closure->eccName = g_strdup("medium.ecc"); >+- Closure->browser = g_strdup("gnome-open"); >++ Closure->browser = g_strdup("xdg-open"); >+ Closure->methodList = g_ptr_array_new(); >+ Closure->methodName = g_strdup("RS01"); >+ Closure->cacheMB = 32; >+diff -up dvdisaster-0.70.4/show-manual.c~ dvdisaster-0.70.4/show-manual.c >+--- dvdisaster-0.70.4/show-manual.c~ 2007-01-20 17:44:59.000000000 +0200 >++++ dvdisaster-0.70.4/show-manual.c 2007-10-02 21:56:54.000000000 +0300 >+@@ -186,6 +186,7 @@ static void try_browser(browser_info*); >+ >+ static char *browsers[] = >+ { "user-selection", >++ "xdg-open", >+ "gnome-open", >+ "htmlview", >+ "firefox",
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 365401
: 247401