Bug 52376
| Summary: | Bad font for desktop icons in russian kde | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Leonid Kanter <leon> | ||||||
| Component: | kdebase | Assignee: | Bernhard Rosenkraenzer <bero> | ||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Ben Levenson <benl> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 7.3 | ||||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | i386 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2001-08-24 17:48:29 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: | |||||||||
| Attachments: |
|
||||||||
|
Description
Leonid Kanter
2001-08-23 10:38:47 UTC
Created attachment 29174 [details]
screenshot
I found that problem is in /usr/share/kdesktoprc. If I remove following line from there: StandardFont=helvetica,10,0,50,0 and perform all above listed steps, everything is ok with desktop font. The problem is that latin1 encoding is hardcoded in that line. With current build of kdebase, the only thing user can do with desktop fonts is to edit this line manually in his ~/.kde/share/config/kdesktoprc and insert his encoding name or number in third position, because there are no tool that can do it! For koi8-r, it must be: StandardFont=helvetica,10,16,50,0 Or: StandardFont=helvetica,10,koi8-r,50,0 Desktop settings dialog (third button mouse menu on desktop) do not change font encoding in this line according to current kde charset, it change only font name and size. It also do not offer to select encoding from list. So, as a quick workaround, this line may be removed from /usr/share/config/kdesktoprc. In this case during first start charset of this font will be initialised according to settings made by kpersonalizer. This defect is considered SHOULD-FIX for Fairfax. Created attachment 29394 [details]
how it looks if kde was started for the first time with StandardFont line removed from /usr/share/config/kdesktoprc
Fixed in 2.2-8 |