Bug 181678 - right click, extract here leaves ark process running
Summary: right click, extract here leaves ark process running
Status: RESOLVED FIXED
Alias: None
Product: ark
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Harald Hvaal
URL:
Keywords:
: 180383 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-01-23 18:29 UTC by Jonas Nyrén
Modified: 2009-02-01 12:57 UTC (History)
6 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonas Nyrén 2009-01-23 18:29:53 UTC
Version:            (using KDE 4.1.96)
OS:                Linux
Installed from:    SuSE RPMs

When right clicking on an archive and selecting "extract archive here" it fully extracts the file(s) in the archive and everything seems to work. But when you look at the process list there is still an ark process running which never finishes. KDE4.2 RC1 on OpenSuse 11.1 with ark version 2.12.
Comment 1 Dario Andres 2009-01-24 14:17:54 UTC
Here using:

Qt: 4.4.3 + qt-copy-patches-910240
KDE: 4.2.60 (KDE 4.2.60 (KDE 4.3 >= 20090116))
kdelibs svn rev. 915739 / kdebase svn rev. 915763
kdeutils svn rev. 916045
on ArchLinux i686 - Kernel 2.6.28.1

I can confirm this bug.

Also, this may be the cause of bug 175637

Another interesting thing:
There is a notification in the SystemTray notification icon showing "Extracting file" , the source, the destionatio, and no progress at all.

I suppose this is the cause of this bug... (an "active" buggy notification) , that maintains Ark active....
Comment 2 Dario Andres 2009-01-24 14:22:04 UTC
*** Bug 180383 has been marked as a duplicate of this bug. ***
Comment 3 Gianfranco Liporace 2009-01-28 10:10:35 UTC
Hi,
this same bug happens to me in kubuntu Jaunty and KDE 4.2RC2. Confirming too that bug 175637 is directly connected to this bug.
Comment 4 Harald Hvaal 2009-01-30 02:38:35 UTC
SVN commit 918515 by metellius:

BUG: 181678
quitOnLastWindowClosed property was causing the KApplication to quit when the replace dialog was opened. Also, set the KApplication to explicitly quit when the batch/add jobs emit their results.

 M  +2 -0      batchextract.cpp  
 M  +14 -8     main.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=918515
Comment 5 Harald Hvaal 2009-01-30 02:42:52 UTC
SVN commit 918516 by metellius:

Backporting revision 918515
BUG: 181678 quitOnLastWindowClosed property was causing the KApplication to quit when the replace dialog was opened. Also, set the KApplication to explicitly quit when the batch/add jobs emit their results.

 M  +2 -0      batchextract.cpp  
 M  +14 -8     main.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=918516