| Summary: | can't restore default internal editor | ||
|---|---|---|---|
| Product: | [Applications] krusader | Reporter: | Ing Swed <sweduv_ghost> |
| Component: | krviewer | Assignee: | Krusader Bugs Distribution List <krusader-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | krusader-bugs-null, toni.asensi |
| Priority: | NOR | ||
| Version First Reported In: | 2.4.0-beta3 "Single Step" | ||
| Target Milestone: | --- | ||
| Platform: | Mint (Ubuntu based) | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Ing Swed
2016-10-17 09:36:06 UTC
I guess configuration screen should be fixed anyway, though in current git version there's following code:
krviewer.cpp:
313 if (editor != "internal editor" && !editor.isEmpty()) {
and both soultions (given string or leaving the field empty) worked for me.
Can you try latest git?
I'm sorry but I can't install git version on linux Mint. Do you have some guide?
$ git clone git://anongit.kde.org/krusader
$ cd krusader
$ cmake -DCMAKE_INSTALL_PREFIX=/usr/ -DQT_INCLUDES=/usr/share/qt4/include
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:13 (find_package):
Could not find a package configuration file provided by "ECM" (requested
version 1.1.0) with any of the following names:
ECMConfig.cmake
ecm-config.cmake
Add the installation prefix of "ECM" to CMAKE_PREFIX_PATH or set "ECM_DIR"
to a directory containing one of the above files. If "ECM" provides a
separate development package or SDK, be sure it has been installed.
-- Configuring incomplete, errors occurred!
> I'm sorry but I can't install git version on linux Mint. Do you have some guide? Un https://quickgit.kde.org/?p=krusader.git&a=tree there's a file named "INSTALL" that talks about it. Thanks, I've successfully installed git version and internal editor works alright. Looking forward to get this version to my package system. |