Bug 392922 - digikam-6.0.0 fail to start
Summary: digikam-6.0.0 fail to start
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Bundle-AppImage (show other bugs)
Version: 6.0.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-09 11:23 UTC by pascal lacroix
Modified: 2018-04-09 18:23 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 6.0.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pascal lacroix 2018-04-09 11:23:45 UTC
On linux Mint with mysql

./digikam-6.0.0-git-20180408T074316-x86-64.appimage fail to start with error:

-- Use 'help' as CLI argument to know all available options for digiKam application
/tmp/.mount_digikaqn0sjT/AppRun: ligne 35: erreur de syntaxe près du symbole inattendu « fi »
/tmp/.mount_digikaqn0sjT/AppRun: ligne 35: `fi'

./digikam-6.0.0-git-20180407T123747-x86-64.appimage is working fine
Comment 1 caulier.gilles 2018-04-09 13:04:11 UTC
The problem is fixed in git master, but i need to rebuild AppImage bundles. This will done this evening.

Gilles Caulier
Comment 2 caulier.gilles 2018-04-09 15:31:42 UTC
Git commit d2fb0910be4b98796ce0ee00f81d78ecbf11e7df by Gilles Caulier.
Committed on 09/04/2018 at 07:03.
Pushed by cgilles into branch 'master'.

missing  then after if

M  +1    -1    project/bundles/appimage/data/AppRun

https://commits.kde.org/digikam/d2fb0910be4b98796ce0ee00f81d78ecbf11e7df

diff --git a/project/bundles/appimage/data/AppRun b/project/bundles/appimage/data/AppRun
index c399155205..380db04eb2 100755
--- a/project/bundles/appimage/data/AppRun
+++ b/project/bundles/appimage/data/AppRun
@@ -30,7 +30,7 @@ export IOLIBS=$DIR/usr/lib/libgphoto2_port

 # if no customized Qt debug loggin variable is set, turn on one for a better readability

-if [ -z "$QT_MESSAGE_PATTERN" ]
+if [ -z "$QT_MESSAGE_PATTERN" ]; then
     export QT_MESSAGE_PATTERN="`echo -e "\033[34m%{function}\033[0m: %{message}"`"
 fi
Comment 3 caulier.gilles 2018-04-09 15:32:24 UTC
New AppImage bundles will be available in one hour at usual place

Gilles Caulier
Comment 4 pascal lacroix 2018-04-09 18:23:05 UTC
digikam-6.0.0-git-20180409T120742-x86-64.appimage with mysql start fine.

Pascal LACROIX