From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Injected-Via-Gmane: http://gmane.org/ To: sisyphus@lists.altlinux.org From: Arioch Date: Thu, 09 Feb 2006 22:58:05 +0300 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: quoted-printable X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 213.219.219.21 User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.7.10) Gecko/20050815 Thunderbird/1.0.6 Mnenhy/0.7.3.0 X-Accept-Language: ru-ru, ru Sender: news Subject: [sisyphus] =?koi8-r?b?0NLJINXT1MHOz9fLxSAzcmQtcGFydHkt0MHLxdTB?= =?koi8-r?b?INDSxcTV0NLF1sTFzsnR?= X-BeenThere: sisyphus@lists.altlinux.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ALT Linux Sisyphus discussion list List-Id: ALT Linux Sisyphus discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2006 20:02:28 -0000 Archived-At: List-Archive: List-Post: 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=20 '/usr/share/applications/wine-kviewer.desktop': desktop entry contain=20 line 'Name[ru]=3D\xeb\xef\xed\xf0\xe1\xf3-3D Viewer V8' which is not UTF-= 8 File '/usr/share/applications/xarchiver.desktop' contains invalid MIME=20 type 'x-arj-compressed' that is missing a slash [Invalid UTF-8] Could not parse file=20 '/var/cache/applications/alt-cheops.desktop': desktop entry contain line = 'Comment=3D\xf3\xd2\xc5\xc4\xd3\xd4\xd7\xcf=20 \xc9\xce\xd7\xc5\xce\xd4\xc1\xd2\xc9\xda\xc1\xc3\xc9\xc9=20 \xd3\xc5\xd4\xc9.' which is not UTF-8 ** (process:11511): CRITICAL **: egg_desktop_entries_add_group:=20 assertion `egg_desktop_entries_lookup_group (entries, group_name) =3D=3D = NULL' failed =CB=D4=CF =D4=C1=CB=CF=CA egg_drop ? =F3 invalid8 UTF =C2=CF=CC=C5=C5 =CD=C5=CE=C5=C5 =D0=CF=CE=D1=D4=CE=CF. =E9 =CE=C1 =CB=C1=CB=C9=C5 =D0=C1=D0=CB=C9 =D2=D5=C7=C1=C5=D4=D3=D1 ? rpm= -qs opera =C7=CF=D7=CF=D2=C9=D4, =DE=D4=CF =D7=D3=C5 =CE=CF=D2=CD=C1=CC=D8= =CE=CF.=20 =F7=D0=D2=CF=DE=C5=CD... =E4=C1, =DC=D4=CF =CE=C5 =CF=D4=D4=D5=C4=C1, =DC= =D4=CF POSTIN-=D3=CB=D2=C9=D0=D4. =F3=D5=C4=D1 =D0=CF =D7=D3=C5=CD=D5, =D0=D3=D4=C1=D1 =D0=C5=D2=C5=CD=C5=CE= =CE=C1=D1 $XDG_DATA_DIR - =C9=CE=D4=C5=D2=C5=CE=D3=CF, =D0=CF=DE=C5=CD=D5= =CF=CE=C9 =C5=C5=20 =D0=D2=C5=C4=D6=D0=CF=CC=C1=C7=C1=C0=D4 =D5=D3=D4=C1=CE=CF=D7=CC=C5=CE=CE= =CF=CA ? =EC=C1=C4=CE=CF, =D3=D2=D0=CF=DD=D5 =D5 =CE=C9=C8. xdg() { # http://standards.freedesktop.org if update-desktop-database --help >/dev/null 2>&1; then for ICON_DIR in ${XDG_DATA_DIRS}/icons/hicolor=20 /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=20 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=20 /usr/local/share/applications /usr/share/applications; do test -d=20 ${SHORTCUT_DIR} && break; done if test ! -d ${SHORTCUT_DIR}; then echo "Could not find shortcut=20 installation directory, desktop entry not installed." >&2; return elif test ! -w ${SHORTCUT_DIR}; then echo "Directory=20 \"${SHORTCUT_DIR}\" not writable by user \"${USER}\", desktop entry not=20 installed." >&2; return fi generate_desktop ${SHORTCUT_DIR} xdg update-desktop-database else icons gnome kde 3 kde 2 kde1 mandrake fi }