This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Ark cannot open zip archives

Tags: ark, zip, arch ark, zip, arch ark, zip, arch
(comma "," separated)
Kyle
Registered Member
Posts
5
Karma
0

Ark cannot open zip archives

Thu Sep 08, 2016 9:00 pm
Running Arch.

The specific archive I tried to open can be found here: http://i.imgur.com/0h1dtWz.png, but I cannot open any zip archive I find anywhere.
I can make a zip with Dolphin but then I cannot open that in Ark.
Even better, I can make a zip with Ark specifically, drag a file into the zip, close Ark and then not open it with Ark.

Image

Ark and Unzip package versions:
Code: Select all
pacman -Q unzip ark         
unzip 6.0-12
ark 16.08.0-1


I've got all optional dependencies for Ark:
Code: Select all
pacman -Q unzip ark         
unzip 6.0-12
ark 16.08.0-1
 kyle@kyle-laptop-arch  ~  pacman -Qi ark
Name            : ark
Version         : 16.08.0-1
Description     : Archiving Tool
Architecture    : x86_64
URL             : http://kde.org/applications/utilities/ark/
Licenses        : GPL
Groups          : kde-applications  kdeutils
Provides        : None
Depends On      : kparts  kpty  libarchive  hicolor-icon-theme
Optional Deps   : p7zip: 7Z format support [installed]
                  zip: ZIP compression support [installed]
                  unzip: ZIP format support [installed]
                  unrar: RAR format support [installed]
Required By     : None
Optional For    : None
Conflicts With  : kdeutils-ark
Replaces        : kdeutils-ark
Installed Size  : 1801.00 KiB
Packager        : Felix Yan <felixonmars@archlinux.org>
Build Date      : Sat 20 Aug 2016 09:42:07 CEST
Install Date    : Wed 31 Aug 2016 12:19:08 CEST
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : Signature


Using unzip from Konsole works fine. I can open zip archives in Dolphin, but I'd prefer to open them in a dedicated application like Ark, and GNOME's File Roller sucks.
Other archive types work fine (tar.gz).

How can I make Ark able to open zip Archives?

Edit:

Right clicking in Dolphin, then "Extract archive here" gets me a segfault:
Code: Select all
Application: Ark (ark), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fb4290a6800 (LWP 5462))]

Thread 3 (Thread 0x7fb40de80700 (LWP 5464)):
#0  0x00007fb4252c948d in poll () from /usr/lib/libc.so.6
#1  0x00007fb41fb92066 in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x00007fb41fb9217c in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#3  0x00007fb425beb59b in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#4  0x00007fb425b950da in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#5  0x00007fb4259b80f3 in QThread::exec() () from /usr/lib/libQt5Core.so.5
#6  0x00007fb422fbae75 in ?? () from /usr/lib/libQt5DBus.so.5
#7  0x00007fb4259bcd78 in ?? () from /usr/lib/libQt5Core.so.5
#8  0x00007fb421640454 in start_thread () from /usr/lib/libpthread.so.0
#9  0x00007fb4252d27df in clone () from /usr/lib/libc.so.6

Thread 2 (Thread 0x7fb415da6700 (LWP 5463)):
#0  0x00007fb4252c948d in poll () from /usr/lib/libc.so.6
#1  0x00007fb41e9508e0 in ?? () from /usr/lib/libxcb.so.1
#2  0x00007fb41e952679 in xcb_wait_for_event () from /usr/lib/libxcb.so.1
#3  0x00007fb417ef7469 in ?? () from /usr/lib/libQt5XcbQpa.so.5
#4  0x00007fb4259bcd78 in ?? () from /usr/lib/libQt5Core.so.5
#5  0x00007fb421640454 in start_thread () from /usr/lib/libpthread.so.0
#6  0x00007fb4252d27df in clone () from /usr/lib/libc.so.6

Thread 1 (Thread 0x7fb4290a6800 (LWP 5462)):
[KCrash Handler]
#5  0x0000000000411485 in ?? ()
#6  0x00007fb425bcf2f6 in ?? () from /usr/lib/libQt5Core.so.5
#7  0x00007fb425bc3303 in QObject::event(QEvent*) () from /usr/lib/libQt5Core.so.5
#8  0x00007fb426876e3c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#9  0x00007fb42687e5b1 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#10 0x00007fb425b96c80 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#11 0x00007fb425bea51e in QTimerInfoList::activateTimers() () from /usr/lib/libQt5Core.so.5
#12 0x00007fb425beaa41 in ?? () from /usr/lib/libQt5Core.so.5
#13 0x00007fb41fb91e67 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#14 0x00007fb41fb920d0 in ?? () from /usr/lib/libglib-2.0.so.0
#15 0x00007fb41fb9217c in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#16 0x00007fb425beb57f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#17 0x00007fb425b950da in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#18 0x00007fb425b9d5cc in QCoreApplication::exec() () from /usr/lib/libQt5Core.so.5
#19 0x000000000040c3b4 in ?? ()
#20 0x00007fb42520a291 in __libc_start_main () from /usr/lib/libc.so.6
#21 0x000000000040d0ea in _start ()
User avatar
elvisangelaccio
Registered Member
Posts
38
Karma
0
OS

Re: Ark cannot open zip archives

Wed Sep 21, 2016 11:00 am
You might be affected by a bug in shared-mime-info. Can you start Ark from terminal and post here the debug output?

$ export QT_LOGGING_RULES=ark.*.debug=true
$ ark

P.S. The link to the archive you gave is actually a picture.
Kyle
Registered Member
Posts
5
Karma
0

Re: Ark cannot open zip archives

Sat Sep 24, 2016 11:10 am
Wow, Konsole stopped working today, had to use TTY to install a different terminal emulator.

Anyway, here's the result of dragging a zip file onto Ark:
Code: Select all
 kyle@kyle-laptop-arch  ~  export QT_LOGGING_RULES=ark.*.debug=true
 kyle@kyle-laptop-arch  ~  ark
ark.main: Entering application loop
ark.part: dragEnterEvent QDragEnterEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=246,93, answerRect=QRect(246,93 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=246,93, answerRect=QRect(246,93 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=268,95, answerRect=QRect(268,95 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=270,95, answerRect=QRect(270,95 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=271,95, answerRect=QRect(271,95 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=275,95, answerRect=QRect(275,95 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=277,95, answerRect=QRect(277,95 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=279,95, answerRect=QRect(279,95 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=281,95, answerRect=QRect(281,95 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=282,95, answerRect=QRect(282,95 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=284,95, answerRect=QRect(284,95 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=286,95, answerRect=QRect(286,95 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=288,95, answerRect=QRect(288,95 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=289,95, answerRect=QRect(289,95 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=291,95, answerRect=QRect(291,95 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=293,95, answerRect=QRect(293,95 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=294,95, answerRect=QRect(294,95 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=296,95, answerRect=QRect(296,95 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=297,95, answerRect=QRect(297,95 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=299,95, answerRect=QRect(299,95 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=300,93, answerRect=QRect(300,93 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=303,93, answerRect=QRect(303,93 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=305,93, answerRect=QRect(305,93 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=306,93, answerRect=QRect(306,93 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=308,93, answerRect=QRect(308,93 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=309,93, answerRect=QRect(309,93 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=311,93, answerRect=QRect(311,93 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=312,93, answerRect=QRect(312,93 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=312,92, answerRect=QRect(312,92 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=314,92, answerRect=QRect(314,92 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=315,92, answerRect=QRect(315,92 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=316,92, answerRect=QRect(316,92 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=318,92, answerRect=QRect(318,92 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=321,91, answerRect=QRect(321,91 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=322,91, answerRect=QRect(322,91 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=323,91, answerRect=QRect(323,91 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=325,91, answerRect=QRect(325,91 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=326,91, answerRect=QRect(326,91 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=328,91, answerRect=QRect(328,91 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=329,91, answerRect=QRect(329,91 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=330,91, answerRect=QRect(330,91 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=332,89, answerRect=QRect(332,89 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=333,89, answerRect=QRect(333,89 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=335,89, answerRect=QRect(335,89 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=336,89, answerRect=QRect(336,89 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=338,89, answerRect=QRect(338,89 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=339,89, answerRect=QRect(339,89 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=341,88, answerRect=QRect(341,88 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=342,88, answerRect=QRect(342,88 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=344,88, answerRect=QRect(344,88 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=345,88, answerRect=QRect(345,88 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=347,88, answerRect=QRect(347,88 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=348,88, answerRect=QRect(348,88 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=350,88, answerRect=QRect(350,88 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=351,86, answerRect=QRect(351,86 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=353,86, answerRect=QRect(353,86 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=354,86, answerRect=QRect(354,86 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=356,86, answerRect=QRect(356,86 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=357,86, answerRect=QRect(357,86 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=361,86, answerRect=QRect(361,86 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=362,86, answerRect=QRect(362,86 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=364,86, answerRect=QRect(364,86 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=365,85, answerRect=QRect(365,85 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=367,85, answerRect=QRect(367,85 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=369,85, answerRect=QRect(369,85 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=370,85, answerRect=QRect(370,85 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=372,85, answerRect=QRect(372,85 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=374,85, answerRect=QRect(374,85 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=375,85, answerRect=QRect(375,85 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=377,85, answerRect=QRect(377,85 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=379,85, answerRect=QRect(379,85 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=382,83, answerRect=QRect(382,83 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=386,83, answerRect=QRect(386,83 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=388,83, answerRect=QRect(388,83 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=391,83, answerRect=QRect(391,83 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=393,83, answerRect=QRect(393,83 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=395,83, answerRect=QRect(395,83 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=398,83, answerRect=QRect(398,83 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=400,81, answerRect=QRect(400,81 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=402,81, answerRect=QRect(402,81 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=404,81, answerRect=QRect(404,81 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=405,81, answerRect=QRect(405,81 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=407,81, answerRect=QRect(407,81 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=411,81, answerRect=QRect(411,81 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=413,81, answerRect=QRect(413,81 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=415,79, answerRect=QRect(415,79 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=416,79, answerRect=QRect(416,79 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=420,79, answerRect=QRect(420,79 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=422,79, answerRect=QRect(422,79 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=425,79, answerRect=QRect(425,79 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=429,77, answerRect=QRect(429,77 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=431,77, answerRect=QRect(431,77 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=433,77, answerRect=QRect(433,77 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=435,77, answerRect=QRect(435,77 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=437,77, answerRect=QRect(437,77 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=438,75, answerRect=QRect(438,75 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=440,75, answerRect=QRect(440,75 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=442,75, answerRect=QRect(442,75 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=444,75, answerRect=QRect(444,75 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=445,74, answerRect=QRect(445,74 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=449,74, answerRect=QRect(449,74 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=450,74, answerRect=QRect(450,74 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=454,74, answerRect=QRect(454,74 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=455,72, answerRect=QRect(455,72 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=457,72, answerRect=QRect(457,72 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=459,72, answerRect=QRect(459,72 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=460,72, answerRect=QRect(460,72 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=462,70, answerRect=QRect(462,70 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=463,70, answerRect=QRect(463,70 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=465,70, answerRect=QRect(465,70 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=466,69, answerRect=QRect(466,69 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=468,69, answerRect=QRect(468,69 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=471,69, answerRect=QRect(471,69 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=472,68, answerRect=QRect(472,68 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=473,68, answerRect=QRect(473,68 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=475,68, answerRect=QRect(475,68 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=476,68, answerRect=QRect(476,68 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=478,68, answerRect=QRect(478,68 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=478,66, answerRect=QRect(478,66 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=479,66, answerRect=QRect(479,66 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=480,66, answerRect=QRect(480,66 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=481,66, answerRect=QRect(481,66 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=483,66, answerRect=QRect(483,66 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=484,66, answerRect=QRect(484,66 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=485,65, answerRect=QRect(485,65 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=486,65, answerRect=QRect(486,65 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=487,65, answerRect=QRect(487,65 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=488,65, answerRect=QRect(488,65 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=490,65, answerRect=QRect(490,65 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=491,65, answerRect=QRect(491,65 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=491,66, answerRect=QRect(491,66 1x1), formats=("text/uri-list"), NoButton
ark.part: dropEvent QDropEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=491,66, formats=("text/uri-list"), NoButton
KCrash: Application 'ark' crashing...
KCrash: Attempting to start /usr/lib/drkonqi from kdeinit
sock_file=/run/user/1000/kdeinit5__0
[1]  + 3453 suspended (signal)  ark
 ✘ ⚙ kyle@kyle-laptop-arch  ~  QSocketNotifier: Invalid socket 8 and type 'Read', disabling...
QSocketNotifier: Invalid socket 11 and type 'Read', disabling...

[1]  + 3453 exit 253   ark


Strangely, I am able to open a different zip, using the Archive -> Open:

Code: Select all
ark.main: Entering application loop
ark.kerfuffle: Could not find executable "lsar"
KSambaShare: Could not find smb.conf!
inotify_add_watch("/mnt/hdd/Downloads") failed: "No space left on device"
ark.part: Attempting to open archive "/home/kyle/Downloads/Clams Casino - 2012 - Instrumentals 2 [320].zip"
ark.kerfuffle: Going to create archive "/home/kyle/Downloads/Clams Casino - 2012 - Instrumentals 2 [320].zip"
ark.kerfuffle: Could not find executable "lsar"
ark.kerfuffle: Could not find executable "lsar"
ark.kerfuffle: Checking plugin "kerfuffle_cli7z"
ark.kerfuffle: Created read-only interface for "/home/kyle/Downloads/Clams Casino - 2012 - Instrumentals 2 [320].zip"
ark.kerfuffle: Created read-write interface for "/home/kyle/Downloads/Clams Casino - 2012 - Instrumentals 2 [320].zip"
ark.cli7z: Loaded cli_7z plugin
ark.kerfuffle: Successfully loaded plugin "kerfuffle_cli7z"
ark.kerfuffle: Created archive instance
ark.kerfuffle: Going to list files
ark.kerfuffle: ListJob started
ark.kerfuffle: Could not find executable "lsar"
ark.kerfuffle: Could not find executable "lsar"
ark.kerfuffle: Executing "/usr/bin/7z" ("l", "-slt", "/home/kyle/Downloads/Clams Casino - 2012 - Instrumentals 2 [320].zip") within directory "/home/kyle"
ark.cli7z: p7zip version "16.02" detected
ark.cli7z: Archive name:  "/home/kyle/Downloads/Clams Casino - 2012 - Instrumentals 2 [320].zip"
ark.cli7z: Archive type:  "zip"
ark.kerfuffle: Process finished, exitcode: 0 exitstatus: QProcess::ExitStatus(NormalExit)
ark.kerfuffle: Job finished, result: true , time: 51 ms
ark.part: Showing columns:  (0, 5, 6, 2, 9, 10, 12)
ark.part: Added 16 entries to model
ark.kerfuffle: Could not find executable "lsar"
ark.kerfuffle: Could not find executable "lsar"
ark.kerfuffle: Could not find executable "lsar"
ark.kerfuffle: Could not find executable "lsar"


Opening that zip from within Dolphin, works as well. Ark starts without crashing and I can browse the archive content, and even extract it.

What's even weirder is that now I can open any zip I can find.

Then dragging a zip file onto Ark when it's started from a terminal with debug output gives me another crash:
Code: Select all
 ✘ kyle@kyle-laptop-arch  ~  ark
ark.main: Entering application loop
ark.main: dragEnterEvent QDragEnterEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=828,303, answerRect=QRect(828,303 1x1), formats=("text/uri-list"), NoButton
ark.main: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=828,303, answerRect=QRect(828,303 1x1), formats=("text/uri-list"), NoButton
ark.part: dragEnterEvent QDragEnterEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=308,251, answerRect=QRect(308,251 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=308,252, answerRect=QRect(308,252 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=307,252, answerRect=QRect(307,252 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=305,252, answerRect=QRect(305,252 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=304,252, answerRect=QRect(304,252 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=303,252, answerRect=QRect(303,252 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=301,252, answerRect=QRect(301,252 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=300,253, answerRect=QRect(300,253 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=300,252, answerRect=QRect(300,252 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=300,251, answerRect=QRect(300,251 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=301,250, answerRect=QRect(301,250 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=301,249, answerRect=QRect(301,249 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=301,248, answerRect=QRect(301,248 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=301,247, answerRect=QRect(301,247 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=301,246, answerRect=QRect(301,246 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=301,245, answerRect=QRect(301,245 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=301,244, answerRect=QRect(301,244 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=302,243, answerRect=QRect(302,243 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=302,242, answerRect=QRect(302,242 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=302,241, answerRect=QRect(302,241 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=302,240, answerRect=QRect(302,240 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=302,239, answerRect=QRect(302,239 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=302,238, answerRect=QRect(302,238 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=302,236, answerRect=QRect(302,236 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=302,235, answerRect=QRect(302,235 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=302,234, answerRect=QRect(302,234 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=302,233, answerRect=QRect(302,233 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=302,231, answerRect=QRect(302,231 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=302,230, answerRect=QRect(302,230 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=302,228, answerRect=QRect(302,228 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=302,227, answerRect=QRect(302,227 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=302,226, answerRect=QRect(302,226 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=302,224, answerRect=QRect(302,224 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=302,223, answerRect=QRect(302,223 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=302,221, answerRect=QRect(302,221 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=302,220, answerRect=QRect(302,220 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=302,219, answerRect=QRect(302,219 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=302,217, answerRect=QRect(302,217 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=302,216, answerRect=QRect(302,216 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=302,213, answerRect=QRect(302,213 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=302,212, answerRect=QRect(302,212 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=302,210, answerRect=QRect(302,210 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=302,209, answerRect=QRect(302,209 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=302,208, answerRect=QRect(302,208 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=302,206, answerRect=QRect(302,206 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=302,205, answerRect=QRect(302,205 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=302,204, answerRect=QRect(302,204 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=302,202, answerRect=QRect(302,202 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=304,201, answerRect=QRect(304,201 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=304,200, answerRect=QRect(304,200 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=304,198, answerRect=QRect(304,198 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=304,197, answerRect=QRect(304,197 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=304,195, answerRect=QRect(304,195 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=304,194, answerRect=QRect(304,194 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=304,193, answerRect=QRect(304,193 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=305,191, answerRect=QRect(305,191 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=305,190, answerRect=QRect(305,190 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=305,189, answerRect=QRect(305,189 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=305,187, answerRect=QRect(305,187 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=305,186, answerRect=QRect(305,186 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=307,184, answerRect=QRect(307,184 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=307,183, answerRect=QRect(307,183 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=307,182, answerRect=QRect(307,182 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=307,180, answerRect=QRect(307,180 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=308,179, answerRect=QRect(308,179 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=308,177, answerRect=QRect(308,177 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=308,176, answerRect=QRect(308,176 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=309,173, answerRect=QRect(309,173 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=309,171, answerRect=QRect(309,171 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=309,170, answerRect=QRect(309,170 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=309,168, answerRect=QRect(309,168 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=311,168, answerRect=QRect(311,168 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=311,167, answerRect=QRect(311,167 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=311,166, answerRect=QRect(311,166 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=311,164, answerRect=QRect(311,164 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=312,163, answerRect=QRect(312,163 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=312,161, answerRect=QRect(312,161 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=314,160, answerRect=QRect(314,160 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=314,158, answerRect=QRect(314,158 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=314,157, answerRect=QRect(314,157 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=314,155, answerRect=QRect(314,155 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=315,154, answerRect=QRect(315,154 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=315,153, answerRect=QRect(315,153 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=317,151, answerRect=QRect(317,151 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=317,150, answerRect=QRect(317,150 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=317,149, answerRect=QRect(317,149 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=318,149, answerRect=QRect(318,149 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=318,147, answerRect=QRect(318,147 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=318,146, answerRect=QRect(318,146 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=319,146, answerRect=QRect(319,146 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=319,145, answerRect=QRect(319,145 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=319,144, answerRect=QRect(319,144 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=320,144, answerRect=QRect(320,144 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=320,143, answerRect=QRect(320,143 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=320,142, answerRect=QRect(320,142 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=321,142, answerRect=QRect(321,142 1x1), formats=("text/uri-list"), NoButton
ark.part: dragMoveEvent QDragMoveEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=321,141, answerRect=QRect(321,141 1x1), formats=("text/uri-list"), NoButton
ark.part: dropEvent QDropEvent(dropAction=CopyAction, proposedAction=CopyAction, possibleActions=CopyAction, posF=321,141, formats=("text/uri-list"), NoButton
KCrash: Application 'ark' crashing...
KCrash: Attempting to start /usr/lib/drkonqi from kdeinit
sock_file=/run/user/1000/kdeinit5__0
[1]  + 4208 suspended (signal)  ark

However, I can open said file in Ark from within Dolphin.

Edit: so it's fixed, yet I cannot tell why.
User avatar
elvisangelaccio
Registered Member
Posts
38
Karma
0
OS

Re: Ark cannot open zip archives  Topic is solved

Mon Sep 26, 2016 11:46 am
Archlinux recently upgraded shared-mime-info to 1.7, it might be related.

By the way the crash when dropping a zip on empty Ark window is already fixed, will be in the 16.08.2 release.
Kyle
Registered Member
Posts
5
Karma
0

Re: Ark cannot open zip archives

Wed Sep 28, 2016 1:25 pm
elvisangelaccio wrote:Archlinux recently upgraded shared-mime-info to 1.7, it might be related.

I guess that's it then, I just looked at the Pacman log:
Code: Select all
cat /var/log/pacman.log | grep shared-mime
[2016-04-05 19:21] [ALPM] installed shared-mime-info (1.5-1)
[2016-04-17 14:38] [ALPM] upgraded shared-mime-info (1.5-1 -> 1.6-1)
[2016-04-27 17:02] [ALPM] upgraded shared-mime-info (1.6-1 -> 1.6-2)
[2016-09-17 18:48] [ALPM] upgraded shared-mime-info (1.6-2 -> 1.7-1)


Anyway, thanks for taking the time to help me out!


Bookmarks



Who is online

Registered users: Bing [Bot], claydoh, Evergrowing, Google [Bot], rblackwell