In thunar, ctrl-l opens the 'goto' dialog, where directories are autocompleted. Say want to go to /data/foo/, i enter /d -> gaves /data/ then f -> /data/foo/ I don't want to select a subfolder of foo (which are proposed at that moment) so i type enter, and dialog contains '/data/foo/'. Open Button is greyed, and i have to remove the trailing / to make it active (and press enter to go into /data/foo) The open button shouldn't be greyed if there's a trailing slash..
looked at the code, and the exo_binding_new_full() call at the end of thunar_location_dialog_init() is the probable cause. Can we also bind the 'sensitive' prop of the open button to 'current-directory' prop of the dialog entry ? (if i understood how exo-binding was supposed to work...)
Landry, I cannot reproduce that in master. Mind to check again?
Seems i can't reproduce it now, either from 1.2.2 or git master... but i'm nowhere near the computer where i experienced that. Closing with RESOLVED/WORKSFORME.