https://bugs.kde.org/show_bug.cgi?id=391896
--- Comment #6 from Daniel <br4t...@hotmail.com> --- I've managed to switch to 2.6.0-master as you said. Short question: for compiling I'm using this tutorial (https://cgit.kde.org/krusader.git/tree/INSTALL): could you tell me which steps I don't need? I'm running: $ mkdir krusader-build $ cd krusader-build $ cmake ../krusader -DCMAKE_INSTALL_PREFIX=/usr/ -DCMAKE_C_FLAGS="-O2 -fPIC" -DCMAKE_CXX_FLAGS="-O2 -fPIC" $ sudo su -c "make install" Do I need to edit the last command to not install it, as you said I don't need to install it every time to test it. Thanks! -- You are receiving this mail because: You are watching all bug changes.