Bug 90536

Summary: Change in the configuration the predefined external Mozilla link to "-remote"
Product: [Applications] akregator Reporter: Daniel Schröter <d.schroeter>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 1.0-beta6   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Daniel Schröter 2004-09-30 13:43:28 UTC
Version:           1.0-beta6 (using KDE KDE 3.3.0)
Installed from:    Debian testing/unstable Packages
OS:                Linux

Hello,

in the configuration of akregator there is "mozilla '%u'" defined. If you have the Mozilla open and take this command the profile manager appears, because the profile is locked.

I think the best mozilla command should be "mozilla -remote 'openURL(%u,new-tab)'" or if you don't linke tabs then without the ",new-tab".

More informations about Mozilla-remote can be found here:
http://www.mozilla.org/unix/remote.html

Please change the predefined Mozilla call to "mozilla -remote 'openURL(%u,new-tab)'". Thanks!

Bye
Comment 1 Sashmit Bhaduri 2004-10-14 22:12:57 UTC
Will do this after changing it to a combobox

e.g:

Konqueror
Mozilla
------
Other Command...
Comment 2 George Staikos 2004-12-02 05:38:13 UTC
CVS commit by staikos: 

use -remote for launching mozilla
FEATURE: 90536


  M +1 -1      akregator.kcfg   1.26
  M +1 -1      settings_browser.ui   1.9


--- kdenonbeta/akregator/src/akregator.kcfg  #1.25:1.26
@@ -129,5 +129,5 @@
   <entry key="External Browser Custom Command" type="String" >
    <whatsthis>Command to launch external browser.  URL will substitute for %u.</whatsthis>
-   <default>mozilla '%u'</default>
+   <default>mozilla -remote 'openURL(%u,new-tab)'</default>
   </entry>
   <entry key="Background Tab For Articles" type="Bool" >

--- kdenonbeta/akregator/src/settings_browser.ui  #1.8:1.9
@@ -137,5 +137,5 @@
                             </property>
                             <property name="text">
-                                <string>mozilla '%u'</string>
+                                <string>mozilla -remote 'openURL(%u,new-tab)'</string>
                             </property>
                         </widget>