I've noticed it when extracted files from archive, which had weird filename encoding, and created files with broken characters. When I attempted to select them to rename them, Thunar crashed. Steps to reproduce: 1. echo \0 > $(echo -e "\xC0\xAA") 2. Select that file in Thunar. thunar version : 1.6.4-1
(In reply to hededrk from comment #0) > thunar version : 1.6.4-1 *1.6.4
From what I see, crash occurs with all invalid encodings, e.g. echo 0 > `echo -e "\xC2\xA2\xA2"` echo 0 > `echo -e "\xC2\xC2\xA2"`
I noticed that it is caused by a third-party plugin, which porbably makes this report invalid.