USlab
Alexandre Vassalotti
avassalotti at gmail.com
Fri Jul 21 01:01:07 BST 2006
On 7/19/06, Viper550 <gthompson at cogeco.ca> wrote:
> https://wiki.ubuntu.com/Slab
>
> I hacked the source code myself...and it even works!
>
> Viper550
I remarked a few bugs in it, like it's missing "Add/Remove" icon.
This one is quite easy to fix, here how I did it:
--- system-tile.c 26 Jun 2006 14:13:03 -0000 1.1
+++ system-tile.c 20 Jul 2006 06:20:00 -0000
@@ -124,23 +124,22 @@ system_tile_new_with_type (SystemTileTyp
load_desktop_item_by_unknown_id (conf->
system_area_conf->
package_manager_item);
- image_id =
- g_strdup (gnome_desktop_item_get_localestring
- (desktop_item, "Icon"));
+
+ image_id = "gnome-settings-default-applications"
Another thing that bug me, is the values of
/desktop/gnome/applications/main-menu in gconf.
I also packaged the Beta 3 version, which I will share as soon I get
the dependencies right.
Cheers,
Alex
More information about the ubuntu-devel
mailing list