Summary: | kile updates to 2.96 compile well in KF5-Qt5 but results in an unusable app. | ||
---|---|---|---|
Product: | [Applications] kile | Reporter: | Amaro <amaro> |
Component: | user interface | Assignee: | Michel Ludwig <michel.ludwig> |
Status: | RESOLVED FIXED | ||
Severity: | minor | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Amaro
2016-12-20 14:35:20 UTC
Linux (x86_64) release 4.8.13-300.fc25.x86_64 Please be careful not to use KDE 4 libs for Kile 2.9.60. Can you try out the instructions from: http://kile.sourceforge.net/wiki/index.php/Building_From_Master_Branch and see whether they work for you? Michael Thanks for that wiki link, the instructions there worked fine. After updating everything and recompiling okular and kile, AND created the new run.sh environment settings, I was able to run kile with no errors after restoring the default tools. I now get ./run.sh -v Version 2.9.60 Using: KDE Frameworks 5.27.0 Qt 5.7.1 (built against 5.7.0) The xcb windowing system Much appreciated. Sorry, Michel not Michael! One minor edit. The Help->TeX Documentation->LaTeX menu (and the other help menus on LaTeX Commands, Subject and Env) gave out an error that the .html help file was not being found. Looking at the error message it is visible that the menu is pointing to $HOME/kile-master/install/share/kile/helplatex2e-texlive.html instead of $HOME/kile-master/install/share/kile/help/latex2e-texlive.html as it should. Fix: edit the source file kilehelp.cpp and change the line m_helpDir = QStandardPaths::locate(QStandardPaths::DataLocation, "help", QStandardPaths::LocateDirectory); to m_helpDir = QStandardPaths::locate(QStandardPaths::DataLocation, "help/", QStandardPaths::LocateDirectory); This solved the problem after recompiling kile. |