/srv/irclogs.ubuntu.com/2010/11/10/#ayatana.txt

kklimondabah, appmenu-gtk breaks emacs gtk+ menus just by being installed00:21
=== MikeGuo is now known as hylinux
=== chaotic_ is now known as chaotic
=== |Omega| is now known as Omega
eaerthare there any known bugs with notify-osd with xorg-edgers in lucid? i noticed it the entire time in maverick but in lucid it was fine for a while and now i'm experiencing the same bug.08:19
nigelbeaerth: what is the bug you're experiencing?08:30
eaerthnigelb: hey, thanks for the response. the bug i'm experiencing is basically the bottom and right edge of notifications is chopped off. just the part where it fades though; like all of the text is still visible.08:32
nigelbeaerth: Have you logged a bug on launchpad for this?08:34
nigelbIts a lot more easier if you do.  Developers aren't looking at IRC 24 x 708:34
eaerthno, i know what you mean. i was considering that i'm just not familiar with any of the commands to run to get logs of either edgers or notify. ;\08:36
nigelbwell, ubuntu-bug notify-osd sould grab whatever is relevant08:37
nigelbIf you can add in a screenshot, that would do wonders :)08:37
eaerthright on, thanks.08:39
nigelbonce you do that and mention the bug number here, maybe somone will look at the bug when they come online08:41
=== seiflotfy_ is now known as seiflotfy
=== MacSlow is now known as MacSlow|lunch
=== seb128_ is now known as seb128
=== MacSlow|lunch is now known as MacSlow
=== jorge is now known as jcastro
=== bilalakhtar_ is now known as bilalakhtar
and471tedg, what would it take to get a custom gtk widget into an appindicator menu? (like https://wiki.ubuntu.com/Networking?action=AttachFile&do=get&target=network-menu-simple.jpg)16:53
and471(the on off toggleswitch)16:53
tedgand471, We'll support the toggle switches as standard items.  You should just use a checkbox for now.16:54
tedgNo custom widgets though.16:54
and471tedg, what do you mean you'll support them as standard items?16:55
tedgand471, It'll be in the default set of dbusmenu widgets.  So you can include libido for it and then it'll get across the bus fine.16:55
and471tedg, ah ok, when you start to create it, ping me, as I have already written it in python :)16:56
tedgand471, K, it'll probably be bratsche though :)16:56
and471bratsche, ^16:56
tedgbratsche, Do you remember that dbusmenu code we added for the grabs in Alt+letter showing of the menus?17:01
tedgbratsche, Turns out those variables aren't available in GTK 3.17:01
tedgbratsche, I'm considering commenting it to get the GTK 3 patch in and opening a bug on it.17:02
tedgbratsche, What do you think?17:02
bratschetedg: I can't remember what variables you mean now.17:06
bratscheGdkModifierType or something?17:06
bratscheOr was it something on GtkMenuItem?17:06
tedgbratsche, It was GtkMenuShell.  Let me get a link real quick.17:09
bratsche->have_grab?17:10
tedgbratsche, Yeah: http://bazaar.launchpad.net/~dbusmenu-team/dbusmenu/trunk/annotate/head%3A/libdbusmenu-gtk/client.c#L45717:12
tedgbratsche, active as well17:12
bratscheOh yeah.17:13
bratscheFucking grabs.17:17
bratsche:)17:17
tedgbratsche, :)  So if I comment that code out and file a bug, do you think that makes sense?17:24
tedgbratsche, I'm guessing it's going to take a bit to work out.17:24
bratscheYeah, makes sense for now.17:24
klattimerseb128: could you review my branch for this bug https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/64572417:25
ubot5Launchpad bug 645724 in ibus (Ubuntu) "Ibus applet in unity does not allow selection of menu entries by mouse. (affected: 6, heat: 36)" [Undecided,Fix committed]17:25
klattimerkenvandine: I kicked ibus's arse up and down today17:26
klattimer:)17:26
seb128klattimer, ok, adding that to my todo17:26
seb128klattimer, do you consider it ready for an upload to natty?17:27
kenvandineklattimer, great :)17:27
klattimerseb128: maverick not natty17:27
* kenvandine needs to head to lunch, bbiab17:27
seb128klattimer, why not natty?17:27
klattimerfor natty it's probably the best we've got17:27
klattimerbut it needs to be merged and released into maverick asap17:28
klattimeras it makes ibus work again17:28
seb128right, we can and should upload to both17:29
bratscheDo you guys know if there are some apps that have pygi bindings done already, or just pygtk?17:29
bratsches/apps/libs17:29
seb128bratsche, what do you mean?17:29
seb128bratsche, the idea is to not have bindings by using the typelib?17:30
bratscheseb128: I'm trying to make some bindings for libgrope, and hoping to find something to peek at.17:30
seb128bratsche, I'm not sure to get the question, gi just make you get ride of have to write bindings17:30
seb128you just use python-gi and the gir datas17:30
seb128bratsche, you should probably add introspection to your library17:31
klattimerlmfao17:31
klattimerI just turned the news on17:31
klattimerthere's riots in milbank tower17:32
bratscheYeah, Christian Giordano was posting videos to it.17:32
bratschehttp://www.flickr.com/photos/asifkhan/5163734529/17:33
and471^ that is fucking disgraceful17:36
and471I am a student in the UK and I am embaressed17:36
and471*embarrassed17:37
bratscheYeah, no doubt.  It's crazy.17:42
seb128bratsche, did my reply answer your binding question?17:42
bratscheseb128: Yeah.  I'm setting up introspection stuff now.  I'll try to figure out how to make it usable from Python using that next.17:43
bratscheseb128: Thanks17:43
seb128bratsche, basically python -c 'from gi.repository import Component"17:44
seb128where Component is your gir17:45
seb128Gtk, Nautilus, etc17:45
seb128then Gtk.api17:45
seb128>>> from gi.repository import Gtk17:45
seb128>>> Gtk.Dialog()17:45
seb128<Dialog object at 0x9540af4 (GtkDialog at 0x96650c8)>17:45
seb128bratsche, ^17:46
bratscheCool, thanks.17:46
seb128yw17:46
kenvandinebratsche, libgrope, awesome18:02
bratscheHey kenvandine19:57
kenvandinehey bratsche20:11
bratschekenvandine: I made some gobject-introspection fu for libgrope, and was wondering if you get a few minutes any time today if you could look at it and see if it looks kind of right.  Now that I've made it, I don't really know what to do with it. :)20:13
kenvandinesure20:14
kenvandinepush it someone and let me look20:14
kenvandinein a bit...20:14
kenvandinei think i might be starting to win this fight i have been having with couchdb :)20:14
bratschekenvandine: lp:~bratsche/libgrope/gobject-introspection20:15
bratscheNice :)20:15
kenvandineseriously... it took me an hour to fix this facebook problem in maverick, lucid, and trunk... but now all day to just make couchdb not freaking grow huge in lucid's version20:20
=== Pendulum_ is now known as Pendulum
kenvandinebratsche, still going to be a bit... i didn't win the fight with couchdb yet... :)22:09
* kenvandine needs a break... javascript and making couchdb do things there is no python API for hurts22:10
bratschekenvandine: No worries.  It doesn't need to be today necessarily.22:11
* kenvandine wants to see what libgrope is :)22:15
kenvandinebratsche, don't forget, tomorrow is a holiday22:16
kklimondakenvandine: what do you need api for?22:16
kenvandinein order to run an update handler in couchdb, to only update a doc if it needs updating22:16
kenvandinethere is no python api22:16
bratschekenvandine: Oh, it is?  What's tomorrow?22:17
kenvandinethis is part of backporting the facebook fix for gwibber22:17
kenvandinebratsche, verterans day :)22:17
bratscheSweet!22:17
kenvandinebratsche, you and i both missed the last holiday :)22:17
kenvandineso wanted to remind you :)22:17
kklimondakenvandine: ugh, couchdb has way to many features22:17
bratschekenvandine: Awesome, thanks!22:17
kklimondatoo*22:18
kenvandinekklimonda, a good feature .... and i really need it for lucid22:18
kenvandineotherwise gwibber_messages will get huge22:18
kklimondakenvandine: I don't say you don't but from my perspective, as someone who'll have to implement it in couchdb-glib, it sucks ;)22:18
kenvandinekklimonda, haha... well you might not need to22:19
kklimondakenvandine: I'm just going to pretend it doesn't excist22:19
kklimondaexist*22:19
kenvandineit isn't a feature any of the desktopcouch guys knew existed22:19
kklimondaactually, I can probably reuse most of the CouchdbQuery \o/22:19
* kenvandine goes to light the grill and pop open a beer :)22:20
kenvandinelaters!22:20
kklimondathose are just design documents after all22:20
kklimondasee ya :)22:20

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!