Supybot-data-20040909-alt1.noarch missing-url info Missing Url: in a package.; apt-blacklist-0.01-alt2.3.noarch missing-url info Missing Url: in a package.; cmake-gui-2.8.4-alt1.x86_64 iconsdir experimental Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy.; fuse-ntfs-2.0.0-alt8.x86_64 rpm-package-is-obsoleted warn The package is obsoleted by the package ntfs-3g-2011.4.12-alt1.x86_64, but is still alive and in the repository. Consider removing the package, or, if you want the package to be alive, ask the maintainer of ntfs-3g-2011.4.12-alt1.x86_64 to remove Obsoletes: tag.; heirloom-070715-alt2.x86_64 unsafe-tmp-usage-in-scripts fail The test discovered scripts with errors which may be used by a user for damaging important system files. For example if a script uses in its work a temp file which is created in /tmp directory, then every user can create symlinks with the same name (pattern) in this directory in order to destroy or rewrite some system or another user's files. Scripts _must_ _use_ mktemp/tempfile or must use $TMPDIR. mktemp/tempfile is safest. $TMPDIR is safer than /tmp/ because libpam-tmpdir creates a subdirectory of /tmp that is only accessible by that user, and then sets TMPDIR and other variables to that. Hence, it doesn't matter nearly as much if you create a non-random filename, because nobody but you can access it. Found error in /usr/lib/heirloom/sbin/catman: $ grep -A5 -B5 /tmp/ /usr/lib/heirloom/sbin/catman cd "$system" 2>/dev/null || continue dir="$dir/$system" fi if test -z "$nflag" && test -z "$debug" then exec 5> /tmp/mw$$ || continue fi if test $# -gt 0 then for sect do -- s/\\f(..//g s/\\s[-+]*[0-9]*//g s/\\-/-/g s/\\[| ^]/ /g s/\\e/\\/g ' /tmp/mw$$ > /tmp/mi$$ if test $# -gt 0 then cut= for sect do cut="$cut|([ ]+\($sect\)[ ]+-[ ]+)" done cut="${cut#|}" egrep -v "$cut" windex > /tmp/mj$$ sort /tmp/mi$$ /tmp/mj$$ > windex rm /tmp/mi$$ /tmp/mj$$ else sort /tmp/mi$$ > windex rm /tmp/mi$$ fi fi done test -f /tmp/mw$$ && rm /tmp/mw$$ exit } # # Routines common to all man sub-commands. -- unset ZIP ;; esac if test "$2" = man.Z then zcat < "$1" > /tmp/man$$ || return f_file=/tmp/man$$ elif test -n "$ZIP" then $ZIP "$1" > /tmp/man$$ || return f_file=/tmp/man$$ else f_file="$1" fi f_cmd= case "$2" in -- test -z "$tflag" && test -z "$debug" && f_msgdone=' done' && $printn 'Reformatting page. Wait...' >&2 if test "$2" = sgml then $SGML $f_file >/tmp/sman_$$ test "$f_file" = /tmp/man$$ && rm -f /tmp/man$$ f_file=/tmp/sman_$$ fi f_cmd="cat $f_file |" IFS= read -r f_firstline < "$f_file" || return test "$progname" != catman && test -n "$debug" && -- then f_cmd="$f_cmd | $TCAT" fi ;; html) test "$f_file" = "/tmp/man$$" && { mv /tmp/man$$ /tmp/man$$.html; f_file="$f_file.html"; } f_cmd="$HTML1 $f_file $HTML2" ;; *) f_cmd="cat $f_file" ;; esac if test "$progname" != catman then test -n "$debug" && echo " executing = $f_cmd" texts="$texts /tmp/mp$textno.$$" eval "$f_cmd" >/tmp/mp$textno.$$ textno=$((textno+1)) else f_real="${4%?(.gz|.z|.Z|.bz2)}" if test -z "$nflag" then -- else echo "$f_cmd > $f_cat" fi fi fi test "$f_file" = /tmp/man$$ && rm -f /tmp/man$$ test "$f_file" = /tmp/sman_$$ && rm -f /tmp/sman_$$ test "$f_file" = /tmp/man$$.html && rm -f /tmp/man$$.html test -n "$f_msgdone" && echo "$f_msgdone" >&2 fi gotcha="$gotcha$3," } -- # # Called when a signal is caught. # cleanup() { test -n "$texts" && rm -f $texts test -f /tmp/man$$ && rm -f /tmp/man$$ test -f /tmp/man$$.html && rm -f /tmp/man$$.html test -f /tmp/mw$$ && rm -f /tmp/mw$$ test -f /tmp/mi$$ && rm -f /tmp/mi$$ test -f /tmp/mj$$ && rm -f /tmp/mj$$ exit } usage() { case "$progname" in Found error in /usr/lib/heirloom/bin/man: $ grep -A5 -B5 /tmp/ /usr/lib/heirloom/bin/man unset ZIP ;; esac if test "$2" = man.Z then zcat < "$1" > /tmp/man$$ || return f_file=/tmp/man$$ elif test -n "$ZIP" then $ZIP "$1" > /tmp/man$$ || return f_file=/tmp/man$$ else f_file="$1" fi f_cmd= case "$2" in -- test -z "$tflag" && test -z "$debug" && f_msgdone=' done' && $printn 'Reformatting page. Wait...' >&2 if test "$2" = sgml then $SGML $f_file >/tmp/sman_$$ test "$f_file" = /tmp/man$$ && rm -f /tmp/man$$ f_file=/tmp/sman_$$ fi f_cmd="cat $f_file |" IFS= read -r f_firstline < "$f_file" || return test "$progname" != catman && test -n "$debug" && -- then f_cmd="$f_cmd | $TCAT" fi ;; html) test "$f_file" = "/tmp/man$$" && { mv /tmp/man$$ /tmp/man$$.html; f_file="$f_file.html"; } f_cmd="$HTML1 $f_file $HTML2" ;; *) f_cmd="cat $f_file" ;; esac if test "$progname" != catman then test -n "$debug" && echo " executing = $f_cmd" texts="$texts /tmp/mp$textno.$$" eval "$f_cmd" >/tmp/mp$textno.$$ textno=$((textno+1)) else f_real="${4%?(.gz|.z|.Z|.bz2)}" if test -z "$nflag" then -- else echo "$f_cmd > $f_cat" fi fi fi test "$f_file" = /tmp/man$$ && rm -f /tmp/man$$ test "$f_file" = /tmp/sman_$$ && rm -f /tmp/sman_$$ test "$f_file" = /tmp/man$$.html && rm -f /tmp/man$$.html test -n "$f_msgdone" && echo "$f_msgdone" >&2 fi gotcha="$gotcha$3," } -- # # Called when a signal is caught. # cleanup() { test -n "$texts" && rm -f $texts test -f /tmp/man$$ && rm -f /tmp/man$$ test -f /tmp/man$$.html && rm -f /tmp/man$$.html test -f /tmp/mw$$ && rm -f /tmp/mw$$ test -f /tmp/mi$$ && rm -f /tmp/mi$$ test -f /tmp/mj$$ && rm -f /tmp/mj$$ exit } usage() { case "$progname" in Found error in /usr/lib/heirloom/bin/diff3: $ grep -A5 -B5 /tmp/ /usr/lib/heirloom/bin/diff3 : else echo "usage: `basename $0` file1 file2 file3" 1>&2 exit 2 fi trap "rm -f /tmp/d3[abcdef]$$" 0 1 2 13 15 if test -f "$1" || test -b "$1" then file1=$1 else cat -- "$1" >/tmp/d3c$$ || exit file1=/tmp/d3c$$ fi if test -f "$2" || test -b "$2" then file2=$2 else cat -- "$2" >/tmp/d3d$$ || exit file2=/tmp/d3d$$ fi if test -f "$3" || test -b "$3" then file3=$3 else cat -- "$3" >/tmp/d3e$$ || exit file3=/tmp/d3e$$ fi diff -- "$file1" "$file3" >/tmp/d3a$$ diff -- "$file2" "$file3" >/tmp/d3b$$ /usr/lib/heirloom/lib/diff3prog ${e+"$e"} /tmp/d3[ab]$$ "$file1" "$file2" "$file3"; ipython-0.10-alt1.1.noarch altlinux-python-test-is-packaged info /usr/lib/python2.6/site-packages/IPython/testing/plugin/test_ipdoctest.py: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/IPython/testing/plugin/test_ipdoctest.pyc: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/IPython/testing/plugin/test_ipdoctest.pyo: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/IPython/testing/plugin/test_refs.py: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/IPython/testing/plugin/test_refs.pyc: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/IPython/testing/plugin/test_refs.pyo: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; kchmviewer-5.2-alt1.x86_64 freedesktop-desktop info desktop-file-validate utility printed the following message(s): /usr/share/kde4/applications/kde4/kchmviewer.desktop: warning: key "Encoding" in group "Desktop Entry" is deprecated; kismet-common-2010.07.R1-alt1.1.x86_64 unsafe-tmp-usage-in-scripts fail The test discovered scripts with errors which may be used by a user for damaging important system files. For example if a script uses in its work a temp file which is created in /tmp directory, then every user can create symlinks with the same name (pattern) in this directory in order to destroy or rewrite some system or another user's files. Scripts _must_ _use_ mktemp/tempfile or must use $TMPDIR. mktemp/tempfile is safest. $TMPDIR is safer than /tmp/ because libpam-tmpdir creates a subdirectory of /tmp that is only accessible by that user, and then sets TMPDIR and other variables to that. Hence, it doesn't matter nearly as much if you create a non-random filename, because nobody but you can access it. Found error in /usr/share/doc/kismet-common-2010.07.R1/old/multi-gpsmap.sh: $ grep -A5 -B5 /tmp/ /usr/share/doc/kismet-common-2010.07.R1/old/multi-gpsmap.sh if [[ $lat != 0 ]]; then echo $lat cat > /dev/null break fi done > /tmp/mg$$ latitude=`cat /tmp/mg$$` bc -l << EOF > /tmp/mg$$ scale=3 c(($latitude etc usr 8 etc usr a(1))/360) EOF cos_lat=`cat /tmp/mg$$` rm /tmp/mg$$ awk '/gps-point/ { if ( $3 ~ "source.*" ) { print $6" "$7 } else { print $5" "$6 }}' < $1 | while read line; do eval $line echo $lat $lon done | awk -v cos_lat=$cos_lat -v scale=$scale 'BEGIN {olat=0}; libntfs-devel-2.0.0-alt8.x86_64 rpm-package-is-obsoleted warn The package is obsoleted by the package libntfs-3g-devel-2011.4.12-alt1.x86_64, but is still alive and in the repository. Consider removing the package, or, if you want the package to be alive, ask the maintainer of libntfs-3g-devel-2011.4.12-alt1.x86_64 to remove Obsoletes: tag.; ntfsprogs-2.0.0-alt8.x86_64 rpm-package-is-obsoleted warn The package is obsoleted by the package ntfs-3g-2011.4.12-alt1.x86_64, but is still alive and in the repository. Consider removing the package, or, if you want the package to be alive, ask the maintainer of ntfs-3g-2011.4.12-alt1.x86_64 to remove Obsoletes: tag.; pdnsd-1.2.7-alt1.x86_64 init-lsb warn /etc/rc.d/init.d//pdnsd: lsb init header missing. See http://www.altlinux.org/Services_Policy for details.; pdnsd-1.2.7-alt1.x86_64 subdir-in-var-run info Found a subdir in /var/run or /var/lock. /var/run and /var/lock may be mounted as temporary filesystems, so the init.d scripts must handle this correctly. This will typically amount to creating any required subdirectories dynamically when the init.d script is run, rather than including them in the package and relying on rpm to create them.; python-module-unittest2-0.5.1-alt1.noarch altlinux-python-test-is-packaged info /usr/lib/python2.6/site-packages/unittest2/test/test_assertions.py: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_assertions.pyc: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_assertions.pyo: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_break.py: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_break.pyc: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_break.pyo: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_case.py: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_case.pyc: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_case.pyo: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_discovery.py: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_discovery.pyc: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_discovery.pyo: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_functiontestcase.py: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_functiontestcase.pyc: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_functiontestcase.pyo: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_loader.py: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_loader.pyc: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_loader.pyo: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_new_tests.py: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_new_tests.pyc: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_new_tests.pyo: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_program.py: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_program.pyc: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_program.pyo: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_result.py: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_result.pyc: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_result.pyo: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_runner.py: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_runner.pyc: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_runner.pyo: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_setups.py: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_setups.pyc: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_setups.pyo: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_skipping.py: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_skipping.pyc: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_skipping.pyo: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_suite.py: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_suite.pyc: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_suite.pyo: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_unittest2_with.py: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_unittest2_with.pyc: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; /usr/lib/python2.6/site-packages/unittest2/test/test_unittest2_with.pyo: It is the file in the package whose name matches the format python modules use for test files. It may have been installed by accident. Remove it or move it to the -devel subpackage, if the test is required to build other packages. See http://www.altlinux.org/Python_Policy for details.; qtm-0.7.1.3-alt1.qa2.x86_64 iconsdir experimental Please, move pixmaps from /usr/share/pixmaps to %_liconsdir, %_niconsdir, %_miconsdir according to their size. See http://www.altlinux.org/IconPathsPolicy.;