=== jalcine is now known as JackyAlcine_ === JackyAlcine_ is now known as jalcine === jalcine is now known as JackyAlcine_ === webjadmin is now known as JackyAlcine_ [01:36] thumper, ping! I think the new char comp merge broke the ibus support. As well as using the ctrl for shortcuts... === JackyAlcine_ is now known as webjadmin === webjadmin is now known as jalcine [02:01] thomi, do you happen to have the unity trunk running? [02:05] bschaefer: no, but I could shortly. what's up? [02:05] thomi, well I want to double check for a possible regression [02:05] on all ctrl shortcuts and ibus in the dash [02:05] sure, I'll just build latest [02:06] thomi, thanks, I checked jenkins and it failed [02:06] bschaefer: well, jenkins is rather broken today [02:07] thomi, ok, that would explain the failures [02:07] ok, I'm running trunk [02:07] what should I test? [02:08] the dash clipboard to start [02:08] o [02:08] or [02:08] just type some stuff into the dash [02:08] and try to copy and paste it [02:08] or ctrl+a [02:08] yep - that's broked [02:08] shit [02:08] who did that? [02:08] jay [02:09] ahh, the composition character test [02:09] and njpatel, when they were pushing changes to IMTextEntry for comp char [02:09] yeah [02:09] didn't run the tests before they merged huh? :) [02:09] njpatel said it passed all the test [02:09] well, at least jenkins caught it [02:09] bschaefer: he probably just ran the unit tests [02:09] yeah haha [02:10] thomi, yeah [02:10] thomi, well looks I have a fun night ahead of me :) [02:10] thomi, thanks for confirming [02:10] no problem === jalcine is now known as JackyAlcine_ === JackyAlcine_ is now known as jalcine [02:45] Anyone knows the PPA to add HUD? [02:45] Or should I just test out Precise? [02:45] There is no PPA for HUD for Oneiric, if that's what you're wondering. [02:48] jalcine: yeah, you'll need to test Precise to try HUD [07:36] wasn't the groove shark lens/scope installed by default on 12.04? [07:37] I feel like i didn't have to install it before, but i just did a clean install of 12.04, and it wasn't there anymore === smb` is now known as smb [08:58] angeloc, ping? [09:00] mhr3: pong [09:02] angeloc, i added a comment on https://code.launchpad.net/~angelo-compagnucci/unity-lens-files/fix-for-773841/+merge/96100/comments/207975 [09:04] mhr3: ok. i'm doing it! [09:04] angeloc, thx, it'll be ready to go once done [09:04] nice tautology :P [09:05] mh3r: yes! for prerequisite branch I'm trying to get acquainted with pipelines === zyga-xchat is now known as zyga [09:07] angeloc, prereq branch is just a field in launchpad, i dont think it's integrated with bzr itself... though i might be wrong [09:09] mhr3: ops... the only doc I found online about prereq branch is there http://wiki.bazaar.canonical.com/BzrPipeline. I'm really happy of your info, pipeline seems a big mess tome! [09:10] not just to you :) [09:10] angeloc, just click the resubmit proposal button on top of the merge request, and there's the source + target + prereq fields [09:11] mhr3:gret! [09:11] mhr3:great! [09:13] 'morning guys :) [09:14] mhr3: done! [09:15] mhr3:done also prereq! [09:18] mhr3: launchpad totally rocks! It' really the best software project management tool out there! [09:22] glad you like it ;) [09:48] mhr3: so now to include my branche we have to wait that your branch will be merged cause is a prereq, right? [09:49] MacSlow: hi! [09:49] angeloc, right, but we're frozen now anyway, so nothing gets it right now [09:50] mhr3: frozen for 12.04? so changes will be included in 12.06 right? [09:50] hey loremattei [09:52] MacSlow: hello! Thanks for the review of my patch to unity. Sorry for the missings, I'm new to unity development. [09:53] angeloc, no, fixes can still get in, but we want to release 5.6, so trunks are frozen... [09:53] loremattei, no worries... that's what we're here for :) [09:53] loremattei, just ask anything while you're going along the learning process [09:54] MacSlow: Thanks. The paperwork is now done. I'm going to write down the autopilot tests, but I actually have some troubles with running it. [09:54] MacSlow: I've found this link: https://wiki.ubuntu.com/Unity/QA/Autopilot [09:54] loremattei, got to be on a meeting any moment... but I can help out in ~15 min. [09:55] MacSlow: ok! thank you! [09:55] ok, so new fixes will be in unity 5.8! [10:43] mhr3, ping [10:43] davidcalle, pong [10:44] mhr3: there is bug 770126 that is like something i fixed [10:44] Launchpad bug 770126 in unity-place-applications (Ubuntu) "Alt+F2 - ssh:// and smb:// access doesn't work in Unity (should open Nautilus)" [Wishlist,Confirmed] https://launchpad.net/bugs/770126 [10:44] mhr3: where to look for alt-f2? [10:45] mhr3, would you have the time to do to the music lens what you did to the gwibber one? I'm looking at the TreeIndex merge and I'm a bit overwhelmed by the complexity of it. [10:47] angeloc, it's in the applications lens (runner.vala) [10:48] mhr3: thank you! the bug is assigned, I think I can fix it, I reassing it to me? [10:48] davidcalle, yea, i can do it at some point, could you do at least a simple substring search for the time being? [10:48] mhr3, already done. [10:49] mhr3, thanks [10:49] angeloc, feel free to work on it, seems like it was never finished [10:50] mhr3, i tkink so [10:50] davidcalle, can you open a bug about it and assign to me? [10:50] mhr3, sure [10:50] davidcalle, thx [11:03] davidcalle, btw if the rb scope is now mostly working and can even search, y u no mp it? :) [11:04] hi, can any one tell me if there is a scripting language to tweak unity, if yes, please where can i found documentation about it? [11:06] mhr3, right. :) [11:07] mhr3: there is something wrong with my code, i modified the regex concatenating string + TLD_REGEX + string [11:08] mhr3: now c compiler (after valac) cannot compile because TLD_REGEXP is not expanded and gcc cannot compile [11:08] mhr3: _tmp8_ = g_regex_new ("(http[s]{0,1}://.+){0,1}" "[a-zA-Z0-9\\-\\.]+\\." TLD_REGEX "$", G_REGEX_OPTIMIZE, 0, &_inner_error_); [11:09] angeloc, how did you define TLD_REGEX? [11:09] const string = "..." [11:10] angeloc, pastebin the diff pls [11:13] mhr3: http://pastebin.com/TX50euF3 [11:14] angeloc, you need to define consts outside of methods [11:14] mhr3:generally i'm not so stupid ... [11:15] angeloc, it's actually a bug in vala... [11:15] mhr3: fiuuu :) [11:16] angeloc, also the idea is to use fewer lines now that you dont need to align it with the method call params ;) [11:17] mhr3: you don't like string wrapping? I can remove in istants! [11:17] mhr3: i think it's more readeable [11:19] angeloc, no, i do, but it limited you to like ~40 chars [11:19] now you can use ~70 per line ;) [11:19] ok! [11:22] mhr3: done! [11:22] mhr3: going to eat something, bye [11:38] hi API. you're Alejandro, aren't you? [11:57] chrisccoulson, hi again, sorry network problems [11:57] hi API. not sure if you saw that i subscribed you to mozilla bug 733712 ;) [11:57] Mozilla bug 733712 in Disability Access APIs "Stack exhaustion crash in getNameCB with atk 2.3.91" [Critical,New: ] http://bugzilla.mozilla.org/show_bug.cgi?id=733712 [11:59] uh, no, I missed it [11:59] thanks [11:59] well, it seems that I will need to revert that change [12:00] API, yeah, we did that in ubuntu already just to unbreak firefox for now [12:00] at least initially to solve this [12:00] thanks [12:00] well yes, but if firefox is affected probably others will be [12:00] so probably it would be better to just revert that change [12:00] and then think on something [12:01] not sure if I'm in time to make a new release [12:01] cool, thank you :) [12:01] at least for 3.3.91 [12:01] I will ask on gnome #release-team === _salem is now known as salem_ [12:05] JanC: So I actually managed to make dconf + lockdown/disable-lock-screen work. When I set it using dconf disable-lock-screen true on the command line, my own user actually can't lock screen anymore. But the buttons are still there, which threw me off the trail. [12:05] JanC: So that means that the important code is actually there, -- but not the "hide when disabled" part. [12:06] chrisccoulson, it seems that I'm in time to make a new release [12:06] so alghouth alexander proposed to add a reentrance guard [12:06] JanC: And also, I need to understand how dconf works, -- because I have to explicitly set it in the session in order to work. So need to find out how to do systemwide dconf settings (actually, for all the computers), and have it have it disabled there. [12:06] I think that I will just revert the change [12:07] to ensure that the change will be in this release [12:07] excellent, thanks :) [12:13] umm... has somebody fixed bug #932906 ? can't reproduce on 5.4.0+bzr2057ubuntu0+654 [12:14] Launchpad bug 932906 in unity (Ubuntu) "HUD loses keypresses for the first second after opening" [High,Triaged] https://launchpad.net/bugs/932906 [12:15] rye: yeah, it's fixed in trunk :) [12:15] didrocks, sweeeeeeeeeet. [12:17] i start to see the value of hud - virt-manager indicator - open machines [12:17] rye: changing the milestones, thanks for the highlight btw :) [12:17] didrocks, you are very welcome, and thank you very much! === MacSlow is now known as MacSlow|lunch === zyga is now known as zyga-afk [12:49] chrisccoulson, I have just made a 2.3.93 ATK release [12:49] API, thanks for that [12:49] chrisccoulson, thanks to you, for pinging me === zyga-afk is now known as zyga [13:02] Cimi: ping [13:02] mhall119, pong [13:03] Cimi: do developers have control over whether or not to use ayatana-scrollbars in their app? [13:03] mhall119, yes [13:03] mhall119, they could set the environmental variable at the startup of their app to 0 [13:03] Cimi: do we have some documentation explaining how to use them/not use them [13:04] g_setenv ("LIBOVERLAY_SCROLLBAR", "0", TRUE); [13:04] is that all? [13:04] yep [13:04] they can't change things on a per-scrollarea basis [13:04] just after gtk_init I'd say [13:04] mhall119, no [13:04] ok, thanks [13:05] MacSlow|lunch: ping [13:05] mhall119, but you could in theory [13:05] mhall119, call g_object_new instead gtk_scrollbar_new [13:05] and get the OBJECT you want [13:05] Cimi: if that's not a method we want to promote, then I'm not going to include it in our docs [13:06] no then [13:06] ok, thanks [13:08] Huh.. I can't seem to use the mouse scroll wheel in Gnome-terminal and gwibber anymore. === jalcine_ is now known as jalcine === MacSlow|lunch is now known as MacSlow [13:37] mhall119, what's up? [13:38] MacSlow: hey, just wanted to check if https://wiki.ubuntu.com/NotificationDevelopmentGuidelines was still up to date === kiwinote_ is now known as kiwinote [13:38] and if http://www.galago-project.org/specs/notification/0.9/ was still the proper API to follow for app developers to use notify-osd [13:38] mhall119, basically yes... [13:39] any caveats that I should be aware of before we copy/paste them to developer.u.c? [13:40] mhall119, regarding the fdo/glago spec... it still applies minus our different handling of timeouts (ignoring them, just n-osd controlled) and actions (not allowed by n-osd) [13:41] Daekdroom, interesting, me too - gnome-terminal is not scrolling with trackpad scrolling feature. Is that what gtk change for smooth scrolling was about? [13:42] Well, both gnome-terminal and gwibber do not use smooth scrolling. [13:42] MacSlow: thanks for the update [13:43] At first I thought it was a overlay-scrollbar issue. Hence why I mentioned it here, but it might be GTK indeed. === tokarbol_ is now known as tokarbol [13:52] Daekdroom, there was something about this yesterday here [13:54] no, can't find it [13:55] and: re bug for the windows not appearing in alt tab - that's 937898 [13:59] Daekdroom, rye: scrolling is known to be broken on gtk3,i386 xorg input driver bug [13:59] it's being worked [13:59] well "mouse wheel scrolling" (and likely equivalent pad scrolling) [14:00] you can use page up,down on the keyboard or scrollbars [14:00] Not sure if it's the right place to ask, but - is it possible to define multiple default keyboard layouts to unity-greeter? Config or somewhere in source? [14:00] seb128, hm, i am on x86-64 [14:00] * rye checks [14:01] rye, is scrolling broken in all gtk3 apps? [14:01] I'm on AMD64 too. [14:01] weird [14:01] For me it's only broken in Gwibber and Terminal. [14:01] seb128, well, gnome-terminal is broken, nautilus is ok [14:01] can you guys do a "xinput list [14:01] xinput list [14:02] then figure the number for your mouse,pad,whatever === jalcine is now known as JackyAlcine_ [14:02] xinput list that and grep for increment [14:02] what is the increment value? [14:02] For master pointer, right? [14:02] seb128, http://paste.ubuntu.com/873031/ - no increment [14:03] sorry [14:03] Oops. I mean, master keyboard. [14:03] rye, you picked the wrong device [14:03] Wait. [14:03] "Virtual core XTEST pointer id=4 [slave pointer (2)]" [14:03] that's not a real device [14:03] Hm. I should get some sleep later. [14:04] ⎡ Virtual core pointer id=2 [master pointer (3)] [14:04] Is that it? [14:04] no [14:04] can you pastebin "xinput list" [14:04] seb128, http://paste.ubuntu.com/873036/ [14:04] rye, ok, yours is a different issue [14:04] so maybe g-t,vte needs an update to deal with the new gtk [14:04] siny! [14:04] shiny! [14:04] I couldn't test here [14:04] scrolling is just broken on i386 [14:05] in any gtk3 app [14:05] the driver return a buggy increment [14:05] http://paste.ubuntu.com/873040/ [14:06] yeah, ok, you guys have a different bug === JackyAlcine_ is now known as jalcine [14:09] bug #948612 - filed yesterday [14:09] Launchpad bug 948612 in gtk+3.0 (Ubuntu) "gnome-terminal does not scroll with mousewheel" [Undecided,Confirmed] https://launchpad.net/bugs/948612 [14:10] also, the menu part is true too - can't hover the menus [14:11] the global menu i mean - the menu gets open, but browsing through it does not change anything [14:22] rye, I don't think that's the bug that's affecting me. [14:22] I can scroll up in gnome-terminal by clicking the overlay scrollbar, and global menu is working fine for me too [14:24] Daekdroom, i can't grab the overlay scrollbar thumb in gnome-terminal o_O === jalcine_ is now known as JackyAlcine_ === JackyAlcine_ is now known as webjadmin [14:26] rye, I doubt that bug is a gtk one === webjadmin is now known as JackyAlcine === JackyAlcine is now known as jalcine_ === jalcine_ is now known as jalcine [14:26] rye, like g-t or vte needs updating for the g-t issue, dunno about menus [14:27] seb128, will ass gnome-terminal to the bug too then [14:28] rye, no, please just reassign [14:28] rye, having several components on a bug is making them annoying to work with [14:28] seb128, checking w/o overlay scrollbars first, ok, understood [14:35] erm, was the LIBOVERLAY_SCROLLBAR=0 env var handling removed? [14:41] rye, no [14:42] ok, cool, it is overlay-scrollbar-independent === chaoticuk_ is now known as chaoticuk [15:01] seb128, this is what i was telling about the menus - https://launchpadlibrarian.net/95763208/out.ogv [15:01] talking about [15:02] rye, is that unity-3d? [15:02] seb128, yes, bug #948612 [15:02] Launchpad bug 948612 in gnome-terminal (Ubuntu) "gnome-terminal does not scroll with mousewheel" [Undecided,Confirmed] https://launchpad.net/bugs/948612 [15:02] umm [15:02] no [15:02] ok, weird, I don't get that here [15:02] bug https://bugs.launchpad.net/bugs/949029 [15:02] Ubuntu bug 949029 in gtk+3.0 (Ubuntu) "[precise] Menus no longer react to mouse movement" [Undecided,New] [15:03] seb128, are you using trunk unity? [15:03] yes [15:03] oh, i wil need to test this in unity2d too then [15:03] aha [15:03] buttons don't highlight too [15:03] in gtk3 apps [15:04] rye, weird [15:06] angeloc, why still so much free space when defining the const string? [15:06] mhr3: to make it enters my low-res monitor... [15:07] mhr3: how many lines i have to shrink [15:07] angeloc, i'm all for doing 80 chars per line, but why not just string =\n "fooo" [15:08] instead of string =\n "fooooo" [15:08] ie same rules as blocks [15:09] mhr3: you are right, there is to much blanks before strings ... sometime i'm really stupid! [15:09] 100% reproducible, in both unity and unity2d [15:16] mhr3: done codestyle fixed|! [15:17] angeloc, now it's awesome, thx! :) [15:17] mhr3: :) [15:21] webm0nk3y, have your gtk3 windows stopped reacting to mouse movements too? [15:23] rye: yes [15:23] oh gtk3? [15:24] rye: terminator works with the mouse [15:24] webm0nk3y, well, global menu , like in the video of bug #949029 [15:24] Launchpad bug 949029 in gtk+3.0 (Ubuntu) "[precise] gtk3 apps no longer react to mouse movement in their windows" [Undecided,Confirmed] https://launchpad.net/bugs/949029 [15:24] mhr3:thank you very much! [15:25] angeloc, thank *you* [15:27] rye: I don't know what the mousewheel behavior is supposed to be in a menu...never used it [15:28] mhr3:your support was invaluable! [15:31] webm0nk3y, that's not the mousewheel, that's just hovering the mouse [15:32] rye: oh....yes I saw that.. however it started working after i used the keyboard to move the selections up and down, [15:33] rye: once i used the keyboard once, it kept working for everything...very odd === jalcine is now known as JackyAlcine_ === JackyAlcine_ is now known as jalcine [16:41] mhr3: I don't know if I made a mistake, but i asked you fro review! https://code.launchpad.net/~angelo-compagnucci/unity-lens-applications/fix-for-770126/+merge/96394 [16:43] angeloc, k, added to todo [17:05] davidcalle: hi! [17:05] loremattei, hey! [17:07] davidcalle, during past days I played a bit with graphicdesign lens a deviantart scopes porting both to unity 5. Do you agree about pushing them on launchpad? [17:08] loremattei, of course! They are currently being proposed for inclusion in Oneiric Software Center. So, it would be a perfect timing. [17:09] davidcalle, ok! :) So I'll push them and file a merge request. [17:10] loremattei, nevertheless, I will make some modifications to them before putting them in the PPA, the scraping part can be improved a lot. [17:10] loremattei, thanks a lot :) [17:12] mhall119, ping [17:12] davidcalle, ok. Thank you! [17:13] davidcalle: pong [17:15] mhall119, I've made a small merge prop on singlet, have you looked at it? [17:16] davidcalle: not yet, I'll check it out though [17:16] thanks [17:17] mhall119, ok. It's just a small thing to handle filters in a better way. [17:18] ah, good one === zyga is now known as zyga-food [17:35] Hi all! === chrisccoulson_ is now known as chrisccoulson === andyrock|zzz is now known as andyrock === zyga-food is now known as zyga [18:59] which package to assign on bugs on the Unity dash? [18:59] hggdh, unity, unless it's specific to a lens/scope. [18:59] thank you === yofel_ is now known as yofel [21:24] tedg: ping [21:26] mhall119, Howdy [21:26] hiya tedg, I was wondering when you were going to have a change to write HUD pre-seeding blog/documentation/something [21:27] mhall119, Uhm, honestly, I'm not sure. [21:28] tedg: is it complicated to do? [21:28] if not, even just a single paragraph and some sample code will suffice [21:31] mhall119, Well, the 140 character answer is: use HUD, do a hud-dump-application and that's the file you need. Put it in /usr/share/indicator-appmenu/hud/app-info and you're good :-) [21:31] mhall119, But the instructions so be a bit more verbose than that :-) [21:32] yeah, something explaining what things in that file are and how they affect HUD would be needed === salem_ is now known as _salem === jalcine is now known as JackyAlcine === JackyAlcine is now known as jalcine [23:28] bkerensa: hey