Page 1 of 1

GondenDict don't use localizations after installation

PostPosted: Sat Nov 20, 2010 4:16 pm
by embar-
I compiled GoldenDict in openSUSE 11.3 (64bit) with qmake & make
I tested to start it with ./goldendict – I see localized GoldenDict and a lot of languages in settings menu. (localization files are in ./locale folder)
But if I install program with su ; make install, GoldenDict can not found localization files. During installation, the .qm files was copied to /usr/share/apps/goldendict/locale/, and the main program to /usr/bin/ folder.

I found, that it GoldenDict can use localization files if *.qm is in „locale“ subfolder.

Besides, I tryied to build an RPM for openSUSE ( https://build.opensuse.org/package/file ... e%3Aembar- ), but RPM have no localization files.

Re: GondenDict don't use localizations after installation

PostPosted: Sat Nov 20, 2010 4:22 pm
by embar-
Can you fix, that GoldenDict could look for localizations in /usr/share/GoldenDict/locale/*.qm ($$PREFIX/share/GoldenDict/locale/*.qm) ?

Re: GondenDict don't use localizations after installation

PostPosted: Sat Nov 20, 2010 5:50 pm
by embar-
Excuse-me, maybe there is no bug. After modifications in goldendict.spec file, I successed to build GoldenDict with localization files :)