
are you here between the sword and the hard rock? either you solve the gedit annoyance or you have a functional overview?
Code: Select all
<bookmark href="file:///usr/share/icons/hicolor/32x32/devices/totem-tv.png" added="2012-02-08T17:13:46Z" modified="2012-02-08T17:13:46Z" visited="2012-02-08T17:13:46Z">
<info>
<metadata owner="http://freedesktop.org">
<mime:mime-type type="image/png"/>
<bookmark:applications>
<bookmark:application name="gnome-desktop-item-edit" exec="'gnome-desktop-item-edit %u'" modified="2012-02-08T17:13:46Z" count="1"/>
</bookmark:applications>
</metadata>
</info>
</bookmark>
Ah thanks for that pluraldave, I wondered what it was. Unlike yourself, the recent documents list is something I never use, so I didn't even notice it was gone. At least it explains a bit about why it crashed the shell, though as you say, not how it ties into Nvidia.@Viking: recently-used.xbel is the recent documents file, which gnome-shell uses to display your recent documents when you search.
It's due to you using your computer. Every time you open a file it writes to recently-used.xbel. If the file doesn't exist then it is created. The easiest way to stop it is to delete the file and then immediately replace it with a folder of the same name. Of course this means every time you open a file an error gets recorded in the appropriate log file.viking777 wrote:@pluraldave - Had another look at this problem because I noted that my recently-used.xbel has returned of its own accord. I wonder if this was due to a gnome-shell update that occurred on the 10th, it might have been.
I doubt it's fixed. I switched to incoming to try out using the update pack system but then reverted to testing (and hence the updated GS) to see if it resolved the issue. It didn't, hence switching to Nouveau. If it is a size issue I can only imagine that as you search all the results are passed to the graphics driver to be drawn rather than just the number of results that can fit on the screen. Searches include file types so "g" returns every jpg and png you've opened.viking777 wrote:The thing is that in the new version of 'shell' the search function is working perfectly well (including the recently used documents) with my nvidia driver. This could mean one of two things, either it has been fixed with the last update or it is size related as you noted above. The old xbel file that I still have in my Trash was 19Kb+ whereas the new one is only 5Kb+ so we will see what happens as it fills up. At least I will know what to do if the crashes start happening again.
Well spotted btw!
OK, thanks, I will just wait and see.I doubt it's fixed
and the awkward moment when you "eat" your own wordszerozero wrote:viking,
you are not alone(not me, but look at this)
That is weird, have you tried just emptying the file as I did?as soon as it is recreated (and with a size of 66.7kb always)
If I remember rightly that happened to me the first time I tried to empty it with gedit. This time I emptied it with kwrite and it worked, so if you have one, try another text editor to delete the contents. No guarantees, but it might be because gedit is one of the items that gnome monitors for 'recent documents', so if you alter 'xbel' with gedit it registers a 'change on disc' and won't let you continue. Gnome doesn't know or care anything about kwrite so it lets you do what you want.zerozero wrote:yes i tried (to no avail) half of the times i get a message saying that the file was changed on disk, do i want to reload or cancel? either option brings the xbel file in all its beauty as soon as i close gedit.
if i move it to reciclebin or delete it, it's just a seconds fix: close nautilus, open it again and there it is
hahviking777 wrote:Gnome doesn't know or care anything about kwrite so it lets you do what you want.
Just a theory
zerozero wrote:hahviking777 wrote:Gnome doesn't know or care anything about kwrite so it lets you do what you want.
Just a theorywhat would we do without kde? apparently the sneaky fix is working
Code: Select all
rm ~/.local/share/recently-used.xbel
Code: Select all
rm ~/.local/share/recently-used.xbel
mkdir ~/.local/share/recently-used.xbel
Good find. I am trying it out.or easiest