Comment 10 for bug 1065110

Revision history for this message
WoodyEckelzone (bcr497) wrote :

Made my own deb from 2.4.0.beta3 which solved the `krarc` problem.

How to:
0 Uninstall Krusader
1 download source from http://www.krusader.org/
2 cd krusader-2.4.0-beta3
3 cmake -DCMAKE_INSTALL_PREFIX=/usr/ -DQT_INCLUDES=/usr/share/qt4/include
4 make
5 sudo checkinstall

Don´t forget in step 5 to set version on 3 instead of beta3, only digits are allowed in versions in debs nowadays.