[07:00] good morning [09:06] hey everyone! can you tell me if it's planned to make the unity launcher bar stylable via css like the top panel? [12:28] has anyone reported compiz/unity stopping updating one panel of two while showing the correct cursors ? === m_conley_away is now known as m_conley === m_conley is now known as m_conley_away === m_conley_away is now known as m_conley === Amaranth_ is now known as Amaranth === yofel_ is now known as yofel === Guest21768 is now known as jbache [16:55] alright so DXers are at the pre-UDS sprint? no wonder I cant find anyone :/ [16:57] smspillaz, where'd you go, I miss you seems it its been forever that you've been gone... there's bug 875557 which needs to be addressed soonish as it's causing people go nuts, its a SRU regression [16:57] Launchpad bug 875557 in compiz-plugins-main (Ubuntu) "Compiz grid overlay appears after workspace switcher use" [Critical,Confirmed] https://launchpad.net/bugs/875557 === zyga is now known as zyga-afk === chrisccoulson_ is now known as chrisccoulson [20:30] kamstrup, hi, could you have a look at my unity launcher dbus class? [20:30] https://github.com/emesene/emesene/blob/master/emesene/gui/common/UnityLauncher.py [20:31] mainly the Query method [20:31] I wasn't sure what to do with that [20:57] bschaefer, hey, when you say FocusChanged is missing, do you mean OnKeyNavFocusChanged is missing? [21:00] gord, well the signal the we were using to set the focus for the IM context was using FocusChanged (looks it up really quick) [21:00] anyone know how to disable the alt+click moving of windows? it used to be that you could switch alt to super key which would work for me... [21:00] used to be in system->preferences->windows [21:01] gord, this line was removed "FocusChanged.connect([&] (nux::Area*) { GetFocused() ? OnFocusIn() : OnFocusOut(); });" in IMTextEntry. Ill try using onKeyNavFocusChanged [21:02] gord, but also I saw a lot of process event were removed so I wasn't sure if something was in the works that will resolve this. [21:02] I am porting from StatusIcon to AppIndicator. Its an app that uses the RandR extension to let the user manage multiple screens, resolutions and layouts. Right now I generate the menu on the fly when I get the popup event, which works flawlessly. This doesn't seem to be possible with AppIndicator, could someone with experience with it could suggest me a good alternative? [21:03] bschaefer, is this in current nux trunk or in nux 1.0? [21:03] 2.0 [21:03] The IMTextEntry.cpp is in unity [21:03] http://bazaar.launchpad.net/~unity-team/unity/trunk/revision/1722 [21:03] the revision I am looking at [21:05] bschaefer, i summoned jaytaoko for you :) [21:05] thanks! [21:06] bschaefer: hello, you have problems compiling Nux? [21:06] jaytaoko, no not compiling just some questions on the focus change in unity [21:06] bschaefer: go ahead [21:07] jaytaoko so in IMTextEntry you removed FocusChanged which now the IM context doesn't set the focus like it was before so the ibus window isn't poping up [21:08] jaytaoko so I was wondering what should be used instead to check for focus (was going to check KeyNav...) [21:08] bschaefer: let me check... [21:12] bschaefer: you can call HasKeyboardFocus() on a View. that will tell you if the view has the keyboard focus [21:12] jaytaoko: alright, thank you will try it out [21:13] bschaefer: you can also call nux::GetWindowCompositor().GetKeyFocusArea(). That will return the pointer of the View that has the keyboard focus === m_conley is now known as m_conley_away [21:13] jaytaoko: also do you know if IMTextEntry is going to be getting merged to TextEntry anytime? [21:13] jaytaoko: as it seems like that would give Nux IM support [21:14] bschaefer: yes, TextEntry will be redone this cycle... [21:14] jaytaoko: nice! thank you again [21:14] jaytaoko: (should have just looked that up...) [21:14] I* [21:15] bschaefer: no problem... we here to help [21:18] jaytaoko: what do you think about http://bazaar.launchpad.net/~linaro-graphics-wg/nux/nux-gles2/revision/393 ? [21:21] Amaranth: hello [21:22] Amaranth: let me ask sam, he did that code [21:23] sbte: both parameters in Query() should be out. There's a typo in the docs [21:23] jaytaoko: I ended up with some other diffs vs your opengles2 branch [21:24] Amaranth: hi [21:24] smspillaz: http://bazaar.launchpad.net/~linaro-graphics-wg/nux/nux-gles2/revision/393 [21:24] thoughts? [21:24] Amaranth: I merged your opengl ES branch to Nux trunk, you can make your changes against that branch instead [21:24] Amaranth: don't have any problems with that change, though, I don't know if there are any cases where Xinerama isn't available [21:25] since its a core extension [21:25] smspillaz: on panda board [21:25] (noting here that xinerama that we're using is libxinerama) [21:25] Amaranth: O.o ? [21:25] Amaranth: uhhh, that would cause problems for compiz too [21:25] Amaranth: since compiz uses the same logic [21:25] smspillaz: Do we have a proper fallback path in compiz? That's what nux was missing [21:26] Amaranth: well, we check for the presense of the extension at least [21:26] sbte: so switch in/out_signature and just return self.app_uri and self.properties [21:27] smspillaz: Looks like a similar fix happened at some point in compiz too, shows up in the ChangeLog [21:27] hmm ok [21:27] maniac fixed this bug in compiz back in 2007 :P [21:27] that's very strange that hte panda does not support libxinerama ... it is a very basic extension [21:28] well it only has one pipe [21:28] anyone know how to disable the alt+click moving of windows? it used to be that you could switch alt to super key which would work for me... [21:28] used to be in system->preferences->windows [21:28] guess they disabled it for performance [21:28] ahhhunity: ccsm - > move plugin [21:29] smspillaz: thanks! [21:29] sbte: i fixed the spec on the wiki [21:34] does anyone here know when/if "ted" usually hangs out herE?