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

Re: Re: Re: Re: KWindowSystem

2014-02-20 Thread Martin Gräßlin
On Thursday 20 February 2014 11:44:32 Damian Ivanov wrote: > ok, they were at some point retrieving the icon using .desktop file > but no more. thanks for the update. > > Paolo Borelli [gedit developer] 2014-02-20 09:39:20 UTC > > this should be fixed in 7ff1b3696fee69a7adfbb82b7a8f5b2a

Re: Re: Re: KWindowSystem

2014-02-20 Thread Damian Ivanov
ok, they were at some point retrieving the icon using .desktop file but no more. Paolo Borelli [gedit developer] 2014-02-20 09:39:20 UTC this should be fixed in 7ff1b3696fee69a7adfbb82b7a8f5b2ae2932bb1 For gnome at some point the icon was retrieved from the desktop file, then in the mean

Re: Re: Re: KWindowSystem

2014-02-20 Thread Damian Ivanov
FYI I'll try it with the gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=724781 2014-02-20 8:41 GMT+02:00 Martin Gräßlin : > On Thursday 20 February 2014 07:36:20 Damian Ivanov wrote: >> It's by design. They will do this for more and more applications. The >> icon is specified in the .deskto

Re: Re: Re: KWindowSystem

2014-02-19 Thread Martin Gräßlin
On Thursday 20 February 2014 07:36:20 Damian Ivanov wrote: > It's by design. They will do this for more and more applications. The > icon is specified in the .desktop file. See my other last message. This is irrelevant. There is no matching between .desktop file and the window. As I wrote there i

Re: Re: KWindowSystem

2014-02-19 Thread Damian Ivanov
It's by design. They will do this for more and more applications. The icon is specified in the .desktop file. See my other last message. Regards, Damian 2014-02-20 7:28 GMT+01:00 Martin Gräßlin : > On Thursday 20 February 2014 05:26:48 Damian Ivanov wrote: >> Hallo Thomas, >> Hallo Martin, >> >>

Re: Re: KWindowSystem

2014-02-19 Thread Martin Gräßlin
On Thursday 20 February 2014 05:26:48 Damian Ivanov wrote: > Hallo Thomas, > Hallo Martin, > > PS (before it gets lost after the output below :-)): I'm on openSUSE > 13.1, I looked into /usr/share/icons there is no icon called gedit but > I'm quite convinced that in GNOME the icon which is loaded

Re: KWindowSystem

2014-02-19 Thread Damian Ivanov
One more thing. In the gedit desktop file you have the following line: Icon=accessories-text-editor 2014-02-20 6:26 GMT+02:00 Damian Ivanov : > Hallo Thomas, > Hallo Martin, > > PS (before it gets lost after the output below :-)): I'm on openSUSE > 13.1, I looked into /usr/share/icons there is no

Re: KWindowSystem

2014-02-19 Thread Damian Ivanov
Hallo Thomas, Hallo Martin, PS (before it gets lost after the output below :-)): I'm on openSUSE 13.1, I looked into /usr/share/icons there is no icon called gedit but I'm quite convinced that in GNOME the icon which is loaded for gedit is /usr/share/icons/*theme*/*size*/apps/accessories-text-edit

Re: KWindowSystem

2014-02-19 Thread Thomas Lübking
On Mittwoch, 19. Februar 2014 23:19:00 CEST, Damian Ivanov wrote: Usecase: Well in kwindowsystem.h you already have stuff like minimizeWindow,unminize, raise,lower, so it would just be logical to look for it there. "Convenience access to certain properties and features of the window manager. T

Re: KWindowSystem

2014-02-19 Thread Damian Ivanov
Usecase: Well in kwindowsystem.h you already have stuff like minimizeWindow,unminize, raise,lower, so it would just be logical to look for it there. Also in kwindowsystem I pass the window to minimize/lower/raise as int. In netwm.* it doesn't take the int as argument for me. When running kwin on t

Re: KWindowSystem

2014-02-19 Thread Martin Gräßlin
On Wednesday 19 February 2014 17:04:12 Damian Ivanov wrote: > Hello all, > Hello Martin :-) > > 2 Things: > a) I found that kwindowsystem.h is missing a function closeWindow, is > that intended? It is present in the netwm* files as > closeWindowRequest. If this is not intended I can try to impleme

Re: KWindowsystem / Kwin QML plugin

2014-02-17 Thread Damian Ivanov
Thanks Martin for the respond and kudos for your work. I like it. 2014-02-17 10:48 GMT+01:00 Martin Gräßlin : > On Monday 17 February 2014 10:46:53 Damian Ivanov wrote: >> Hi, >> >> import org.kde.kwin 2.0 as KWin >> >> where can I find the source of the plugin that exports this to QML. IT >> does

Re: KWindowsystem / Kwin QML plugin

2014-02-17 Thread Martin Gräßlin
On Monday 17 February 2014 10:46:53 Damian Ivanov wrote: > Hi, > > import org.kde.kwin 2.0 as KWin > > where can I find the source of the plugin that exports this to QML. IT > doesn't seem to be KWindowSystem this is not kwindowsystem, there is no plugin for KWindowSystem. The import is part of