-
- Downloads
2006-02-06 Benedikt Meurer <benny@xfce.org>
* thunar-vfs/thunar-vfs-mime-cleaner.c, thunar-vfs/Makefile.am, configure.in.in: Add a simple utility program thunar-vfs-mime-cleaner, which cleans up the user's $XDG_DATA_HOME/applications directory and removes all automatically generated .desktop files (either generated by Thunar or Nautilus) whose associated program is no longer installed on the user's system. In addition, it tries to combine duplicated .desktop whose Exec values are equal to further the reduce the overhead. * thunar-vfs/thunar-vfs-mime-database.c: Invoke thunar-vfs-mime-cleaner every five minutes. * thunar-vfs/thunar-vfs.symbols, thunar-vfs/thunar-vfs-*.h: Add G_GNUC_WARN_UNUSED_RESULT to all methods, whose return value should never be ignored. This should help to avoid memory leaks in the future. (Old svn revision: 19772)
Showing
- ChangeLog 17 additions, 0 deletionsChangeLog
- configure.in.in 2 additions, 1 deletionconfigure.in.in
- thunar-vfs/Makefile.am 19 additions, 0 deletionsthunar-vfs/Makefile.am
- thunar-vfs/thunar-vfs-chmod-job.h 1 addition, 1 deletionthunar-vfs/thunar-vfs-chmod-job.h
- thunar-vfs/thunar-vfs-chown-job.h 1 addition, 1 deletionthunar-vfs/thunar-vfs-chown-job.h
- thunar-vfs/thunar-vfs-config.h.in 10 additions, 1 deletionthunar-vfs/thunar-vfs-config.h.in
- thunar-vfs/thunar-vfs-creat-job.h 1 addition, 1 deletionthunar-vfs/thunar-vfs-creat-job.h
- thunar-vfs/thunar-vfs-info.h 3 additions, 3 deletionsthunar-vfs/thunar-vfs-info.h
- thunar-vfs/thunar-vfs-link-job.h 2 additions, 2 deletionsthunar-vfs/thunar-vfs-link-job.h
- thunar-vfs/thunar-vfs-listdir-job.h 2 additions, 2 deletionsthunar-vfs/thunar-vfs-listdir-job.h
- thunar-vfs/thunar-vfs-mime-application.h 4 additions, 3 deletionsthunar-vfs/thunar-vfs-mime-application.h
- thunar-vfs/thunar-vfs-mime-cleaner.c 248 additions, 0 deletionsthunar-vfs/thunar-vfs-mime-cleaner.c
- thunar-vfs/thunar-vfs-mime-database.c 41 additions, 0 deletionsthunar-vfs/thunar-vfs-mime-database.c
- thunar-vfs/thunar-vfs-mime-database.h 11 additions, 11 deletionsthunar-vfs/thunar-vfs-mime-database.h
- thunar-vfs/thunar-vfs-mime-info.h 4 additions, 4 deletionsthunar-vfs/thunar-vfs-mime-info.h
- thunar-vfs/thunar-vfs-mime-parser.h 3 additions, 3 deletionsthunar-vfs/thunar-vfs-mime-parser.h
- thunar-vfs/thunar-vfs-mkdir-job.h 2 additions, 2 deletionsthunar-vfs/thunar-vfs-mkdir-job.h
- thunar-vfs/thunar-vfs-monitor.h 2 additions, 2 deletionsthunar-vfs/thunar-vfs-monitor.h
- thunar-vfs/thunar-vfs-path.h 12 additions, 12 deletionsthunar-vfs/thunar-vfs-path.h
- thunar-vfs/thunar-vfs-scandir.h 6 additions, 6 deletionsthunar-vfs/thunar-vfs-scandir.h
Loading
Please register or sign in to comment