Bug 124894

Summary: Gedit's file open dialog box gets corrupted
Product: [Fedora] Fedora Reporter: Ian Laurie <nixuser>
Component: geditAssignee: Dan Williams <dcbw>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 2   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-09-02 17:24:45 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ian Laurie 2004-06-01 07:55:29 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040510

Description of problem:
The file open dialog left hand box gets corrupted.  It should list:

Home
Desktop
Filesystem
Floppy
CD-ROM

but instead it lists:

Home
Desktop
doc
Floppy
CD-ROM

The "doc" has replaced "Filesystem".


Version-Release number of selected component (if applicable):
gedit-2.6.0-4

How reproducible:
Always

Steps to Reproduce:
1. Launch gedit with modified rc.local (see below)
2. Hit the "open" button.
3. Observe the dialog box.
    

Actual Results:  The left part says "doc" in place of "Filesystem".

Expected Results:  It should list "Filesystem", and should not list
"doc" at all.

Additional info:

I have the following lines in my /etc/rc.d/rc.local file:

mount --bind /usr/share/doc /var/ftp/doc
mount --bind /mnt/caddy/public /var/ftp/pub

If I run gedit, observe the problem, then "umount /var/ftp/doc" and
launch the file open dialog again (without even restarting gedit) the
problem goes away.  The problem always happens to "doc", regardless of
the ordering of the mounts in the rc.local file.

BTW this ftp site is available to a local LAN only.

Comment 1 Ian Laurie 2004-06-08 02:13:51 UTC
This bug only seems to appear when running getit under GNOME.  Under
KDE the "file dialog" works OK.

The bug may be in GNOME rather than gedit, in which case other "file
open" dialogs may be impacted as well.


Comment 2 Ian Laurie 2004-08-07 23:55:05 UTC
This bug was actually in gnome-vfs, and it has been fixed:

http://bugzilla.gnome.org/show_bug.cgi?id=139854

Any chance of getting the fix via an FC2 update ?  This one is causing
me much grief.


Comment 3 Jonathan Blandford 2004-09-02 17:24:45 UTC
We're not likely to do an update for this.  You can try gnome-vfs2
from rawhide.  It seems fixed there.