Skip to content
Snippets Groups Projects
  1. Nov 06, 2017
  2. Nov 05, 2017
  3. Nov 04, 2017
    • Andre Miranda's avatar
      Handle cases when file watch is not supported (Bug #13881) · a7355a59
      Andre Miranda authored
      When a remote folder is accessed, this error is printed:
      (thunar:9378): thunar-CRITICAL **: thunar_file_watch: assertion '...
      
      Upon leaving that folder, Thunar crashes:
      ERROR:thunar-file.c:3929:thunar_file_unwatch: code should not be reached
      
      I found out that a call to g_file_monitor in thunar_file_watch has no
      error handling, and in the case of remote folders this error happens:
      Failed to create file monitor: Operation not supported by backend
      
      So when ThunarFolder is finalized and calls thunar_file_unwatch, its
      file_watch will be NULL and _thunar_assert_not_reached kills Thunar.
      a7355a59
    • Andre Miranda's avatar
      Add missing ';' to thunarx-menu-item.h · 7cca9b27
      Andre Miranda authored
      7cca9b27
  4. Nov 03, 2017
  5. Nov 02, 2017
  6. Nov 01, 2017
  7. Oct 30, 2017
  8. Oct 29, 2017
  9. Oct 27, 2017
  10. Oct 23, 2017
  11. Oct 22, 2017
  12. Oct 18, 2017
  13. Oct 17, 2017
  14. Oct 16, 2017
  15. Oct 15, 2017
  16. Oct 13, 2017
  17. Oct 12, 2017
  18. Oct 11, 2017
  19. Oct 10, 2017
Loading