=== salem_ is now known as _salem [07:24] hi all. I've two different versions of QtSDK installed on my system. The last one I installed is the one I do NOT want visible on the Launcher. Every time I start the old QtCreator, I click on "Keep on Launcher", but if I exit and the click again on it, the NEW one is loaded instead. Where can I change this? Thanks. [08:13] Trevinho: hi! [08:13] Trevinho: did you have a look at that failing test [08:14] Trevinho: https://jenkins.qa.ubuntu.com/job/automerge-bamf/71/console [08:33] bilal: I looked at the MRQ for software center integration - looking rather nice, but we would probably need some automated tests for these [08:34] bilal: as Didier said, software center integration usually breaks everything, so we need to be utterly sure that it's safe [09:34] hi i have a basic question [09:35] how can i make my ubuntu LTS 12 work with unity... its not an optio when im logging in [09:35] and niether are Gnome or anything [09:46] greg: what do you mean? === zyga-afk is now known as zyga === yofel_ is now known as yofel === MacSlow is now known as MacSlow|lunch [12:35] Trevinho: ping [12:41] pong? === _salem is now known as salem_ [12:48] andyrock: hiii! === MacSlow|lunch is now known as MacSlow [12:57] sil2100: hi, I'll look at the fail soon [12:57] sil2100: I got the mail but I was not at home [12:57] sil2100: checking soon [12:58] Trevinho: thanks [12:58] sil2100, hey [12:58] Trevinho: I was actually building this branch on my quantal system and I didn't see the test failing [12:58] Trevinho: but jenkins thinks otherwise [12:59] andyrock: you know what I want to ask of you..? ;) [12:59] sru something? [12:59] https://bugs.launchpad.net/ubuntu/+source/unity/+bug/994163 <- exactly, 5.0 MRQ pretty please with cherry-pick on top ;) [12:59] Ubuntu bug 994163 in unity (Ubuntu Precise) "Unity launcher shows internal partitions after they have been unmounted" [Medium,Confirmed] [13:00] sil2100, will ok [13:00] andyrock: big thanks [13:00] sil2100, big welcome [13:17] hi. [13:18] i upgraded to quantal yesterday. i use pentadactyl with firefox. pentadactyl released version has some issues with newer firefox so i'm using a nightly build from pentadactyl. [13:19] the menu bar is present in the UI, and normally its not (File, Edit, View, History...). in pentadactyl, you can toggle this by 'set guioptions' but that has no affect for me. [13:20] i'm wondering if it could be related to a change in how the menu-bar-in-panel-bar works rather than in firefox/pentadactyl [13:54] seb128? ^ sorry to be so ignorant as to not be able to diagnose the problem more than that. [13:54] (sorry to single you out also. i opened http://code.google.com/p/dactyl/issues/detail?id=883 which is possibly invalid if this is an ubuntu issue) [13:55] smoser, better to ask chrisccoulson, but firefox works so that seems an issue with pentadactyl, whatever that stuff does [13:56] seb128, thanks. as i said, this is all magic to me :) thanks for the redirect. === mfisch` is now known as mfisch === mfisch is now known as Guest31330 === zyga is now known as zyga-food === dandrader is now known as dandrader|afk === zyga-food is now known as zyga [14:31] Trevinho: did you have a moment to look at that failing test? === dandrader|afk is now known as dandrader [14:59] sil2100: checking.... [15:14] sil2100: I can't get why it's failing... I've not changed the test at all [15:14] sil2100: also it's not the test itself to fail [15:15] (otherywise we would have logs for that) [15:15] sil2100: probably there are problems running it [15:15] sil2100: if it doesn't run over X or Xvfb can fail, but again I get no warnings for that (on the server) [15:16] seb128: are the bamf tests running under X or not? [15:16] Trevinho: not sure but I would assume under xvfb [15:16] in the meanwhile I'll try again... maybe it was only one issue [15:17] seb128: there's not one by default, I mean I must run it manually... right? [15:17] trevinho: what? xvfb? I would assume that whatever run the test run it for you, i.e make check [15:18] didrocks probably knows better [15:18] right [15:18] hm [15:18] make check after a configuration with --headless-tests [15:18] seb128: currently the bamf's Makefile uses xvfb... exactly [15:18] to run all the test, normally under xvfb │ Daekdroom [15:19] Hm. [15:20] Daekdroom: sorry, copy and pasting xvfb to not make a typo and middle click [15:20] Daekdroom: seems it copied until the end of the line :) [15:21] didrocks: mhmhm... bamf used to listen to the --enable-headless-tests configure flag... has been that changed? [15:22] Trevinho: it didn't AFAIK [15:22] Trevinho: and that's what I'm running on the merger [15:22] so the test seems to be flacky in headless env [15:23] didrocks: make check-headless when is ran? [15:23] didrocks: if I run make check on tty1, with --enable-headless-tests it works to me... [15:23] Trevinho: it's make check-headless which is run [15:23] Trevinho: right, but you are not in a chroot [15:23] with a fake dbus [15:24] (the one runned by dbus-test-runner) [15:25] didrocks: libbamf doesn't listen to make check-headless: [15:25] + make check-headless [15:25] make: *** No rule to make target `check-headless'. Stop. [15:25] + make check [15:25] Making check in lib/libbamf [15:25] (from https://jenkins.qa.ubuntu.com/job/automerge-bamf/71/console ) [15:26] Trevinho: if this target doesn't exist, the merger is using make check [15:26] didrocks: make check exsists, make check-headless doesnt' [15:26] yep, so it runs make check [15:30] didrocks: yes... But I'm wondering, are them running on a different environment, or not (and it's up to me to setup a fake xserver?) [15:31] Trevinho: the "only" differences is that it's running under a chroot, xfvb and dbus-test-runner are installed [15:32] didrocks: yes, but I mean... make check-headless and make check, would run in the same place, right? [15:32] Trevinho: oh indeed [15:32] no difference between them [15:32] the code is stupid and simple [15:33] make check-headless || make check [15:33] ok... [15:33] so if the first one succeed -> fun, enjoy, stop [15:33] if it fails || to the second one [15:33] and return the status of the second :) [15:33] no rocket science here, just… shell! :) [15:34] it would probably nice to get even a make xcheck to get the fake env on the builder reducing some makefile duplication between different projects... isn't it? [15:34] Trevinho: yeah, that would be lovely :) [15:34] didrocks: ah, one thing... is G_MESSAGES_DEBUG set to a value there? [15:35] Trevinho: hum, nothing done in particular no [15:35] didrocks: because if the problem would be the missing xserver, then the test should warn about it [15:35] while I get only an unknown error with no messages... :o [15:36] Trevinho: yeah, I think sil2100 can log into the machine with me and we can have a look building with this [15:36] if this can help you [15:43] didrocks: yes, thanks... [15:43] please sil2100 can you check that? [15:43] sil2100: it failed again... but I get no output here [15:44] I don't know what has been changed [15:44] few weeks ago it was passing with no problems [15:44] Trevinho: it fails on your machine as well? [15:44] Or do you mean the merger? [15:45] It's indeed strange, since I remember running the test this morning on the new branch and all tests were successful [15:46] sil2100: I get no failures here [15:47] sil2100: both running it under x and under tty1 with headless... [15:48] Really strange thing... [16:24] sil2100: any discovery so far? [16:27] Trevinho: sadly, no... something's wrong in the merger probably? [16:52] sil2100: I don't know... I've retried and it failed again... is a file like test-bamf-results.xml generated locally (on the merger server?) === dandrader is now known as dandrader|lunch [17:27] Trevinho: hm, not sure now [17:27] Trevinho: since we have to pack up for today [17:27] But I'll look at it when I'm in the hotel [17:27] Trevinho: if you find anything, drop me an e-mail [17:27] Trevinho: big thanks! === dandrader|lunch is now known as dandrader === zyga is now known as zyga-afk === salem_ is now known as _salem