[00:54] Is there a way to display some text beside an AppIndicator icon? [00:55] I searched what I thought were the docs, but I didn't see anything. [01:11] George_e: I'm not sure myself, but the keyboard layout switching indicator displays some text next to its icon. [01:11] So I guess the answer is “yes’ :) [01:12] Is it possible within Python, though? [01:13] Again, I'd guess the answer to be “yes” [01:13] But I don't know. [01:13] I presume the python bindings are sufficiently complete to make it work. [01:13] Where can I get the source to the keyboard layout switching indicator? [01:13] I might look that over and try to figure it out. [01:15] Oh, it's probably part of the gnome-settings-daemon package. [01:17] Okay. [01:27] I downloaded the source for that package from the Maverick repos. but I'm having trouble with the layout of the .tar.gz [01:27] Where exactly is the code for the applet? [01:28] The README is empty : [01:51] It's probably not going to be an applet; it'll be a part of the keyboard layout plugin, I'd guess. [04:34] hello everyone. I'm on the cardapio menu team and I'm trying to work on a bug posted here https://bugs.launchpad.net/cardapio/+bug/651803. When the cardapio menu is activated, the indicator-appmenu sees it as an application and tries to display a menu, showing only File. Is there a way to make the appmenu completely ignore cardapio? [04:34] Launchpad bug 651803 in Cardapio "Cardapio conflicts with indicator-applet-appmenu (affected: 1, heat: 6)" [Low,Triaged] [04:42] i tried exporting UBUNTU_MENUPROXY=0 as suggested on the bug report page, but unfortunately this causes an error that makes cardapio fail to load as an applet [07:36] I can't seem to get any images to show up next to menu items. [07:36] The exact same code works in an ordinary PyGTK app. === MacSlow is now known as MacSlow|lunch === MacSlow|lunch is now known as MacSlow [15:55] does someone have an idea how I may check if a gchar is a int? [15:56] davidbarth: please ping some glib gurus ^^ [15:56] ted is away [16:00] Cimi: try strol for example, if the result is 0 you know it's not a number [16:00] ok cool [18:44] I'm having a bit of trouble getting images / icons to appear next to menu items in an AppIndicator. [18:45] tedg: ^ [18:46] tedg: I'm having a bit of trouble getting images / icons to appear next to menu items in an AppIndicator. [18:47] tedg: Here is a small sample you can use to reproduce: http://pastebin.com/mtwmG0jn [18:48] George_e: You mean that you can't get menu items to have icons? That's a system wide settings for all menus. [18:49] sense: I know - I changed that. [18:49] sense: I can get stock icons to show up, but not images. [18:49] George_e: Ah, I see. [18:50] In that case Ted will probably of better help to you. :) [18:50] Ya, that's what Jorge told me. [18:51] yep