GNOME Bugzilla – Bug 775601
batch rename: Nautilus is skipping some files with numbers
Last modified: 2017-10-28 11:17:54 UTC
I'm using Nautilus 3.22.1 on Debian Testing. Nautilus batch rename is skipping files in certain scenarios. Here is example: I have a folder with files: s2, s3, s4, s5, zs1, zs2, zs3, zs4 I want to rename them all with: s[1, 2, 3] Now, I have files named: s1, s3, s4, s5, s6, s7, s8, zs1 While launching Nautilus via terminal it shows this info during operation: ** (nautilus:2572): CRITICAL **: nautilus_menu_provider_get_background_items: assertion 'NAUTILUS_IS_MENU_PROVIDER (provider)' failed ** (nautilus:2572): CRITICAL **: nautilus_menu_provider_get_background_items: assertion 'NAUTILUS_IS_MENU_PROVIDER (provider)' failed (nautilus:2572): GLib-GIO-CRITICAL **: g_file_query_info_async: assertion 'G_IS_FILE (file)' failed ** (nautilus:2572): WARNING **: Batch rename for file "s5" failed (nautilus:2572): GLib-GIO-CRITICAL **: g_file_query_info_async: assertion 'G_IS_FILE (file)' failed ** (nautilus:2572): WARNING **: Batch rename for file "s4" failed (nautilus:2572): GLib-GIO-CRITICAL **: g_file_query_info_async: assertion 'G_IS_FILE (file)' failed ** (nautilus:2572): WARNING **: Batch rename for file "s3" failed (nautilus:2572): GLib-GIO-CRITICAL **: g_file_query_info_async: assertion 'G_IS_FILE (file)' failed ** (nautilus:2572): WARNING **: Batch rename for file "zs1" failed ** (nautilus:2572): CRITICAL **: nautilus_menu_provider_get_background_items: assertion 'NAUTILUS_IS_MENU_PROVIDER (provider)' failed
I can reproduce this on my system (Debian testing 3.22.1 version), but not from master. Hopefully this was fixed in bug 771583, for which the code is not present in nautilus 3.22.1 release. This fix shall be included in next point release. Thanks
I can't reproduce this in 3.26 either, certainly it was the same issue, as mentioned in comment 1. *** This bug has been marked as a duplicate of bug 771583 ***