Konversation/Browsers/uk: Difference between revisions
Created page with "# Натисніть кнопку <menuchoice>Застосувати</menuchoice>." |
Created page with "== Інший спосіб зміни режиму відкриття посилань у Konversation ==" |
||
Line 10: | Line 10: | ||
# Натисніть кнопку <menuchoice>Застосувати</menuchoice>. | # Натисніть кнопку <menuchoice>Застосувати</menuchoice>. | ||
== | == Інший спосіб зміни режиму відкриття посилань у 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 12:36, 25 July 2011
На цій сторінці можна знайти дані щодо налаштування Konversation на відкриття посилань у вашій улюбленій програмі для перегляду інтернету.
Konversation та компоненти KDE
Konversation використовує для відкриття посилань типову програму для перегляду інтернету KDE. Щоб визначити типову програму для перегляду інтернету, виконайте такі дії:
- Відкрийте сторінку .
- Позначте пункт команду запуску потрібної вам програми. і вкажіть полі для введення даних
- Натисніть кнопку .
Інший спосіб зміни режиму відкриття посилань у 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.