New Lucid Lynx theme (and why it sucks)
WOW!!!!
After years of promises there finally has been a mayor overhaul of the Ubuntu theme after the “Brown Human Theme” that we have been accustomed to for so long, I know the usual complaints about the old Faeces Theme but i actually kind of liked it, or at least its what I’m used too and thought that Karmic was almost pretty damn chocolate perfect.
So, before continuing my tasteless rant here i would like to thank the people who worked on this new theme because its not something i can do or even can do better, so please understand where this is coming from before taking it personal and i’m glad the theming of the metacity theme, desktop background, GDM and splash are finally heading consistency.
Also that i have remarks does not mean its all bad, its just easier to be negative so take it as positive criticism ;)
The timing
My first head-shacking experience is about the timing of the introduction of the theme itself, actually I had this about various new introductions in LTS releases.
I understand that a new release, and especially a LTS, has to be pushed with as much media attention as possible and a new exciting shiny new theme is definitely something to advertise on the billboards, but this sounds like a commercial decision to me and not something I’m happy with as a user in the long term.
Software gets better with age and so do themes, why would you want to put a new untested theme in something that you are going to be stuck with a long time, especially with the “only bugfixes” approach.
If you start a new theme with the LTS then the next LTS -1 will have the perfect matured version of that theme, that does not make sense to me.
The colour
OK, this is as subjective as its going to get but I actually liked the brown, as did many others. At least it was distinctive to Ubuntu. But yes, any colour will have its fair share of lovers and haters, but purple?
A choice is a choice and it has to be made, fair enough, but it took me some time to find out that this theme was described as “purple” since my first google after seeing the new colour was “lucid new pink theme” Am I the only one who’s first idea was that it was pink?
Apparently plenty of people seemed to like purple because it was the same purple as MacOSX. WTH??? Ubuntu should not to try to mimic the branding of Mac or MS but should stand out as being Ubuntu, did Linspire become a success because it looked just like windows?
But there are so many people coming from windows so you should try to make them feel at home is the usual response. Yeah Right, I did not move to Linux 6 years ago because I was so incredibly happy with windows and I can hardly imagine a happy Mac user to switch to Ubuntu because it looks so much like what he is used too, a cheap rip off it looks like.
The window buttons
Another much heard of complaint is the placement of the window buttons to the left. (Again, just like MacOSX)
Why? well.. its different, Yes….its how some other software company (That I will not mention again) does it, Yes….is it a useful change, No…is it confusing, Yes….does it look misplaced, Yes.
Every blog stopped complaining about it and started bugfixing, so I will repeat the steps here to be complete.
window buttons to the right
press — Alt F2 — type “gconf-editor” —- go to “apps” — go to “metacity” — go to “general” — right click “button_layout” — edit key — and change the value to “:minimize,maximize,close”
nuff said!
window title in the centre
This still leaves the window title on the far left instead of centred and it still looks ridiculous.
Open a terminal and issue the following command
sudo gedit /usr/share/themes/Ambiance/metacity-1/metacity-theme-1.xml
and find that part that looks like this
<!-- Window Title -->
<draw_ops name="draw_title_text_normal">
<title color="#333"
x="10"
y="(((height - title_height) / 2) `max` 0)+1"/>
<title color="#333"
x="10"
y="(((height - title_height) / 2) `max` 0)-1"/>
<title color="#333"
x="9"
y="(((height - title_height) / 2) `max` 0)"/>
<title color="#333"
x="11"
y="(((height - title_height) / 2) `max` 0)"/>
<title color="#dfd8c8"
x="10"
y="(((height - title_height) / 2) `max` 0)"/>
</draw_ops>
<draw_ops name="draw_title_text_inactive">
<title color="#333333"
x="10"
y="(((height - title_height) / 2) `max` 0)+1"/>
<title color="#333333"
x="10"
y="(((height - title_height) / 2) `max` 0)-1"/>
<title color="#333333"
x="9"
y="(((height - title_height) / 2) `max` 0)"/>
<title color="#333333"
x="11"
y="(((height - title_height) / 2) `max` 0)"/>
<title color="#99958b"
x="10"
y="(((height - title_height) / 2) `max` 0)"/>
</draw_ops>
and change it to look like this.
<!-- Window Title -->
<draw_ops name="draw_title_text_normal">
<title color="#333"
x="((3 `max` (width-title_width)) / 2)"
y="(((height - title_height) / 2) `max` 0)+1"/>
<title color="#333"
x="((3 `max` (width-title_width)) / 2)"
y="(((height - title_height) / 2) `max` 0)-1"/>
<title color="#333"
x="((3 `max` (width-title_width)) / 2)"
y="(((height - title_height) / 2) `max` 0)"/>
<title color="#333"
x="((3 `max` (width-title_width)) / 2)"
y="(((height - title_height) / 2) `max` 0)"/>
<title color="#dfd8c8"
x="((3 `max` (width-title_width)) / 2)"
y="(((height - title_height) / 2) `max` 0)"/>
</draw_ops>
<draw_ops name="draw_title_text_inactive">
<title color="#333333"
x="((3 `max` (width-title_width)) / 2)"
y="(((height - title_height) / 2) `max` 0)+1"/>
<title color="#333333"
x="((3 `max` (width-title_width)) / 2)"
y="(((height - title_height) / 2) `max` 0)-1"/>
<title color="#333333"
x="((3 `max` (width-title_width)) / 2)"
y="(((height - title_height) / 2) `max` 0)"/>
<title color="#333333"
x="((3 `max` (width-title_width)) / 2)"
y="(((height - title_height) / 2) `max` 0)"/>
<title color="#99958b"
x="((3 `max` (width-title_width)) / 2)"
y="(((height - title_height) / 2) `max` 0)"/>
</draw_ops>
It doesn’t work with every application
Its kind of hard to make a theme that will shine and gives the best result for every application thinkable, this again has something to do something with maturity and how fast and if the designers can fix this for the new release.
Firefox for example gives a very unreadable result when the history results come up when typing in the address bar.
Skype gives an unreadable result when right clicking on a contact to see the available options.
I’m sure there will be other non-gnome programs…can the devs fix this before the release or will we be stuck with an unlucky theming choice for many otherwise useful programs the next 3 years?
Size matters
The last part of my rant is that the window buttons are really tiny, don’t get me wrong I’m not blind and they don’t have to be huge, but they are half the size of any other button available. Besides being a visual distortion it also leaves room for error since you do have to aim pretty actually to hit the option you want, this is doable during most circumstances but I noticed when wanting to close some windows when coming /home late at night after a few beers that it was damn right impossible to hit the right one.
Good Post…. I for one hated the Brown/Orange, But I also agree that the new Purple Look looks like Poor Man’s Mac! a Cheap RipOff!
They need to find another Colour that Makes Ubuntu stand on their own 2 feet… in my opinion, a Dark Transparent Theme would be nice, but thats my tastes…
As for the New default Themes in Lucid… They Suck Just as bad as every Other theme that has come with Ubuntu, The Ayanta Team should be damn well Fired! and it sure as hell doesn’t go together with Purple!
I can See the final release of Lucid to be another half assed improvement visually after 2 years of hype that Ubuntu was going to be made to look beautiful… Atleast Kde have the right idea, and it doesn’t look like Gnome3 is going to compare to it in terms of modern looks/artwork…. I can see myself switching to KDE.. Im pissed off at Gnome’s crappy visual tastes and im pissed off with Canonical/Ayanata’s Half ass work too
I don’t like the new theme either.
It’s not even original…they just took some stuff from Dust, added a crap wallapaper and that’s it. Icons are them same. Looks like it took 10 minutes to do.
Lots of power user/geeks seem to have an obsession with dark themes but they should know better than to put that as the default.
The people in Canonical’s design team should seriously find some other line of work… =(
so do themes…So you’re still running a windows 3.0 theme, I take it?
[...] New Lucid Lynx theme (and why it sucks) | songshu.org [...]
yea this new theme is weak, i always like programming in ubuntu due to it’s happy looks. This default theme is such a downer IMO
The button placement sucks; glad there’s a fix for that. I’m waiting to find out:
…that where I used to click to check e-mail now reformats the hard drive. With no further ado. And where I used to click to reformat the hard drive, I can now check e-mail. Except it will ask, “do you want to check e-mail?” YES “do you really want to check e-mail?” YES “are you sure you really want to check e-mail?” YES “are you really sure you really want to check e-mail?” YES “assuming you don’t really want to check e-mail, but would rather reformat hard drive. reformating. all data is lost. have a nice day.”
Well, I agree for a large part and I like to add something:
- Just try to change the height of the panel and you will see the background image is repeating itself. Ugly!
- Making it solid color also won’t work, because e.g. the systray and taskbar will still have this non scalable (SVG anyone?) background.
The left button thing is as easy fix for me. I just switch to “Dust Sand” theme and use the “Ambiance” window border and it all looks fine. “Something is coming to that area” is a not very well thought out approach and if you’re going to change up on something, it should be the new thing not the thing people have grown accustomed to.
Art direction is not, and never has been the Ubuntu team’s strong suit. They should consult an artist or better yet, a top web site designer for some modern color coordination options.
Well, I agree for a large part and I like to add something:
- Just try to change the height of the panel and you will see the background image is repeating itself. Ugly!
- Making it solid color also won’t work, because e.g. the systray and taskbar will still have this non scalable (SVG anyone?) background.
Well, I agree for a large part and I like to add something:
- Just try to change the height of the panel and you will see the background image is repeating itself. Ugly!
- Making it solid color also won’t work, because e.g. the systray and taskbar will still have this non scalable (SVG anyone?) background.
I hate the theme it totally sucks !!! Way to dark it does not match with any program.( Webbrowser..everything white etc.. )