[digikam] [Bug 374302] MYSQL : all Images with Geoinfo seem to be at (0°, 0°)
bugzilla_noreply at kde.org
bugzilla_noreply at kde.org
Fri May 26 12:53:57 BST 2017
https://bugs.kde.org/show_bug.cgi?id=374302
--- Comment #25 from caulier.gilles at gmail.com ---
Maik,
AppImage bundle use a bash script to start the application, depending of CLI
option passed by user.
The script can miss some rules to fix this problem.
The script is here :
https://cgit.kde.org/digikam-software-compilation.git/tree/project/bundles/appimage/data/AppRun
To tune this script without to re-build whole AppImage, it's very simple.
Download last appImage bundle, and mount it in local. In fact AppImage is an
ISO9660 drive loaded in memory. As root :
#mkdir ./test.appimage
#mount ./digikam-5.6.0-01-x86-64.appimage ./test.appimage
mount: /dev/loop0 is write-protected, mounting read-only
#ls ./test.appimage
AppRun* digikam.desktop* digikam.png usr/
As the bundleis mounted as read only, just copy the whole directory somewhere
in your home dir and edit AppRun script. To start application, run this script
as well...
Magic no ?
Gilles Caulier
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Digikam-devel
mailing list