Привет ВСЕМ
В Xdialog как поменять размер шрифтов?
Достало - ничего не видно :(
Может альтернативу подскажите?
Тоже фронт-енд к баш скриптам, желательно без компиляции,можно токо под Х-сы
ЗЫ: Знаю bash,php ...
Буду изучать perl, когда-нибудь pythonЗЫЗЫ: Если и такого нет, то тогда легкий GUI который бы работал и собирался в Gnome,KDE,FluxBox и т.д. - под Х-сы в общем
И желательно имел малые зависимости
>Привет ВСЕМ
>В Xdialog как поменять размер шрифтов?
>Достало - ничего не видно :(--fontsel <font name> <height> <width> ???
документация рулит?
>--fontsel <font name> <height> <width> ???
>
>документация рулит?
Я это видел :)
Но как этим пользоваться? Я ж это спрашивал?DIALOG="Xdialog"
$DIALOG --title "Hello" --msgbox "Hello" --fontsel monospace 15 15 10 25
Так что ли???
Если да, то это ничего не дает
$DIALOG --title "Hello" --msgbox "Hello" fontsel monospace 15 15 10 25
так тожеТакое впечатление что Оно не работает - просто запускается и все...
#Xdialog -v
2.0.6Я видел какое-то упоминание о том что что-то с шрифтами можно делать с помощью
--rc-fileВ общем Я спрашиваю по тому, что не нашел инфу по этому поводу...
Прошу рабочий пример...
Пожалуйста
Может дело в том, что:
Xdialog - ChangeLog
25/03/03
v2.1.0
- Implemented the new --colorsel (suggestion from Todd Hammer) and --fontsel widgets.А У мну версия 2,0,6???
Попробую Xdialog v2.2.1
Чет у меня не получается :(Xdialog --fontsel terminal 25 50 --msgbox "hello" 50 50
возвращает, если выбираю шрифт, например:-dec-terminal-medium-r-normal-*-*-140-*-*-c-*-iso8859-1
И еще запускает --msgbox "hello" 50 50 со стандартным шрифтом...
Как пользоваться???
Вот ответ на мой вопрос:The --fontsel widget is meant to select a font name for the benefit of the
script using Xdialog (for example, in a configuration or installation script for
another application), not for changing Xdialog's own fonts.The fonts used by Xdialog depend on your GTK+ (v1) theme, but they may be
changed using the --rc-file (see the FAQ, for example:
http://thgodef.nerim.net/xdialog/doc/faq.html#Q07 ).------------------http://thgodef.nerim.net/xdialog/doc/faq.html#Q07 :--------
How to force the use of fixed width fonts in all Xdialog widgets ?With some scripts written for dialog, some pre-formatted text may appear mis-aligned in Xdialog menus. This is because GTK+ uses proportional fonts while the console tools such as dialog may only use fixed width fonts.
While the --fixed-font intructs Xdialog to use a fixed width font (more exactly a monospacing one) into the text windows of the tailbox, textbox and editbox widgets, the labels and backtitle of Xdialog still use the font defined in the GTK+ theme in force when Xdialog is started. There are two ways around this, by using either the (c)dialog high compatibility mode, or the --rc-file option together with a gtkrc file where the font parameter is set for a monospacing font name. E.g.:
style 'fixed_font' {
font = "-*-*-medium-r-normal-*-*-*-*-*-m-70-iso8859-1"
}
widget '*' style 'fixed_font'
Млин так и не получилось :(
может кто подскажет Графическую утилитку, с помощью которой можно как и с Xdialog работать?Только фотн менять?
ообще у кого-то получалось менять размер???
style 'ok_rus' {
fg[NORMAL] = { .5, .5, .5 }
bg[NORMAL] = { 1.0 1.0, 1.0 }
font = "-misc-fixed-*-*-*-*-*-200-*-*-*-*-koi8-r"
}
widget '*' style 'ok_rus'
Такой вариант подойдет?