From kde-bugs-dist Mon Aug 04 10:53:57 2008 From: Krzysztof Lichota Date: Mon, 04 Aug 2008 10:53:57 +0000 To: kde-bugs-dist Subject: [Bug 91158] unpacking >1 archives at the same time via context menu Message-Id: <20080804105357.19235.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=121784721727459 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=91158 ------- Additional Comments From krzysiek lichota net 2008-08-04 12:53 ------- 2008/8/4 Harald Hvaal : > Again, about kde3 version, a quick fix might be to add a condition that returns a visible error if more than one input is provided. This would probably again mean more strings that would have to be translated. An even simpler fix would maybe be to check if the service menu maybe mistakenly is set to show up at all when more than one file is selected. I will have a quick look at it. I think it is not sufficient. AFAIR Ark in KDE 3 is KUniqueApplication so calling it to unpack single-file from different callers at the same time would cause the problem also (though it is harder to achieve). The solution IMO could be queueing unpack ing requests and doing it one-by-one.