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 989

Summary: Documents directory expand into System menu broken.
Product: TDE Reporter: Roman Savochenko <rom_as>
Component: tdelibsAssignee: Timothy Pearson <kb9vqf>
Status: RESOLVED FIXED    
Severity: normal CC: bugwatch, darrella, shigorin
Priority: P5    
Version: 3.5.13 [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:
Bug Depends on: 975, 976    
Bug Blocks:    

Description Roman Savochenko 2012-05-04 04:42:56 CDT
For "My documents" directory purchase (documents.desktop) used shell call link: "$( kxdglauncher --getpath --xdgname DOCUMENTS )" which wrong processing into "System menu" for expand "My documents" item (into Konqueror), getting error: "Wrong link $( kxdglauncher --getpath --xdgname DOCUMENTS )".

I has try to fix the problem by copy shell links processing code from KonqMainWindow::openURL() to KDirLister::openURL() but get some deeper problems.
Comment 1 Roman Savochenko 2012-05-04 04:44:53 CDT
Some like problems set into bugs: 975, 976
Comment 2 Michael Shigorin 2012-06-03 05:19:46 CDT
directory what? :)
Comment 3 Roman Savochenko 2012-06-03 11:11:03 CDT
(In reply to comment #2)
> directory what? :)
The directory "My documents" obtaining link.
Comment 4 Roman Savochenko 2012-10-14 15:19:57 CDT
I see the already fixed by replace
Path=$( kxdglauncher --getpath --xdgname DOCUMENTS )
to
URL=$( kxdglauncher --getpath --xdgname DOCUMENTS )
into kde-3.5.13.1