GNOME Bugzilla – Bug 143404
Totem-specific shortcuts in file selectors would be cool
Last modified: 2007-03-26 00:57:03 UTC
I've music and media in several locations on my machines, and it would be *fab* if Totem let me specify a few locations where I keep my media and would add them to the per-application shortcut folders in all file selectors. The api is in gtkfilechooser.h, gtk_file_chooser_add_shortcut_folder() et al.
Mass reassign.
I don't see how Totem could provide those itself. In something like Rhythmbox (at least in the CVS version), there is a concept of "library directories", which we don't have in Totem.
Looks like gtk_file_chooser_add_shortcut_folder() would be the API to do this, though a good UI to manage them would be interesting...
You didn't understand my question. *Where* do you add those shortcuts in the Totem UI?
In the Open file selector.
We should add the "default" Music and Movies folders to the bookmarks using: http://freedesktop.org/wiki/Software_2fxdg_2duser_2ddirs
2007-03-26 Bastien Nocera <hadess@hadess.net> * src/totem-uri.c: (totem_add_default_dirs), (totem_add_files), (xdg_user_dir_lookup): Use xdg-user-dirs to add some default directories to the "Open" dialogues (Closes: #143404)