Skip to content

Conversation

@ItsZariep
Copy link
Contributor

Some scripts rely on the --select flag to highlight files in file managers. While caja, dolphin, and nautilus support this flag, nemo currently does not.

This simple PR adds support for the --select flag in nemo. Although nemo already supports selecting files by default, passing --select currently triggers an argument parser error.

With this change, --select will be accepted by nemo without errors, improving compatibility with scripts expecting this flag.

@mtwebster mtwebster merged commit e21b284 into linuxmint:master Jul 24, 2025
2 checks passed
clefebvre added a commit that referenced this pull request Nov 25, 2025
This reverts commit e21b284.

It makes no sense to add a flag which does nothing just so scripts
can call it.

If Caja, Thunar, Dolphin and Nautilus committed to some standard,
interface or common specification, we'd commit as well but in the
meantime we're not going to have empty features or flags in here just
because they do.

This is adding unnecessary complexity into Nemo just to save the trouble
of some if() statement in some external script. It's not justified.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants