[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#693937: [Pkg-xfce-devel] Bug#693937: Bug#693937: Bug#693937: Bug#693937: Bug#693937: Acknowledgement (thunar: Thunar crashes when mounting USB stick)



On Fri, 23 Nov 2012 17:03:25 +0100 Yves-Alexis Perez <corsac@debian.org> wrote:
> It looks to me like there's an issue with a filename encoding which
> makes glib crash.

I think the problem was with g_file_get_uri() returning NULL. And then
NULL is passed to g_filename_display_name():

else
  {
    uri = g_file_get_uri (file->gfile);
  }

file->display_name = g_filename_display_name (uri);

I'm not really sure why, though. Perhaps thunar_file_load() did not
set everything up properly? In any case, this function was simplified
ages ago so the bug was most likely also fixed along the way. Version
1.5.0 would be my candidate. Do you agree on closing the bug with this
version?


Reply to: