Konversation/Browsers/uk: Difference between revisions

From KDE UserBase Wiki
(Created page with "команду запуску потрібної вам програми.")
(Created page with "# Натисніть кнопку <menuchoice>Застосувати</menuchoice>.")
Line 8: Line 8:
# Відкрийте сторінку <menuchoice>Системні параметри -> Типові програми -> Переглядач інтернету</menuchoice>.
# Відкрийте сторінку <menuchoice>Системні параметри -> Типові програми -> Переглядач інтернету</menuchoice>.
# Позначте пункт <menuchoice>у наступному навігаторі:</menuchoice> і вкажіть полі для введення даних [[Special:myLanguage/Konversation/Browsers#Browser specific commands|команду запуску потрібної вам програми.]]
# Позначте пункт <menuchoice>у наступному навігаторі:</menuchoice> і вкажіть полі для введення даних [[Special:myLanguage/Konversation/Browsers#Browser specific commands|команду запуску потрібної вам програми.]]
# Click <menuchoice>Apply</menuchoice>.
# Натисніть кнопку <menuchoice>Застосувати</menuchoice>.


== Alternative way of making Konversation open links ==
== Alternative way of making Konversation open links ==

Revision as of 12:35, 25 July 2011

Other languages:

На цій сторінці можна знайти дані щодо налаштування Konversation на відкриття посилань у вашій улюбленій програмі для перегляду інтернету.

Konversation та компоненти KDE

Konversation використовує для відкриття посилань типову програму для перегляду інтернету KDE. Щоб визначити типову програму для перегляду інтернету, виконайте такі дії:

  1. Відкрийте сторінку Системні параметри -> Типові програми -> Переглядач інтернету.
  2. Позначте пункт у наступному навігаторі: і вкажіть полі для введення даних команду запуску потрібної вам програми.
  3. Натисніть кнопку Застосувати.

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:

  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.