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 262361 Details for
Bug 388501
Use xdg-utils instead of firefox
[?]
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-utils
mysql-gui-tools.patch (text/plain), 1.57 KB, created by
Ville Skyttä
on 2007-11-17 16:42:22 UTC
(
hide
)
Description:
Use xdg-utils
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2007-11-17 16:42:22 UTC
Size:
1.57 KB
patch
obsolete
>diff -up mysql-gui-tools-5.0r12/mysql-query-browser/source/linux/MQMainWindow.cc~ mysql-gui-tools-5.0r12/mysql-query-browser/source/linux/MQMainWindow.cc >--- mysql-gui-tools-5.0r12/mysql-query-browser/source/linux/MQMainWindow.cc~ 2007-03-27 16:09:39.000000000 +0300 >+++ mysql-gui-tools-5.0r12/mysql-query-browser/source/linux/MQMainWindow.cc 2007-10-02 22:51:44.000000000 +0300 >@@ -260,5 +260,5 @@ void MQMainWindow::new_connection() > void MQMainWindow::open_url(const Glib::ustring &url) > { > // system("gnome-www-browser http://www.mysql.com/network/&"); >- system(Glib::ustring("firefox "+url+"&").c_str()); >+ system(Glib::ustring("xdg-open "+url+"&").c_str()); > } >diff -up mysql-gui-tools-5.0r12/mysql-administrator/source/linux/MAdministrator.cc~ mysql-gui-tools-5.0r12/mysql-administrator/source/linux/MAdministrator.cc >--- mysql-gui-tools-5.0r12/mysql-administrator/source/linux/MAdministrator.cc~ 2007-03-27 16:09:56.000000000 +0300 >+++ mysql-gui-tools-5.0r12/mysql-administrator/source/linux/MAdministrator.cc 2007-10-02 22:51:32.000000000 +0300 >@@ -1001,14 +1001,14 @@ void MAdministrator::reconnect_cb() > void MAdministrator::open_merlin_page() > { > // system("gnome-www-browser http://www.mysql.com/network/&"); >- system("firefox http://www.mysql.com/network/&"); >+ system("xdg-open http://www.mysql.com/network/&"); > } > > > void MAdministrator::open_url(const Glib::ustring &url) > { > // system("gnome-www-browser http://www.mysql.com/network/&"); >- system(Glib::ustring("firefox "+url+"&").c_str()); >+ system(Glib::ustring("xdg-open "+url+"&").c_str()); > } > >
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 388501
: 262361