Bug 104390

Summary: gdm has an absolute symlink that should be relative
Product: [Retired] Red Hat Raw Hide Reporter: Nathan G. Grennan <redhat-bugzilla>
Component: gdmAssignee: Ray Strode [halfline] <rstrode>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0Keywords: Triaged
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-11-11 04:16:15 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:
Bug Depends On:    
Bug Blocks: 100644    

Description Nathan G. Grennan 2003-09-14 18:48:28 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5b) Gecko/20030911
Galeon/1.3.8

Description of problem:
This symlink needs to be relative instead of absolute.

/usr/share/applications/gnome-gdmsetup.desktop

Version-Release number of selected component (if applicable):
gdm-2.4.4.0-2

How reproducible:
Always

Steps to Reproduce:
1. cd /usr/share/applications
2. ls -al gnome-gdmsetup.desktop

    

Actual Results:  Absolute symlink

Expected Results:  Relative symlink

Additional info:

Comment 1 Ray Strode [halfline] 2004-11-10 22:59:20 UTC
Hi Nathan,

Why do you want the symlink to be relative instead of absolute?  Are you running
chroots or something?

Comment 2 Nathan G. Grennan 2004-11-11 01:44:49 UTC
The original goal was menu editing. The code would copy the symlinks
and would need to use a modified desktop file with the same name in
the user's home directory. So with absolute symlinks it would still
point to the original and break things. Plus the majority of links are
relative.
Chroots are also a good point.

Comment 3 Ray Strode [halfline] 2004-11-11 04:16:15 UTC
should be changed in rawhide soon.