User-Agent: Opera/9.10 (X11; Linux i686; U; de) Build Identifier: If you want to rename a file, only the content before the last dot within the filename gets selected and that’s great for pretty much any file. But it is pretty much useless for directories which often contain dots too; Thunar should select the whole filename if the object to be renamed is a directory. Reproducible: Always Steps to Reproduce: 1. Select directory 2. Call the renamer dialog Actual Results: Only content before the last dot is directly selected Expected Results: Everything should be selected
Created attachment 1128 Possible patch This way?
(In reply to comment #1) > Created an attachment (id=1128) [details] > Possible patch > > This way? Sorry for the late answer. I never got a notification about your reply and just stumbled over it today. The patch works just as I wished for, so please commit it.
Committed revision 25987. 2007-08-17 Benedikt Meurer <benny@xfce.org> * thunar/thunar-standard-view.c: Preselect the complete filename when renaming a folder. Bug #3057.