libfm-qt.git
6 years agoWorkaround for GLib's recursive moving error, e.g. with bound mounts
Tsu Jan [Sun, 21 Apr 2019 19:37:07 +0000 (00:07 +0430)]
Workaround for GLib's recursive moving error, e.g. with bound mounts

`g_file_move()` may not work recursively on the same filesystem, especially
with bound mounts (to `/mnt`, for example) and give the `G_IO_ERROR_WOULD_RECURSE`
error. This patch ignores the error and tries our `FileTransferJob::copyFile()`.

Closes https://github.com/lxqt/pcmanfm-qt/issues/943

Gbp-Pq: Name workaround-glib-recursive-moving-error.patch

6 years agoDon't ignore creation-deletion sequences
Tsu Jan [Sun, 21 Apr 2019 09:41:14 +0000 (14:11 +0430)]
Don't ignore creation-deletion sequences

Fixes https://github.com/lxqt/pcmanfm-qt/issues/944

Previously, if a file was in addition queue and then it came into the deletion
queue, its addition and deletion were both ignored. That was wrong and could
result in showing nonexistent files because addition can also happen in
directory list job before being processed by file info job.

Also process accumulated changes only after finishing the current info job and
don't clear all deletion paths after processing them (because, logically, only
those paths that can be deleted should be removed).

Gbp-Pq: Name dont-ignore-crea-del-sequences.patch

6 years agoFix the license header of code we took from libfm (they should use LGPL2 instead...
Hong Jen Yee (PCMan) [Thu, 18 Apr 2019 17:19:08 +0000 (01:19 +0800)]
Fix the license header of code we took from libfm (they should use LGPL2 instead of GPL2). - src/core/vfs/vfs-menu.c - src/core/vfs/vfs-search.c These files are taken from libfm which has been relicensed to LGPL 2 on 2014-09-05 by Andrey N. Gritsenko after consulting other contributors.

Gbp-Pq: Name fix-license-headers.patch

6 years agoFixed SMB recursive copy
Tsu Jan [Mon, 8 Apr 2019 02:43:09 +0000 (07:13 +0430)]
Fixed SMB recursive copy

Fixes https://github.com/lxqt/libfm-qt/issues/385 by trying to set dir permissions only once and ignoring possible errors (that happen with SMB and, maybe, other protocols).

Gbp-Pq: Name fix-smb-recursive-copy.patch

6 years agolibfm-qt (0.14.1-10) unstable; urgency=medium
Alf Gaida [Sat, 17 Aug 2019 11:00:08 +0000 (12:00 +0100)]
libfm-qt (0.14.1-10) unstable; urgency=medium

  * Fixed symbols for gcc 9.2.1 (Closes: #925742)
  * Bumped Standards to 4.4.0, no changes needed

[dgit import unpatched libfm-qt 0.14.1-10]

6 years agoImport libfm-qt_0.14.1-10.debian.tar.xz
Alf Gaida [Sat, 17 Aug 2019 11:00:08 +0000 (12:00 +0100)]
Import libfm-qt_0.14.1-10.debian.tar.xz

[dgit import tarball libfm-qt 0.14.1-10 libfm-qt_0.14.1-10.debian.tar.xz]

6 years agoImport libfm-qt_0.14.1.orig.tar.xz
Alf Gaida [Sun, 24 Feb 2019 18:31:01 +0000 (18:31 +0000)]
Import libfm-qt_0.14.1.orig.tar.xz

[dgit import orig libfm-qt_0.14.1.orig.tar.xz]