<div dir="ltr"><br><br><div class="gmail_quote">On Sun, Aug 3, 2008 at 3:36 PM, jmak <span dir="ltr">&lt;<a href="mailto:jozmak@gmail.com">jozmak@gmail.com</a>&gt;</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 &lt;<a href="mailto:mailinglists@vinnl.nl">mailinglists@vinnl.nl</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt; On Sun, Aug 3, 2008 at 2:35 PM, jmak &lt;<a href="mailto:jozmak@gmail.com">jozmak@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Here the point is: everything has a certain logic, regardless of the<br>
&gt;&gt; circumstances. If you build a house, you cannot start with the roof,<br>
&gt;&gt; but with the foundations, walls and so forth. If someone insists of<br>
&gt;&gt; building the roof first, you know that this person has never built a<br>
&gt;&gt; house before. But this can be rectified by explaining to him that the<br>
&gt;&gt; right way building the house is by starting with the foundation. If<br>
&gt;&gt; insists, you wont waiste your time on the project. This is the case<br>
&gt;&gt; with graphic artists, they come, look around, register what&#39;s going on<br>
&gt;&gt; make a few sensible recommendations and when see that nothing happens<br>
&gt;&gt; they leave. I think many would stay if they could meaningfully<br>
&gt;&gt; contribute to the project.<br>
&gt;<br>
&gt; OK, in general, I think we agree with you. However, what is your proposed<br>
&gt; solution? Who should do what? Who is currently doing what wrong? We don&#39;t<br>
&gt; just need a description of the problem, but also a proposed solution to make<br>
&gt; progress. I can&#39;t think of any.<br>
&gt;<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.&nbsp;</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. &nbsp;Jim is also working on something. Lets see what he will come<br>
up with.<br>
</blockquote><div><br>I&#39;d say use Unity, even if the new Murrine arrives before October, then perhaps ship it for 9.04 when it&#39;s well-tested.<br>&nbsp;</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 &nbsp;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&#39;ve already published a version of the gdm but that is not the final<br>
version. I&#39;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 &quot;xfdesktop-icon-view&quot; {<br>
XfdesktopIconView::label-alpha = 0<br>
<br>
base[NORMAL] = &quot;#00ff00&quot;<br>
base[SELECTED] = &quot;#5050ff&quot;<br>
base[ACTIVE] = &quot;#0000ff&quot;<br>
<br>
fg[NORMAL] = &quot;#ffffff&quot;<br>
fg[SELECTED] = &quot;#ff0000&quot;<br>
fg[ACTIVE] = &quot;#ff0000&quot;<br>
}<br>
widget_class &quot;*XfdesktopIconView*&quot; style &quot;xfdesktop-icon-view&quot;<br>
<br>
#panel icon improvement<br>
<br>
style &quot;panel&quot;<br>
{<br>
xthickness = 0<br>
ythickness = 0<br>
}<br>
<br>
widget_class &quot;*Panel*&quot; &nbsp; &nbsp; &nbsp;style &quot;panel&quot;<br>
widget &quot;*Panel*&quot; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;style &quot;panel&quot;<br>
class &quot;*Panel*&quot; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; style &quot;panel&quot;<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&#39;t do yourself: also report them. I&#39;d say Launchpad is the best place for this. What do you think?<br clear="all">
<br>-- <br>Vincent<br>
</div>