[sisyphus] при установке 3rd-party-пакета предупреждения

Arioch =?iso-8859-1?q?the=5FArioch_=CE=C1_nm=2Eru?=
Чт Фев 9 22:58:05 MSK 2006


sudo rpm -U opera-9.0-20060206.6-shared-qt.i386-en.rpm
Could not find icon installation directory, icons not installed.
[Invalid UTF-8] Could not parse file 
'/usr/share/applications/wine-kviewer.desktop': desktop entry contain 
line 'Name[ru]=\xeb\xef\xed\xf0\xe1\xf3-3D Viewer V8' which is not UTF-8
File '/usr/share/applications/xarchiver.desktop' contains invalid MIME 
type 'x-arj-compressed' that is missing a slash
[Invalid UTF-8] Could not parse file 
'/var/cache/applications/alt-cheops.desktop': desktop entry contain line 
'Comment=\xf3\xd2\xc5\xc4\xd3\xd4\xd7\xcf 
\xc9\xce\xd7\xc5\xce\xd4\xc1\xd2\xc9\xda\xc1\xc3\xc9\xc9 
\xd3\xc5\xd4\xc9.' which is not UTF-8

** (process:11511): CRITICAL **: egg_desktop_entries_add_group: 
assertion `egg_desktop_entries_lookup_group (entries, group_name) == 
NULL' failed


кто такой egg_drop ?

С invalid8 UTF более менее понятно.

И на какие папки ругается ? rpm -qs opera говорит, что все нормально. 
Впрочем... Да, это не оттуда, это POSTIN-скрипт.

Судя по всему, пстая переменная $XDG_DATA_DIR - интеренсо, почему они ее 
преджполагают установленной ? Ладно, српощу у них.

xdg()
{   # http://standards.freedesktop.org
     if update-desktop-database --help >/dev/null 2>&1; then

	for ICON_DIR in ${XDG_DATA_DIRS}/icons/hicolor 
/usr/share/pixmaps/hicolor; do test -d ${ICON_DIR} && break; done

	if   test ! -d ${ICON_DIR}; then echo "Could not find icon installation 
directory, icons not installed." >&2
	elif test ! -w ${ICON_DIR}; then echo "Directory \"${ICON_DIR}\" not 
writable by user \"${USER}\", icons not installed." >&2
	else
	    test -d ${ICON_DIR}/48x48/apps && test -w ${ICON_DIR}/48x48/apps && 
cp $cpv $share_dir/images/opera_48x48.png $DIR_HI/48x48/apps/opera.png
	    test -d ${ICON_DIR}/32x32/apps && test -w ${ICON_DIR}/32x32/apps && 
cp $cpv $share_dir/images/opera_32x32.png $DIR_HI/32x32/apps/opera.png
	    test -d ${ICON_DIR}/22x22/apps && test -w ${ICON_DIR}/22x22/apps && 
cp $cpv $share_dir/images/opera_22x22.png $DIR_HI/22x22/apps/opera.png
	fi

	for SHORTCUT_DIR in ${XDG_DATA_HOME}/applications 
/usr/local/share/applications /usr/share/applications; do test -d 
${SHORTCUT_DIR} && break; done

	if   test ! -d ${SHORTCUT_DIR}; then echo "Could not find shortcut 
installation directory, desktop entry not installed." >&2; return
	elif test ! -w ${SHORTCUT_DIR}; then echo "Directory 
\"${SHORTCUT_DIR}\" not writable by user \"${USER}\", desktop entry not 
installed." >&2; return
	fi
	generate_desktop ${SHORTCUT_DIR} xdg
	update-desktop-database
     else
	icons
	gnome
	kde 3
	kde 2
	kde1
	mandrake
     fi
}




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