[Lxde-list] Document: Build LXDE-Qt From Source

2013-07-17 Thread PCMan
Hello, Recently many things happen to LXDE. One of the most drastic changes is the migration to Qt. Due to poor documentation, it's hard to test lxde-qt. I just wrote a series of wiki pages for this topic. LXDE-Qt introduction page: http://wiki.lxde.org/en/LXDE-Qt Build LXDE-Qt from Source:

Re: [Lxde-list] [razor-qt] Document: Build LXDE-Qt From Source

2013-07-17 Thread Jerome Leclanche
You need find_package(Qt4) somewhere in libfm-qt. Right now in cmakelists I'm getting the following: -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done CMake Error at CMakeLists.txt:55 (QT4_WRAP_UI): Unknown CMake command QT4_WRAP_UI. CMake Warning (dev) in

Re: [Lxde-list] [razor-qt] Document: Build LXDE-Qt From Source

2013-07-17 Thread Jerome Leclanche
No, that's just a warning because there's no cmake_minimum_required() in the cmakelists. % cmake --version cmake version 2.8.11.2 J. Leclanche On Wed, Jul 17, 2013 at 11:23 AM, Andrea Florio and...@opensuse.org wrote: actually your error is complaining that your cmake is too old. you need

[Lxde-list] Noob, place to start

2013-07-17 Thread Terrance Smith
Since the migration from GTK to Qt is underway, where is the best place a noob like myself to start fixing stuff? I've got little bit of experience with both gtk with c and qt with c++ so which ever one is fine. Where would you guys prefer guys like me spend our energy?

Re: [Lxde-list] GTK3 code

2013-07-17 Thread Martin Bagge / brother
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2013-07-17 14:22, Mario Daniel Ruiz Saavedra wrote: Now that you guys are migrating to Qt, where can i find the code you were developing with GTK3 and Vala? The QT code is in separate repos (the name ends in -qt). The GTK2 projects are still

Re: [Lxde-list] Noob, place to start

2013-07-17 Thread Andrej N. Gritsenko
Hello! Terrance Smith has written on Wednesday, 17 July, at 8:19: Since the migration from GTK to Qt is underway, where is the best place a noob like myself to start fixing stuff? I've got little bit of experience with both gtk with c and qt with c++ so which ever one is fine. Where would

Re: [Lxde-list] Noob, place to start

2013-07-17 Thread 2noob2banoob
Dear Terrance, welcome to the list! I'm not very active and experienced myself either so my suggestion may not be the best, but I think a good thing to do would be to look through the bug tracker and look for something which looks easy enough for you to fix. Though, as you already said the

Re: [Lxde-list] [razor-qt] Document: Build LXDE-Qt From Source

2013-07-17 Thread Julien Lavergne
2013/7/17 PCMan pcman...@gmail.com: Hello, Recently many things happen to LXDE. One of the most drastic changes is the migration to Qt. Due to poor documentation, it's hard to test lxde-qt. I just wrote a series of wiki pages for this topic. LXDE-Qt introduction page: