By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 58

Summary: /opt/kde3/ broken links
Product: TDE Reporter: James <james>
Component: tdeadminAssignee: Timothy Pearson <kb9vqf>
Status: RESOLVED FIXED    
Severity: minor CC: bugwatch, darrella, james
Priority: P5    
Version: 3.5.10   
Hardware: i386   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:

Description James 2009-03-18 19:54:54 CDT
I don't know which of these may or may not matter, but here is a - hopefully helpful - list:

/opt/kde3/lib/kde3/libkaddrbk_distributionlist.so -> libkaddrbk_distributionlist.so.0.0.0

/opt/kde3/bin/displayconfig -> ../share/python-support/kde-guidance/displayconfig.py
/opt/kde3/bin/userconfig -> ../share/python-support/kde-guidance/userconfig.py
/opt/kde3/bin/mountconfig -> ../share/python-support/kde-guidance/mountconfig.py
/opt/kde3/bin/wineconfig -> ../share/python-support/kde-guidance/wineconfig.py
/opt/kde3/bin/displayconfig-restore -> ../share/python-support/guidance-backends/displayconfig-restore.py
/opt/kde3/bin/serviceconfig -> ../share/python-support/kde-guidance/serviceconfig.py

/opt/kde3/share/man/man1/rosegardensequencer.1.gz -> rosegarden.1.gz
/opt/kde3/share/apps/kiten/edict -> ../../edict/edict
/opt/kde3/share/apps/kiten/kanjidic -> ../../edict/kanjidic

/opt/kde3/share/doc/kde/HTML/de/amarok/common -> ../common
/opt/kde3/share/doc/kde/HTML/sv/amarok/common -> ../common
/opt/kde3/share/doc/kde/HTML/sv/konversation/common -> ../common
/opt/kde3/share/doc/kde/HTML/pt_BR/amarok/common -> ../common
/opt/kde3/share/doc/kde/HTML/ru/konversation/common -> ../common
/opt/kde3/share/doc/kde/HTML/da/amarok/common -> ../common
/opt/kde3/share/doc/kde/HTML/da/konversation/common -> ../common
/opt/kde3/share/doc/kde/HTML/pl/amarok/common -> ../common
/opt/kde3/share/doc/kde/HTML/nl/amarok/common -> ../common
/opt/kde3/share/doc/kde/HTML/et/amarok/common -> ../common
/opt/kde3/share/doc/kde/HTML/et/konversation/common -> ../common
/opt/kde3/share/doc/kde/HTML/es/amarok/common -> ../common
/opt/kde3/share/doc/kde/HTML/it/amarok/common -> ../common
/opt/kde3/share/doc/kde/HTML/it/konversation/common -> ../common
/opt/kde3/share/doc/kde/HTML/pt/amarok/common -> ../common
/opt/kde3/share/doc/kde/HTML/pt/konversation/common -> ../common
/opt/kde3/share/doc/kde/HTML/fr/amarok/common -> ../common

James
Comment 1 Timothy Pearson 2009-04-03 12:53:38 CDT
A fixed version of guidance-backends has been uploaded.

The remaining broken links will be fixed as I find time.
Comment 2 Darrell 2012-11-19 17:15:56 CST
The broken sym links are addressed in the following reports:

amarok: 347
konversation: 626

There are many such bug reports:

http://bugs.trinitydesktop.org/bugzilla/buglist.cgi?quicksearch=sym+link

Probably when one is fixed and a template patch then exists the remainder will resolved quickly thereafter.

Does that then allow closing this report as resolved?
Comment 3 Darrell 2013-05-22 19:37:24 CDT
Is this report still valid?
Comment 4 James 2013-06-03 16:38:57 CDT
I have Arch Linux trinity from http://archlinux.us.to/3.5.13/, from about 2012 August, and there are still broken links.  You might try something like

 find /opt/trinity/ -type l -exec ls -l --color {} \;
 find /opt/trinity/ -type l -exec file {} \; |grep broken

or simply

 find /opt/trinity -xtype l
 

James
Comment 5 Darrell 2013-11-12 17:33:26 CST
Based upon comment 2 and that I don't find any broken sym links on my system other than those reported in the search link in comment 2, I am closing this report as resolved.