Cimi’s Official Blog

Italians do it Better…

Just a Blog on Gtk+ Theming, Bleeding-Edge, Good Software...

Ending Date for the Wallpaper Contest 27 April, 2008

I’ve added, as you can see in the homepage of the GNOME 2.24 Wallpaper Contest, a countdown which specify the last day you can submit your wallpapers :) (it will end the 23 of May)

We got a bunch of good nature pictures (though only a few can be accepted because of the guidelines in terms of usability), and only a few (but good) abstract ones… so if you are great with inkscape, patterns etc etc please submit! :)

contest.png


Posted in English, GNOME | 1 Comment »

Some suggestions for the Wallpaper Contest 19 April, 2008

Yeah we got some good abstract wallpapers, but sadly we can’t say the same for the nature ones (except for one or two…) :(

Not because the pictures were not good, but because a nice photo is generally not suitable as a wallpaper!

As said: please follow the quality guidelines. Expecially “Soft focus” and “No strong focal points”.

Also, we are thinking about the ending date, maybe in May or the first days of June, since Thomas (thos) needs more time for the translations! (so go and submit your walls!)


Posted in English, GNOME | 17 Comments »

GNOME 2.24 Wallpaper Contest 2 April, 2008

Hi Artists/Designers!!!

Today starts the Wallpaper Contest for GNOME 2.24, which should give a fresh breath of new wallpapers.

contest.png

Our idea is to find out good wallpapers to match current GNOME style (Clearlooks and Tangoish style), and with them find out talented artists that may join (if they likes) our artwork team.

There’s not yet an ending date, maybe it will be around the GUADEC, so there can be a discussion in the Meeting.

Please follow the submission guidelines, in both general and quality sections. They summarize the aspects we will take in mind when choosing the winners.

Thanks to KDE people for the permission to take some guidelines from their 4.0 contest :)


Posted in English, GNOME, Themes | 7 Comments »

Gnome-themes-extras 2.22.0 released 2 April, 2008

I’ve just released the 2.22.0 version.

From the NEWS file:

2.22.0
Welcome 2.22.0 release!

New themes since 2.20:
* Unity Gtk Theme
* Unity Metacity Theme
* GNOME-Alternative Icon Theme

Themes updated since 2.20:
* Foxtrot Icon Theme

So Unity and GNOME-Alternative are in!


Posted in English, GNOME, GTK, Themes | 19 Comments »

Welcome Unity, new GNOME Theme :) 18 March, 2008

Unity and GNOME-Alternative hits GNOME’s trunk (gnome-themes-extras).

clearlooksflat.png

I will do the 2.22.0 release when andreasn will answer me if he needs some more days to complete Foxtrot Icon Theme :)

Anyway I will wait since Unity is in testing, so I can do some fixes if someone notices some bugs.

P.S.: We chose the name Unity over Suave since it follows the design and it means something more :) (Suave got problems with translations/meanings between languages)

P.P.S.: I’ve changed a little bit the text of the inactive titlebar so should be more usable. No screenshots for the moment


Posted in English, GNOME, GTK, Icons, Metacity, Themes | 30 Comments »

I need a name for a new GNOME Theme 6 March, 2008

Hi guys, I need a name for a new Gtk Theme + Metacity that I made one month ago and I’d like to publish asap in Gnome Themes Extras (I’m also the Maintainer of this module).

Please, if you have an Idea, add a comment here.

Description

Basically it is composed of a Clearlooks-based Gtk theme with a darker background (compared to the default Clearlooks), more roundess, brighter shadings on most widgets (toolbars included), a Metacity theme merged with the Menubar (I’m a fan of the default blue borders, but since FOSS is about choice this is for the guys who like it :) ), and the Gnome Folders by Ulisse Perusin.

Shot

clearlooksflat.png


Posted in English, GNOME, GTK, Themes | 77 Comments »

March’s Break :) 26 February, 2008

I must take a break in the next month, I coded too much since December and now it’s time for a breath ;)

This doesn’t mean I will be offline, but don’t expect commits for Clearlooks or Murrine :)

Anyway, if you’ve some questions about Murrine or you just want to take part ot the Community, simply come into the channel #murrine in Freenode and add it to your autojoin!
I’m sure that, if you will have patience, someone will help you.

Cheers,
Andrea Cimitan


Posted in English, GNOME, GTK, Murrine | 4 Comments »

RGBA Colormap by default in GTK+: Call for a Coder 17 February, 2008

Hi Gtk+ hackers ;)

I’m writing this post to see if someone is interested in writing a small patch to make all apps use the RGBA colormap, when available.

The Approach

I’ve discussed few days about *which could be the saner approach* in IRC with thos, ebassi, benzea etc etc.
Of course, same discussion could follow in mailing lists, if you don’t agree with that.
The approach we have in mind can be explained in that way (fell free to correct me if could be better):

  1. Adding a GtkSetting, something like a boolean rgba-colormap = TRUE | FALSE.
  2. Mapping that GtkSetting to an Xsetting.
  3. Reading this GtkSetting before initializing a Window, and here set a RGBA colormap if available.

Using RGBA colormaps will give the Window an alpha value, useful to draw fancy things, from transparent widgets till rounded menus/tooltips.

rgba-murrine-170208.png

Patches are Welcome

Unfortunately I’m not the right man, now, to write that patch. First of all I’m really busy with exams, then I lack of basic GTK knowledge, and this could cost me days/weeks instead an hour of coding :)
I’ve shown you this feature request, here there’s a bugzilla bug too.
If you’re interested in a fancy eye-candy evolution for the gnome world (optional eheheh, clearlooks *is* and *will be* our rockin’ default theme), this patch is essential, since my Murrine (RGBA capable) engine is absolutely stable and ready for the masses :)
A Murrine’s release could follow the Gtk+ release that will have this patch in.

Comments are Welcome

If you have to contribute in a constructive way to the discussion please follow the bugzilla, otherwise feel free to comment here on my blog.


Posted in English, GNOME, GTK, Murrine | 44 Comments »

Optional Flat Toolbars for Clearlooks 2.22 9 February, 2008

I’m actually in love with an optional feature I’ve recently added in Clearlooks:
the ability to draw flat toolbars/menubars. (thanks to lucazade for the idea!)

Clearlooks Shadow None

How to Use this Feature

In order to get this you have to:
1) update to gtk-engines revision 1062 and newer
2) open the gtkrc of Clearlooks (or copy and create a new theme) and add those two lines (see the screenshot above):

GtkMenuBar ::shadow-type = GTK_SHADOW_NONE
GtkToolbar ::shadow-type = GTK_SHADOW_NONE

A little Notice

Please notice that file-roller and inkscape seems to use something different than a GtkToolbar (they use a mix of GtkHBox Vbox and so on… don’t tell me why), and this feature will not work. (Of course I don’t want to write hacks or special cases in the engine to be compatible with their different behaviour).


Posted in English, GNOME, GTK | 23 Comments »

Saying “Hello” to the GNOME community ;) 9 February, 2008

Hi guys, I’ve just noticed I’ve been added to the planet, so “Hello” to everybody! :D

If you don’t know who isAndrea Cimitan” (myself ehehe) I’m working on gtk-engines and gnome-themes since february 2007, I’m the author of the new Clearlooks shipped in 2.20 and of the new themes you’ve seen. Which a lot of you, guys, appreciated so much… (thanks!!!)

I’m also the author of the Murrine Engine, and I’m still working on its transparent version.

So, following my future entries on the planet (or directly from my blog), you’ll be informed on Gtk+ theming, and sometimes, on bleeding edge software (I always love to try new free software) ;)

Cheers to everybody!
Andrea Cimitan

PS: yes I need an Hackergotchi…


Posted in English, GNOME, GTK, Murrine, Themes | 7 Comments »

« Previous Posts

This blog is "Powered by Cimi"

Theme from: Kaushal Sheth | Modified by: Andrea Cimitan