First official digiKam PKG installer for OSX...

classic Classic list List threaded Threaded
12 messages Options
Reply | Threaded
Open this post in threaded view
|

First official digiKam PKG installer for OSX...

Gilles Caulier-4
Hi all digiKam users,

After a long deal with bundle building scripts, first official digiKam PKG installer for MAC OSX Yosemite is released...

file : http://download.kde.org/stable/digikam/digikam-4.10.0.pkg.mirrorlist


Best

Gilles Caulier

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: First official digiKam PKG installer for OSX...

christian graesser

Great work.

Can you please advice whether an uninstall  of previous macport Digikam 4.8 is needed?

What are the prerequisites for the pkg install, and what are the steps. A step by step install guide would be great.

Thanks
Christian

Am 28.05.2015 15:25 schrieb "Gilles Caulier" <[hidden email]>:
Hi all digiKam users,

After a long deal with bundle building scripts, first official digiKam PKG installer for MAC OSX Yosemite is released...

file : http://download.kde.org/stable/digikam/digikam-4.10.0.pkg.mirrorlist


Best

Gilles Caulier

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: First official digiKam PKG installer for OSX...

Tom Vincent-3
> Am 28.05.2015 15:25 schrieb "Gilles Caulier" <[hidden email]>:
>> After a long deal with bundle building scripts, first official digiKam PKG
>> installer for MAC OSX Yosemite is released...

Excellent!

I've submitted a patch to Homebrew Cask for inclusion, see:
https://github.com/caskroom/homebrew-cask/pull/11419

(For those unfamiliar, Homebrew Cask allows users to install binary
packages from the command line, for example: `brew cask install
digikam`).
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: First official digiKam PKG installer for OSX...

Gilles Caulier-4
In reply to this post by christian graesser


2015-05-28 15:52 GMT+02:00 CD.Graesser <[hidden email]>:

Great work.

Can you please advice whether an uninstall  of previous macport Digikam 4.8 is needed?

This installer copy all relevant file in /opt/digikam. This want mean that it can be installed in parallel of standard macports which is placed to /opt/local...

What are the prerequisites for the pkg install, and what are the steps. A step by step install guide would be great.


PKG file have been built under OSX Yosemite. It's 64 bits version. I don't tested with older OSX 64 bits releases.

There is nothing special to install. Follow assistant steps. There is nothing to set in special cases.

The only missing part is hugin to make panorama. I remember that older hugin version are not compilable through Macports, but i will try see if this state has changed now. If it work, i will include it into next 4.11.0 PKG. Else, installing Hugin through offcial PKG work fine here...
 
BEst

Gilles Caulier

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: First official digiKam PKG installer for OSX...

Gilles Caulier-4
In reply to this post by Tom Vincent-3
The difference between hombrew and Macports is size of data installed on computer. With this PKG file, built using Macports is the stage to bundle only necessary libraries/dependencies to run digiKam & co only. Typically data size is dropped from 10Gb to 0.5Gb ! This is not negligible.

This PKG file run also pre and post script to prepare install : it remove previous installed digiKam from /opt/digikam and after install, it run dbus service and patch KDE system settings to be more OSX friendly.

digiKam is compiled :

- with debug symbols. It's NOT done through official Macports package, which doesn't work with +debug variant, and still a little bit outdated (4.9.0). So a possible crash will report suitable information to hack.

- through official release tarball, including doc and translations. I automatized all, like this i can rebuild PKG just after a future release (whole process take around 6 hours of compilation under my MacBook pro i7 2012)

- with last KDE libraries available. This include SystemSettings, color themes, and widget styles. For this one, i recommend to use QtCurves which give the best GUI rendering (as Oxygen under Linux). All others sound like bugous under OSX.

- without KdePimlibs and Baloo support. This is too specific of KDE desktop.

- without MariaDB support which still not maintained and stable enough.

Gilles Caulier

2015-05-28 15:59 GMT+02:00 Tom Vincent <[hidden email]>:
> Am 28.05.2015 15:25 schrieb "Gilles Caulier" <[hidden email]>:
>> After a long deal with bundle building scripts, first official digiKam PKG
>> installer for MAC OSX Yosemite is released...

Excellent!

I've submitted a patch to Homebrew Cask for inclusion, see:
https://github.com/caskroom/homebrew-cask/pull/11419

(For those unfamiliar, Homebrew Cask allows users to install binary
packages from the command line, for example: `brew cask install
digikam`).
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: First official digiKam PKG installer for OSX...

Tom Vincent-3
On 28 May 2015 at 15:17, Gilles Caulier <[hidden email]> wrote:
> The difference between hombrew and Macports is size of data installed on
> computer. With this PKG file, built using Macports is the stage to bundle
> only necessary libraries/dependencies to run digiKam & co only. Typically
> data size is dropped from 10Gb to 0.5Gb ! This is not negligible.

Just to reiterate, Homebrew *Cask* provides a convenient way to
download and install the pre-built PKG file, not to compile it from
source (a la standard Homebrew).
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: First official digiKam PKG installer for OSX...

Gilles Caulier-4
In reply to this post by Gilles Caulier-4
I just checked to install hugin :

:info:configure CMake Error at CMakeModules/FindPackageHandleStandardArgs.cmake:51 (MESSAGE):
:info:configure   Could not find REQUIRED package Lensfun
:info:configure Call Stack (most recent call first):
:info:configure   CMakeModules/FindLensfun.cmake:33 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
:info:configure   CMakeLists.txt:303 (FIND_PACKAGE)
:info:configure 
:info:configure 
:info:configure -- Configuring incomplete, errors occurred!
:info:configure See also "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_hugin-app/hugin-app/work/hugin-2013.0.0/CMakeFiles/CMakeOutput.log".
:info:configure Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_hugin-app/hugin-app/work/hugin-2013.0.0" && /opt/local/bin/cmake -DCMAKE_INSTALL_PREFIX=/opt/local -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_COLOR_MAKEFILE=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -DCMAKE_INSTALL_RPATH=/opt/local/lib -DCMAKE_INSTALL_NAME_DIR=/opt/local/lib -DCMAKE_SYSTEM_PREFIX_PATH="/opt/local;/usr" -DCMAKE_MODULE_PATH=/opt/local/share/cmake/Modules -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev -DINSTALL_OSX_BUNDLE_DIR=/Applications/MacPorts -DPYTHON_EXECUTABLE=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python -DPYTHON_INCLUDE_DIR=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPYTHON_LIBRARY=/opt/local/lib/libpython2.7.dylib -DwxWidgets_CONFIG_EXECUTABLE=/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/bin/wx-config -DwxWidgets_wxrc_EXECUTABLE=/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/bin/wxrc -DCMAKE_C_FLAGS_RELEASE="-DNDEBUG" -DCMAKE_CXX_FLAGS_RELEASE="-DNDEBUG" -DCMAKE_OSX_ARCHITECTURES="x86_64" -DCMAKE_OSX_DEPLOYMENT_TARGET="10.10" -DCMAKE_OSX_SYSROOT="/" /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_hugin-app/hugin-app/work/hugin-2013.0.0 
:info:configure Exit code: 1
:error:configure org.macports.configure for port hugin-app returned: configure failure: command execution failed
:debug:configure Error code: NONE
:debug:configure Backtrace: configure failure: command execution failed
    while executing
"portconfigure::configure_main org.macports.configure"
    ("eval" body line 1)
    invoked from within
"eval $procedure $targetname"
:info:configure Warning: targets not executed for hugin-app: org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install
:notice:configure Please see the log file for port hugin-app for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_hugin-app/hugin-app/main.log
macbook-pro-de-gilles-1:~ gilles$ sudo port install lensfun  
Password:
--->  Computing dependencies for lensfun
--->  Cleaning lensfun
--->  Updating database of binaries
--->  Scanning binaries for linking errors
--->  No broken files found.
macbook-pro-de-gilles-1:~ gilles$ sudo port clean lensfun
--->  Cleaning lensfun
macbook-pro-de-gilles-1:~ gilles$ sudo port version lensfun
Error: version does not accept string arguments
macbook-pro-de-gilles-1:~ gilles$ sudo port installed lensfun
The following ports are currently installed:
  lensfun @0.3.0_0 (active)
macbook-pro-de-gilles-1:~ gilles$ 

It's broken because lensfun is not found... but is installed...

Gilles Caulier

2015-05-28 16:17 GMT+02:00 Gilles Caulier <[hidden email]>:
The difference between hombrew and Macports is size of data installed on computer. With this PKG file, built using Macports is the stage to bundle only necessary libraries/dependencies to run digiKam & co only. Typically data size is dropped from 10Gb to 0.5Gb ! This is not negligible.

This PKG file run also pre and post script to prepare install : it remove previous installed digiKam from /opt/digikam and after install, it run dbus service and patch KDE system settings to be more OSX friendly.

digiKam is compiled :

- with debug symbols. It's NOT done through official Macports package, which doesn't work with +debug variant, and still a little bit outdated (4.9.0). So a possible crash will report suitable information to hack.

- through official release tarball, including doc and translations. I automatized all, like this i can rebuild PKG just after a future release (whole process take around 6 hours of compilation under my MacBook pro i7 2012)

- with last KDE libraries available. This include SystemSettings, color themes, and widget styles. For this one, i recommend to use QtCurves which give the best GUI rendering (as Oxygen under Linux). All others sound like bugous under OSX.

- without KdePimlibs and Baloo support. This is too specific of KDE desktop.

- without MariaDB support which still not maintained and stable enough.

Gilles Caulier

2015-05-28 15:59 GMT+02:00 Tom Vincent <[hidden email]>:
> Am 28.05.2015 15:25 schrieb "Gilles Caulier" <[hidden email]>:
>> After a long deal with bundle building scripts, first official digiKam PKG
>> installer for MAC OSX Yosemite is released...

Excellent!

I've submitted a patch to Homebrew Cask for inclusion, see:
https://github.com/caskroom/homebrew-cask/pull/11419

(For those unfamiliar, Homebrew Cask allows users to install binary
packages from the command line, for example: `brew cask install
digikam`).
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users



_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

video resizing

wolheis
In reply to this post by christian graesser
Hi,
I use digikam 3.5.0. on opensuse 13.1, but in its Gnome 3 flavor.
In my library I have JPGs of course, but also MOVs. I have the
impression that digikam is not really made to deal with video as well,
for 2 reasons:

-frequently when I browse through my library in the "preview image"
mode, digikam crashes when selecting a video, or an image or another
video after a video. This happens about every 3rd time, the other times
preview of the video works fine.

-I usually browse through the images quickly just to apply a rating
(btw, it would be great not to have to hit CTRL+1 to 5 but just 1 to 5,
like in shotwell for example)

-I have been looking for a feature to reduce the size of a movie, but
couldnt find any, neither in the Tools menu nor in the Base Tools of the
Batch manager. Can anybody point me to where I should be looking if that
feature exists? I need it to reduce the size to upload on an online
image gallery.

Thanks!
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: First official digiKam PKG installer for OSX...

Markus Schlichting
In reply to this post by Gilles Caulier-4
Hi,
I just tried the PKG on my MacBook with Yosemite 10.10.3.
It seems to install and start just fine; at the beginning the config
wizard was shown.
But after finishing it and now on every attempt to start digikam, the
splash screen (and the "collection is being analyzed" screen) is shown
for a while before it just disappears.

Where can I find a log/ what details can I provide to do a useful
reporting on this?

thanks for the effort, I've been looking forward to this! :-)

best
 Markus


Am 28.05.15 um 15:24 schrieb Gilles Caulier:

> Hi all digiKam users,
>
> After a long deal with bundle building scripts, first official digiKam
> PKG installer for MAC OSX Yosemite is released...
>
> file : http://download.kde.org/stable/digikam/digikam-4.10.0.pkg.mirrorlist
>
> Screenshot : https://www.flickr.com/photos/digikam/18158589446/
>
> Best
>
> Gilles Caulier
>
>
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users
>


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: First official digiKam PKG installer for OSX...

Gilles Caulier-4
Thanks for the feedback.

Here i cannot reproduce the problem under OSX 10.10, 10.9, and 10.8. Yes, i build 3 PKG installer for these OSX versions !

I suspect the famous problem about Exiv2 and video files, which crash in background. Exiv2 still 0.24 under Macports. It's very old now 1,5 year without new releases. Video support have been improved with current implementation of Exiv2. As i know, Exiv2 must be released this month, but nothing is really sure.

This want mean that i need certainly to recompile current Exiv2 code while PKG process. It's in my TODO list.

To have some information about startup, it's simple.

Open a console and start this :

/opt/digikam/Applications/KDE4/digikam.app/Contents/MacOS/digikam

debug statement must be printed on the console. Please report it here.

Best

Gilles Caulier

2015-06-11 13:50 GMT+02:00 Markus Schlichting <[hidden email]>:
Hi,
I just tried the PKG on my MacBook with Yosemite 10.10.3.
It seems to install and start just fine; at the beginning the config
wizard was shown.
But after finishing it and now on every attempt to start digikam, the
splash screen (and the "collection is being analyzed" screen) is shown
for a while before it just disappears.

Where can I find a log/ what details can I provide to do a useful
reporting on this?

thanks for the effort, I've been looking forward to this! :-)

best
 Markus


Am 28.05.15 um 15:24 schrieb Gilles Caulier:
> Hi all digiKam users,
>
> After a long deal with bundle building scripts, first official digiKam
> PKG installer for MAC OSX Yosemite is released...
>
> file : http://download.kde.org/stable/digikam/digikam-4.10.0.pkg.mirrorlist
>
> Screenshot : https://www.flickr.com/photos/digikam/18158589446/
>
> Best
>
> Gilles Caulier
>
>
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users
>


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: First official digiKam PKG installer for OSX...

Markus Schlichting
Hi

thanks for the hint, I tired to start digikam that way and got a lot of
messages like

QFileSystemWatcher: failed to add paths: /Users/markus/Pictures/Aperture
Library.aplibrary/Database/Versions/2013/12/15/20131215-225905/EdhhFN+OSWC%qOoxPBEenQ
digikam(18441)/digikam (core) Digikam::DatabaseUrl::fromAlbumAndName:
DatabaseUrl::fromAlbumAndName :  "digikamalbums:/Aperture
Library.aplibrary/Database/Versions/2013/12/15/20131215-225905/Edl2Zx8%25TRaPC4fRNlJnlQ/?albumRoot=%2FUsers%2Fmarkus%2FPictures&albumRootId=1&databaseType=QSQLITE&databaseName=%2FUsers%2Fmarkus%2FDocuments%2FDigiKam%2Fdigikam4.db&connectOptions=&hostName=&userName=&password="
QKqueueFileSystemWatcherEngine::addPaths: open: Too many open files

Appearently to got problems with the aperture database ;-), so I moved
it away and afterwards it starts into the application (with lots of output
'2015-06-12 09:21:54.140 digikam[18893:4695626] Critical failure: the
LastResort font is unavailable.' ).

I can see the directory structure of my pictures folder, but I'm not
able to browse my pictures.

The log from the point the UI is visible can be found at
https://gist.github.com/madmas/01aa3374d37370dc068b

Ah, while typing this, I just found out: I need to do a rightclick ->
refresh on a folder in my collection, then it shows the pictures.

When closing the application I then got a crashreport:
https://gist.github.com/madmas/58163c0fa397ead7dfb5

I hope those trace help a little bit. If you need more specifics, let me
know, I'm happy to help :) I'll also do some more experiments with
DigiKam later.

thanks a lot!
 Markus


Am 11.06.15 um 15:57 schrieb Gilles Caulier:

> Thanks for the feedback.
>
> Here i cannot reproduce the problem under OSX 10.10, 10.9, and 10.8.
> Yes, i build 3 PKG installer for these OSX versions !
>
> I suspect the famous problem about Exiv2 and video files, which crash in
> background. Exiv2 still 0.24 under Macports. It's very old now 1,5 year
> without new releases. Video support have been improved with current
> implementation of Exiv2. As i know, Exiv2 must be released this month,
> but nothing is really sure.
>
> This want mean that i need certainly to recompile current Exiv2 code
> while PKG process. It's in my TODO list.
>
> To have some information about startup, it's simple.
>
> Open a console and start this :
>
> /opt/digikam/Applications/KDE4/digikam.app/Contents/MacOS/digikam
>
> debug statement must be printed on the console. Please report it here.
>
> Best
>
> Gilles Caulier
>
> 2015-06-11 13:50 GMT+02:00 Markus Schlichting
> <[hidden email]
> <mailto:[hidden email]>>:
>
>     Hi,
>     I just tried the PKG on my MacBook with Yosemite 10.10.3.
>     It seems to install and start just fine; at the beginning the config
>     wizard was shown.
>     But after finishing it and now on every attempt to start digikam, the
>     splash screen (and the "collection is being analyzed" screen) is shown
>     for a while before it just disappears.
>
>     Where can I find a log/ what details can I provide to do a useful
>     reporting on this?
>
>     thanks for the effort, I've been looking forward to this! :-)
>
>     best
>      Markus
>
>
>     Am 28.05.15 um 15:24 schrieb Gilles Caulier:
>     > Hi all digiKam users,
>     >
>     > After a long deal with bundle building scripts, first official digiKam
>     > PKG installer for MAC OSX Yosemite is released...
>     >
>     > file :
>     http://download.kde.org/stable/digikam/digikam-4.10.0.pkg.mirrorlist
>     >
>     > Screenshot : https://www.flickr.com/photos/digikam/18158589446/
>     >
>     > Best
>     >
>     > Gilles Caulier
>     >
>     >
>     > _______________________________________________
>     > Digikam-users mailing list
>     > [hidden email]
>     <mailto:[hidden email]>
>     > https://mail.kde.org/mailman/listinfo/digikam-users
>     >
>
>
>     _______________________________________________
>     Digikam-users mailing list
>     [hidden email]
>     <mailto:[hidden email]>
>     https://mail.kde.org/mailman/listinfo/digikam-users
>
>
>
>
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users
>


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: First official digiKam PKG installer for OSX...

Gilles Caulier-4
yes and no. the problem is more OSX relevant : the max open files open at the same time.

Under Yosemite, this is set ... 256 ... Ridiculous ! We have 65536 under Linux by default.

Look here for details which resume well the situation :


I tune ulimit on my Macbook pro, and all work fine now...

Gilles Caulier

2015-06-12 9:35 GMT+02:00 Markus Schlichting <[hidden email]>:
Hi

thanks for the hint, I tired to start digikam that way and got a lot of
messages like

QFileSystemWatcher: failed to add paths: /Users/markus/Pictures/Aperture
Library.aplibrary/Database/Versions/2013/12/15/20131215-225905/EdhhFN+OSWC%qOoxPBEenQ
digikam(18441)/digikam (core) Digikam::DatabaseUrl::fromAlbumAndName:
DatabaseUrl::fromAlbumAndName :  "digikamalbums:/Aperture
Library.aplibrary/Database/Versions/2013/12/15/20131215-225905/Edl2Zx8%25TRaPC4fRNlJnlQ/?albumRoot=%2FUsers%2Fmarkus%2FPictures&albumRootId=1&databaseType=QSQLITE&databaseName=%2FUsers%2Fmarkus%2FDocuments%2FDigiKam%2Fdigikam4.db&connectOptions=&hostName=&userName=&password="
QKqueueFileSystemWatcherEngine::addPaths: open: Too many open files

Appearently to got problems with the aperture database ;-), so I moved
it away and afterwards it starts into the application (with lots of output
'2015-06-12 09:21:54.140 digikam[18893:4695626] Critical failure: the
LastResort font is unavailable.' ).

I can see the directory structure of my pictures folder, but I'm not
able to browse my pictures.

The log from the point the UI is visible can be found at
https://gist.github.com/madmas/01aa3374d37370dc068b

Ah, while typing this, I just found out: I need to do a rightclick ->
refresh on a folder in my collection, then it shows the pictures.

When closing the application I then got a crashreport:
https://gist.github.com/madmas/58163c0fa397ead7dfb5

I hope those trace help a little bit. If you need more specifics, let me
know, I'm happy to help :) I'll also do some more experiments with
DigiKam later.

thanks a lot!
 Markus


Am 11.06.15 um 15:57 schrieb Gilles Caulier:
> Thanks for the feedback.
>
> Here i cannot reproduce the problem under OSX 10.10, 10.9, and 10.8.
> Yes, i build 3 PKG installer for these OSX versions !
>
> I suspect the famous problem about Exiv2 and video files, which crash in
> background. Exiv2 still 0.24 under Macports. It's very old now 1,5 year
> without new releases. Video support have been improved with current
> implementation of Exiv2. As i know, Exiv2 must be released this month,
> but nothing is really sure.
>
> This want mean that i need certainly to recompile current Exiv2 code
> while PKG process. It's in my TODO list.
>
> To have some information about startup, it's simple.
>
> Open a console and start this :
>
> /opt/digikam/Applications/KDE4/digikam.app/Contents/MacOS/digikam
>
> debug statement must be printed on the console. Please report it here.
>
> Best
>
> Gilles Caulier
>
> 2015-06-11 13:50 GMT+02:00 Markus Schlichting
> <[hidden email]
> <mailto:[hidden email]>>:
>
>     Hi,
>     I just tried the PKG on my MacBook with Yosemite 10.10.3.
>     It seems to install and start just fine; at the beginning the config
>     wizard was shown.
>     But after finishing it and now on every attempt to start digikam, the
>     splash screen (and the "collection is being analyzed" screen) is shown
>     for a while before it just disappears.
>
>     Where can I find a log/ what details can I provide to do a useful
>     reporting on this?
>
>     thanks for the effort, I've been looking forward to this! :-)
>
>     best
>      Markus
>
>
>     Am 28.05.15 um 15:24 schrieb Gilles Caulier:
>     > Hi all digiKam users,
>     >
>     > After a long deal with bundle building scripts, first official digiKam
>     > PKG installer for MAC OSX Yosemite is released...
>     >
>     > file :
>     http://download.kde.org/stable/digikam/digikam-4.10.0.pkg.mirrorlist
>     >
>     > Screenshot : https://www.flickr.com/photos/digikam/18158589446/
>     >
>     > Best
>     >
>     > Gilles Caulier
>     >
>     >
>     > _______________________________________________
>     > Digikam-users mailing list
>     > [hidden email]
>     <mailto:[hidden email]>
>     > https://mail.kde.org/mailman/listinfo/digikam-users
>     >
>
>
>     _______________________________________________
>     Digikam-users mailing list
>     [hidden email]
>     <mailto:[hidden email]>
>     https://mail.kde.org/mailman/listinfo/digikam-users
>
>
>
>
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users
>


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users