=== kklimonda1 is now known as kklimonda [07:24] good morning [07:37] didrocks: good morning! [07:37] hey nhaines [08:04] good morning [08:05] hey fols [08:05] folks [08:18] good morning [08:18] how to restart/reset unity-2d panels please ? (some indicators are missing) [08:20] zniavre: killall unity-2d-panel [08:20] and it will restart auto [08:20] ok thank you it did the trick but indicators still missing [08:22] Which ones? [08:22] i guess sesssion/date/sound [08:23] Ah, the fixed version of unity-2d hasn’t reached natty yet, it seems. https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/724717 [08:24] in fact i got only network icon in "systray" [08:24] The version in the unity-2d-team/unity-2d-daily PPA works. [08:25] ha [08:25] ok [08:26] yes, only ppa version is fixed [08:27] thank you i will try as soon as possible [09:40] thank you unity-2d is working quite well with ppa's === gabon_ is now known as gabon === API is now known as Guest48022 [11:34] error: cannot pass objects of non-POD type ‘struct std::basic_string, std::allocator >’ through ‘...’; call will abort at runtime === rodrigo__ is now known as rodrigo_ [11:41] error: cannot pass objects of non-POD type ‘struct std::basic_string, std::allocator >’ through ‘...’; call will abort at runtime [11:41] any idea why I get that with this: [11:41] g_variant_builder_add (&b, "(ssiiii)", [11:41] _proxy->GetName (), [11:41] proxy->GetId (), [11:41] geo.x, [11:41] geo.y, [11:41] geo.GetWidth (), [11:41] geo.GetHeight ()); [11:41] I've tried casting, but then it complains also [11:42] ah, it's a std:string, I guess I need to convert that to a C string [11:46] rodrigo_, the wonders of C++ :-) [11:54] aruiz, yeah, took a bit of time, but found it [11:54] _proxy->GetName ()->c_str () [11:55] now hope for everything to go okay encoding wise [11:55] :-) [12:01] aruiz, hehe === MacSlow is now known as MacSlow|lunch [12:51] hi people, that's me again, with gtk.MenuItem in appindicators not playing well. What I noticed with Gimp is that sometimes menu does not get redrawn (e.g. when i close the toolkit window, menu seems to be stuck, since there is a new item in Windows->Recently closed one). And now I have noticed yet another fault [12:51] when gtk item is hidden one cannot show it easily [12:53] Here's the test script that shows how it fails: http://paste.ubuntu.com/575460/ [12:57] rye: you should poke tedg mainly for appindicator stuff, he's not there right now (US Texas time) [12:57] didrocks, thanks! [12:58] Hello! I recently discovered that unity intercepts F10 presses. Why was that done at the unity level? (gtk+ was already handling it, did you just want to get all toolkits at once?) [13:09] njpatel, didrocks: ^^ [13:09] mterry: I didn't implemented that, but yeah, it's a default key in compiz [13:10] I don't really know the reason (it's done under atk hat IIRC) [13:10] for me, alt should act like this [13:10] didrocks, it's causing bugs because it can be out-of-sync with GTK+ (for example, gnome-terminal allows you to turn off normal F10 processing, but that no longer works) [13:11] mterry: agree, like bobyu override my F9 which I use for htop :) [13:11] hmm, I'll find who committed it and bug them [13:12] mterry: pretty sure it's atk related IIRC, so rodrigo_ or api [13:13] oh, it's neil! [13:13] neeeeeiiiiilll! [13:13] mterry: rev 853.4.4 [13:14] * didrocks leaves, I don't want to see this, it will become ugly with blood all over the place :) [13:14] :) [13:15] njpatel, anyway, when you're back, let's chat about F10 and the best way to deal with gnome-terminal === MacSlow|lunch is now known as MacSlow [13:45] mterry, all toolkits at once [13:46] mterry, I didn't realise it screws with terminal, however you can change it if you want in ccsm [13:46] njpatel, sure... so your recommendation is that we patch any apps that interact with the gtk key and have them also toggle the gconf unity key? [13:47] njpatel, what about the keyboard shortcuts dialog? [13:47] njpatel, which source should gnome-terminal prefer? should we link against libunity to see if it's running before using the ccsm key? [13:48] mterry, "interact with the gtk key" ? [13:48] njpatel, also, as I recall, gnome-terminal is able to change it just for its own app. Couldn't do that with unity [13:49] njpatel, gnome-terminal turns off the accel for itself. So now you are recommending that it also toggle the gconf key? [13:49] njpatel, maybe other apps look at/edit that accel too, but I haven't looked [13:49] mterry, no, no way am I recommending that, I was speaking on a case-per-case basis [13:50] mterry, I guess this needs to be solved outside of just terminal [13:50] gconf key isn't good, you don't have any locking so if someone doesn't restore it your screwed [13:50] maybe F10 is just wrong for this [13:50] njpatel, can you make the key handling run-last instead of run-first? [13:51] maybe we should have a Alt+F10 to keep it out of normal application scope [13:51] mterry, compiz is taking a grab so there's nothing I can do there [13:51] njpatel, alt-F10 is also used by gnome to toggle maximization state [13:51] njpatel, can you pass it to focused app though, and see if it handled it? [13:52] njpatel, do you know if there's a way for user to edit gtk's use of F10? Because we'd likely need to patch that too so there isn't confusion. Doesn't seem to be in Keyboard Shortcuts like I thought [13:53] I'm not sure X allows that, and not sure if Compiz supports that if it does [13:53] njpatel, what other toolkits were bugging you? just qt? maybe you could just patch it [13:53] mterry, no idea dude, tbh I didn't know it was a feature until somepone told me [13:53] mterry, I was told F10 just didn't work at all with appmenu anymore, was that not the case? [13:54] njpatel, I patched gtk to make it work [13:54] heh, when? [13:54] njpatel, I dunno, a while ago. During natty [13:54] njpatel, but my way worked with gnome-terminal, because it was gtk-oriented. So I was flummoxed for a while with this bug until I realized unity had been grabbing it too [13:55] yeah, I was asked to make it system-wide for a11y [13:55] mterry, Alt+F10 doesn't work in compiz anyway, so I'd suggest we move over to that as we still need a global shortcut to focus the panel [13:55] njpatel, sure, but does system-wide mean qt+gtk or does it mean everything else under the sun? (motif?) [13:55] mterry, everything [13:56] njpatel, right, but what else is there (real question)? [13:56] mterry, this is because it needs to open "the first available menu" [13:56] XUL, libreoffice, clutter apps, etc [13:56] oh right :) damn xul [13:56] we need a key to open the first menu so you can get to the other system menus too [13:57] let me just move to Alt+F10. Then if F10 works through the toolkit, sweet, but at least a11y-wise we can guarantee something [13:58] njpatel, ok. Maybe we should patch Keyboard Shortcut dialog to hide that option, if it only works in metacity [13:58] the alt+f10 option [13:58] but that's a separate issue [13:58] right [14:00] njpatel, thanks! sorry for confusion about whether f10 was working in gtk or not [14:01] np dude, sorry I didn't realise the impact of the change [14:01] mterry, if you want to propose a branch or file a bug and assign to me, then that would be sweet [14:01] njpatel, https://bugs.launchpad.net/unity/+bug/726639 [14:02] sweet [14:02] aruiz, hey, did you notice that lo-menubar aren't displaying submenus for "New" and "Recent Documents" [14:02] aruiz, but i think it is for all the others [14:02] njpatel, though, that bug was about wanting the keys for midnight commander. Maybe it uses alt+F10 too? ;) [14:03] kenvandine, working on it as we speak [14:03] mterry, heh, updated and milestoned [14:03] kenvandine, there is a regression in 3.3.1 [14:03] aruiz, cool [14:03] labels stopped being shown [14:03] and submenus stopped being populated [14:03] :/ [14:03] (some) [14:03] I'm working with the LO guys on this [14:04] aruiz, also, when i open a document the menubar menus go away [14:04] but creating a new document gives me the menubar [14:04] kenvandine, yeah, working on it too [14:04] ok [14:05] :) [14:05] it all became hectic with that regression I'm afraid [14:05] no worries, just making sure it was being addressed [14:05] aruiz, ping me anytime you want me to update the package so users can get the goodies :) [14:06] kenvandine, will do [14:06] I'm in the middle of trying a few different things [14:08] klattimer, have you noticed that the color labels in datetime stop getting displayed over time? [14:08] tedg, ping [14:08] kenvandine: yep, https://bugs.launchpad.net/indicator-datetime/+bug/728956 [14:09] cool [14:10] Howdy rye [14:10] tedg, I am coming from bug #728503 where it looks like a regression in natty for libappindicator/dbusmenu, the same script modifies the menu in latest maverick properly, but it fails to do this in natty. [14:10] Launchpad bug 728503 in libappindicator (Ubuntu) "libappindicator stops updating the menu after gtk.MenuItem is added" [Undecided,New] https://launchpad.net/bugs/728503 [14:10] tedg, hi :) [14:11] tedg, one more thing is that I noticed that when I close the gimp and it adds new entry to the list of closed windows the main Fil menu is also stuck. I need to re-open the window and then File menu updates itself. May be a completely different one though [14:11] rye, Do you have libappindicator 0.2.97? There was a bug in the Python bindings in earlier versions. [14:11] tedg, 0.2.97-0ubuntu1 [14:12] tedg, yes, i also observed that bug, when python bindings were completely broken due to unresolved symbols [14:12] rye, Ah, okay. That's better now :) [14:13] klattimer, that shouldn't be fix committed since it isn't merged into trunk yet [14:14] oh sorry [14:15] * kenvandine changes [14:34] hey all === bregma is now known as bregma|afk [14:49] hey guys === bregma|afk is now known as bregma [15:08] njpatel: didrocks: lamalex: DBO: only 21 bitesizers in the pile. Need more to nom nom. [15:08] jcastro: I added as much as possible recently if you didn't notice ;) [15:09] not sure there are more with the current stack TBH [15:09] I was kind of yelling at the DXers [15:09] not platform. o/ [15:09] I try to start every morning making fun of DBO [15:09] jcastro: who doesn't? :) === _LibertyZero is now known as LibertyZero [15:10] more seriously, there are a lot of possible bitesize pending on design approval [15:11] yeah [15:11] nice work merging in olivier's branch [15:11] * jcastro goes off to get his pic and bio [15:13] yeah, was a nice one from him, should have take time to see why the current implementation didn't work in every case :) === mhall119_ is now known as mhall119 [15:30] jcastro, I tagged one yesterday [15:30] :P if I see more today I'll tag em [15:56] Has anyone seen API recently? [15:56] didrocks1, ping [15:56] I didn't === didrocks1 is now known as didrocks [15:56] When you get time can we go over your maildrop script? If your'e busy now it can wait (I too have other things to work on :P) [15:58] yeah, later please:) [15:58] sure, I was just giving you a reminder [16:00] no worry :) [16:04] klattimer, Do you know how to use the prerequisite branch feature in LP merge requests? It seems like your week numbers one is after the color fix. [16:04] seb128, for https://bugs.launchpad.net/unity/+bug/727714 can I change your whole report to "places needs keyboard navigation?" [16:04] klattimer, I refilled it assuming so, we'll see if that cleans up the diff :) [16:05] lamalex, if you want [16:06] I'm pretty sure once keynev is there, they will be activatable :P [16:23] tedg: sorry, I don't know how to use it as yet, but I'm sure I'll figure it out now you've mentioned it [16:24] klattimer, No problem, it's under the advanced thingy at the bottom. [16:25] Hmm, unity_support_test crashes every time I log in on this old computer over here. [16:25] I might check my aperture window before I file a bug but I'm pretty sure it's not AGP. [16:26] didrocks: got time to talk Places today? kamstrup's not around [16:26] mterry, Hi! it seems that empathy's 'Contact' menu items dont work with appmenu, and also after opening that menu for the first time it becomes blank the next time its opened [16:26] *sighs for empathy menus* [16:27] mterry_, Hi! it seems that empathy's 'Contact' menu items dont work with appmenu, and also after opening that menu for the first time it becomes blank the next time its opened === _LibertyZero is now known as LibertyZero [16:28] om26er, guh, I fixed empathy a while ago. something must have changed [16:28] jcastro: depends on when exactly and what's the topic :) [16:28] mterry_, when you fixed last time, the menu appeared but menu items still didn't work ;) (no effect when clicked) [16:29] now they vanish after openeing [16:29] didrocks: quickly support [16:29] http://www.grillbar.org/wordpress/?p=544 [16:29] these are kamstrup's instructions [16:29] om26er, i remember clicking them and them working, huh [16:30] jcastro: yeah, I tried the python place :) [16:30] didrocks: I am doing a blog about Places [16:30] basically I need to know if we can do "or just fire up quickly and it all magically works!" [16:31] or "we're working on making this magically work in quickly, so please help test now so we can get feedback" [16:31] jcastro: no, someone as to do a template from this [16:31] jcastro: yeah :) [16:31] excellent [16:31] and you need someone to do it or are you assigned to it? [16:31] I'm not assigned, so if someone can do it, it will be better [16:31] not like if I had a life already :p [16:32] ok I will put out a call for a template then [16:32] thanks that's all I needed! [16:32] mterry, also shotwell still have the issues with appmenu, I should report bugs ;0 [16:34] om26er, is this December again? geeze [16:34] mterry_, hehe it pain. so should I file for dbusmenu or appmenu-gtk? [16:35] om26er, probably dbusmenu, I can move if needed [16:36] jcastro: nice! [16:36] jcastro: btw, there is still this Dee file to copy [16:36] (the override one) [16:36] yeah it's in his instructions [16:36] jcastro: will be (ugly) fixed on Monday [16:37] this call is for stalwart pioneers who want something to do this weekend [16:37] ok :) [16:37] jcastro: it works great and it's fun (enjoying it there) [16:38] heh [16:39] oh cool, new mp from alejandro! [16:39] maybe this one will get merged [16:39] pinero? [16:41] unity becomes slow after the use of a few minutes, when its first started its really snappy then becomes slow. this is independent from the number of open applications since it becomes fast after crashing given there are a lot of apps already running [16:42] could that be a memory leak or some other leak ;) [16:42] lamalex: ah yargh, I always confuse him with someone else [16:42] ah === Cimi_ is now known as Cimi [16:44] om26er: hum… can be :/ === popey_ is now known as popey [16:44] om26er: I don't experience that though [16:45] om26er: can be a driver memleak as well, unfortunately [16:45] didrocks, only happens on my netbook, works fine on the PC [16:46] om26er: can worth looking at the graphical card difference [16:47] one is 9800gtx+ the other is 945GM/GMS/GME so could be related to intel maybe [16:48] maybe, will be useful to see which process is mem hungry if there is one [16:48] DBO, I am seeing a bunch of "____ app won't run from launcher" bugs [16:48] and see if that happens with plain compiz as well [16:49] Can I assign these to you to look at, do you have a debugging process for this sort of thing? [16:49] lamalex, i blame the oompa loompa's [16:49] if an app wont run [16:49] all we do is take the .desktop file and tell gio to launch it [16:49] after that it's in gods hands [16:49] even if somehow we confirmed this bug [16:49] do we get a return code if it launchers or not? [16:49] I wouldn't know what to do about it [16:50] like a pid, or something, idk [16:50] beyond "yeah I forked a process"? [16:50] yeah we can see if a fork happened but I *really* doubt thats the case [16:50] what does your code do if a fork doesn't happen? [16:51] fail silently like all self respecting launcher code :P [16:51] DBO, you don't log an error? [16:51] no g_error [16:51] ? [16:51] ok can I submit a patch that changes the launcher icon to a sad face? [16:52] (g_error are for weaks, bamf doesn't have any error :)) [16:52] hahah [16:52] lemme check [16:52] bamf doesn't do the launching though, right? so that's ok [16:53] lamalex, we do one better than not report the error [16:53] we also leak the memory [16:53] in three places [16:53] god we are good! [16:53] that's the punishement to use evil apps :) [16:54] haha [16:54] you must pay for your actions [16:54] I already did [16:54] remember mutter? [16:54] remember clutter? [16:54] I seriously occasionally still have dreams about mutters window stacking methodology [16:55] I think its a very mild form of PTSD [16:55] hah [16:56] DBO: mutter is really that bad? how are gnome folks dealing with it then? [16:57] kklimonda, mutter is that bad if you wish to insert a UI element into the stacking order [16:57] kklimonda, say the gnome folks wanted DND windows (like when you are dragging a file around) to be dropable on the panel [16:57] DBO: Iremember the extensive discussion on that :) [16:57] in mutter, that would be an epic pain in the arse [16:58] so they just sidestep the problem by not doing dnd on panel? :) [16:58] right [16:59] or anywhere that is drawn by mutter [16:59] its actually quite a hilarious shortcoming of mutter [16:59] well not mutter [16:59] of GNOME Shell [16:59] they probably see it as an important feature.. ;) [17:01] kklimonda, they probably dont give a two shakes considering how little GNOME Shell seems to care about working with non-GNOME apps === tremolux_ is now known as tremolux [17:11] DBO: quite frankly I find it disturbing :/ [17:11] kklimonda, telling it like it is [17:12] didrocks, hey... fixed the stuff yesterday and it's kinda work, the only problem now is that compiz crashes if unityshell is enabled, that aside everything seems to be working [17:12] kklimonda, I found myself having occasional conversations with GNOME folks, and frequently when you bring up non GNOME apps the reaction you get is akin to "what about them?" [17:47] didrocks1, how does unity --distro work? [17:47] or rather how do I use it [17:48] seb128, I am not seeing https://bugs.launchpad.net/unity/+bug/727824 with trunk. want to test if it's been fixed already [17:48] lamalex: it's pretty silly, it removes well-known install directories (I have to add nux) [17:48] lamalex: so, it's basically sudo unity --distro [17:48] hah ah [17:48] then, you can launch unity [17:48] yeah, I was tired to remove those by hand :) [17:48] hence the "unity" wrapper just being a dev tool [17:48] :P [17:48] ok [17:49] not end user once compiz can respawn when dying anyway :) [17:52] didrocks1, doesn't remove h/usr/local/lib/compiz/libunityshell.so [17:53] ugh [17:53] hey, why doesn't notify-osd merge messages from the same user again? [17:53] kklimonda, I filed a bug on that the other day [17:54] it was supposed to be a killer feature, and I'm actually surprised when it works ;) [17:54] I think [17:54] lamalex: hum, seems you are using tweaked option then [17:54] lamalex: should be installed by default in your home dir [17:54] (with just cmake ..) [17:54] yah I think that was from a long time ago [17:54] glad it's gone now [17:56] gone and dead :) [17:58] jcastro, got another one for your list :) https://bugs.launchpad.net/unity/+bug/727840 [18:02] nice [18:02] DBO: remember between 2 and 3 is Q+A in here if people ask questions === cjohnston_ is now known as cjohnston [18:05] is there going to be a new build of overly-scrollbar in the ppa? === didrocks1 is now known as didrocks [18:05] om26er: new release on monday [18:08] is there going to be a new build of overly-scrollbar in the ppa? [18:11] om26er: new release on monday [18:11] om26er: you can cherry-pick and build as you do for unity, I'm using the same packaging method :) [18:12] didrocks, yes Sir! [18:36] jcastro, crap... [18:36] hold on [18:36] it's ok it's not like a formal class [18:36] jcastro, I got a conflict today [18:36] just basically pay more attention to the channel for an hour [18:37] noice [18:37] DBO: ok lamalex covered for you last time, maybe he can hang out again [18:37] lamalex, cover for me again? I swear my schedule conspires [18:37] I did what? [18:38] I would never cover for you [18:38] thanks :) [18:38] you're the best [18:38] I'd rat you out first chance [18:38] honestly sometimes I email oubiwann with made up shit you did [18:38] that explains everything [18:38] argh its almost 2 and I haven't eaten yet [18:39] back after lunch and meeting [18:54] heheh [18:56] * kenvandine wonders why tedg is never around when i want to yell at him [18:56] kenvandine, suspicious [18:56] :-) [18:56] :-D [18:57] kenvandine, you can yell at me as an outlet [18:57] he broke dbusmenu in commit revno: 249.2.2, but i am not sure why it breaks :) [18:57] kenvandine, dear dear [19:01] Is anyone else having problem with minimized windows still having mouse focus? === munky is now known as drunknmunky === drunknmunky is now known as illegal_jack === gabon_ is now known as gabon === nhaines_ is now known as nhaines [19:54] jderose: ping === AlanChicken is now known as AlanBell === nhaines is now known as nhaines_ === nhaines_ is now known as nhaines [20:03] need to ask someone about unity ubuntu ? [20:04] can you download this OS and have it upgade my Ubuntu studio ? === darkdevil is now known as Guest97608 === popey_ is now known as popey [20:56] Hey someone with autohide, can you please help me understand what's going on in https://bugs.launchpad.net/unity/+bug/728598 [21:08] lamalex, that's quite odd, I try to explain it to you. You drag & drop a file to the launcher trash icon. The behaviour of the launcher is perfect until you hit the most left pixel of your screen with your pointer. Then the launcher will auto-hide. [21:09] It doesn't matter where you hit the left-most pixel of your screen. Just drag a file to the left-most position and the launcher will hide. [21:15] oh really? ok [21:15] thanks [21:19] tedg, your back! [21:20] tedg, r249.2.2 in dbusmenu is what broke indicator-me status menus [21:20] tedg, but i don't see why [21:20] tedg, just like you thought, the remove stuff [21:21] kenvandine, Sweet! I'll look into it. [21:21] kenvandine, Thanks for breaking that down. [21:21] kenvandine, Which branch are you getting that rev number from? [21:21] hey jono_ http://enemieslist.net/store/index.php?main_page=product_info&cPath=1&products_id=4 [21:22] play a show with them [21:22] or put out a split or something [21:23] trunk [21:23] bzr log -n2 [21:23] i think... now i am not so sure [21:23] one sec [21:25] yeah, trunk [21:25] merged in at 251 [21:26] which has some other things too [21:26] but reversing that specific commit fixes it [22:32] DBO, is this bitesize do you think? https://bugs.launchpad.net/ubuntu/+source/unity/+bug/727702 [22:34] i dont know how much of the launcher relies on .desktop files === m_conley` is now known as m_conley_away === gabon_ is now known as gabon