Konversation/Browsers/it: Difference between revisions
Created page with "'''Konversation''' utilizza le impostazioni di KDE relative al browser predefinito per aprire i collegamenti in un browser. Vedi la pagina [[Special:myLanguage/System Settings/D..." |
Created page with "== Modalità alternativa per far aprire i collegamenti a Konversation ==" |
||
Line 6: | Line 6: | ||
'''Konversation''' utilizza le impostazioni di KDE relative al browser predefinito per aprire i collegamenti in un browser. Vedi la pagina [[Special:myLanguage/System Settings/Default Applications#Choose a standard browser|Impostazioni di sistema/Applicazioni predefinite]] per i dettagli su come impostare il browser web predefinito in KDE. | '''Konversation''' utilizza le impostazioni di KDE relative al browser predefinito per aprire i collegamenti in un browser. Vedi la pagina [[Special:myLanguage/System Settings/Default Applications#Choose a standard browser|Impostazioni di sistema/Applicazioni predefinite]] per i dettagli su come impostare il browser web predefinito in KDE. | ||
== | == Modalità alternativa per far aprire i collegamenti a Konversation == | ||
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: |
Revision as of 17:40, 2 August 2011
In questa pagina puoi trovare informazioni su come fare in modo che Konversation apra i collegamenti nel tuo browser preferito.
Konversation e i componenti di KDE
Konversation utilizza le impostazioni di KDE relative al browser predefinito per aprire i collegamenti in un browser. Vedi la pagina Impostazioni di sistema/Applicazioni predefinite per i dettagli su come impostare il browser web predefinito in KDE.
Modalità alternativa per far aprire i collegamenti a Konversation
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.