Bug 90536 - Change in the configuration the predefined external Mozilla link to "-remote"
Summary: Change in the configuration the predefined external Mozilla link to "-remote"
Status: RESOLVED FIXED
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: 1.0-beta6
Platform: Debian testing Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-30 13:43 UTC by Daniel Schröter
Modified: 2004-12-02 05:38 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>