Skip to content

src/nautilus-files-view.c: check if object is in "Starred" folder

movsb requested to merge MOVSB/nautilus:my_work into master

Selecting "Copy to..." from object in "Starred" folder returned error "The specified location is not supported".

To fix this, I added an if statement to check if the object is in "Starred" folder. If it is, open the file chooser in path "/" instead of trying to open the error-causing URI.

#1243 (closed)

Merge request reports