https://bugzilla.xfce.org/show_bug.cgi?id=15367
Andre Miranda <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from Andre Miranda <[email protected]> --- g_file_info_get_attribute_boolean either returns TRUE or FALSE, when you compare its result with NULL you are actually comparing it to 0 which is the same of FALSE: https://developer.gnome.org/glib/stable/glib-Standard-Macros.html#FALSE:CAPS So what your patch really does it to make impossible to reach g_set_error, thus it seems to fix the problem for you. Try to build and run the following sample: https://gist.github.com/andreldm/007a07c2fd361e938cac42e1d5c04bd9 Please post here the output you get. Also check how Nautilus or Nemo behave with your SMB share. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
