From: Arioch <the_Arioch@nm.ru> To: sisyphus@lists.altlinux.org Subject: [sisyphus] при установке 3rd-party-пакета предупреждения Date: Thu, 09 Feb 2006 22:58:05 +0300 Message-ID: <dsg6to$v07$1@sea.gmane.org> (raw) 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 }
next reply other threads:[~2006-02-09 19:58 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2006-02-09 19:58 Arioch [this message] 2006-02-09 20:10 ` Andrey Rahmatullin 2006-02-09 22:13 ` [sisyphus] Re: приустановке3rd-party-пакетапредупреждения Arioch 2006-02-10 5:51 ` Andrey Rahmatullin
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to='dsg6to$v07$1@sea.gmane.org' \ --to=the_arioch@nm.ru \ --cc=sisyphus@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Sisyphus discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \ sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru public-inbox-index sisyphus Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.sisyphus AGPL code for this site: git clone https://public-inbox.org/public-inbox.git