! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Create folder for multiple selected items
Status:
RESOLVED: MOVED

Comments

Description jfblagden 2018-02-02 17:12:21 CET
In Nautilus and Apple's Finder file browser, it is possible to select multiple files and folders, right-click on one of them, and click on "New folder with selection" or something along those lines; you can select multiple items and have the file browser put them in a newly created folder. I think this feature would be very useful in Thunar. I think it's really the only feature that Thunar is really missing.
Comment 1 alexxcons editbugs 2018-02-02 21:30:53 CET
Created attachment 7570 
UCA Settings to move files into a new Folder

Thanks for reporting this !

.. sadly there are alot of nice features waiting to get implemented and barely enough maintainers to do the every-day-work :X

So as always, patches are welcome !

.. meanwhile you may want to add a UCA (user custom action) which almost does the job. The name of the new folder is fixed .. but besides that it work nicely !
Comment 2 jfblagden 2018-02-02 21:34:58 CET
(In reply to alexxcons from comment #1)
> Created attachment 7570 
> UCA Settings to move files into a new Folder
> 
> Thanks for reporting this !
> 
> .. sadly there are alot of nice features waiting to get implemented and
> barely enough maintainers to do the every-day-work :X
> 
> So as always, patches are welcome !
> 
> .. meanwhile you may want to add a UCA (user custom action) which almost
> does the job. The name of the new folder is fixed .. but besides that it
> work nicely !

I hope this feature will be implemented in a future release. But in the meantime, thank you very much for the workaround! At least there is an easy way for me to get this functionality.
Comment 3 alexxcons editbugs 2018-02-02 21:49:48 CET
If you like, you could even script a full solution .. e.g. with the usage of zenity
Comment 4 jfblagden 2018-02-02 21:54:53 CET
(In reply to alexxcons from comment #3)
> If you like, you could even script a full solution .. e.g. with the usage of
> zenity

I don't know if I'd do that, but if I were do to anything else about this problem - aside from implementing the workaround, I'd dive into the code, add the feature myself and then send in the patch. That way, others will easily benefit from this patch and I won't have to do that extra setup every time I set up a new Linux box.
Comment 5 alexxcons editbugs 2018-02-02 22:01:42 CET
A patch would be real great !

Here the full solution with zenity:
( zenity need to be installed if not available yet )
NEW_FOLDER=$(/usr/bin/zenity --entry); mkdir $NEW_FOLDER; mv %F $NEW_FOLDER
Comment 6 alexxcons editbugs 2018-02-02 22:07:10 CET
.. ok, this time with all the bells and whistles:
NEW_FOLDER=$(/usr/bin/zenity --entry --title "Move into new folder" --text "Please enter a name for the new folder"); mkdir $NEW_FOLDER; mv %F $NEW_FOLDER
Comment 7 Git Bot editbugs 2020-05-26 23:34:19 CEST
-- GitLab Migration Automatic Message --

This bug has been migrated to xfce.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.xfce.org/xfce/thunar/-/issues/188.

Please create an account or use an existing account on one of our supported OAuth providers. 

If you want to fork to submit patches and merge requests please continue reading here: https://docs.xfce.org/contribute/dev/git/start#gitlab_forks_and_merge_requests

Also feel free to reach out to us on the mailing list https://mail.xfce.org/mailman/listinfo/xfce4-dev

Bug #14196

Reported by:
jfblagden
Reported on: 2018-02-02
Last modified on: 2020-05-26

People

Assignee:
Xfce Bug Triage
CC List:
3 users

Version

Version:
unspecified

Attachments

Additional information