Konversation/Browsers/da: Difference between revisions
(Importing a new version from external source) |
(Updating to match new version of source page) |
||
Line 10: | Line 10: | ||
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: | 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 <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 [[Special:mylanguage/Konversation/Browsers#Browser specific commands|browser specific command]]. | # 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]]. | ||
# Click <menuchoice>Apply</menuchoice>. | # Click <menuchoice>Apply</menuchoice>. |
Revision as of 15:09, 2 August 2011
På denne side kan du finde information om, hvordan du får Konversation til at åbne links i din yndlingsbrowser.
Konversation og KDE-komponenter
Konversation bruger KDE's indstillinger for standardbrowser til at åbne links i en browser. For at indstille din standardbrowser:
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
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.