|
Bugzilla – Full Text Bug Listing |
| Summary: | create KDM theme for 11.0 | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | Jakub Steiner <jimmac> |
| Component: | KDE4 Workspace | Assignee: | Dirk Mueller <dmueller> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | cddesjardins |
| Version: | Alpha 2plus | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 369270, 381193 | ||
| Attachments: | screenshot | ||
|
Description
Jakub Steiner
2008-03-11 17:24:16 UTC
https://forgesvn1.novell.com/svn/opensuse-art/trunk/login/kdm-SUSE/ Please integrate and test if this works :-)... is there a way to get access to the svn to be able to fix the theme? its nowhere near working Created attachment 210556 [details]
screenshot
after a bit of fixing, this is how it looks. not exactly pretty, but probably good enough for beta2.
submitted I don't like the streaks on the black section, That should be smooth. And can you make the green background softer? Looks like KDM isn't doing any dithering itself, will try to work around it. I've run this in 16bit framebuffer, it might look different on a real 24bit display Jakub, can you please commit home/jimmac/gfx/novell/pdes/branches/experiments/suse-1/timer.png to svn? it is referenced from stripe.svg is it possible to combine background.svg and stripe.svg into one jpeg? the blending is fast with kde4's kdm, but it is really slow with kde3's kdm (4-5 seconds) Could the userlist icon be changed? The default one looks a tad bit ugly. I vote for either the tangoified userlist icon that was used in 10.3 or something more consistent with the oxygen icon theme. For the tangofied user icon -> http://files.opensuse.org/opensuse/en/2/25/Os103-kdm.png The user named 'Aphex Twin' had the default icon for 10.3 and it was nice. But the blue head makes me think the user needs oxygen (couldn't resist the pun). comment #12> I've removed the obsolete reference to the bitmap, sorry. As for the background change, sure it would be possible, but note that the stripe will grow vertically with increased resolution. The reason why it's composited it to keep the height constant. Some speedup may be also gained by using a bitmap instead of the SVGs. Should I go ahead with the changes? the stripe is supposed to be fixed height?!
<!-- dark stripe -->
<item type="svg">
<normal file="stripe.svg" />
<pos anchor="c" x="50%" y="50%" width="100%" height="50%" />
</item>
it says 50% here. which height is it supposed to have? how is it supposed to adjust to bigger font sizes due to high-resolution displays?
also, the suse logo, is it supposed to be only shown during user list off or all the time. the preview doesn't make that clear.
Committed the flattened background variant you suggested. I don't think there is room for both the logo and the face browser. Feel free to replace the thumbnail with the facebrowser variant. Info provided okay, I think its all done now |