[digikam] [Bug 381877] Digikam start allocating all memory when scans a new collection.

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Sun Jul 9 17:01:41 BST 2017


https://bugs.kde.org/show_bug.cgi?id=381877

--- Comment #11 from caulier.gilles at gmail.com ---
Ahah. look well the report :

This application failed to start because it could not find or load the Qt
platform plugin "xcb"
in "".

Available platform plugins are: minimal, offscreen, xcb,
wayland-org.kde.kwin.qpa, eglfs, linuxfb, minimalegl, vnc.

^^^ It said that XCB plugin is missing and it said that plugin available XCB is
here.

Excelent.

I'm sur, the XCB Qt plugin is included in AppImage.

But the most important is the first error :

/tmp/.mount_6terHj/usr/bin/digikam.wrapper: riga 121: 19967 Annullato          
    (core dump creato) LD_LIBRARY_PATH="" kdialog --caption "" --title "$TITLE"
-yesno "$TEXT"

The AppImage sdk add rules to register the application in desktop menu (it's
optional).

I suspect that dialog used to ask to end user if the application must be
registered in desktop, crash violently.

There is a quick test to validate this error:

1/ AppÎmage in a simple ISO9960 container loaded dynamically in memory and
mounted in temp dir by the kernel.
2/ mount the appimage manually somewhere on you hard drive and edit the script
used to run digiKam without to pass by AppImage SDK:

   * mkdir ./tmpDK
   * mkdir ./DK5
   * sudo mount appimagefile ./tmpDK
   * cp ./tmpDK/* ./DK5 -r
   * edit file ./DK5/AppRun and remplace at en of file "digikam.wrapper $@" by
"digikam $@"

3/ Run ./DK5/AppRun

If it run (and it work here), the problem is with AppImage desktop integration
rules...

Gilles Caulier

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Digikam-devel mailing list