Related: Thunar !121
Coding safety flag interface is done, but since it requires new version of libxfce4util, it is waiting for docker image to be updated.
Related: Thunar !127
Thunar loses some metadata on copy when file source is from remote location like ftp://. Right now, I am working on what metadata should be copied in that case.
Related: Thunar !128
gvfs-gdrive extension provides a neat way to use Google Drive as a network drive, but copied files got an unintelligible name for some reason. So I am patching up the logic to move the files into a readable name.
Related: Thunar !130
This MR will add a feature to separate copy-in-progrss files and already copied files in case something aborts the copy, so “skip all existing files” on the second try can guarantee that every file is copied properly. Without this feature, the user has to copy every file again or somehow find which one is a corrupted file (which is like finding a needle in haystack).
It also will provide optional feature to check every file copied that it is not corrupted – probably used for network drives.
Right now only the first part is done – every files copied will be first named as *.partial~
(which is hidden) and be renamed after copy.
In this article, we will see how to install and use zig programming language on…
This article was adapted from its original version on NixCraft. Sed is an acronym for…
You’ve recently installed VMware Workstation on your Ubuntu system and encountered the frustrating “Could not…
Have you ever found yourself staring at a terminal full of 404 errors while trying…
One particularly frustrating error that many users face when trying to upgrade from Ubuntu 18.04 …
In the world of containerization, time synchronization issues can create unexpected roadblocks when working with…