You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is a feature enhancement for the new --select command line switch introduced in version 1.26.
Use cases
caja --select file1 file2 does not open one caja window with both files selected, even though both file1 and file2 are in the same directory. It instead opens two separate caja windows, with file1 selected in one window, and file2 selected in another. The same issue applies to more than two files, obviously — for N files, there will be N caja windows.
Desired behavior
caja --select file1 file2 file3... fileN should open only as many windows as needed to display the files. Because all the listed files may not be in the same directory, caja should determine which files are in the same directory and open the minimum number of caja windows necessary to display and select the files. Incidentally, this desired behavior is currently found in both KDE's dolphin and Kylin's peony (very latest versions of each tested).
Benefits of the solution
The --select command becomes more usable when more than one file is selected.
Possible drawbacks
I am unaware of any workflow in which opening multiple windows to select files from the same directory would benefit the user, but comments or concerns I have not thought of are of course welcome.
This issue is a feature enhancement for the new
--select
command line switch introduced in version 1.26.Use cases
caja --select file1 file2
does not open one caja window with both files selected, even though both file1 and file2 are in the same directory. It instead opens two separate caja windows, with file1 selected in one window, and file2 selected in another. The same issue applies to more than two files, obviously — for N files, there will be N caja windows.Desired behavior
caja --select file1 file2 file3... fileN
should open only as many windows as needed to display the files. Because all the listed files may not be in the same directory, caja should determine which files are in the same directory and open the minimum number of caja windows necessary to display and select the files. Incidentally, this desired behavior is currently found in both KDE's dolphin and Kylin's peony (very latest versions of each tested).Benefits of the solution
The
--select
command becomes more usable when more than one file is selected.Possible drawbacks
I am unaware of any workflow in which opening multiple windows to select files from the same directory would benefit the user, but comments or concerns I have not thought of are of course welcome.
See also
The same issue has been filed for Nautilus: https://gitlab.gnome.org/GNOME/nautilus/-/issues/1955
The text was updated successfully, but these errors were encountered: