[Bug 247175] New: digiKam doesn't exit after closing main window

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

[Bug 247175] digiKam doesn't exit after closing main window

Michael G. Hansen
https://bugs.kde.org/show_bug.cgi?id=247175


Michael G. Hansen <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]




--- Comment #18 from Michael G. Hansen <mike mghansen de>  2010-08-14 00:30:01 ---
Adding

QObject::connect(digikam, SIGNAL(destroyed(QObject*)), &app, SLOT(quit()));

to main.cpp exits digikam on close here. I can also write:

app.setQuitOnLastWindowClosed(true);

and digikam exits well. The weird thing is here that according to Qt
documentation, quitOnLastWindowClosed defaults to true...

Anyway, thanks for looking into this!

Michael

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 247175] digiKam doesn't exit after closing main window

Michael G. Hansen
In reply to this post by Bugzilla from kde.org@xapienz.ru
https://bugs.kde.org/show_bug.cgi?id=247175





--- Comment #19 from Michael G. Hansen <mike mghansen de>  2010-08-14 00:30:37 ---
By 'also', I mean 'instead' ;-)

Michael

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 247175] digiKam doesn't exit after closing main window

Johannes Wienke-3
In reply to this post by Bugzilla from kde.org@xapienz.ru
https://bugs.kde.org/show_bug.cgi?id=247175





--- Comment #20 from Johannes Wienke <languitar semipol de>  2010-08-14 00:37:25 ---
The latter version looks much better. Maybe the flag is changed in the 4.5
version of KXmlGuiWindow?
We should add that line. I don't think it will hurt. ;)

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 247175] digiKam doesn't exit after closing main window

Michael G. Hansen
In reply to this post by Bugzilla from kde.org@xapienz.ru
https://bugs.kde.org/show_bug.cgi?id=247175





--- Comment #21 from Michael G. Hansen <mike mghansen de>  2010-08-14 14:03:39 ---
app.setQuitOnLastWindowClosed(true); does not close digikam when I close the
main window while the editor is still open, though. But the connect statement
closes it in this case.

Michael

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 247175] digiKam doesn't exit after closing main window

Marcel Wiesweg
In reply to this post by Bugzilla from kde.org@xapienz.ru
https://bugs.kde.org/show_bug.cgi?id=247175





--- Comment #22 from Marcel Wiesweg <marcel wiesweg gmx de>  2010-08-21 15:47:17 ---
No problem here with KDE 4.5, never at all.
If this can be traced to the switch from KDE4.4 to KDE4.5, then it is not our
fault, and we should not try to add any sort of workaround to our app. It must
then be fixed upstream.
So from the posts above, it seems to be an issue appearing only after
installing 4.5?


> is it normal digikam nepomuk service is active even if digikam is closed ?

Yes. it is supposed to monitor changes applied through nepomuk (rating in
dolphin etc.) and feed them into digikam's db.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 247175] digiKam doesn't exit after closing main window

Bugzilla from tnemeth@free.fr
In reply to this post by Bugzilla from kde.org@xapienz.ru
https://bugs.kde.org/show_bug.cgi?id=247175





--- Comment #23 from  <tnemeth free fr>  2010-08-25 08:56:05 ---
(In reply to comment #22)
> So from the posts above, it seems to be an issue appearing only after
> installing 4.5?

    Not sure, but for me the issue seems to be resolved for now. I think
    the problem is related to live system upgrade. Even though I un-logged
    and then relogged, I still had the problem.

    But after a reboot (due to the last kernel fix upgrade), digikam seems
    to behave correctly.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 247175] digiKam doesn't exit after closing main window

Aditya Bhatt
In reply to this post by Bugzilla from kde.org@xapienz.ru
https://bugs.kde.org/show_bug.cgi?id=247175





--- Comment #24 from Aditya Bhatt <adityabhatt1991 gmail com>  2010-08-25 09:02:19 ---
I just updated my KDE trunk sources today, and this issue is now with
dolphin and konversation too. Definitely a KDE issue.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: [Bug 247175] digiKam doesn't exit after closing main window

Aditya Bhatt
In reply to this post by Bugzilla from tnemeth@free.fr
I just updated my KDE trunk sources today, and this issue is now with dolphin and konversation too. Definitely a KDE issue.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 247175] digiKam doesn't exit after closing main window

Bugzilla from kdebugs@stargate.org.uk
In reply to this post by Bugzilla from kde.org@xapienz.ru
https://bugs.kde.org/show_bug.cgi?id=247175


Martin Foster <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]




--- Comment #25 from Martin Foster <kdebugs stargate org uk>  2010-09-09 14:37:18 ---
I'm having this problem of the digiKam process staying in memory every time I
exit digiKam. This is with digiKam 1.4.0 running on PCLinuxOS 2010.7 and
Kubuntu 10.10(beta). Both distros are running KDE 4.5.1

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 247175] digiKam doesn't exit after closing main window

Bugzilla from kde.org@xapienz.ru
In reply to this post by Bugzilla from kde.org@xapienz.ru
https://bugs.kde.org/show_bug.cgi?id=247175





--- Comment #26 from xapienz <kde org xapienz ru>  2010-09-09 16:19:03 ---
updated to 1.4.0, but the problem still exists

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 247175] digiKam doesn't exit after closing main window

Bugzilla from malashenko@mail.ru
In reply to this post by Bugzilla from kde.org@xapienz.ru
https://bugs.kde.org/show_bug.cgi?id=247175


Alexander Malashenko <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]




--- Comment #27 from Alexander Malashenko <malashenko mail ru>  2010-09-26 00:14:52 ---
The problem appears with qt-4.7. No problem with qt-4.6.3.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 247175] digiKam doesn't exit after closing main window

Philippe ROUBACH
In reply to this post by Bugzilla from kde.org@xapienz.ru
https://bugs.kde.org/show_bug.cgi?id=247175





--- Comment #28 from Philippe ROUBACH <philippe roubach free fr>  2010-09-26 11:30:23 ---
(In reply to comment #27)
> The problem appears with qt-4.7. No problem with qt-4.6.3.

i don't agree

as i said this is a long last pb
if i remember since i test mandriva 2009.0 and kde 4.1

i only met this pb with konsole,ksysguard and digikam, not other app

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 247175] digiKam doesn't exit after closing main window

Bugzilla from malashenko@mail.ru
In reply to this post by Bugzilla from kde.org@xapienz.ru
https://bugs.kde.org/show_bug.cgi?id=247175





--- Comment #29 from Alexander Malashenko <malashenko mail ru>  2010-09-26 18:06:15 ---
In my case the relation between digikam and qt-4.7 is obvious.
I have checked it with following:
FC13 -> QT-4.6.3 -> KDE-4.4.5 -> no problem with digikam
FC13 -> QT-4.6.3 -> KDE-4.5.1 -> no problem with digikam
FC13 -> QT-4.7.0 -> KDE-4.4.5(recompiled against QT-4.6.3) -> the problem
exists (digikam, kio_digikamalbu, kio_digikamdate remain in memory)
FC13 -> QT-4.7.0 -> KDE-4.5.1(recompiled against QT-4.7.0) -> the problem
exists (digikam, kio_digikamalbu, kio_digikamdate remain in memory)

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 247175] digiKam doesn't exit after closing main window

Gilles Caulier-4
In reply to this post by Bugzilla from kde.org@xapienz.ru
https://bugs.kde.org/show_bug.cgi?id=247175


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]




--- Comment #30 from Gilles Caulier <caulier gilles gmail com>  2010-09-26 19:23:37 ---
*** Bug 252443 has been marked as a duplicate of this bug. ***

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 247175] digiKam doesn't exit after closing main window

Gilles Caulier-4
In reply to this post by Bugzilla from kde.org@xapienz.ru
https://bugs.kde.org/show_bug.cgi?id=247175


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]




--- Comment #31 from Gilles Caulier <caulier gilles gmail com>  2010-10-11 13:10:49 ---
*** Bug 253824 has been marked as a duplicate of this bug. ***

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 247175] digiKam doesn't exit after closing main window

Gilles Caulier-4
In reply to this post by Bugzilla from kde.org@xapienz.ru
https://bugs.kde.org/show_bug.cgi?id=247175


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]




--- Comment #32 from Gilles Caulier <caulier gilles gmail com>  2010-10-11 20:05:31 ---
Just for information, can you reproduce this problem with showfoto ?

Gilles Caulier

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 247175] digiKam doesn't exit after closing main window

Bugzilla from andi.clemens@gmx.net
In reply to this post by Bugzilla from kde.org@xapienz.ru
https://bugs.kde.org/show_bug.cgi?id=247175





--- Comment #33 from Andi Clemens <andi clemens gmx net>  2010-10-11 20:12:09 ---
No, showFoto works fine, only digiKam is not closing... need to kill it
manually.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 247175] digiKam doesn't exit after closing main window

Martin Klapetek
In reply to this post by Bugzilla from kde.org@xapienz.ru
https://bugs.kde.org/show_bug.cgi?id=247175





--- Comment #34 from Martin Klapetek <martin klapetek gmail com>  2010-10-11 21:47:29 ---
Although there are reports about other KDE apps not closing properly, I'd add
the connection suggested by Johannes in #16. If it is indeed kde-libs related,
then it's true, that it's not digiKam's responsibility. But anyway, adding this
one line won't hurt and this bug would be solved. Well at least for digiKam :)

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 247175] digiKam doesn't exit after closing main window

Bugzilla from kde.org@xapienz.ru
In reply to this post by Bugzilla from kde.org@xapienz.ru
https://bugs.kde.org/show_bug.cgi?id=247175





--- Comment #35 from xapienz <kde org xapienz ru>  2010-10-11 21:54:36 ---
Moreover, almost noone experiences this problem with other applications except
digiKam.
So, it's better to add the suggested line to the code.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 247175] digiKam doesn't exit after closing main window

Philippe ROUBACH
In reply to this post by Bugzilla from kde.org@xapienz.ru
https://bugs.kde.org/show_bug.cgi?id=247175





--- Comment #36 from Philippe ROUBACH <philippe roubach free fr>  2010-10-11 22:15:13 ---
i use mandriva 2010.1 kde 4.4.3

since i updated to kde 4.5.0 (i use today kde 4.5.2)
i no more have pb with konsole and ksysguard
i still have pb with digikam which does not close completely.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
123