Dear visitor, welcome to KDE-Forum.org.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
component chooser
Hello to all.
I want to set a different web browser for KDE system.
I need to know what is the name of the variable that is passed as a parameter to ir.
I went to KDE Control Center -> KDE Components -> Component Chooser -> Web Browser and set the "in the following browser" option.
See:
firefox -remote "openurl($1,new-tab)"
The $1 is not the name of the URL passed from KMail for example.
Does anyone here know what is that name?
I tried %1 and $url too.
Thanks.
RE: component chooser
I think what you want is to open URLs in a new tab in firefox.
1. Change the default browser in the component chooser to firefox without options.
2. Configure firefox: Edit -> Preferences -> Advanced -> Tabbed Browsing -> "Open links from other applications in:" -> "a new tab in the most recent window"
The only drawback is, that if you change the default browser also konqueror will start firefox when you open an URL. I hope this will be changed by the developers.
RE: component chooser
Originally posted by fbv
The $1 is not the name of the URL passed from KMail for example.
%u for one URL, %U for a list of URLs
I think this information could be available when you click on the edit line with an active Whats-This Cursor
Cheers,
_
Qt/KDE Developer
Debian User
RE: component chooser
Thanks. It worked out here.