GNOME Bugzilla – Bug 138795
file dialog forgets last browsed to or installed from location
Last modified: 2006-04-25 21:45:42 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.
Moving to gnome-theme-manager. Reproducable in 2.6.x at least.
Created attachment 64245 [details] [review] Very simple patch Very simple patch to resolve this bug. Comments welcome!
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)