I have concluded following applications for LXQt:

qupzilla  (web browser)
qterminal (requires qtermwidget)

Planing to add:

lximage-qt (image viewer)
obconf-qt  (openbox configuration gui)

and perhaps

compton-conf (needs compton)

The last one might not be necessary: I am using feh for the same composite effect. Of course, most type of images could be displayed with feh, or display, preferred by Ken, but many people don't like command line.

Haven't started obconf-qt yet.

Cannot build lximage-qt-0.4.0:

mkdir -vp build &&
cd        build &&

cmake -DCMAKE_BUILD_TYPE=Release       \
      -DCMAKE_INSTALL_PREFIX=/opt/lxqt \
      - .. &&

make

make install


It is at 100% compiled, then:

{{{
[ 97%] Building CXX object src/CMakeFiles/lximage-qt.dir/applicationadaptor.cpp.o [100%] Building CXX object src/CMakeFiles/lximage-qt.dir/lximage-qt_automoc.cpp.o
Linking CXX executable lximage-qt
/usr/bin/ld: cannot find -lfm-qt5
/usr/bin/ld: cannot find -lQt5DBus
/usr/bin/ld: cannot find -lQt5Core
/usr/bin/ld: cannot find -lfm-qt5
/usr/bin/ld: cannot find -lQt5DBus
/usr/bin/ld: cannot find -lQt5Core
collect2: error: ld returned 1 exit status
src/CMakeFiles/lximage-qt.dir/build.make:535: recipe for target 'src/lximage-qt' failed
make[2]: *** [src/lximage-qt] Error 1
CMakeFiles/Makefile2:77: recipe for target 'src/CMakeFiles/lximage-qt.dir/all' failed
make[1]: *** [src/CMakeFiles/lximage-qt.dir/all] Error 2
Makefile:136: recipe for target 'all' failed
make: *** [all] Error 2

real    0m5.583s
user    0m15.879s
sys     0m1.098s

real    0m11.881s
user    0m20.715s
sys     0m2.278s
}}}

Need help, please.

Thanks.

Going to bed.

--
[]s,
Fernando
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to