[ubuntu-art] New Wave

Anton Kerezov ankere at gmail.com
Sun May 11 19:37:41 BST 2008


В 11:24 +0200 на 10.05.2008 (сб), François Degrave написа:
> Hi!
> 
> Here are the first taskbar icons (added on the wiki):
> https://wiki.ubuntu.com/Artwork/Incoming/Intrepid/NewWave?action=AttachFile&do=get&target=taskbar_icons.zip
> 
> If you have any remark/question/request about color/size/shape please
> don't hesitate. Also, I don't really know what others are missing (a
> bluetooth one? Network warning?...) so please tell me which ones I
> should make.
> 
> Cheers,
> 
> François

Hi,

I've replaced the logout icon with yours and it's so much better now. It
looks somehow modern. I also added the icons to a sub folder of the
theme called icons and created a theme.index file to use them but when I
switch themes it uses not even Human but the default gnome icon theme.
Here is the file:

[Icon Theme]
Name=New Wave
Comment=Monchromatic icons for the taskbar
Inherits=Human,Tangerine,gnome
Example=x-directory-normal

Directories=24x24/apps,24x24/status,22x22/apps,22x22/status,16x16/status


[24x24/apps]
Size=24
Context=Applications
Type=Fixed

[24x24/status]
Size=24
Context=Status
Type=Fixed

[22x22/apps]
Size=22
Context=Applications
Type=Fixed

[22x22/status]
Size=22
Context=Status
Type=Fixed

[16x16/status]
Size=16
Context=Status
Type=Fixed

Somebody with experience in icon themes?


Here is the function that gets the volume-control icons but it obviously
is not working on my PC although I replaced the icons in the appropriate
folders. (the code is from the GNOME svn).

static void
init_pixbufs (GnomeVolumeApplet *applet)
{
  static const gchar *pix_filenames[] = {
    "audio-volume-muted",
    "audio-volume-low",
    "audio-volume-medium",
    "audio-volume-high",
    NULL
  };

  gint n;
  for (n = 0; pix_filenames[n] != NULL; n++) {
    
	(...)

    applet->pix[n] = gtk_icon_theme_load_icon (gtk_icon_theme_get_default (),
					       pix_filenames[n],
					       applet->panel_size - 4,
					       0,
					       NULL);
	(...)
  }
}

Anton





More information about the ubuntu-art mailing list