Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 104385

Summary: redhat-menus contains absolute symlinks that need to be relative
Product: [Retired] Red Hat Raw Hide Reporter: Nathan G. Grennan <redhat-bugzilla>
Component: redhat-menusAssignee: Havoc Pennington <hp>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
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: 2003-09-14 18:34:14 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 Nathan G. Grennan 2003-09-14 18:24:02 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:
The first set of symlinks need to become the second set.

/usr/share/applications/gnome-accessibility.desktop ->
/usr/share/desktop-menu-patches/gnome-accessibility.desktop
/usr/share/applications/gnome-control-center.desktop ->
/usr/share/desktop-menu-patches/gnome-control-center.desktop
/usr/share/applications/gnome-gdmsetup.desktop ->
/usr/share/desktop-menu-patches/gnome-gdmsetup.desktop
/usr/share/applications/openoffice-printeradmin.desktop ->
/usr/share/desktop-menu-patches/openoffice-printeradmin.desktop
/usr/share/applications/openoffice-setup.desktop ->
/usr/share/desktop-menu-patches/openoffice-setup.desktop
/usr/share/applications/redhat-drawing.desktop ->
/usr/share/desktop-menu-patches/redhat-drawing.desktop
/usr/share/applications/redhat-email.desktop ->
/usr/share/desktop-menu-patches/redhat-email.desktop
/usr/share/applications/redhat-math.desktop ->
/usr/share/desktop-menu-patches/redhat-math.desktop
/usr/share/applications/redhat-presentations.desktop ->
/usr/share/desktop-menu-patches/redhat-presentations.desktop
/usr/share/applications/redhat-print.desktop ->
/usr/share/desktop-menu-patches/redhat-print.desktop
/usr/share/applications/redhat-spreadsheet.desktop ->
/usr/share/desktop-menu-patches/redhat-spreadsheet.desktop
/usr/share/applications/redhat-word-processor.desktop ->
/usr/share/desktop-menu-patches/redhat-word-processor.desktop


/usr/share/applications/gnome-accessibility.desktop ->
../desktop-menu-patches/gnome-accessibility.desktop
/usr/share/applications/gnome-control-center.desktop ->
../desktop-menu-patches/gnome-control-center.desktop
/usr/share/applications/gnome-gdmsetup.desktop ->
../desktop-menu-patches/gnome-gdmsetup.desktop
/usr/share/applications/openoffice-printeradmin.desktop ->
../desktop-menu-patches/openoffice-printeradmin.desktop
/usr/share/applications/openoffice-setup.desktop ->
../desktop-menu-patches/openoffice-setup.desktop
/usr/share/applications/redhat-drawing.desktop ->
../desktop-menu-patches/redhat-drawing.desktop
/usr/share/applications/redhat-email.desktop ->
../desktop-menu-patches/redhat-email.desktop
/usr/share/applications/redhat-math.desktop ->
../desktop-menu-patches/redhat-math.desktop
/usr/share/applications/redhat-presentations.desktop ->
../desktop-menu-patches/redhat-presentations.desktop
/usr/share/applications/redhat-print.desktop ->
../desktop-menu-patches/redhat-print.desktop
/usr/share/applications/redhat-spreadsheet.desktop ->
../desktop-menu-patches/redhat-spreadsheet.desktop
/usr/share/applications/redhat-word-processor.desktop ->
../desktop-menu-patches/redhat-word-processor.desktop

Version-Release number of selected component (if applicable):
redhat-menus-0.39-2

How reproducible:
Always

Steps to Reproduce:
1. cd /usr/share/applications
2. ls -al | grep ^l | grep usr 

    

Actual Results:  List of absolute symlinks in /usr/share/applications

Expected Results:  Empty list

Additional info:

Comment 1 Nathan G. Grennan 2003-09-14 18:34:14 UTC
Wrong package, I got /usr/share/applications and /usr/share/desktop-menu-patches
mixed up.