/srv/irclogs.ubuntu.com/2010/09/28/#ayatana.txt

Cimisimply playing with the color00:00
bratscheThe thing I was wanting to look into symbolic colors for was for setting status-relevant colors to widgets like GtkEntry (so it could convey information like "warning" or whatever)00:00
Cimibratsche: for gtkinfobar as well?00:01
bratscheYeah, using the same colors that GtkInfoBar uses now.00:02
bratscheBut I need to think about it some more still, because there are other widgets that could possibly take advantage of it.00:02
bratscheI wrote a very rough first patch to do it for GtkEntry.00:02
bratscheGtkLabel could possibly use it as well.00:03
bratscheI hadn't really thought of it before, but possibly individual rows in a treeview could do something like this.00:03
Cimibratsche: how's the newtwitter00:26
Cimi?00:26
bratscheIt's pretty nice.00:26
bratscheThey're doing this whole dynamic UI stuff, kind of like Facebook does.00:26
bratscheAll the routing happens on the client side using the document location hash, instead of doing it in URLs and stuff.00:30
bratscheOne of my friends fucking *hates* it when websites do that.  I'm not really sure why.00:31
Cimime neither :)00:33
bratscheActually, Google is doing that now with Google Instant.00:34
bratscheOkay, I think I found the solutions to both of these appmenu-gtk bugs.  One of them is working, the other I need to write the patch later tonight.00:35
bratscheBut now I'm hungry. :)00:35
bratscheCimi: ttyl dude!  Good luck on your interview!00:35
Cimioh thank you again00:38
ronocCimi, ping11:14
Cimihi ronoc11:14
ronochey I just noticed the box around the indicator on ambience11:15
ronocsomething changed theme wise in the past 6 days11:15
Cimibox?11:16
ronocyes the background around the control11:18
ronocCimi, ^11:18
ronocjust one sec, on a call11:19
Cimiyep, it changed11:21
ronocwhy then is there such a distinct box around the control ?11:21
ronocits like the colour in the style fetched by the cairo code is wrong11:21
Cimibecause the menu has a gradient11:22
Cimiwhile the box doesn't11:22
ronocbut now its even more distinct11:22
Cimiyep11:22
Cimibecause i've changed the way it is rendered11:22
Cimiboh speed issues11:22
Cimi*for11:23
ronocCimi, okay shame because before what looked like a UI slight discrepancy now looks like an outright bug11:33
ronocwhich I supposed it is11:33
ronoc-ed11:33
Cimiit is a bug in fact :(11:36
Cimidamn drawing areD11:36
ronoca pretty ugly one, considering it our default theme11:37
CimiI can't do anything11:37
Cimiif you set a custom widget name11:38
ronocfair enough, yup11:38
Cimimaybe we could change bg[NORMAL] to reduce the "difference"11:38
ronocokay will branch now and do that, one sec11:38
Cimithen add something like11:39
Cimiwidget_class "*widgetblablabla*" style "ido-blabla"11:39
Cimiand before11:39
Cimistyle "ido-blabla" { bg[NORMAL] = "#coloryouchose" }11:40
Cimiin the gtkrc11:40
ronocCimi, do you have time to look at this today11:44
ronocCimi, I need to look at some other stuff11:44
Cimimaybe I can11:45
ronocCimi, who is controlling your time at the moment ?11:45
ronocCimi, are you still working with us ?11:46
Cimironoc: when I start working, I use hamster applet to track my time11:46
Cimichat it not counted (I am not working now i.e.)11:46
=== MacSlow is now known as MacSlow|lunch
=== didrocks1 is now known as didrocks
hichamis ayatana ubuntu specific ?12:21
OwaisLhicham: Yes, but it's open so anyone can borrow ideas and improve the.12:22
OwaisLthem*12:22
=== rgreening_ is now known as ghost
=== ghost is now known as rgreening
=== MacSlow|lunch is now known as MacSlow
=== jorge_ is now known as jcastro_
=== jcastro_ is now known as jcastro
Cimidavidbarth: do you know where ronoc is?15:31
davidbarthCimi: he's there15:48
Cimino15:48
Cimi:)15:48
* bratsche summons him15:49
Cimihi man15:51
Cimi_P15:51
ronocCimi, hey15:51
Cimi:P15:51
ronocCimi, I might have a fix for this15:51
ronocone sec15:51
CimiI was having a look at your branch15:51
ronocyep15:51
ronocwhich branch ?15:51
ronocthe new one ?15:52
Cimihttps://code.launchpad.net/~cjcurran/indicator-sound/background-gradient-bug15:52
ronocyep15:54
ronocCimi, yep and its doesn't work I think, the button looses its position when using the event box :(15:57
Cimibratsche: help ronoc :P16:00
bratscheI can't right now.16:00
=== MacSlow is now known as MacSlow|afk
Cimiseb128: are you there dude?17:07
seb128Cimi, hey17:07
=== MacSlow|afk is now known as MacSlow
Cimibratsche: summon ronoc pls17:30
Cimironoc: sorry :)17:37
Cimironoc: so, your gtkeventbox doesn't work or it does?17:37
ronocno it doesn't17:37
ronocwell17:37
Cimiin case it doesn't, we should play with the custom widget name17:37
ronocthe problem is that the transport positioning gets screwed up17:37
ronocit ends up at the top of the menu17:38
ronocnot at the bottom and only gets drawn sometimes as it fights with the slider widget for last one drawn17:38
Cimimmm17:39
Cimithe transport positioning or just the drawing?17:40
Cimimaybe you need to use different x,y starting points17:40
Cimiusing widget->allocation.x and widget->allocation.y17:40
ronocCimi, sure just playing with it now17:40
Cimironoc: is there a way to test the applet without installing it and killing the panel?17:59
ronocCimi, what applet the indicator-applet18:01
Cimimmm18:01
ronocCimi, have you used libindicator-tools ?18:01
Cimiapplet/indicator sound18:02
ronocyeah install libindicator=tools18:02
Cimiok18:02
Cimidone18:02
ronocthen compile the branch or what ever18:02
ronocif its indicator only changes (UI changes)18:03
ronocthen run up the indicator-loader with18:03
ronoc/usr/lib/libindicator/indicator-loader /libsoundmenu.so18:04
ronocCimi, the path is wrong there to the .so.18:04
Cimiok18:04
ronocso from the root of the branch just make sure your path is right18:04
Cimithank you18:04
ronocsrc/.libs/libsoundmenu.so18:04
Cimiyeah :D18:04
CimiI know don't worry man18:05
Cimironoc: I don't remember the file I should edit18:09
Cimi:)18:09
ronocplay-button.c18:10
ronocCimi, are you working on my branch ?18:10
Cimiyep18:10
ronocI can push now if you want18:10
ronocso we are up to date one18:10
ronocsec18:10
Cimiops ok18:10
ronocCimi, what do you plan to do  ?18:12
ronocI got the help of njpatel earlier and it is almost there18:12
ronocgot distracted with a conversation in dx18:13
ronocso just coming back to it now18:13
ronocbasically the positioning is screwed so we need to set the allocation on the eventbox18:13
Cimiyeah18:13
CimiI tould tou that before if you remmeber :)18:13
ronocok18:14
ronocCimi, thats pushed now18:15
ronocCimi, okay done with distractions, are you working on this or will I have a go18:20
ronocdon't mind18:20
Cimi#define Y 7.0f18:20
Cimi#define X37.0f18:20
Cimithese are broken18:20
Cimironoc: ^^18:20
ronocCimi, okay but don't you want it to be relative to top of the parent gtkmenuitem18:20
ronocthere maybe more than one player18:20
Cimiyeah18:20
Cimiit's easy I guess18:21
Cimijust define x as widget->allocation.x + X18:21
Cimior whatever18:21
Cimisomething like that, I hope you understood18:21
ronocokay will try that now18:21
ronocthx18:22
Cimibutton->allocation.x iirc18:22
Cimimaybe it's not enogh or I did something wrong18:27
ronocCimi, offset the positioning in the draw method but still no joy, gotta go now, if you fancy taking a look please be my guest, I have pushed my adjustments18:58
ronocbye18:59
kenmeebey: playing with smuxi again :)19:06
joajimenezHellos20:18
joajimenezMeMenu....Why it have to depend on gwibber-service?20:26
sensejoajimenez: Because it is integrated with it, from the MeMenu side. Gwibber doesn't hook into the Me Menu, but the Me Menu into Gwibber.20:28
joajimenezsense: I know, but if I unistall Gwibber, gwibber-service stay there consuming memory. I dont think that much users keep Gwibber once they discover: Pino, Hotot, Facebook.com, etc... :)20:34
senseThat a bit of your memory is used isn't very bad, it's not too scarce.20:34
senseWhen you don't use Gwibber it shouldn't be too much anyway, since there is nothing to do for the daemon.20:35
sensejoajimenez: But if I'm correct the daemon shouldn't even launch on boot if you didn't enavle it.20:35
joajimenezsense: I got Gwibber unistalled, but I got three (3) gwibber-service instances running when I check system-monitor20:37
kklimondait's most likely a bug, I don't have a single instance running20:38
sensejoajimenez: You should check the settings of Gwibber.20:39
joajimenezGS1: 5.4MiB, GS2: 5.4MiB, GS3: 5.0MiB20:39
joajimenezCheck this: http://ubuntuone.com/p/Huy/20:42
sensejoajimenez: Have you used Gwibber previously?20:44
joajimenezYep.20:44
joajimenezBut I unistalled it, 'cause I don't like it. I prefer Pino or Hotot.20:45
sensejoajimenez: It could be that you left some settings behind, which start the daemon by default.20:45
sensejoajimenez: Check System->Settings->Start-up Applications and disable the service there.20:46
joajimenezI dont have ANYTHING named gwibber or gwibber related on my Start-up Apps20:48
joajimenezThats very weird20:48
sensejoajimenez: indeed20:49
joajimenezLet me report it as a bug.20:57
=== JanCBorchardt_ is now known as JanCBorchardt

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