=== andyrock is now known as andyrock|zzz [01:18] hi, what binary launches the HUD in unity2d? === jalcine is now known as jacky [04:33] thomi, hmm do you know why jenkins hasent ran since my last push? [04:34] nope, but I can poke it if you like [04:34] that would be awesome [04:34] I just want to get the video of the ibus-setup thing, I guess ibus-daemon doesn't autostart for unity [04:35] OK, it's running now [04:35] thanks! [04:36] also just got a VM up, from the daily build. Im hoping I can reproduce it on here... [04:36] cool! [04:41] I think Ill parse that install list to install all of those on my VM hm that'll be fun === jacky is now known as JackyAlcine [04:45] bschaefer: so I got the PXE CD built, but now I've hit another roadblock: I can't figure out how to get virtualbox PXE botting working correctly === JackyAlcine is now known as Jacky === Jacky is now known as jacky [04:45] :( [04:45] I'm half way there, but it doesn't find the correct PXE config file :-/ [04:46] that's weird I've had to change a setting before but that was PAE I think [04:46] the documentation is worse than useless [04:47] it starts the boot process, then fails when it can't find the config file [04:47] what VM are you using? [04:47] VirtualBox? [04:47] yes [04:48] that's weird, I can try to set up a PXE as well [04:48] it should be simple - I'm sure I'm doing something really basic wrong [04:49] have you set up the network? [04:49] all you should have to do is create a folder in ~/.Virtualbox called 'PXE' [04:49] so you can ssh into it? [04:49] o really? [04:49] then put the .pxe file in called "vm_name.pxe" [04:50] see: https://www.virtualbox.org/manual/ch06.html#nat-tftp === bkerensa is now known as Tester === Tester is now known as TesterBlah123 [04:50] thomi, hmm Im reading this other thing that says you have to change your boot order [04:50] under settings, so the network boots first [04:50] you need to do that also [04:51] yeah [04:51] and the Intel network driver doesn't work so well for some people === TesterBlah123 is now known as bkerensa [04:53] hmm that's odd. Have you gotten the image installed? [04:53] or does it just fail now when you try to boot into it [04:53] thomi, also did you install guest additions? [04:54] bschaefer: you can't - no OS until it boots [04:54] o dam... [04:54] anyway, I'm 99% sure it's just a configuration issue on the host machine [04:54] what if you changed the boot order to get into the OS [04:54] could be [04:55] there is no OS [04:55] there's no disk even [04:55] it's a diskless VM [04:55] ooo, ok [04:55] :) [04:55] under your network settings have enabled a second adapter? [04:56] I had to enable a second one to ssh into my VM, so maybe you'll have to add an adapter [04:57] * bschaefer is not that good with networks [04:57] haha [04:57] Im trying to get better, there is always so much to learn [05:01] thomi, https://jenkins.qa.ubuntu.com/job/dx-autopilot-fix-ibus/27/ [05:01] umm did some test pass?? [05:03] that's odd. More likely some tests were removed [05:03] ...or skipped [05:03] the test results UI is pretty confusing though [05:03] hhhhmmmmmmmmm it says fixed [05:04] some do, also there appears to be active input methods in the engine list!! [05:13] thomi, WTF!! https://jenkins.qa.ubuntu.com/job/dx-autopilot-fix-ibus/27/label=1EBEE0FF-DAC9-11DF-BBDA-64A98C34D485/artifact/artifacts/autopilot.tests.test_ibus.IBusTestsHangul.test_simple_input_hud%20%28transmission%29.ogv [05:14] bschaefer: O.0 [05:14] what's that test failing on? [05:15] https://jenkins.qa.ubuntu.com/job/dx-autopilot-fix-ibus/27/label=1EBEE0FF-DAC9-11DF-BBDA-64A98C34D485/testReport/autopilot.tests.test_ibus/IBusTestsHangul/test_simple_input_hud_transmission_/? [05:15] incorrect string [05:16] odd, but why is it typing... [05:16] I can't find which video where the first test_ibus_setup activates the first engine... [05:16] some of the videos show an active engine also [05:21] thomi, oooo i think I have an idea on whats going on [05:21] o rly? [05:21] open ibus-setup [05:21] and go over a tab [05:21] and remove all the active engines [05:22] and you see that checkbox at the top? [05:22] check it [05:22] yup [05:22] Customize active Input Method [05:22] it was for me already [05:22] really? [05:22] yep [05:22] so it should be off now [05:22] oh ok [05:23] let me run a test. What I think it does is lock the active engines [05:23] ahhh, you think that checkbox is cleared on the jenkins instance? [05:23] but if you have none you cant add any [05:23] yeah [05:23] worth a shot - we can set that checkbox to ON on as part of the ibus emulator [05:23] and my stupid test-ibus-setup went stupid and unchecked it [05:23] ooo [05:23] sweet [05:23] let me double check with a test to confirm that it fails [05:25] thomi, yay it failed the same way [05:26] Ill look at setup.py to see how to set that on/off [05:26] \o/ [05:26] main.py [05:26] haha [05:26] yeah [05:27] it'll be something in the config - we just need the section name and config option name [05:28] ok, hopefully I can find it :) [05:29] I think I found it... [05:29] I thin it's preload_engine_mode [05:29] * thomi is testing [05:30] alright, I need to get better at finding those, I had a file opened once that had those but now I can't find it haha [05:31] yup, that seemed to do the trick. I'll patch the ibus-testing branch [05:31] sweet! [05:31] do you want to remove my function? [05:32] it does some odd stuff... [05:33] thomi, where did you find that preload_engine_mode? Im greping the entire ibus directory and cant find it :( [05:33] * bschaefer might have the wrong version of ibus... [05:33] line 73 of main.py [05:34] wow, guess Im using the wrong ibus [05:34] I cheated and just bzr branch lp:ibus [05:35] ummm.. I was looking at /usr/share/ibus/main.py [05:35] I usually download the source [05:35] but I don't know why I didn't think to look in the actual one being used.... [05:37] hmm mines on line 217 of main.py o well [05:50] bschaefer: OK, I've just kicked off the build with that fix in it [05:51] thomi, did you remove my function? [05:51] no [05:51] because that could cause some problems [05:51] oh ok [05:51] yeeaah, I have it press right, enter, enter at first to activate the ibus-daemon [05:52] but for later run it messes it up and starts toggling random stuff on/off haha [05:56] cool thanks! Lets see what happens :) [06:08] ugg [06:10] thomi, https://jenkins.qa.ubuntu.com/job/dx-autopilot-fix-ibus/31/label=1EBEE0FF-DAC9-11DF-BBDA-64A98C34D485/artifact/artifacts/autopilot.tests.test_ibus.IBusTestsHangul.test_simple_input_dash%20%28document%29.ogv [06:10] well looks like it's starting to work [06:10] bschaefer: there's another build to come [06:11] thomi, sweet, but still https://jenkins.qa.ubuntu.com/job/dx-autopilot-fix-ibus/31/label=1EBEE0FF-DAC9-11DF-BBDA-64A98C34D485/testReport/autopilot.tests.test_ibus/IBusTestsHangul/ [06:11] looks like hangul is starting to work :) [06:12] cool [06:14] some pinyin test pass also :) [06:16] thomi, are you sure there is one after 31? [06:16] because it looks like 31 is the one where you removed my debug test [06:18] also half the fails are the from test_to_see_whats_happens [06:18] hmm, there's another one queued, maybe jenkins got confused [06:18] o [06:18] cool, I'll remove that test and re-push [06:18] well either way, the only test that actually fails is the anthy ones [06:18] are* no it [06:18] not* [06:20] ok, re-pushed [06:21] sweet :) [06:21] awesome finally some good progress :) [06:21] ugg and the problem was so simple, you were right [06:21] haha [06:22] well, if this fixes it I'll buy you a beer [06:22] haha awesome, you'll have to ship it to me! [06:23] :) [06:23] or drive 20 hours north :) [06:23] when you get to LA [06:23] ...i've driven to LA once, it was sooo long... [06:23] heh [06:25] but then again you're airplane rides take a while from NZ [06:25] :P [06:48] not as long as it was to Budapest [06:49] by comparison this is a short trip :) [06:57] thats good then, LA should be pretty warm around this time [06:57] Im actually starting to see the sun weekly where I live haha [07:06] hm, did anyone else receive ~90 mails about old nux trunk changes (revs between 488-583)? [07:11] htorque: I changed the trunk right to be unversionned [07:11] rather then pointing to 2.0, it's now /trunk [07:11] will do the same with 2d in a few, after the release :) [07:11] didrocks: ah, i see. [07:14] thomi, well im off to bed, hopefully those test pass! There were for me locally, but what does that say haha [07:15] ok, talk to you next week I guess [07:15] o yeah it's your firday! [07:15] umm yeah Ill be on irc next week [07:15] though you guys are doing a sprint next week aren't you? [07:16] bschaefer: I only head out on Tuesday [07:16] o ok, cool, Ill talk with you next week then :) [07:16] have a good weekend! [07:17] you too! Thanks for your help. [07:17] thomi, ugg but I really want to see if they pass [07:17] no problem! That was/possibly still has been an odd but fun bug to track down :) === andyrock|zzz is now known as andyrock === jacky is now known as JackyAlcine === JackyAlcine is now known as jalcine === jalcine is now known as siibot === siibot is now known as Jacky === Jacky is now known as siibot === siibot is now known as jacky [10:15] hey there. I get a popup about the updates, but the window is nowhere to be seen, though the launcher and alt-tab shows it [10:17] tjaalton, what do you call "popup"? [10:17] seb128: the icon on the launcher saying I have updates [10:18] update-manager [10:18] tjaalton, what ubuntu version do you use? [10:18] seb128: guess :) [10:18] 12.04 [10:18] tjaalton, well it could be 11.10 popping up about "do you want to update to 12.04" [10:18] it's showing 18 updates [10:18] tjaalton, I'm a bit surprised update-manager is already popping up by itself on 12.04, it's supposed to do that once a week [10:18] the icon [10:18] tjaalton, what happens if you left click on the icon? [10:19] it did so yesterday, then I killed the app from the right click menu, then on the second time it worked fine [10:19] now today it's doing the same [10:19] left-clicking does nothing [10:19] weird [10:20] will be something to ask sam about when he's around, seems like a compiz focus,stacking issue [10:20] I never saw it but update-manager doesn't autoopen here [10:21] it's not below any of the windows, kinda like "invisible" and inaccessible [10:21] tjaalton, can you open a bug with a screenshot and give the number here? I will make sure it's looked at [10:21] tjaalton, I had issues like that with stuff which open minimize in 11.10 [10:21] compiz seems to not like those sometimes [10:21] but it's annoying if what you can't access to is your security updates [10:22] yeah [10:23] tjaalton, that's unity3d you use right? [10:23] seb128: yes [10:24] I hate when people came with those bugs the day after release rather than before ;-) [10:24] but shrug, not a lot we can do about it now [10:24] though.. I probably should reboot with a fresh session first, in case this was fixed after Apr 18th [10:25] well I didn't get this popup before yesterday :) [10:30] seb128: bug 989588 [10:30] Launchpad bug 989588 in compiz (Ubuntu) "update-manager popup is shown on launcher and alt-tab list but window doesn't show up" [Undecided,New] https://launchpad.net/bugs/989588 [10:30] tjaalton, thanks === MacSlow is now known as MacSlow|lunch === yofel_ is now known as yofel === greyback is now known as greybacklunch === greybacklunch is now known as greyback|lunch [12:08] it's just me or Empathy in Pangolin is the most bugged release ever seen :\ ? [12:09] lot of time taken to connect, double clicking on a contact doesn't show anything (I had to close and reopen the client many time to make it work and it's very slow anyway), now the application doesn't show itself in the Launcher, etc... === bilal_ is now known as bilal === wgrant_ is now known as wgrant === _salem is now known as salem_ === MacSlow|lunch is now known as MacSlow === greyback|lunch is now known as greyback === andyrock is now known as andyrock|out === chaoticuk_ is now known as chaoticuk === andyrock|out is now known as andyrock [14:00] andyrock: hey :) [14:00] Andy80, hey hey [14:05] Andy80, what's up? [14:08] andyrock: all fine, I'm stress-testing this new pangolin ;) some things to be improved (one I thing I'm going to take care of directly) and some suggestions we can talk about during UDS, but generally very nice! [14:12] are you using unity 3d? [14:15] Andy80, ^^^ [14:22] andyrock: yes, 3D, even if I'm using Nouveau driver, not Nvidia one [14:27] Andy80, have you tried unity 5.12? [14:40] andyrock: I don't think so... I'm just using the basic Pangolin installation. What's new? [14:41] by the way... except some lens that is not working like I was expecting, the most bugs I'm finding are in the other applications (like Empathy) not in Unity itself. [14:44] <_Pixel_> join #ubuntu-it-forum [14:44] <_Pixel_> ops [14:44] <_Pixel_> sorry [14:44] Andy80, what's wrong the the lenses? [14:47] Andy80, hi, if it's about the lack of sources for the video lens, it could be fixed rather easily with new scopes. What sources are you interested in? [14:48] andyrock: for example I was expecting to find all video results form Youtube, but it's not like that (I also opened a bug, but it has been marked as won't fix) [14:48] davidcalle_: yes, that's what I'm going to do :) [14:48] davidcalle_: I'd like to improve the Youtube scope at least [14:48] about 3rd party apps, Empathy is not working well... at all [14:49] slow to start, I double clicked a contact and nothing happened, I had to close and reopen 3-4 times... then it's not showing in the Launcher... don't know what to think about it, I should investigate better the problems and report detailed bug reports. I'll do it. [14:50] Andy80, there is a Youtube lens somewhere on Launchpad that could be turned, with very few changes, into a Youtube scope for the video lens. If you have any questions about scopes, just ping me or mhall119. :) [14:53] davidcalle_: I first need to "study" a bit about lens and scoper, read a tutorial or something like that ;) then I'll be happy to put my hands on that code and improve it :) I've seen that it's written in Python, it will be a pleasure for me to work again with that language :) [16:14] united already? [16:16] I've been hackinig around with /usr/share/unity-2d/shell/launcher/LauncherItem.qml, and it is acting weird. changing the DropItem property tileSize,defaultBackgroundColor,backgroundFromIcon doesn't have any effect, but if I change the values of item.tileSize etc, it has an effect. is there somewhere else I can find this behavior's code? [16:36] I have upgraded my Ubuntu to 12.4 today i shoutdown and restarted my laptop after i login to my accoutn i see that Unity is not showing the launcher nor i can get the dash. i switched to Gnome. can anyone help me in this to enable unity on my account ? [16:37] Anyone guide me ? [16:42] anyone here to help ? [16:44] rajmahendra: you just upgraded and didn't change anything afterwards? [16:51] yes [16:51] i upgraded and restarted [16:51] unity in my account is not displaying dash or launcher [16:51] alt is not workign windows button is nto wroking. [16:56] jimu: any restart or anything i need to add [16:57] rajmahendra: had you made alterations to your Unity before the upgrade? Have you tried logging in with Unity2D? [17:53] In the videos lens/scope (or I suppose others may work as well), is there a way to detect exiting of video playback? [19:27] hey guys, just a little note... why all the "Ubuntu Countdown" banners are still showing "Coming Soon" ? === salem_ is now known as _salem === andyrock is now known as andyrock|zzz