This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Missing help file

Tags: None
(comma "," separated)
i-dream-in-code
Registered Member
Posts
6
Karma
0

Missing help file

Sat Feb 17, 2018 4:48 pm
I use Arch linux and downloaded skrooge through pacman.

When I click the helpfile it says documentation not found, please use online blah blah

I have kdoctools, docbook-xsl, docbook-xml all installed.

I can't find anyway to convert the pdf or online docs to the kde help center doc

Maybe a packaging issue?
User avatar
smankowski
Moderator
Posts
1047
Karma
7
OS

Re: Missing help file  Topic is solved

Sat Feb 17, 2018 4:52 pm
Hi,

I think this is a packaging issue.
To build Skrooge with all languages and all docs, you must do that:
Code: Select all
mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` -DQT_PLUGIN_INSTALL_DIR=`kf5-config --qt-plugins` -DCMAKE_BUILD_TYPE=release -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DSKG_WEBENGINE=OFF -DSKG_BUILD_TEST=OFF -DSKG_DESIGNER=OFF
make getpo
make
make install
I think that the packager forgot to launch "make getpo".
I hope this will help you.


Skrooge, a personal finances manager powered by KDE
Image - PayPal
i-dream-in-code
Registered Member
Posts
6
Karma
0

Re: Missing help file

Sat Feb 17, 2018 5:10 pm
I added a bug on arch linux package site

but thanks for the manual way
arojas
Registered Member
Posts
13
Karma
0
OS

Re: Missing help file

Sat Feb 17, 2018 11:32 pm
smankowski wrote:Hi,

I think this is a packaging issue.


No, this is a bug in skrooge. You have

IF(KF5DOCTOOLS_FOUND)
ADD_SUBDIRECTORY(doc)
ENDIF(KF5DOCTOOLS_FOUND)

which should be
IF(KF5DocTools_FOUND)


Bookmarks



Who is online

Registered users: bancha, Bing [Bot], Evergrowing, Google [Bot], mesutakcan, Sogou [Bot]