Re: [Kde-pim] How does projects migrates to kde5? / Patch to program that is missing in master branch

2015-03-27 Thread Sandro Knauß
Hey, I tried to get through the git log to understand what happens to ktimetracker. git magic helps: git log master --stat --diff-filter=D points to this commit from Laurent: commit: cd0ee7e149270ce17d5fdab95b19adc960b80ad8 Author: Montel Laurent Date: Fri May 2 13:37:08 2014 +0200 No

Re: Debugging a KControl Module

2015-03-27 Thread David Edmundson
On Fri, Mar 27, 2015 at 12:02 AM, Albert Astals Cid wrote: > El Dijous, 26 de març de 2015, a les 12:57:47, Ronnie Thomas va escriure: > > Hello everyone, > > > > I'm trying to find out how to launch a certain KControl Module after > > building it. Is there a way to open kcm's built separately us

Re: timing of KDE5 panel in login

2015-03-27 Thread Takao Fujiwara
On 03/27/15 20:32, Thomas Lübking-san wrote: Am Freitag, 27. März 2015 schrieb Takao Fujiwara : I'm finding how to listen the changes in the property. But I don't have to listen the change in GNOME and XFCE. I can get the right value of _NET_WORKAREA at login. I guess KDE5 panel m

Re: timing of KDE5 panel in login

2015-03-27 Thread Luigi Toscano
On Friday 27 of March 2015 19:21:35 Takao Fujiwara wrote: > I'd like to run a custom panel at bottom right in KDE5 for > ibus(propertypanel.vala): https://github.com/ibus/ibus/tree/master/ui/gtk3 Hi, this is a Plasma 5 related question, try to ask on the plasma-devel list (now in CC, I don't reme

Re: timing of KDE5 panel in login

2015-03-27 Thread Takao Fujiwara
On 03/27/15 20:10, Thomas Lübking-san wrote: Am Freitag, 27. März 2015 schrieb Takao Fujiwara : On 03/27/15 19:34, Thomas Lübking-san wrote: On Freitag, 27. März 2015 11:21:35 CEST, Takao Fujiwara wrote: I'd like to run a custom panel at bottom right in KDE5 for ibus

Re: timing of KDE5 panel in login

2015-03-27 Thread Thomas Lübking
Am Freitag, 27. März 2015 schrieb Takao Fujiwara : > On 03/27/15 19:34, Thomas Lübking-san wrote: > >> On Freitag, 27. März 2015 11:21:35 CEST, Takao Fujiwara wrote: >> >>> I'd like to run a custom panel at bottom right in KDE5 for >>> ibus(propertypanel.vala): >>> https://github.com/ibus/ibus/tre

Re: timing of KDE5 panel in login

2015-03-27 Thread Takao Fujiwara
On 03/27/15 19:34, Thomas Lübking-san wrote: On Freitag, 27. März 2015 11:21:35 CEST, Takao Fujiwara wrote: I'd like to run a custom panel at bottom right in KDE5 for ibus(propertypanel.vala): https://github.com/ibus/ibus/tree/master/ui/gtk3 Since KDE5 allocates the owned panel at bottom, I tr

Re: timing of KDE5 panel in login

2015-03-27 Thread Thomas Lübking
On Freitag, 27. März 2015 11:21:35 CEST, Takao Fujiwara wrote: I'd like to run a custom panel at bottom right in KDE5 for ibus(propertypanel.vala): https://github.com/ibus/ibus/tree/master/ui/gtk3 Since KDE5 allocates the owned panel at bottom, I try to get the desktop height using _NET_CURREN

timing of KDE5 panel in login

2015-03-27 Thread Takao Fujiwara
I'd like to run a custom panel at bottom right in KDE5 for ibus(propertypanel.vala): https://github.com/ibus/ibus/tree/master/ui/gtk3 Since KDE5 allocates the owned panel at bottom, I try to get the desktop height using _NET_CURRENT_DESKTOP atom. My custom panel runs at login time and tries to g