On Fri, Mar 26, 2004 at 11:35:57PM +0300, Genix wrote: > Иконка в формате png появляется в /usr/share/icons/, но в меню не > отображается (т.е. пункт в меню доступен, но иконки нет). Куда правильно > копировать иконку, и какой формат она должна иметь? Здравствуйте. Есть три каталога для иконок. Вот что у меня в них лежит (zsh syntax): $ rpm --eval %_iconsdir /usr/share/icons $ file -b `!!`/*(.) | sort | uniq -c 1 PNG image data, 16 x 16, 8-bit/color RGBA, non-interlaced 1 PNG image data, 28 x 29, 8-bit/color RGB, non-interlaced 1 PNG image data, 32 x 32, 16-bit/color RGBA, non-interlaced 1 PNG image data, 32 x 32, 16-bit/color RGB, non-interlaced 12 PNG image data, 32 x 32, 8-bit colormap, non-interlaced 15 PNG image data, 32 x 32, 8-bit/color RGBA, non-interlaced 3 PNG image data, 32 x 32, 8-bit/color RGB, non-interlaced 1 PNG image data, 34 x 34, 8-bit/color RGBA, non-interlaced 1 PNG image data, 41 x 34, 8-bit/color RGBA, non-interlaced 60 X pixmap image text $ rpm --eval %_miconsdir /usr/share/icons/mini $ file -b `!!`/*(.) | sort | uniq -c 1 ASCII text 9 PNG image data, 16 x 16, 16-bit/color RGBA, non-interlaced 5 PNG image data, 16 x 16, 8-bit colormap, non-interlaced 14 PNG image data, 16 x 16, 8-bit/color RGBA, non-interlaced 3 PNG image data, 16 x 16, 8-bit/color RGB, non-interlaced 1 PNG image data, 32 x 32, 8-bit/color RGBA, non-interlaced 49 X pixmap image text $ rpm --eval %_liconsdir /usr/share/icons/large $ file -b `!!`/*(.) | sort | uniq -c 1 PNG image data, 32 x 32, 8-bit/color RGBA, non-interlaced 1 PNG image data, 40 x 40, 8-bit colormap, non-interlaced 8 PNG image data, 48 x 48, 16-bit/color RGBA, non-interlaced 1 PNG image data, 48 x 48, 16-bit/color RGB, non-interlaced 2 PNG image data, 48 x 48, 8-bit colormap, non-interlaced 15 PNG image data, 48 x 48, 8-bit/color RGBA, non-interlaced 5 PNG image data, 48 x 48, 8-bit/color RGB, non-interlaced 43 X pixmap image text