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 325757 - Places menu contains "patch on (null)" entry
Places menu contains "patch on (null)" entry
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: panel
2.13.x
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-04 11:33 UTC by Sebastien Bacher
Modified: 2015-03-24 13:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2006-01-04 11:33:25 UTC
This bug has been opened here: http://bugzilla.ubuntu.com/show_bug.cgi?id=21686

"Using dapper's gnome-panel (2.13.3-0ubuntu3) I have an entry in my panel called
"patches on (null)", my .gtk-bookmarks is as follows:

---
file:///home/crispin/Download
file:///home/crispin/patches
file:///space/crispin
file:///tmp System temp dir
file:///media/cdrom1/preseed
x-nautilus-desktop:
---

I'll attach a screenshot of the problem menu. The interesting thing about the
patches directory is that it is a symlink:

$ ls -l /home/crispin | grep patches
lrwxrwxrwx  1 crispin crispin     42 2004-10-24 16:11 patches ->
WebSites/patches.theflowerday

and that /home is nfs mounted off a different server:

$ mount | grep /home
server:/home on /home type nfs (rw,rsize=8192,wsize=8192,addr=192.168.0.1)

http://bugzilla.ubuntu.com/attachment.cgi?id=5505
Screenshot
...
I have an entry named "(null) on kaos".

Contents of .gtk-bookmarks:

sftp://cs@kaos/home/cs

The host kaos is not present in /etc/hosts but comes from a breezy installation."
Comment 1 Vincent Untz 2006-01-04 12:53:55 UTC
Cool. Blame me. The code is in panel-menu-items.c, if someone wants to look at it.
Comment 2 Sebastien Bacher 2006-01-15 16:26:01 UTC
*** Bug 327067 has been marked as a duplicate of this bug. ***
Comment 3 Bastien Nocera 2006-01-15 20:08:52 UTC
I don't know about the original problem, but could you test the patch in bug #327067 for the second one?
Comment 4 Vincent Untz 2006-01-16 18:40:44 UTC
crispin: what does nautilus display for file:///home/crispin/patches ? I'm trying to be consistent with nautilus :-)
Comment 5 Vincent Untz 2006-01-16 18:44:58 UTC
Ok, I guess it's just patches. Should be fixed in HEAD.
Comment 6 Crispin Flowerday (not receiving bugmail) 2006-01-16 20:58:43 UTC
Vincent, yeah, it just says "patches", but you already figured that out :-)