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 138795 - file dialog forgets last browsed to or installed from location
file dialog forgets last browsed to or installed from location
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: [obsolete] theme-manager
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-04-01 21:57 UTC by Stu
Modified: 2006-04-25 21:45 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6


Attachments
Very simple patch (1.10 KB, patch)
2006-04-24 22:43 UTC, Thomas Wood
none Details | Review

Description Stu 2004-04-01 21:57:55 UTC
If you are installing lots of themes (gtk/metacity/icon) each time you install a
new one the file picker dialog starts back at the users home directory. This is
infuriating if you've downloaded your themes to say
/home/user/downloads/themes/gtk as you have to browse to that location each
time. If you repeat it even 4 times to install two gtk and metacity themes its
annoying!

What I would expect it to happen is that when you go into install a new theme it
should remember the last place I install once from.
Comment 1 Kjartan Maraas 2005-05-16 12:20:00 UTC
Moving to gnome-theme-manager. Reproducable in 2.6.x at least.
Comment 2 Thomas Wood 2006-04-24 22:43:26 UTC
Created attachment 64245 [details] [review]
Very simple patch

Very simple patch to resolve this bug. Comments welcome!
Comment 3 Thomas Wood 2006-04-25 21:31:45 UTC
2006-04-25  Thomas Wood  <thos@gnome.org>

        * Makefile.am:
        * gnome-theme-installer.c: (gnome_theme_install_from_uri),
        (gnome_theme_installer_run_cb), (gnome_theme_installer_run):
        * gnome-theme-installer.h:
        * gnome-theme-manager.c:
        (gnome_theme_manager_drag_data_received_cb):
        * theme-install.glade:

        - Remove redundant theme-install dialog
        - Fix bug 138795 (file dialog forgets last browsed to or installed from
          location)