<div dir="ltr"><br><br><div class="gmail_quote">On Sun, Aug 3, 2008 at 3:36 PM, jmak <span dir="ltr"><<a href="mailto:jozmak@gmail.com">jozmak@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">On Sun, Aug 3, 2008 at 10:47 AM, Vincent <<a href="mailto:mailinglists@vinnl.nl">mailinglists@vinnl.nl</a>> wrote:<br>
><br>
><br>
> On Sun, Aug 3, 2008 at 2:35 PM, jmak <<a href="mailto:jozmak@gmail.com">jozmak@gmail.com</a>> wrote:<br>
>><br>
>> Here the point is: everything has a certain logic, regardless of the<br>
>> circumstances. If you build a house, you cannot start with the roof,<br>
>> but with the foundations, walls and so forth. If someone insists of<br>
>> building the roof first, you know that this person has never built a<br>
>> house before. But this can be rectified by explaining to him that the<br>
>> right way building the house is by starting with the foundation. If<br>
>> insists, you wont waiste your time on the project. This is the case<br>
>> with graphic artists, they come, look around, register what's going on<br>
>> make a few sensible recommendations and when see that nothing happens<br>
>> they leave. I think many would stay if they could meaningfully<br>
>> contribute to the project.<br>
><br>
> OK, in general, I think we agree with you. However, what is your proposed<br>
> solution? Who should do what? Who is currently doing what wrong? We don't<br>
> just need a description of the problem, but also a proposed solution to make<br>
> progress. I can't think of any.<br>
><br>
<br>
</div></div>Ok, here is the plan.<br>
<br>
The most important thing would be to fix the usplash; if nobody on<br>
this list can help with this, I will write to the maintainer, maybe he<br>
can give me some clues about the solution.<br>
<br>
Next decide on the icon theme. This we can do it right now. </blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
The next thing would be deciding on the gtk theme. I recommend using a<br>
flat design. To make things as smooth as possible, I recommend Unity.<br>
This is a good compromise. It is already packaged and is in the Ubuntu<br>
repository. Cimi is also working on brand new murrina engine and<br>
themes, but it is not sure that will be ready for October. He said<br>
that he will release them in September, but this is just a tentative<br>
schedule. If the new murrina will come out we will replace unity with<br>
murrina because they look topnotch. If not we are going to stick with<br>
unity.  Jim is also working on something. Lets see what he will come<br>
up with.<br>
</blockquote><div><br>I'd say use Unity, even if the new Murrine arrives before October, then perhaps ship it for 9.04 when it's well-tested.<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
We can theme the panel only after deciding on the gtk theme because it<br>
should reflect its color scheme. But we  can fine-tune the icon theme<br>
by improving the icons appearance on the panel and removing label<br>
backgrounds right away.<br>
<br>
I've already published a version of the gdm but that is not the final<br>
version. I've already created an improved version with text color<br>
fixes of the login box; I also modified a bit the logo and the<br>
background that will be the same as the wallpaper. Because nobody<br>
reported any bugs (other than the text color) I assume that it works<br>
ok.<br>
<br>
And lastly, the wallpaper, which can wait until the more important<br>
fixes will be implemented.<br>
<br>
This is the code used to fix the icon appearance on the panel and<br>
clean up the labels. We can fine-tune the text color later. And we can<br>
add color to the panel when the gtk theme will be decided upon.<br>
<br>
#label transparency<br>
<br>
style "xfdesktop-icon-view" {<br>
XfdesktopIconView::label-alpha = 0<br>
<br>
base[NORMAL] = "#00ff00"<br>
base[SELECTED] = "#5050ff"<br>
base[ACTIVE] = "#0000ff"<br>
<br>
fg[NORMAL] = "#ffffff"<br>
fg[SELECTED] = "#ff0000"<br>
fg[ACTIVE] = "#ff0000"<br>
}<br>
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"<br>
<br>
#panel icon improvement<br>
<br>
style "panel"<br>
{<br>
xthickness = 0<br>
ythickness = 0<br>
}<br>
<br>
widget_class "*Panel*"      style "panel"<br>
widget "*Panel*"            style "panel"<br>
class "*Panel*"             style "panel"<br>
</blockquote></div><br>OK, so how about this: one person picks a GTK theme, an icon theme and whatnot. Once those are selected (such as Unity as the GTK theme), report a bug on xubuntu-default-settings requesting it to be set. That way, it ends up on the todo-list instead of being lost in the mailinglist archives. Anything else you need done but can't do yourself: also report them. I'd say Launchpad is the best place for this. What do you think?<br clear="all">
<br>-- <br>Vincent<br>
</div>