Bug#746730: ark has broken service menu

2014-07-17 Thread Mirosław Zalewski
For the reference, this issue is fixed as of version 4.13.2-1, available in both testing and unstable. This bug may be now closed (I would do it myself, but I am unsure whether it would break some rule here and how to do it). -- Best regards Mirosław Zalewski -- To UNSUBSCRIBE, email to debian-

Bug#746730: ark has broken service menu

2014-05-20 Thread Carlos Luna
I have been having the same trouble, the .zip files do not show the option extract *. But I have test the: All users affected by this issue may run following two commands as root: # dpkg -L ark |grep '\.desktop$' | while read file; do sed -i -e 's:application/zip:&;:' "$file" ; done # update-desk

Bug#746730: ark has broken service menu

2014-05-06 Thread Mirosław Zalewski
I can confirm this issue. All .desktop files shipped by Ark are missing semicolon between "application/zip" and "application/x-deb". Effect is that desktop-file parsing services fails to associate Ark with these two mime types. All users affected by this issue may run following two commands as roo

Bug#746730: ark has broken service menu

2014-05-02 Thread Kyloren
Package: ark Version: 4:4.12.4-1 Severity: normal Dear Maintainer, ark_servicemenu.desktop has a missing ; between application/zip and application/x-deb mime types breaking right click extraction options for those two types. I'm not sure if it's related or if the mistake is located else where b