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 988

Summary: kxdglauncher locale access broken for variable DOCUMENTS
Product: TDE Reporter: Roman Savochenko <rom_as>
Component: tdebaseAssignee: Timothy Pearson <kb9vqf>
Status: RESOLVED FIXED    
Severity: normal CC: bugwatch, darrella
Priority: P5    
Version: 3.5.13 [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:
Attachments: kxdglauncher locale access patch

Description Roman Savochenko 2012-05-04 04:27:02 CDT
Created attachment 598 [details]
kxdglauncher locale access patch

I use locale ru_RU.UTF-8 and has problem on access to documents directory from some places, at first from "System" tab.

Problem represented by command:
$ kxdglauncher --getpath --xdgname DOCUMENTS
/home/roman/???????/

My patch for fix the problem is applied, and that result:
$ kxdglauncher --getpath --xdgname DOCUMENTS
/home/roman/Документи/
Comment 1 Timothy Pearson 2012-06-10 01:51:59 CDT
Patch committed to GIT in hash e12ae2b.

Thanks for reporting, and for the patch!