[digikam] [Bug 374302] MYSQL : all Images with Geoinfo seem to be at (0°, 0°)
Posted by
bugzilla_noreply on
May 26, 2017; 11:40am
URL: http://digikam.185.s1.nabble.com/digikam-Bug-374302-New-All-Images-with-Geoinfo-seem-to-be-at-0-0-tp4692118p4696558.html
https://bugs.kde.org/show_bug.cgi?id=374302--- Comment #25 from
[hidden email] ---
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/AppRunTo 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.