[KWindowSystem] if XApp fallback icon is not in desktop icon theme, no icon shown

2014-02-24 Thread Damian Ivanov
Servus, me again, kwindowsystem_x11.cpp : // If the icon is still a null pixmap, load the icon for X applications // as a last resort:{ const QIcon icon = QIcon::fromTheme(QLatin1String("xorg")); If your active theme doesn't have an icon xorg (like default gnome icon t

Re: [KWindowSystem] if XApp fallback icon is not in desktop icon theme, no icon shown

2014-02-24 Thread Martin Gräßlin
On Monday 24 February 2014 22:24:24 Damian Ivanov wrote: > Servus, me again, > > kwindowsystem_x11.cpp : > // If the icon is still a null pixmap, load the icon for X > applications // as a last resort:{ > const QIcon icon = QIcon::fromTheme(QLatin1String("xorg")); > > If your