Thunar 1.2 automatically creates user directories if they do not exist upon opening (e.g. via the Go menu). This sucks. What we want is:
We've decided to drop users dirs entirely and instead show user-defined bookmarks in the Go
menu. Perhaps we can add a separate settings dialog for user directories but in Thunar, we leave the choice of what to appear in the menu to users.
Completed: 0%
Assignee:
Difficulty: Easy
Right now, there is no way to “bookmark” remote locations. Thunar only allows directories as bookmarks. I've heard reports that re-using the existing bookmarks concept for was found to be inappropriate and confusing for end users. http://www.bomahy.nl/hylke/blog/clutter-in-nautilus-sidebar/ might be a good starting point for a better side pane. I'm conerned about high numbers of partitions in the side pane though. We probably want something that can be expanded/collapsed better, e.g. by grouping partitions per drive using a custom composite widget. This would also have user experience benefits as people would be able to mount/unmount entire drives at once and not just individual partitions.
Completed: 0%
Assignee: Jannis
Difficulty: Moderate
Related item in the Design SIG: shortcuts-pane
Right now Thunar only generates thumbnails (on-demand, which is good). It should also use the cache API provided by tumbler to e.g. delete a thumbnail when a file is removed or to copy/update the thumbnail when a file is copied. Stuff like that. That needs integration of ThunarThumbnailer in various jobs which is not too complicated. We also need a way to cancel requests when switching between folders. That is a bit more complicated as it implies requester-awareness in ThunarThumbnailer.
At FOSDEM, Nick and I talked about this and we now have a plan:
org.freedesktop.thumbnails.Cache1
service).org.freedesktop.thumbnails.Cache1
interface.
Completed: 100%
Assignee: Jannis
Difficulty: Moderate
It would be nice if we allow to sort by extension. See this request on the mailing list. Perhaps we can also allow plugins to install their own columns. That's more complicated and a separate (but partly related) feature though.
Completed: 0%
Assignee:
Difficulty: Moderate
With file operations like delete and trash it takes a while for the deleted files to disappear in the view. For new files (create, link etc.) we have added a workaround to reload the view (because there we have the new_files closure). It would be nice to have a similar closure or feature for file trashing/deletion/copy/move and in thunar-uca where g_file_monitor_emit_event is not working.
ThunarVFS used a global timeout for all feed events, maybe we can introduce something similar in Thunar.
Completed: 100%
Assignee: Nick
Difficulty: Easy - Moderate
xfdesktop requires a lot of file management functionality for the file icon view. This results in a high amount of code duplication even when using Thunar's D-Bus interface. We'd like to change this by replacing xfdesktop with a plugin for Thunar.
The plugin would reside in a separate shared library to avoid a Thunar dependency on libwnck (for people who don't want to use the Thunar desktop). “thunar –daemon” would typically also take over the desktop but this can be disabled explicitely using an xfconf property and of course by removing the thunar-desktop-plugin package.
Completed: 0%
Assignee:
Difficulty: Hard