On Mon, May 12, 2014 at 9:28 AM, Alexis López Zubieta
wrote:
> Hello:
> I keep using the Sokoloff's branch, I have ported some components
> successfully but those that relies on Xlib are stalled. While I was
> trying to fix the taskbar also realize that both Xlib and Xcb can work
> together. I did
Hello:
I keep using the Sokoloff's branch, I have ported some components
successfully but those that relies on Xlib are stalled. While I was
trying to fix the taskbar also realize that both Xlib and Xcb can work
together. I didn't like the idea of use two libraries that do the same
thing, but if yo
On Thu, Apr 17, 2014 at 6:45 AM, Alexis López Zubieta
wrote:
> Hello:
> Thanks to your advices, and by using fixx11.h I was able to build the
> taskbar and the systemtry plugins. The public headers were already
> infected with XLib.h and I try to not include more than that.
>
> Now some "few" bugs
Hello:
Thanks to your advices, and by using fixx11.h I was able to build the
taskbar and the systemtry plugins. The public headers were already
infected with XLib.h and I try to not include more than that.
Now some "few" bugs have shown up. So i will be busy whit then for a
wile. If someone wants
On Thu, Apr 17, 2014 at 1:59 AM, Alexis López Zubieta
wrote:
> Hello:
> I'm trying to port the taskbar and systray plugins of the lxqt-panel to
> QT5.2. Before going to KWindowsSystem I would like to let a working qt5
> version of the panel.
>
> But I'm having a weird trouble with the XLib headers
Thanks!!!
It work like a charm!
On 16/04/14 18:07, Kuzma Shapran wrote:
> I remember I have some conflicts between X and Qt headers when I worked on
> global key shortcuts daemon.
> In src/core.h I see Qt headers _before_ X and also there are some traces of
> black magic:
>
> #include
> ... othe
I remember I have some conflicts between X and Qt headers when I worked on
global key shortcuts daemon.
In src/core.h I see Qt headers _before_ X and also there are some traces of
black magic:
#include
... other Qt headers
#include
#include "meta_types.h"
... local project headers
#include "log