Package: faenza-icon-theme
Version: 1.3.1-1
Severity: wishlist

Hi,

the package contains "start-here-<distribution>" icons with symbols of
various distributions, including Debian. However "start-here" icons are
symlinks to icons with ubuntu symbols.
E.g.:
$ realpath /usr/share/icons/Faenza/places/22/start-here.png
/usr/share/icons/Faenza/places/22/start-here-ubuntu.png

My suggestion is to change these symlinks to point to icons with Debian
symbols.

The "start-here" icons are used e.g. on panels (Mate, Gnome, ...)
for applications menus.

FYI I did the following to "fix" this for myself:
dpkg -L faenza-icon-theme |grep 'start-here\.' |while read path; do 
p="${path#/usr/share/icons/}"; p="${p%/start-here*}"; mkdir -p ~/.icons/${p}; 
cd ~/.icons/${p}; icpath="$(realpath $path)"; ext="${icpath##*.}"; 
icpath="${icpath%-ubuntu*}-debian.${ext}"; ln -s $icpath start-here.${ext}; done
dpkg -L faenza-icon-theme |grep 'start-here-symbolic\.' |while read path; do 
p="${path#/usr/share/icons/}"; p="${p%/start-here*}"; mkdir -p ~/.icons/${p}; 
cd ~/.icons/${p}; icpath="$(realpath $path)"; ext="${icpath##*.}"; 
icpath="${icpath%-ubuntu*}-debian.${ext}"; ln -s $icpath 
start-here-symbolic.${ext}; done

Thanks,
Martin


-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to