Konversation/Browser

From KDE UserBase Wiki
Revision as of 17:43, 2 August 2011 by Caig (talk | contribs) (Created page with "Se per qualsiasi ragione i componenti di KDE non sono disponibili (per esempio se stai utilizzando un gestore delle finestre differente e vorresti comunque utilizzare '''Konversa...")
Other languages:

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

Se per qualsiasi ragione i componenti di KDE non sono disponibili (per esempio se stai utilizzando un gestore delle finestre differente e vorresti comunque utilizzare Konversation), è possibile specificare il tuo browser preferito all'interno di Konversation. Per far questo:

  1. In Konversation, click on Settings -> Configure Konversation... -> Behavior -> General.
  2. In this menu, check the checkbox for "Use custom Web browser:" and in the input box, fill in a browser specific command.
  3. Click Apply.

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.