Summary: | View or edit files doesn't work | ||
---|---|---|---|
Product: | [Applications] krusader | Reporter: | dutchkind |
Component: | general | Assignee: | Jan Lepper <jan_lepper> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jan_lepper, smartinds |
Priority: | NOR | ||
Version: | 2.0.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/krusader/102335022df2fe0afa6a85876d844d50d01c6754 | Version Fixed In: | 2.4.0-beta2 |
Sentry Crash Report: |
Description
dutchkind
2011-11-04 20:34:22 UTC
I have the same error. My system: KDE 4.7 OpenSUSE 12.1 RC2 (x86_64) kernel: 3.1 The openSUSE developers found the solution to this bug, a hidden dependency: kate. After installing kate everything works as expected. http://quickgit.kde.org/index.php?p=krusader.git&a=commit&h=31899e9a281a1da906deb830eafa67e07e0c2282: fall back to lister if text part isn't available - partially fixes bug 285778 viewing now always works, editing only if a service implementing KParts/ReadWritePart is available. Git commit 102335022df2fe0afa6a85876d844d50d01c6754 by Jan Lepper. Committed on 16/08/2012 at 18:26. Pushed by janlepper into branch 'master'. If no KParts/ReadWritePart is available, notify the user and sugest installing Kate. Viewer not working has been fixed by http://quickgit.kde.org/index.php?p=krusader.git&a=commit&h=31899e9a281a1da906deb830eafa67e07e0c2282 M +1 -0 ChangeLog M +5 -0 krusader/KViewer/krviewer.cpp M +1 -0 krusader/KViewer/krviewer.h M +20 -1 krusader/KViewer/panelviewer.cpp M +3 -0 krusader/KViewer/panelviewer.h M +7 -0 krusader/krusader.cpp http://commits.kde.org/krusader/102335022df2fe0afa6a85876d844d50d01c6754 |