Page 1 of 1

LXQt & FreeBSD

Posted: Fri Nov 28, 2014 1:01 pm
by oh2emd
Hi,

I deside to test new LXQt with FreeBSD. Has anyone here test it with FreeBSD?
What this partial FreeBSD support means? Do I need to know something specific before I start, like are all depencies satisfied by installing just cmake and Qt5?

Re: LXQt & FreeBSD

Posted: Thu Dec 04, 2014 11:27 am
by oh2emd
All packages are installed, but now I got error message when trying to start x.

% startx
xauth: file /home/oh2emd/.serverauth.12588 does not exist

Is this known problem?

Re: LXQt & FreeBSD

Posted: Fri Dec 05, 2014 12:59 pm
by vasa1
You could also ask here: https://github.com/lxde/lxqt

Re: LXQt & FreeBSD

Posted: Mon Dec 08, 2014 11:24 pm
by oh2emd
I reinstalled everything from newest git. I can start lxqt now, but there was problems with three packages.
After

Code: Select all

make
I got these erros:

Obconf-qt

Code: Select all

/usr/bin/ld: cannot find -lglib-2.0
compton-conf

Code: Select all

/usr/bin/ld: cannot find -lconfig
lxmenu-data

Code: Select all

Making all in po
Making all in layout
Making all in desktop-directories
make[1]: don't know how to make lxde-audio-video.directory. Stop
Does anyone know what might be a problem?