=== Omega- is now known as Omega === API is now known as Guest1621 === Guest1621 is now known as apinheiro === MacSlow is now known as MacSlow|brb === lool- is now known as lool [08:29] good morning === chrisccoulson_ is now known as chrisccoulson [08:37] hello [08:49] njpatel, one question, looking at this method QuicklistView::IsMenuItemSeperator(int index) [08:50] and at the objects [08:50] it seems that a quicklistmenu item can have a label, no matters if it is a quicklistmenuitemlabel or not [08:50] right? [08:51] hmm, the question is not really clear [08:52] can I assume that only quicklistmenuitemseparator will be a separator? === MacSlow|brb is now known as MacSlow [09:16] apinheiro, yes, you can assume that safely :) [09:27] njpatel, ok, thanks [09:35] njpatel: Heya! Do you think you'd have time to give a session at User Days about Unity Lenses? https://wiki.ubuntu.com/UserDays [09:35] (Mostly about using) [09:39] nigelb, I _should_ be able to, but I'm not sure if I'm away those days, let me find out and get back to dyou [09:43] njpatel: Great! Thanks. Once you're sure you can pick a slot yourself or just let me know whats a convinient time :) [10:35] any comments on whether that's a sane approach http://pastebin.ubuntu.com/689057/ to fix https://bugs.launchpad.net/unity-2d/+bug/801073 ? [10:35] Ubuntu bug 801073 in unity-2d "[dash] Dash is shown when pressing and releasing quickly super+KEY" [High,Triaged] [10:36] what I'm yet unsure how to follow on, are custom shortcuts for other LauncherItems [10:37] and now that I think about it, it won't help with shortcuts interpreted outside of the launcher :/ [10:37] e.g. what's mentioned on the bug - using Super+Tab to switch between windows === MacSlow is now known as MacSlow|lunch [10:53] Kaleo: ^ [11:07] Saviq: that won't do it unfortunately [11:07] Saviq: it has to work for any key press happening at the same time as the super tap [11:07] Saviq: that is, for keys that Unity 2D does not control [11:07] yeah I know [11:08] Saviq: just read your comment :) [11:08] Saviq: ok :) [11:08] ah so you mean if during SuperkeyHeld [11:08] any other key is pressed [11:08] just ignore that [11:08] Saviq: yes [11:08] so we need to monitor all the other keypresses [11:08] Saviq: for example, some laptops for some reason use Super+L for switching video output [11:08] Saviq: that's right [11:09] Saviq: and we don't want the dash to show up when the user presses Super+L quickly [11:09] yeah obviously [11:09] ok, on it [11:10] Saviq: thanks === MacSlow|lunch is now known as MacSlow [12:02] my unity-2d-panel right now is taking up 865M resident [12:04] I'm running 'system-load-indicator', could that possibly causing leaks in unity-panel-2d ? === zyga is now known as zyga-food === zyga-food is now known as zyga [14:44] mardy, hey would you like me to review the grid_view stuff you did? [14:44] greyback: sure, you're most welcome! :-) [14:45] mardy, ok, I wasn't certain what "Abstain" meant [14:47] greyback: I accidentally set it on "resubmit" myself, then I didn't find a way to remove my own review, so I changed it to "abstain" :-) [14:48] mardy: aha, see :) [14:50] mardy, interestingly, you've also managed to fix something I just logged: bug:850036 [14:51] greyback: good to know! :-) [14:51] mardy: hmmm, no, not quite :( [14:51] greyback: I hope it doesn't make it worse, at least :-) [14:52] mardy: it's working a lot better anyway. That was a nasty bug [14:55] mardy: oh you're really gonna hate me now! [14:56] greyback: maybe ;-) [14:57] Kaleo, hi [14:58] davidcalle: hi [14:59] Kaleo, are you the one who implemented the HorizontalRenderer in Unity-2D? [15:01] davidcalle: yep [15:02] Kaleo, great, I have a small problem with it, non square images are enlarged to fit the tile http://ubuntuone.com/4hJIk1CeAboeNXsKv0T1ZP [15:02] Kaleo, do you want a proper bug report on this? [15:10] davidcalle: I'm not sure I see the non square case in that screenshot [15:10] davidcalle: definitely, a bug report would be grand [15:12] Kaleo: "would be grand" :P [15:12] Kaleo, silly me, it sure could be useful to provide you a reference... Same icons with the vertical renderer http://ubuntuone.com/1SSTc5J23VFLFK5piS9GAD Bug report on its way, thanks a lot :-) [15:14] greyback: :p [15:14] davidcalle: got it :) [15:14] davidcalle: excellent, thank you for that [15:15] mpt: hey [15:16] mpt: can I get your opinion of https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/834495 ? better to have icons that are almost invisible in some themes, or no icons at all? [15:16] Ubuntu bug 834495 in network-manager-applet (Ubuntu) "Edit Connections tabs have wrong-color mono icons" [Medium,In progress] [15:17] unfortunately special-casing the icons to ship dark when the theme is light and the other way around would be complicated [15:30] In some cases especially with the panel at some level of transparency. Mono icons become invisible when opening the dash as the panel changes colour too. Usually happens with light panel+dark icons [15:46] cyphermox, that's a false choice, it works in 11.04 [15:47] and I'm pretty sure there was a bug report about it previously [15:47] mpt what do you mean? [15:47] it "works" in as much as the icons are already there, but afaik they would be just as not very visible [15:47] Basically the menu should be using -symbolic, which mono provides, while the Edit Connections window uses the standard icons that don't [15:47] -symbolic? [15:47] "don't" = "mono doesn't provide, I mean [15:50] both things use the exact same icons [15:50] cyphermox, exactly, they shouldn't [15:50] this is done because normally the icons will match the theme throughout, what nm-connection-editor does is ask what theme is used, that's all [15:53] cyphermox, what does it do with that information? [15:53] well, just get the theme used, to know what the icon theme is, then load the icon from that theme [15:54] cyphermox, why does it do that? Why doesn't it just use the icon name? [15:55] mpt, it's equivalent. just getting the icon name will also get the one from the current theme [15:55] you ask for the icon name, the theme will be used unless the icon is unavailable, then it will start to use fallbacks [15:55] however the icon *is* always availa [15:56] because it's the same as we use for the indicator icons [15:56] (or largely the same, especially for wired) [16:00] cyphermox, what are the names of the icons used? [16:01] nm-device-whatever; so -wired, -wireless, -wwan and -unknown, IIRC [16:01] -unknown is a possibility but should never be reached, so we can safely forget it [16:01] oh, I forgot -vpn [16:04] cyphermox, so, the mono themes should provide, and the network menu should be using, -wired-symbolic, -wireless-symbolic, -wwan-symbolic, etc [16:04] cyphermox, then Humanity or Hicolor should provide, and the Edit Connections window should be using, -wired, -wireless, -wwan, etc. [16:06] can you point me to where this symbolic stuff is defined? I know nothing of it and it all sounds a little confusing [16:06] e.g. defined as in documented [16:06] Depending on the age of the code it might be using -panel rather than -symbolic [16:08] aha [16:08] I can't find anywhere on my system an icon named -symbolic (and -panel has *very few*) [16:08] cyphermox, bug 541882 is where the equivalent bug was fixed for the Sound Preferences. [16:08] Launchpad bug 541882 in ubuntu-mono (Ubuntu) "Ambiance panel-style volume icons look ghostly elsewhere" [Low,Fix released] https://launchpad.net/bugs/541882 [16:09] Looks like maybe it is supposed to be -panel, to avoid clashing with future -symbolic icons that work differently. [16:30] cyphermox, oh, snap [16:30] we commented at the same time [16:30] d oh [16:30] :) [16:30] well, I understand it better now, though I'm pretty unhappy that this means yet more delta from upstream and debian [16:30] but I think with careful work, this can be corrected [16:31] cyphermox, there shouldn't be any delta except in the menu, which is all delta anyway, right? [16:31] And why do you need new icons at all? [16:31] mpt: less and less [16:31] I'm working on getting the patches upstream [16:31] Well then, even in the menu, exactly the same code would work regardless of theme [16:32] If you're using an icon theme that doesn't have -panel icons, it falls back to the standard ones [16:32] well, seems to me like it should be new icons, ubuntu-mono needs to have a dark version of say, nm-device-wired, and a light version. the light one will be used in the panel, the dark one in the UI. [16:32] past that I don't really care much how they are done or what the name is, as long as it's implementable in code and doesn't destroy other themes [16:33] cyphermox, are you sure that Humanity or Hicolor or something else in the fallback stack doesn't have them already? [16:33] pretty sure [16:33] cyphermox, well if they don't, why doesn't it malfunction upstream? [16:34] Does upstream have versions of Humanity or Hicolor that have more icons than ours? [16:34] hicolor just has colored icons, and that works no matter if your panel is dark or light [16:34] cyphermox, right, that's what you want here [16:35] Again comparing to the Sound Preferences, the volume icons there are slightly colored too [16:35] but the name of the icon used in the code is always the same here, I use nm-device-wired for both the panel and connection editor, that's how it's done upstream [16:35] cyphermox, exactly! [16:36] cyphermox, so step 1, change the names in the menu code, adding -panel [16:36] Step 2, change the names in the mono theme, again adding -panel [16:37] The Edit Connections window code remains unchanged [16:37] mkay, now this makes sense [16:39] mpt: finally, you know the icons will look different in ubuntu-mono and humanity at least for wired? [16:40] in ubuntu-mono we have arrows, in humanity what I find now is two connectors of some sort, looks a bit like a belt [16:40] cyphermox, if anything, that's a feature ... Mono's wired icon is not very good :-) [16:40] alright. [16:41] care to update the bug so that it's clear as you described it above? [19:20] hey [19:20] is unity-2d-panel leaking extremely badly for others ? [19:21] guys [19:21] i removed unity it was so slow but i loved global menu . i want it back (i mean global menu) can you help me? [19:21] I'm using 4.6.1-0ubuntu1, its been up for < 8 hours, and sucking 1.1G resident. [19:22] Kaleo, ^ ? [19:22] noone will help i think [19:23] mamed, you could try unity-2d. i dont think that the unity panel was expected to function without the rest. [19:26] smoser: is it unity-2d-panel or the unity-panel-service (bug 835646)? [19:26] Launchpad bug 835646 in unity (Ubuntu) "unity-panel-service memory leak when starting various applications" [High,Confirmed] https://launchpad.net/bugs/835646 [19:26] unity-2d-panel is what shows in top [19:26] ok, then that's not that [19:27] i run 'system-load-indicator' which might be what differenciates me from stock [19:28] i just killed unity-2d-panel, and quit the system-load-indicator. i'll see if that is less leaky [19:28] smoser: i'm running that here as well, though using normal unity. haven't seen it leaking. [19:38] well, its visably still leaking for me. started off at 32M resident, its alrady up to 46M in 10 minutes. [19:40] smoser: hi, let me see [19:41] smoser: that's not good, can you file a report with the specifics of your configuration please? [19:43] Kaleo, what sort of specifics ? [19:43] bug 850320 opened [19:43] Launchpad bug 850320 in unity-2d (Ubuntu) "bad memory leak in unity-2d-panel" [Undecided,New] https://launchpad.net/bugs/850320 [19:44] smoser: that gotta be similar to bug 835646 - you can trigger the memory raise by opening any program [19:44] Launchpad bug 835646 in unity (Ubuntu) "unity-panel-service memory leak when starting various applications" [High,Confirmed] https://launchpad.net/bugs/835646 [19:44] e.g., check mem usage, run start and quit gimp, check mem usage again [19:44] hm... htorque i dont know. i dont start a lot of GUI problems. [19:44] programs. [19:45] i dont actually think i've *started* an X11 program in the last 15 minutes [19:45] i do use 'gnome-open' fairly extensively though for opening urls in firefox. [19:46] smoser: maybe just coincidence, will monitor it a bit and confirm if it raises on without any action. [19:46] well its hard to do *no* action [19:46] :) [19:46] heh, true [19:46] for one, you just made my launcher panel come out, and the indicator panel light up by saying my name [19:48] i'll let others figure out if its a dupe or not. [19:50] smoser: did you switch between windows a couple of times during that period? seems to raise on every switch here (~500kb each time). [19:52] yeah. switching desktops seems to make it leak [19:56] Hi. What is ayatana doing exactly? I mean...is it managing Ubuntu look and feel and thinks like that? [20:00] ? [20:02] macer1: it tries to improve the user experience of ubuntu and applications on ubuntu [20:03] cool :D [20:03] so yes look and feel are all part of what ayatana does [20:03] https://wiki.ubuntu.com/Ayatana [20:04] I am running oneiric now. Ayatana made very good work on imporiving user experience :) [20:04] :) [20:06] i want to report a bug about some dropped gestures/keys like Ctrl+D in compare to natty. does it affect ayatana or only unity? [20:07] maybe ayatana deleted Ctrl+D to show desktop, to give better user experience :D [20:13] macer1: yes it affects ayatana [20:14] if it is a design change, it affects ayatana [20:14] hmm...is there a list of changes like that? [21:17] tedg: what's the correct, modern way to save and restore an app's window size and position? [21:17] jderose, Great question :-) [21:17] jderose, It seems to be falling on apps to do today, but my personal believe is the WM/session manager should help there. [21:17] hehe [21:17] jderose, But they're not today. [21:18] belief [21:18] yeah, it does seems like a weird thing for the app to manage... so that being the case, how should an app to this? what's "the tedg way"? :) [21:24] jderose, You can just grab your position from you window and restore it. Honestly, i think you probably should just have a good default. [21:24] yeah [21:24] It's quick to maximize, which is really what most people want anyway. [21:24] Especially with a video editor. [21:25] yeah :) [21:28] tedg: so just call Window.maximize() before I call Window.show_all()? === tremolux_ is now known as tremolux