No permission to drag and drop files to an archive in Nautilus

Whenever I try to drag and drop a file to an existing archive in Nautilus, I get a message saying that I don't have the permission to do so.

But if I open the archive first and then drag and drop the file I want to the file-roller window it works, so what's the issue here?
Some file-roller bug? The version is 3.36.3.

Is the archive located on an external hard drive?
What is that drive or partition format? is it ext4? ntfs?

Interesting, it works just fine on any of my ntfs partitions, but always fails anywhere in my home directory, so that's ext4.

ntfs is known to struggle with Permissions issues on Linux.

Probably a foregone conclusion but would you mind right-clicking -> properties -> permissions tab and checking if those are all allowed? Or at least similar to the archives that do allow editing.

By default it is set to -rw-rw-r--, but doing something like chmod 777 doesn't fix the issue.

You could try setting “others” also to be both read write. I just use the GUI.

The file is in my home directory.
To create an archive I just select the files I want in Nautilus and select "Compress" in the context menu. I believe by default it uses file-roller.
ls -l returns -rw-rw-r-- 1 username username
same file on ntfs returns -rw-r----- 1 username username

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.