Bug#932461: compress not working with xarchiver

2019-08-24 Thread Maxim Svobonas
Tired pcmanfm 1.3.1-1+b1 with Debian Unstable in a VM, the bug is not present 
there.



Bug#932461: compress not working with xarchiver

2019-08-16 Thread Maxim Svobonas
Package: pcmanfm
Version: 1.3.1-1
Followup-For: Bug #932461

Using LXQt here, but pcmanfm instead of pcmanfm-qt
I tried removing xarchiver and apt auto-installed ark for me.
Since then pcmanfm fails to compress silently.
Tried dpkg-reconfigure pcmanfm and even rebooted.
Is there any workaround without recompiling?

-- System Information:
Debian Release: 10.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages pcmanfm depends on:
ii  libatk1.0-0  2.30.0-2
ii  libc62.28-10
ii  libcairo21.16.0-4
ii  libfm-gtk4   1.3.1-1
ii  libfm4   1.3.1-1
ii  libfontconfig1   2.13.1-2
ii  libfreetype6 2.9.1-3
ii  libgdk-pixbuf2.0-0   2.38.1+dfsg-1
ii  libglib2.0-0 2.58.3-2
ii  libgtk2.0-0  2.24.32-3
ii  libpango-1.0-0   1.42.4-7~deb10u1
ii  libpangocairo-1.0-0  1.42.4-7~deb10u1
ii  libpangoft2-1.0-01.42.4-7~deb10u1
ii  libx11-6 2:1.6.7-1
ii  shared-mime-info 1.10-1

Versions of packages pcmanfm recommends:
ii  gnome-icon-theme  3.12.0-3
ii  gvfs-backends 1.38.1-5
ii  gvfs-fuse 1.38.1-5
ii  lxqt-policykit [polkit-1-auth-agent]  0.14.1-1
ii  oxygen-icon-theme 5:5.54.0-1

pcmanfm suggests no packages.

-- no debconf information



Bug#932461: compress not working with xarchiver

2019-07-19 Thread Arindam Chaudhuri
Package: pcmanfm
Version: 1.3.1-1
Distribution: stable

When xarchver is set as default archiver, and I try to compress files
in pcmanfm by right clicking over a file, and then click Compress, it
is not working.

The output in terminal is
xarchiver: Unknown option --add-to

This indicates the command it uses is "xarchiver --add-to %F"
But the correct command should be "xarchiver --compress %F"
Replacing "xarchiver --add-to" with "xarchiver --compress", and
recompiling will fix this issue.