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 - kxdglauncher locale access broken for variable DOCUMENTS
Summary: kxdglauncher locale access broken for variable DOCUMENTS
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdebase (show other bugs)
Version: 3.5.13 [Trinity]
Hardware: Other Linux
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2012-05-04 04:27 CDT by Roman Savochenko
Modified: 2012-10-19 15:56 CDT (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments
kxdglauncher locale access patch (800 bytes, patch)
2012-05-04 04:27 CDT, Roman Savochenko
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!