In Ubuntu and Kubuntu 11.10 I see changes in behaviour of GTK file chooser dialog. When I try to open new file (second, third etc, not first in editor) dialog show "Recenty used" section. It is very unsuitable for me, in 10.04 dialog shows folder where located previous open file. Anybody knows how i can bring back old behaviour?
|
To my knowledge, this is a "feature" of GTK+ 3.x, and I'm not so certain it can be changed. If I find a solution I will update my answer, but for now I don't know of any (other than reporting a bug). Update:I believe I may have found a partial solution. It's not a permanent one unfortunately.
Update2:As this is rather tricky, here is another possible solution (partial):
|
|||||||||||||
|
|
I was also bugged by this behaviour and gave it a closer look during the last days. I have found only one of the GTK3 applications so far that always brings up Recently Used at fresh start: Gedit. All other apps I have tested (Totem, Eog, Evince, File-Roller, ...) start with a "normal" folder in their file chooser (tested with fresh guest session). So I did a small patch that makes Gedit fall back on the Home folder instead of Recently Used: http://pastebin.com/GhXCRzNV I can also provide a debdiff if requested, or create a PPA. |
|||
|
|
Maybe it would be easier to patch gtk3 to populate the recently used files with the folder the last file was in as well. I think that would work nicely for me. |
|||
|
|
|
Also you could use shortcut for revealing Location input box and going to desired directory: ~ (tilde sign), Shift-` on some keyboards. |
|||
|
|
~/.config/gtk-2.0/gtkfilechooser.inibut with no success so far – Tzury Bar Yochay Oct 16 '11 at 4:27