Package: launchy Version: 2.5-3 Severity: normal Tags: patch Currently launchy don't find icons stored in /usr/share/icons, but lots of packages store there icons in this directory. An easy workaround is to create a symbolic link in /usr/local/share/applications to
ln -s /usr/share/icons /usr/local/share/applications/icons A clean fix would be: --- platform_unix_util.cpp 2015-10-18 12:49:28.245480997 +0200 +++ platform_unix_util.cpp 2015-10-18 12:49:19.685480768 +0200 @@ -88,6 +88,7 @@ "/usr/local/share/applications/", "/usr/share/gdm/applications/", "/usr/share/applications/kde/", + "/usr/share/icons/", "~/.local/share/applications/"}; for(int i = 0; i < 5; i++) { QString dir = dirs[i]; cheers wof -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.2.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Init: sysvinit (via /sbin/init) Versions of packages launchy depends on: ii libc6 2.19-22 ii libgcc1 1:5.2.1-22 ii libqt4-network 4:4.8.7+dfsg-3 ii libqtcore4 4:4.8.7+dfsg-3 ii libqtgui4 4:4.8.7+dfsg-3 ii libstdc++6 5.2.1-22 ii libx11-6 2:1.6.3-1 launchy recommends no packages. Versions of packages launchy suggests: pn launchy-plugins <none> pn launchy-skins <none> -- no debconf information