[digikam] [Bug 392922] digikam-6.0.0 fail to start

2018-04-09 Thread pascal lacroix
https://bugs.kde.org/show_bug.cgi?id=392922

--- Comment #4 from pascal lacroix  ---
digikam-6.0.0-git-20180409T120742-x86-64.appimage with mysql start fine.

Pascal LACROIX

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 392922] digikam-6.0.0 fail to start

2018-04-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392922

--- Comment #3 from caulier.gil...@gmail.com ---
New AppImage bundles will be available in one hour at usual place

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 392922] digikam-6.0.0 fail to start

2018-04-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392922

caulier.gil...@gmail.com changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/dig
   ||ikam/d2fb0910be4b98796ce0ee
   ||00f81d78ecbf11e7df
 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||6.0.0
 Resolution|--- |FIXED

--- Comment #2 from caulier.gil...@gmail.com ---
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-1project/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

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 392922] digikam-6.0.0 fail to start

2018-04-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392922

caulier.gil...@gmail.com changed:

   What|Removed |Added

 CC||caulier.gil...@gmail.com

--- Comment #1 from caulier.gil...@gmail.com ---
The problem is fixed in git master, but i need to rebuild AppImage bundles.
This will done this evening.

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.