tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Qt5 issues in LXQt from wip



On Sun, 12 Apr 2015 01:51:55 +0200
"Kamil Rytarowski" <n54%gmx.com@localhost> wrote:

> I've packaged the LXQt Desktop Environment in pkgsrc-wip as wip/lxde.
> 
> LXQt is based on KF5 (KDE4 libs successor) and Qt5.
> I was trying to link lxqt against our Qt5 packaged, but I have got
> problems with xcb.
> 
> $ lxqt-about
> This application failed to start because it could not find or load
> the Qt platform plugin "xcb". Available platform plugins are:
> minimal, offscreen, xcb. Reinstalling the application may fix this
> problem.
> 
> Can someone please test whether the issue isn't just local to me as
> I'm on current.
> 
> Thanks,

It works for me on NetBSD 6 with pkgsrc-current. Are you on
NetBSD-current? or do you mean that you use pkgsrc-current with wip?
One thing about xcb, I have had problems with xcb and qt5 on NetBSD 6.
having X11_TYPE=modular in mk.conf fixes this.
When I was trying to build liblxqt it was using -fPIE to build the
shared library so it messed up. Does this happen to you? I tracked it
down to qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake adding -fPIE.

/Niclas Rosenvik


Home | Main Index | Thread Index | Old Index