Konversation/Browsers: Difference between revisions
m (one more fix) |
(Marked this version for translation) |
||
(8 intermediate revisions by 4 users not shown) | |||
Line 7: | Line 7: | ||
<!--T:3--> | <!--T:3--> | ||
'''Konversation''' makes use of KDE's default browser setting to open links in a browser. | '''Konversation''' makes use of KDE's default browser setting to open links in a browser. See the [[Special:myLanguage/System Settings/Default Applications#Choose a standard browser|System Settings/Default Applications]] page for details on how to set the KDE default web browser. | ||
== Alternative way of making Konversation open links == <!--T:6--> | == Alternative way of making Konversation open links == <!--T:6--> | ||
Line 21: | Line 15: | ||
<!--T:8--> | <!--T:8--> | ||
# In Konversation, click on <menuchoice>Settings -> Configure Konversation... -> Behavior -> General</menuchoice> | # In '''Konversation''', click on <menuchoice>Settings -> Configure Konversation... -> Behavior -> General</menuchoice>. | ||
# In this menu, check the checkbox for "<menuchoice>Use custom Web browser:</menuchoice>" and in the input box, fill in a | # In this menu, check the checkbox for "<menuchoice>Use custom Web browser:</menuchoice>" and in the input box, fill in a [[Special:mylanguage/Konversation/Browsers#Browser specific commands|browser specific command]]. | ||
browser specific command</ | # Click <menuchoice>Apply</menuchoice>. | ||
<translate>< | |||
</translate><span id="Browser specific commands"></span><translate> | |||
==Browser specific commands== <!--T:10--> | ==Browser specific commands== <!--T:10--> | ||
Line 38: | Line 32: | ||
<!--T:13--> | <!--T:13--> | ||
For a full list of command parameters refer to | For a full list of command parameters refer to: | ||
opera --help | opera --help | ||
Line 44: | Line 38: | ||
<!--T:15--> | <!--T:15--> | ||
'''Firefox''' and '''Mozilla''' use a remote control script that will send commands to an already existing process. | Prior to version 36, '''Firefox''' and '''Mozilla''' use a remote control script that will send commands to an already existing process. | ||
<!--T:16--> | <!--T:16--> | ||
Line 59: | Line 53: | ||
<!--T:19--> | <!--T:19--> | ||
On Firefox >= 36 -remote control was removed. | |||
* To make links open in a new tab use: | |||
firefox %u | |||
* To make links open in a new window use: | |||
firefox -new-window %u | |||
[[Category:Internet]] | [[Category:Internet]] | ||
</translate> | </translate> |
Latest revision as of 18:38, 2 March 2015
On this page you can find information about how to make Konversation open links in your favorite browser.
Konversation and KDE Components
Konversation makes use of KDE's default browser setting to open links in a browser. See the System Settings/Default Applications page for details on how to set the KDE default web browser.
Alternative way of making Konversation open links
If for whichever reason KDE components is not available to you (for example when you're using a different window manager and would still like to use Konversation), it is possible to specify your favorite browser inside of Konversation. To do this:
- In Konversation, click on .
- In this menu, check the checkbox for "browser specific command. " and in the input box, fill in a
- Click .
Browser specific commands
Opera
- To make links open in a new tab use:
opera -newpage
- To make links open in a new window:
opera -newwindow
For a full list of command parameters refer to:
opera --help
Firefox and Mozilla
Prior to version 36, Firefox and Mozilla use a remote control script that will send commands to an already existing process.
- To make links open in a new tab use:
firefox -remote "openURL(%u,new-tab)"
- To make links open in a new window use:
firefox -remote "openURL(%u,new-window)"
Of course, if you use Mozilla instead of Firefox, you need to substitute firefox with mozilla in the above command.
See remote control of unix mozilla for more information.
On Firefox >= 36 -remote control was removed.
- To make links open in a new tab use:
firefox %u
- To make links open in a new window use:
firefox -new-window %u