[devel] Re: скрипты (GNOME)

Mikhail Zabaluev =?iso-8859-1?q?mhz_=CE=C1_altlinux=2Eorg?=
Пт Фев 21 01:11:17 MSK 2003


Hello Stanislav,

On Thu, Feb 20, 2003 at 03:57:48PM +0300, Stanislav Ievlev wrote:
>
> Пригалаю список скриптов в пакетах rpm, показавшийся мне подозрительным.
> Вполне возможно, что я где-то был не прав. В любом случае хочется
> комментариев от мантейнеров.

Добавьте к этому ещё:


gnome-settings:
postinstall scriptlet (through /bin/sh):
if [ -f /etc/gconf/schemas/desktop_gnome_background.schemas ]; then

/usr/bin/gconf2_set  string /desktop/gnome/background/picture_options stretched

/usr/bin/gconf2_set  string /desktop/gnome/background/picture_filename /usr/share/design/backgrounds/default.png

/usr/bin/gconf2_set  string /desktop/gnome/background/primary_color \#21449c

/usr/bin/gconf2_set  string /desktop/gnome/background/color_shading_type solid fi
if [ -f /etc/gconf/schemas/desktop_gnome_interface.schemas ]; then

/usr/bin/gconf2_set  string /desktop/gnome/interface/icon_theme BlueSphere
fi
if [ -f /etc/gconf/schemas/desktop_gnome_file_views.schemas ]; then

/usr/bin/gconf2_set  string /desktop/gnome/file-views/icon_theme BlueSphere
fi


gnome-minimal-sisyphus:
postinstall scriptlet (through /bin/sh):

/usr/bin/gconf2_set  string /desktop/gnome/interface/gtk_theme LighthouseBlue

/usr/bin/gconf2_set  string /apps/metacity/general/theme Atlanta
#%gconf2_set string /apps/nautilus/preferences/theme Eazel


gedit:
postinstall scriptlet (through /bin/sh):
/sbin/ldconfig

export GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source`
for S in  gedit; do
    /usr/bin/gconftool-2 --makefile-install-rule "/etc/gconf/schemas/$S.schemas" >/dev/null
done

/usr/bin/gconf2_set  list string /apps/gedit-2/preferences/editor/load/encodings [KOI8R,WINDOWS-1251,CP866]

/usr/bin/gconf2_set  string /apps/gedit-2/preferences/editor/save/save_encoding GEDIT_SAVE_ORIGINAL_FILE_ENCODING_IF_POSSIBLE_NCL

/usr/bin/gconf2_set  int /apps/gedit-2/preferences/ui/recents/max_recents 8
[ -x /usr/bin/scrollkeeper-update ] && /usr/bin/scrollkeeper-update ||:
[ -x /usr/bin/update-menus ] && /usr/bin/update-menus ||:


nautilus2:
postinstall scriptlet (through /bin/sh):

export GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source`
for S in  apps_nautilus_preferences; do
    /usr/bin/gconftool-2 --makefile-install-rule "/etc/gconf/schemas/$S.schemas" >/dev/null
done

/usr/bin/gconf2_set  string /apps/nautilus/preferences/preview_sound local_only

/usr/bin/gconf2_set  string /apps/nautilus/preferences/show_icon_text local_only

/usr/bin/gconf2_set  bool /apps/nautilus/preferences/start_with_sidebar false

/usr/bin/gconf2_set  string /apps/nautilus/preferences/click_policy single
[ -x /usr/bin/scrollkeeper-update ] && /usr/bin/scrollkeeper-update ||:


gnome-terminal:
postinstall scriptlet (through /bin/sh):

export GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source`
for S in  gnome-terminal; do
    /usr/bin/gconftool-2 --makefile-install-rule "/etc/gconf/schemas/$S.schemas" >/dev/null
done

/usr/bin/gconf2_set  string /apps/gnome-terminal/profiles/Default/foreground_color \#D6D5D2

/usr/bin/gconf2_set  string /apps/gnome-terminal/profiles/Default/background_color \#000000

/usr/bin/gconf2_set  string /apps/gnome-terminal/profiles/Default/font Monospace Bold 16

/usr/bin/gconf2_set  bool /apps/gnome-terminal/profiles/Default/use_theme_colors false

/usr/bin/gconf2_set  bool /apps/gnome-terminal/profiles/Default/use_system_font false

# keybindings

/usr/bin/gconf2_set  string /apps/gnome-terminal/keybindings/prev_tab \<Shift\>Left

/usr/bin/gconf2_set  string /apps/gnome-terminal/keybindings/next_tab \<Shift\>Right

[ -x /usr/bin/update-menus ] && /usr/bin/update-menus ||:
[ -x /usr/bin/scrollkeeper-update ] && /usr/bin/scrollkeeper-update ||:


Зачем-то при каждой установке/обновлении порются конфигурационные
значения, вместо того, чтобы изменить предпочтения с помощью патча
в .schemas . В итоге, если я хочу по умолчанию для всех пользователей
цвет не #21449c, а #21449d (говорите точно, скока вешать! :P),
я буду тихо послан при первом же upgrade.
Вдобавок, в gnome-terminal переопределяются клавиши, что есть
прегрешение против Solaris Accessibility Guide.

Всё это занесено в BTS под номерами 2274, 2277-2280, 2292.

-- 
Stay tuned,
  MhZ                                     JID: mhz на altlinux.org
___________
You were s'posed to laugh!
----------- следующая часть -----------
Было удалено вложение не в текстовом формате...
Имя     : =?iso-8859-1?q?=CF=D4=D3=D5=D4=D3=D4=D7=D5=C5=D4?=
Тип     : application/pgp-signature
Размер  : 189 байтов
Описание: =?iso-8859-1?q?=CF=D4=D3=D5=D4=D3=D4=D7=D5=C5=D4?=
Url     : <http://lists.altlinux.org/pipermail/devel/attachments/20030221/54cb64e8/attachment-0001.bin>


Подробная информация о списке рассылки Devel