rpms/control-center/devel control-center-2.16.0-default-applications-browser-fixes.patch, NONE, 1.1

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Sep 29 20:13:44 UTC 2006


Author: caillon

Update of /cvs/dist/rpms/control-center/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23431

Added Files:
	control-center-2.16.0-default-applications-browser-fixes.patch 
Log Message:
* Fri Sep 29 2006 Christopher Aillon <caillon at redhat.com> - 2.16.0-9
- Don't let default-applications tell official gecko applications
  to launch new tabs or windows, as it causes them to not launch when 
  there is no running instance.


control-center-2.16.0-default-applications-browser-fixes.patch:
 gnome-default-applications.xml.in |   26 ++++++++++----------------
 1 files changed, 10 insertions(+), 16 deletions(-)

--- NEW FILE control-center-2.16.0-default-applications-browser-fixes.patch ---
Index: gnome-control-center/capplets/default-applications/gnome-default-applications.xml.in
===================================================================
RCS file: /cvs/gnome/gnome-control-center/capplets/default-applications/gnome-default-applications.xml.in,v
retrieving revision 1.8
diff -d -u -p -r1.8 gnome-default-applications.xml.in
--- gnome-control-center/capplets/default-applications/gnome-default-applications.xml.in	9 May 2006 20:32:37 -0000	1.8
+++ gnome-control-center/capplets/default-applications/gnome-default-applications.xml.in	29 Sep 2006 19:31:15 -0000
@@ -67,19 +67,7 @@
       <command>firefox %s</command>
       <icon-name>firefox</icon-name>
       <run-in-terminal>false</run-in-terminal>
-      <netscape-remote>true</netscape-remote>
-      <tab-command>firefox -remote "openurl(%s,new-tab)"</tab-command>
-      <win-command>firefox -remote "openurl(%s,new-window)"</win-command>
-    </web-browser>
-    <web-browser>
-      <_name>Mozilla 1.6</_name>
-      <executable>mozilla-1.6</executable>
-      <command>mozilla-1.6 %s</command>
-      <icon-name>mozilla-icon</icon-name>
-      <run-in-terminal>false</run-in-terminal>
-      <netscape-remote>true</netscape-remote>
-      <tab-command>mozilla-1.6 -remote "openurl(%s,new-tab)"</tab-command>
-      <win-command>mozilla-1.6 -remote "openurl(%s,new-window)"</win-command>
+      <netscape-remote>false</netscape-remote>
     </web-browser>
     <web-browser>
       <_name>Mozilla</_name>
@@ -87,9 +75,7 @@
       <command>mozilla %s</command>
       <icon-name>mozilla-icon</icon-name>
       <run-in-terminal>false</run-in-terminal>
-      <netscape-remote>true</netscape-remote>
-      <tab-command>mozilla -remote "openurl(%s,new-tab)"</tab-command>
-      <win-command>mozilla -remote "openurl(%s,new-window)"</win-command>
+      <netscape-remote>false</netscape-remote>
     </web-browser>
     <web-browser>
       <_name>Netscape Communicator</_name>
@@ -100,6 +86,14 @@
       <netscape-remote>true</netscape-remote>
       <tab-command>netscape -remote "openurl(%s,new-tab)"</tab-command>
       <win-command>netscape -remote "openurl(%s,new-window)"</win-command>
+    </web-browser>
+    <web-browser>
+      <_name>Seamonkey</_name>
+      <executable>seamonkey</executable>
+      <command>seamonkey %s</command>
+      <icon-name>seamonkey-icon</icon-name>
+      <run-in-terminal>false</run-in-terminal>
+      <netscape-remote>false</netscape-remote>
     </web-browser>
     <web-browser>
       <_name>Konqueror</_name>




More information about the fedora-cvs-commits mailing list