Skip to content

WIP: files-view: ignore extension when compressing folders with a dot

Rahul Verma requested to merge rv404674/nautilus:my_work into master

If a file named "Project 1.4" is compressed, the dialog will propose the truncated file name as new name for archieve("Project 1").

However ,this is applying to folders too, where we don't need to worry about extensions.

Therfore, ignore extension if the item to be compressed is a folder.

Closes #115 (closed)

Merge request reports