GNOME Bugzilla – Bug 383051
deskbar document searches not included in recent documents list
Last modified: 2007-01-07 20:43:58 UTC
Forwarded from: https://launchpad.net/distros/ubuntu/+source/deskbar-applet/+bug/74214 Binary package hint: deskbar-applet This behavior was displayed in a system upgraded from Dapper to Edgy 32 bit. If a search for filenames is done by deskbar that results in an existing document file in .odt format, that file will not appear in the Places>Recent Documents list, even though you opened the document in Open Office Writer, made changes and saved it. Steps to reproduce: 1) Alt/F3 to invoke deskbar 2) type in part of document name 3) In search window, double click the found document to open it in Open Office Writer. 4) Make changes to document and save it. Then close writer. 5) Look in Places>Recent Documents list. 6) The document will not be listed. Expected Behavior: After opening, modifying and saving a document, it should appear in the Recent Documents list.
Okay. Working on it.
Created attachment 77919 [details] [review] Add files that we open to the recently opened file list Note: This adds up the gtk/pygtk dependency to 2.10 (reflected in the patch).
*** Bug 367638 has been marked as a duplicate of this bug. ***
Did anybody check the patch already? :-)
The patch looks ok as such. However I think we open files in other handlers as well (fx. beagle-live.py). I might try and see if I commit the patch (or an updated one with other handler(s) as well, Rob? :-D) tomorrow... If I can't find the time it'll have to wait until after Christmas (unless Raphael or Nigel does it).
Applied to head. Adapted so that handlers that open files use it always. Thanks !