Hi guys. I'm using digikam 5.5 on Ubuntu 17.04 from Philip's PPA and when I try to import images from the disk (Import > Add Images) Digikam crashes. I tried to debug using gdb commands but I think the binaries from Philip's PPA are not compiled with degub info, since all I got was: (digikam:14066): GLib-GObject-WARNING **: cannot register existing type 'GdkWindow' (digikam:14066): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0' failed (digikam:14066): Gdk-CRITICAL **: gdk_window_ensure_native: assertion 'GDK_IS_WINDOW (window)' failed [Thread 0x7ffef17fa700 (LWP 14236) exited] Is anybody facing the same crash? Can someone confirm if the appimage version is working fine on Ubuntu? Thanks |
Can you open digikam in terminal and see if there are any errors pop up in the terminal? Best regards, On Wed, May 17, 2017 at 4:30 PM, Erick Moreno <[hidden email]> wrote:
|
Hi Andrey, The errors from terminal are the same: digikam.database: Complete scan took: 1199 msecs. digikam.general: Event is dispatched to desktop notifier through DBUS (digikam:28661): GLib-GObject-WARNING **: cannot register existing type 'GdkWindow' (digikam:28661): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0' failed (digikam:28661): Gdk-CRITICAL **: gdk_window_ensure_native: assertion 'GDK_IS_WINDOW (window)' failed Them digikam freezes and I have to kill it. Thanks anyway. On Wed, May 17, 2017 at 7:47 PM, Andrey Goreev <[hidden email]> wrote:
|
In reply to this post by Erick Moreno
Hi Erick, I know it probably isn't what you want to hear but, I can confirm that, using exactly the same system as you, the import goes smoothly. So, I guess you are looking for some kind of software conflict there? Is there a way I can help by providing a list of installed packages for you to work from? I'm pretty sure that should be possible but wouldn't know how to do so. Would be willing to assist however.
James
On Wednesday, 17 May 2017 23:30:31 BST Erick Moreno wrote: Hi guys. I'm using digikam 5.5 on Ubuntu 17.04 from Philip's PPA and when I try to import images from the disk (Import > Add Images) Digikam crashes. I tried to debug using gdb commands but I think the binaries from Philip's PPA are not compiled with degub info, since all I got was: (digikam:14066): GLib-GObject-WARNING **: cannot register existing type 'GdkWindow' (digikam:14066): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0' failed (digikam:14066): Gdk-CRITICAL **: gdk_window_ensure_native: assertion 'GDK_IS_WINDOW (window)' failed [Thread 0x7ffef17fa700 (LWP 14236) exited] Is anybody facing the same crash? Can someone confirm if the appimage version is working fine on Ubuntu? Thanks -- Erick Moreno -- Please note - This email and any attachment it may contain is for the individual to which it was originally addressed. If you are not the original intended recipient, you are notified that any disclosure, copying, alteration, distribution, publication or the taking of action in reliance on the contents is prohibited and may be an offence.
[hidden email] Personal [hidden email] Business
|
In reply to this post by Erick Moreno
I think the cause is the native plugin for the QFileDialog which wants to
create a GDK file dialog. Is there a problem with another KF5 application? Otherwise, I am gradually agreeing that we disable the support for native file dialogs and only use the Qt5 file dialog. Maik On Donnerstag, 18. Mai 2017 00:56:20 CEST Erick Moreno wrote: > Hi Andrey, > > The errors from terminal are the same: > > digikam.database: Complete scan took: 1199 msecs. > digikam.general: Event is dispatched to desktop notifier through DBUS > > (digikam:28661): GLib-GObject-WARNING **: cannot register existing type > 'GdkWindow' > > (digikam:28661): GLib-CRITICAL **: g_once_init_leave: assertion 'result != > 0' failed > > (digikam:28661): Gdk-CRITICAL **: gdk_window_ensure_native: assertion > 'GDK_IS_WINDOW (window)' failed > > Them digikam freezes and I have to kill it. > > Thanks anyway. > > On Wed, May 17, 2017 at 7:47 PM, Andrey Goreev <[hidden email]> wrote: > > Can you open digikam in terminal and see if there are any errors pop up in > > the terminal? > > > > Best regards, > > > > On Wed, May 17, 2017 at 4:30 PM, Erick Moreno <[hidden email]> > > > > wrote: > >> Hi guys. > >> > >> I'm using digikam 5.5 on Ubuntu 17.04 from Philip's PPA and when I try to > >> import images from the disk (Import > Add Images) Digikam crashes. > >> > >> I tried to debug using gdb commands but I think the binaries from > >> Philip's PPA are not compiled with degub info, since all I got was: > >> > >> (digikam:14066): GLib-GObject-WARNING **: cannot register existing type > >> 'GdkWindow' > >> > >> (digikam:14066): GLib-CRITICAL **: g_once_init_leave: assertion 'result > >> != 0' failed > >> > >> (digikam:14066): Gdk-CRITICAL **: gdk_window_ensure_native: assertion > >> 'GDK_IS_WINDOW (window)' failed > >> [Thread 0x7ffef17fa700 (LWP 14236) exited] > >> > >> Is anybody facing the same crash? Can someone confirm if the appimage > >> version is working fine on Ubuntu? > >> > >> Thanks > >> > >> -- > >> *Erick Moreno* > >> google.com/+ErickMoreno <https://google.com/+ErickMoreno/about> -- Gruß Maik |
yes, i agree with you Maik,
The way to embed the native file dialog by Qt5 introduce time latency here. Using Qt5 file dialog instead work perfectly everywhere. Sure Qt5 file dialog is not well integrated in each desktop, but it work. This is the goal in fact. Gilles Caulier 2017-05-18 7:57 GMT+02:00 Maik Qualmann <[hidden email]>: > I think the cause is the native plugin for the QFileDialog which wants to > create a GDK file dialog. Is there a problem with another KF5 application? > Otherwise, I am gradually agreeing that we disable the support for native file > dialogs and only use the Qt5 file dialog. > > Maik > > On Donnerstag, 18. Mai 2017 00:56:20 CEST Erick Moreno wrote: >> Hi Andrey, >> >> The errors from terminal are the same: >> >> digikam.database: Complete scan took: 1199 msecs. >> digikam.general: Event is dispatched to desktop notifier through DBUS >> >> (digikam:28661): GLib-GObject-WARNING **: cannot register existing type >> 'GdkWindow' >> >> (digikam:28661): GLib-CRITICAL **: g_once_init_leave: assertion 'result != >> 0' failed >> >> (digikam:28661): Gdk-CRITICAL **: gdk_window_ensure_native: assertion >> 'GDK_IS_WINDOW (window)' failed >> >> Them digikam freezes and I have to kill it. >> >> Thanks anyway. >> >> On Wed, May 17, 2017 at 7:47 PM, Andrey Goreev <[hidden email]> wrote: >> > Can you open digikam in terminal and see if there are any errors pop up in >> > the terminal? >> > >> > Best regards, >> > >> > On Wed, May 17, 2017 at 4:30 PM, Erick Moreno <[hidden email]> >> > >> > wrote: >> >> Hi guys. >> >> >> >> I'm using digikam 5.5 on Ubuntu 17.04 from Philip's PPA and when I try to >> >> import images from the disk (Import > Add Images) Digikam crashes. >> >> >> >> I tried to debug using gdb commands but I think the binaries from >> >> Philip's PPA are not compiled with degub info, since all I got was: >> >> >> >> (digikam:14066): GLib-GObject-WARNING **: cannot register existing type >> >> 'GdkWindow' >> >> >> >> (digikam:14066): GLib-CRITICAL **: g_once_init_leave: assertion 'result >> >> != 0' failed >> >> >> >> (digikam:14066): Gdk-CRITICAL **: gdk_window_ensure_native: assertion >> >> 'GDK_IS_WINDOW (window)' failed >> >> [Thread 0x7ffef17fa700 (LWP 14236) exited] >> >> >> >> Is anybody facing the same crash? Can someone confirm if the appimage >> >> version is working fine on Ubuntu? >> >> >> >> Thanks >> >> >> >> -- >> >> *Erick Moreno* >> >> google.com/+ErickMoreno <https://google.com/+ErickMoreno/about> > > > -- > Gruß Maik |
Thanks for the explanation, Mark. Do you suggest any applicantion to test? I think that I don't have many others apps to verify if this error occurs, only Amarok maybe. But I can install anything you suggest to help the team to understand this problem. On Thu, May 18, 2017 at 3:59 AM, Gilles Caulier <[hidden email]> wrote: yes, i agree with you Maik, |
Free forum by Nabble | Edit this page |