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 383051 - deskbar document searches not included in recent documents list
deskbar document searches not included in recent documents list
Status: RESOLVED FIXED
Product: deskbar-applet
Classification: Deprecated
Component: general
2.17.x
Other Linux
: Normal minor
: ---
Assigned To: Rob Bradford
Deskbar Applet Maintainer(s)
: 367638 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-12-06 16:48 UTC by Daniel Holbach
Modified: 2007-01-07 20:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add files that we open to the recently opened file list (2.10 KB, patch)
2006-12-07 19:44 UTC, Rob Bradford
none Details | Review

Description Daniel Holbach 2006-12-06 16:48:28 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.
Comment 1 Rob Bradford 2006-12-07 18:17:52 UTC
Okay. Working on it.
Comment 2 Rob Bradford 2006-12-07 19:44:43 UTC
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).
Comment 3 Rob Bradford 2006-12-09 16:57:06 UTC
*** Bug 367638 has been marked as a duplicate of this bug. ***
Comment 4 Daniel Holbach 2006-12-21 13:20:13 UTC
Did anybody check the patch already? :-)
Comment 5 Mikkel Kamstrup Erlandsen 2006-12-22 14:56:10 UTC
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).
Comment 6 Raphael Slinckx 2007-01-07 20:43:58 UTC
Applied to head. Adapted so that handlers that open files use it always. Thanks !