Hi!

On 13.05.2017 12:34, grigoresculiviu wrote:
> Now I have another problem.
> Krusader seem to have installed with only a few menu options.
> 
> <https://lh3.googleusercontent.com/-PxgFVzPNBIM/WRbglSWC64I/AAAAAAAAWnc/Gm7UelRXGl4b9bYBSB5hzVeG2Lyk-J1sACLcB/s1600/Spectacle.K13892.png>
> 
> To sumarize I installed version 2.6.0 with following cmake options
> 
>> cmake .. -DCMAKE_INSTALL_PREFIX=./usr 
>> -DKDESU_PATH=/usr/lib/i386-linux-gnu/libexec/kf5/kdesu 
>> -DENABLE_SYNCHRONIZER=ON
>>
> 
> Any idea?
> 

You are installing to ./usr? By doing this the files
share/kxmlgui5/krusader/krusaderui.rc and
share/krusader/layout.xml

won't be found. Install to /usr or /usr/local. Or put these files under
/home/<user_dir>/.local/


> On Friday, May 12, 2017 at 6:48:48 AM UTC+3, grigoresculiviu wrote:
>>
>> Thanks for this info.
>>
>> Checked and the file is there 
>> '/usr/lib/i386-linux-gnu/cmake/KF5I18n/KF5I18NMacros.cmake' 
>> installed as part of libkf5i18n-dev package.
>> However it proved I was using wrong cmake command.
>> I used INSTALL instructions from 2.6.0 release which direct to these 
>> commands
>>
>>> $ mkdir krusader-build
>>> $ cd krusader-build
>>> $ cmake ../krusader -DCMAKE_INSTALL_PREFIX=../usr/
>>
>>  
>> proved that '../krusader' was wrong in my case.
>>
>> When I tried 2.5.0 commands
>>
>>> $ mkdir krusader-build
>>> $ cd krusader-build
>>> $ cmake -DCMAKE_INSTALL_PREFIX=../usr ..
>>
>>
>> It worked fine.
>>
>>

The ./krusader/krusader directory can be confusing. But renaming it will break 
the git
history (blame, show, ...) - we better keep it. And the install instructions 
look pretty
clear to me.

Cheers
Alex

-- 
You received this message because you are subscribed to the Google Groups 
"krusader-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to krusader-users+unsubscr...@googlegroups.com.
To post to this group, send email to krusader-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/krusader-users/aadad7f9-68d3-8ee7-3c3a-77fb88640227%40kdemail.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to