After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 143404 - Totem-specific shortcuts in file selectors would be cool
Totem-specific shortcuts in file selectors would be cool
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2004-05-30 16:51 UTC by Ross Burton
Modified: 2007-03-26 00:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ross Burton 2004-05-30 16:51:37 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.
Comment 1 Bastien Nocera 2004-09-20 16:24:13 UTC
Mass reassign.
Comment 2 Bastien Nocera 2005-10-22 17:31:26 UTC
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.
Comment 3 Ross Burton 2005-11-02 08:58:31 UTC
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...
Comment 4 Bastien Nocera 2005-11-17 21:12:05 UTC
You didn't understand my question. *Where* do you add those shortcuts in the
Totem UI?
Comment 5 Ross Burton 2005-12-21 10:29:47 UTC
In the Open file selector.
Comment 6 Bastien Nocera 2007-03-06 15:10:19 UTC
We should add the "default" Music and Movies folders to the bookmarks using:
http://freedesktop.org/wiki/Software_2fxdg_2duser_2ddirs
Comment 7 Bastien Nocera 2007-03-26 00:57:03 UTC
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)