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 171309 - selecting 'reveal in file manager' from best causes nautilus to draw the desktop
selecting 'reveal in file manager' from best causes nautilus to draw the desktop
Status: RESOLVED FIXED
Product: beagle
Classification: Other
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Beagle Bugs
Beagle Bugs
Depends on:
Blocks:
 
 
Reported: 2005-03-23 03:54 UTC by Joshua Nichols
Modified: 2005-04-01 23:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to add --nodesktop to nautilus in Beagle.Tile.OpenFolder function (662 bytes, patch)
2005-03-23 04:44 UTC, Joshua Nichols
none Details | Review

Description Joshua Nichols 2005-03-23 03:54:18 UTC
If I choose 'Reveal in file manager', Nautilus opens with the file that it was
supposed to, but it also draws the desktop. Under gnome, this wouldn't be a
problem, but I am using xfce, so this basically replaces my wallpaper, and no
longer allows me to use the xfce context menus accessed through middle and right
clicks. I can also imagine this affecting other window/desktop managers that
don't use nautilus for desktop management.

I would imagine this to be fairly simple to solve. Nautilus would just need to
be called with --no-desktop.
Comment 1 Joshua Nichols 2005-03-23 04:44:13 UTC
Created attachment 39111 [details] [review]
patch to add --nodesktop to nautilus in Beagle.Tile.OpenFolder function

This seems to fix the bug for me.

There are other references to nautilus that should probably have --no-desktop,
but I'm not sure what they do.
Comment 2 Joe Shaw 2005-04-01 23:24:31 UTC
I've committed your patch and also fixed up the other nautilus reference. 
Thanks for the contribution!