Bug 67858
| Summary: | nautilus desktop icons' text partly off screen | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux Beta | Reporter: | Jens Petersen <petersen> |
| Component: | nautilus | Assignee: | Havoc Pennington <hp> |
| Status: | CLOSED RAWHIDE | QA Contact: | Aaron Brown <abrown> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | beta3 | CC: | eng-asia-list, otaylor |
| 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: | 2002-08-23 19:44: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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 67217 | ||
|
Description
Jens Petersen
2002-07-03 08:44:08 UTC
Not specific to Japanese, and happens in nautilus 2.0.3 still. Nautilus source code looks like it should handle this. May be related to "nautilus icons come up in a big pile" bug. Should check whether it happens with a nautilus using core X fonts. Startup screen in ja_JP locale also has the message text positioned below the half-way line. Splash screen problem is also not CJK-specific, happens in all locales. It looks like nautilus just looks at max-width when considering icon text width. I think this is due to the change in wrapping. Nautilus used to wordwrap, but if that wasn't possible, use character wrapping to never extend past min_width. I'm not sure how to get this behaviour back with pango. As a hack maybe we could just crank up the max width for now? See http://bugzilla.gnome.org/show_bug.cgi?id=81906 for a request for the relevant Pango enhancement (definitely not going to happen for Milan or pango-1.2 though.) In nautilus 2.0.5-2 I'm putting in a lame hack to just pad the left margin and make this happen less often. We can increase the margin a bit if desired. Upstream as http://bugzilla.gnome.org/show_bug.cgi?id=91547 Looks much better now, thanks. (The end of "home" in Japanese is getting split across a line now, so if the default wide could be increased a bit more it would be even nicer, though not such a big deal.) |