Re: invalid SDL application's icon in KDE

2013-02-12 Thread Sam Protsenko
I've created the bug here: https://bugs.kde.org/show_bug.cgi?id=314994 -- Best regards, Sam Protsenko Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: invalid SDL application's icon in KDE

2013-02-09 Thread Joe
Martin, I tried to CC one guy when started this thread, but it doesn't work. So maybe you should forward mail from this thread to him. On Sat, Feb 9, 2013 at 8:32 PM, Martin Sandsmark wrote: > On Sat, Feb 09, 2013 at 07:51:51PM +0200, Joe wrote: > > Martin, how can I test it? Can you please provi

Re: invalid SDL application's icon in KDE

2013-02-09 Thread Martin Sandsmark
On Sat, Feb 09, 2013 at 07:51:51PM +0200, Joe wrote: > Martin, how can I test it? Can you please provide me with link to > instructions how to build it (libtaskbar)? Should I rebuild for this > purpose also rest of KDE parts (I'm using KDE 4.8.4 from Debian testing) or > I should rebuild only libta

Re: invalid SDL application's icon in KDE

2013-02-09 Thread Joe
Martin, how can I test it? Can you please provide me with link to instructions how to build it (libtaskbar)? Should I rebuild for this purpose also rest of KDE parts (I'm using KDE 4.8.4 from Debian testing) or I should rebuild only libtaskbar itself? Actually, I had planned to check this issue wi

Re: invalid SDL application's icon in KDE

2013-02-09 Thread Martin Sandsmark
On Sat, Feb 09, 2013 at 04:28:37PM +0100, Thomas Lübking wrote: > libtaskbar is in kdeworkspace, just file it against the plasma taskbar > component and let them pass it down. With the provided info it should not > be hard to fix, but i don't care about taskbars at all ;-) FWIW, I think Eike is c

Re: invalid SDL application's icon in KDE

2013-02-09 Thread Thomas Lübking
On Samstag, 9. Februar 2013 15:41:59 CEST, Joe wrote: and tell SDL to enter this millennium You've meant to use _NET_WM_ICON? Yes. If I apply it -- icon will be correct? If the patch does what it seems to do: yes. OK, but which project I should use to file bug? kdelibs? libtaskbar is in k

Re: invalid SDL application's icon in KDE

2013-02-09 Thread Joe
> and tell SDL to enter this millennium You've meant to use _NET_WM_ICON? Because I've found such a patch: http://lists.libsdl.org/pipermail/commits-libsdl.org/2012-October/005808.html If I apply it -- icon will be correct? > file a bug there (they've to use "KWindowSystem::NETWM | KWindowSystem::

Re: invalid SDL application's icon in KDE

2013-02-09 Thread Thomas Lübking
On Samstag, 9. Februar 2013 15:08:20 CEST, Joe wrote: Checked "xprop". There is no _NET_WM_ICON proeprty, but I've noticed this one: _NET_WM_ICON_NAME(UTF8_STRING) = "INSTEAD - 1.8.3" Here is a full log: http://pastebin.com/rHxxjb3A _NET_WM_ICON_NAME is not related to "icons" (don't ask, that p

Re: invalid SDL application's icon in KDE

2013-02-09 Thread Joe
Checked "xprop". There is no _NET_WM_ICON proeprty, but I've noticed this one: _NET_WM_ICON_NAME(UTF8_STRING) = "INSTEAD - 1.8.3" Here is a full log: http://pastebin.com/rHxxjb3A I forgot to mention that SDL applications have correct window title icon. Incorrect is only taskbar one. I also tried t

Re: invalid SDL application's icon in KDE

2013-02-09 Thread Thomas Lübking
On Samstag, 9. Februar 2013 13:58:43 CEST, Joe wrote: Hi, I've noticed that SDL games have invalid icon at taskbar when running in KDE (this icon: /usr/share/icons/oxygen/32x32/apps/xorg.png). In rest of DEs (like a XFCE or GNOME) icon is ok. So I wonder if it's KDE specific or SDL specific issu