Skip to content
  1. Oct 30, 2016
  2. Aug 01, 2016
  3. Jun 06, 2016
  4. Jan 11, 2016
    • Carlos Soriano Sánchez's avatar
      thumbnails: avoid crash with jp2 images · 56a53627
      Carlos Soriano Sánchez authored
      When thumbnailing a directory with jp2 some times nautilus
      was crashing.
      However tests on gdk_pixbuf were successful and gnome-desktop-thumbnails
      generation tests were also working.
      
      Also, nautilus is using raw pthreads in the thumbnail generation
      code, and seems the crash was actually only happening when inside the
      pthread and when using gdk-pixbuf, not only the gnome-desktop-thumbnail.
      
      Looking at the implementation of glib in threads and nautilus, one of
      the differences is that nautilus sets a stack size.
      The crash is happening because, unluckely, libjasper with some big
      images is using more stack size than the one nautilus is setting, which
      leads to a crash in libjasper.
      
      To fix it, remove the stack size set by nautilus, similarly to what glib
      does, not setting an actual stack size.
      
      Obviously the right thing to do is rewrite nautilus code to use the
      glib threads, but I want to let that as a newcomer bug to do.
      56a53627
  5. Dec 23, 2015
  6. Dec 05, 2015
  7. Dec 02, 2015
  8. Nov 12, 2015
  9. Oct 20, 2015
  10. Oct 12, 2015
  11. Oct 06, 2015
  12. Oct 05, 2015
  13. Sep 28, 2015
  14. Jul 27, 2015
  15. Jul 24, 2015
  16. Jul 18, 2015
  17. Jul 17, 2015
  18. Jul 16, 2015
  19. Jul 10, 2015
  20. Jul 09, 2015
  21. Jul 08, 2015
  22. Jul 03, 2015
  23. Jul 02, 2015
  24. Jul 01, 2015
    • Carlos Soriano Sánchez's avatar
      toolbar: show modified time for all places except Recent · 10ca6eed
      Carlos Soriano Sánchez authored
      We changed to only show access time for sorting in the sort menu
      in 3.16 to avoid having both sorting options always present.
      But for folders like Downloads, the most useful sorting criteria is
      actually modified time, since it orders the files in downloading order.
      Actually modified time is more useful than access time is all cases
      except in "Recent", which what we actually want is the most recent
      accessed or modified file.
      
      For that, show only Modified Time sorting menu item in all places
      except in "Recent", where we will show only Access Time.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=748185
      10ca6eed
  25. May 23, 2015
  26. May 14, 2015
    • Carlos Soriano Sánchez's avatar
      nautilus-bookmark: don't crash if file is gone · 4c56f31c
      Carlos Soriano Sánchez authored
      Sometimes the file can be gone without even noticing when
      changing the location (and therefore creating the attached bookmark
      to that new location).
      In bookmark_changed we just disconnected the file if that happened,
      so we where failing graciously. But that was not the case when just
      changing the location, where we were asserting that the file is not gone
      and therefore crashing in such case.
      
      Instead of that, do something similar as bookmark_changed and just
      clean up some of the bookmark objects and hope for the best.
      4c56f31c
  27. May 13, 2015
  28. Apr 30, 2015
  29. Apr 28, 2015
  30. Apr 27, 2015