[00:22] How do I find out if I have the newest sdk i intalled with the repo and its version 1.221 [01:35] :-1: error: security_policy_version_matches_framework (game/game.apparmor): 1.2 != 1.3 (ubuntu-sdk-15.04) anyone seen this error before, just trying to run the bacon2d example no changes on my nexus 4 running 15.04 r26 [01:36] ah commited bug had to delete some of it for google to find something === chriadam|away is now known as chriadam [02:09] khod, looks like the apparmor profile version is incorrect (not matching your framework) check in your .apparmor file and try changing the policy version to 1.3 [02:10] ah thanks so much [02:13] a security policys window pops up allowing me to add to the list but nowhere to change it to 1.3 [02:23] khod, you should be able to select "JSON" and manually type it [02:24] or just open the file in a plain text editor [02:40] thanks again [02:59] that is fixed but i get this error, module "Bacon2D" is not installed which the template was already there. is there a way to check I thought this was all part of the sdk but i did try to install like the github said [03:12] khod, probably best to ask kenvandine when he is about as he has made most of the Bacon2D stuff [03:42] will do I talked to him earlier today [03:43] should I email (the one from git hub) him or would the most polite way be to wait till he gets back on the irc [03:54] khod: probably depends on how quickly you need the answer, or if you want to discuss back and forth. [03:57] good call i've never got anything solved in one ask, better wait to get more answers haha [03:58] Yup. :) [04:09] eh, im just a little odd i guess, didn't see when I installed it mentions that what I did is outdated and has a link and now everything works fine. Learning to code is gonna be real hard if I dont read lol and I havent even started yet. [05:09] khod: well, now you're off to a good start. :) === zz_Foxmaster is now known as Foxmaster [09:15] can someone help me with this http://paste.ubuntu.com/13090385/ ? [09:16] somehow it doesnt mount the /firmware partition [09:16] the device detected by lsusb, but no adb === chriadam is now known as chriadam|away [09:18] init: Failed to spawn adbd main process: unable to execute: Permission denied [09:20] btw is this the right channel for porting? === joc|away is now known as joc_ [09:32] tsdgeos, morning, did you already try silo 9 again? [09:32] abeato: yeah i did, the ui freeze is still there [09:32] abeato: you can't reproduce it? [09:32] tsdgeos, nope [09:32] never happened to me [09:32] tsdgeos, is the other error gone? [09:32] sounds to me you're just doing sync dbus calls that freeze the ui [09:33] the other error was gone since i reworked the code [09:33] so i don't know if you fixed it or not [09:33] he [09:33] i can try the testcases if you want [09:33] well, I guess you can go back to your older code if you prefer that [09:38] abeato: yes the other bugs seem to be fixed, or at least the testcases now work [09:38] abeato: want me to record a video of the ui freeze i speak about so you can see it? [09:39] great [09:39] tsdgeos, that could we good, also the output of dbus-monitor can be interesing [09:39] tsdgeos, how many tracks do you have around? [09:41] tsdgeos, btw, I noticed that in some cases the "play" icon does not change to "pause" when starting to play a song from the scope [09:41] although the song starts playing [09:42] abeato: and can you scroll the list in that case? [09:42] abeato: i have 10 tracks [09:42] tsdgeos, I play it direvtly from the Music scope [09:43] yes [09:43] I see there 2 songs, one from an album with more songs, the other is the only one from that album [09:44] no scroll [09:44] tsdgeos, re: the freeze please attach output of unity8-dash too [09:44] abeato: so you are not following the steps the bug mentions to reproduce [09:45] weird it is only 10, I have actually some more and all is smooth [09:45] I was not talking about the bug [09:45] ---> I noticed that in some cases the "play" icon does not change to "pause" when starting to play a song from the scope [09:45] i don't know what we're talking about :D [09:45] about that ^^ [09:45] abeato: yes, it does not change to pause because it's frozen [09:45] unity8 is not forzen [09:45] *froxen [09:46] you don't know since you can't scroll [09:46] do you? [09:46] I can [09:46] how do you know it's not frozen? [09:46] you jus said you couldn't because there was no scroll! [09:46] it's a different issue [09:46] I thought you were talking about the scroll in the daparment [09:46] department [09:48] ok, let's restart :D [09:48] when you say you press play and it doesn't turn to pause [09:48] can you scroll that view up/down ? [09:48] yes [09:49] while that happens? [09:49] yes [09:49] again, I was talking about a separate issue to the freeze [09:49] the icon never changes [09:49] it is not that there is a delay [09:52] never? i have not seen that [09:52] how do you reproduce it? [09:52] 2 songs, one is a single, the other is from an album [09:53] play the one from the album in Music scope [09:53] then play the single [09:53] it starts playing normally [09:53] but the play icon does not change [09:54] admittedly I do not have the latest version of the scopes silo though [09:54] but I can try to install it [10:01] abeato: you play both from the Music scope, that right? [10:01] correct [10:04] ok, i'll have a look later, wonder what it is :/ [10:05] great [10:18] Good morning all; happy Tuesday, and happy Sandwich Day! 😃 [11:15] hi all, i have question [11:46] Hi all [11:46] any body knows how to gather logs from battery stats¿ === _salem is now known as salem_ [11:58] victor_bq, what do you mean by 'logs from battery stats' exactly ? [11:59] well, I just want to know how to pull logs about battery. How it drops for example [12:00] victor_bq, if you want the current status of the battery you can query upower [12:00] something like : upower -i /org/freedesktop/UPower/devices/battery_battery [12:01] victor_bq, the kernel also provides data about the state of the battery in /sys/class/power_supply/battery/ [12:01] great, does it show battery consumption history or similar? [12:02] it's ok for now I'll try :) [12:02] I'd like to know if it is possible to tell what has consumed battery over the past 24h. I had an abnormally high drain on Friday [12:02] power consumption per app would be nice [12:02] that's exactly what I want to gather from costumers :) [12:02] we need more data [12:02] that's reported I think [12:03] ohh my mistake, I reported about mobile data consumption per app [12:03] victor_bq, IIRC this [1] discussion had a lot of good tools/ways of generating data. [1] https://bugs.launchpad.net/ubuntu/+source/powerd/+bug/1372413 [12:03] Launchpad bug 1372413 in Canonical System Image "Extensive battery drain on RTM" [Critical,Fix released] [12:04] nice! [12:04] thank you guys [12:05] I've got a friend with 60% consumption in idle during the night :o [12:05] I'll try to get fresh logs [12:06] Guest42341 I take your suggestion for a bug if is not already reported :) [12:07] victor_bq, on the stable channel? i have now 0-1% / night on rc-proposed arale [12:07] victor_bq, there is no history AFAIK. But you can do a cron job or a small shell script to gather the data periodically. It won't run when the device is suspended, tough. Best thing to measure real power consumption is a multimeter. [12:07] victor_bq, the stable is 100 times more buggier than rc-proposed [12:07] victor_bq, i have no idea why people use the "stable" channel [12:09] yes, devices on stable channel has this problem :) [12:09] Guest42341, because it gets the most QA [12:09] Guest42341, where does your 100 times buggier comes from? [12:10] all bugfixes from rc-proposed are moved to stable channel so it should be equal right? =) [12:10] ogra_, you have to live with the bugs for months [12:10] not than pleasant [12:10] jibel, random() [12:11] victor_bq, yeah, at OTA ... between the OTAs rc-proposed can indeed be less buggy but is also nearly untested as a whole [12:11] and besides all the devs probably use the rc-proposed [12:11] the final image tests for an OTA only happen at the end [12:11] Guest42341, heh, like the battery graph ;) j/k [12:12] This was my drain on Friday. Played a podcast in the morning, but otherwise no real use - http://themcphails.uk/drain.png [12:12] wrt battery graph sturmflut once did an interesting research comparing the little-kernel (bootloader kernel) with the actual system kernel and found quite some discrepancies === dpm__ is now known as dpm [12:13] i wonder if many of our issues stem from that [12:13] (and i dont think anyone looked further, but given that the little-kernel actually initializes the hardware that would be my first area to look) [12:14] I've been bitten by differences in what the "phone" thinks the charge is, and what "Ubuntu" thinks. That may be the system vs little kernel issue [12:15] right [12:17] OS was reporting 64% charge, whereas phone would not switch on without USB power as battery flat [12:17] mcphail, did you use the camera at all? [12:17] popey: no [12:17] Someone at OggCamp said he opened the camera, it froze, he swiped away, and immediately after that he saw dramatic power drain like yours [12:17] popey: just podbird in the morning [12:18] popey: might have been the Ubuntu podcast, so I'll blame you [12:18] ;) === chihchun_afk is now known as chihchun === Zic is now known as Guest20486 [12:40] has anyone seen display problems with kernel messages like this on arale? http://pastebin.ubuntu.com/13091195/ === Guest20486 is now known as Zic === vishnudev_ is now known as vishnudev === chrisc_ is now known as chrisc === dandrader is now known as dandrader|afk === lool- is now known as lool === dandrader|afk is now known as dandrader === dbarth_ is now known as dbarth === rickspencer3_ is now known as rickspencer3 === Guest42341 is now known as QUESTION === QUESTION is now known as omgCATS [14:29] renatu: hey, thanks for testing, please edit the https://requests.ci-train.ubuntu.com/#/ticket/584 and set it to "Ready for QA" [14:30] Mirv, doing that right now [14:30] Mirv, thanks for the the fix [14:30] Mirv, could you check that? https://bugs.launchpad.net/ubuntu/+source/qtpim-opensource-src/+bug/1462989 [14:30] Launchpad bug 1462989 in qtpim-opensource-src (Ubuntu) "containsItems returned wrong value when checking all day event" [Undecided,New] === mwenning is now known as mwenning-wfh [14:33] renatu: ok, I'll provide a PPA for that next [14:34] thanks === victor is now known as Guest25803 [14:49] tsdgeos, I've been digging in the freeze issue, it looks essentially like a storm of dbus calls due to too many qt signals being emitted [14:50] tsdgeos, I can mitigate it, but also it looks like the playlist is being re-created each time a song is selected, even if it is already in the current playlist [14:51] tsdgeos, so it might be worth making sure that playlists are not recreated in that case and see if performance improves in that case [14:52] abeato, that sounds possibly similar to the issue i'm having with the music-app freezing/taking ages when you make a playlist for the second time [14:53] ahayzen, yep, it is the case I'd say [14:53] jhodapp, ^^ [14:53] abeato, what are the steps you are performing to cause this issue? [14:54] oh interesting [14:54] ahayzen, don't do that ;) [14:54] abeato, if its a small playlist (1 album) it seems to be ok, but when 1) click on the first track in Songs (creates playlist 250 tracks) 2) press back 3) click on the first track in Songs (recreates 250 track playlist) it appears to be stuck indefinitely [14:55] jhodapp, ;-) [14:55] ahayzen, well, it triggers doing a playlist for a second time, exactly like that [14:55] abeato: yes, the playlist is recreated each time [14:55] ok so we both have the same issue :-) [14:55] abeato: it has to be recreated, that's the design [14:56] jhodapp, QMediaPlaylist::syncControls() seems to be the main culprit [14:56] abeato, what are you testing when this happens? [14:56] internally we would be doing Playlist.addTracks() Playlist.clear() Playlist.addTracks() [14:56] tsdgeos, even if you play a song that is already in the list? I know it's a workaround, but might help things [14:56] abeato, syncControls's purpose is to copy the initial networkPlaylistControl's items into our version of the playlist [14:57] which are the initial items [14:57] abeato: it is because it has to change the order of the tracks [14:57] jhodapp, it adds media one by one [14:57] which is crap [14:57] it should use your new function ;) [14:57] tsdgeos, ok, got it [14:57] abeato, update it...syncControls was written before addTracks() [14:57] abeato, music uses the new function but that still has the issue [14:58] but i'm not sure if its causing our saveQueue to be hit for *every* track or something lol [14:58] abeato, I agree [14:58] abeato: can't we not do those dbus calls on the main thread so it's not blocked? [14:59] tsdgeos, wouldn't the main thread be the context that would block? [15:00] jhodapp: bad english construction, i mean "do dbus calls not on the main thread" [15:00] sorry ^_^ [15:00] tsdgeos, right ok, we'll have to do something like that if we can't get it performant enough === frecel_ is now known as frecel === dandrader is now known as dandrader|afk === dandrader|afk is now known as dandrader === VargaD_ is now known as VargaD [17:19] http://www.telegraph.co.uk/news/uknews/terrorism-in-the-uk/11970391/Internet-firms-to-be-banned-from-offering-out-of-reach-communications-under-new-laws.html [17:20] I guess the UK hates having cell phones. [17:20] wonder how that applies to OS makers in UK [17:20] Yep, that's a good question. [17:26] I guess all products coming from canonical must have a backdoor... [17:27] Presumably it would only apply to cloud service storage, which Ubuntu doesn't offer. [17:37] alecu, kgunn, Saviq: hey guys, I would need a final decision on which team should be the one 'owning' (subscribed) to the unity-api package: unity-ui-team or unity-api-team [17:37] I want to include unity-api in main and it's required for us to get a proper team owning it === Ursinha is now known as Ursinha-afk [17:40] Kenvandine, i want a clean template with bacon2d so do i only need to delete from the main.qml and the whole ball.qml? [17:44] sil2100: sounds like it's unity-api-team [17:45] alecu: hm, I suppose you should become an admin of unity-api-team - does that sound correct? [17:45] sil2100: yes, it sounds ok [17:46] sil2100: several people on my team are admins there, so I'll ask to get admin too. [17:46] I'll make you the admin now [17:46] alecu, if you want it, I won't fight you :) [17:46] ;) [17:46] I would like you guys to sort it out and we can then subscribe the proper team and get it included in main [17:47] sil2100: thanks [17:48] sil2100: what's the lp project for that package? https://launchpad.net/unity-scopes-api ? [17:48] https://code.launchpad.net/unity-api [17:48] alecu: by looking at the commiters, I thought more about unity-ui-team, but looking at the naming, unity-api-team is more fitting [17:48] That's why I wanted you guys to decide who should be the final owner [17:49] i think there is something wrong with mediascanner [17:49] it's killing my battery (arale) [17:50] * omgCATS from now on i am keeping an eye on what drains the battery [17:55] Saviq, alecu: if you guys could give me a final decision soonish than I could continue on pushing the MIR request [17:55] alecu, I think we know more about what unity-api is, probably more sense for us to own it [17:57] sil2100: I think saviq is right [17:57] sil2100, /us, then [18:00] Saviq, alecu: ok, thanks! [18:00] Saviq: ok, I see that since I'm not an admin at unity-ui-team, could you subscribe the unity-ui-team on https://launchpad.net/ubuntu/+source/unity-api ? [18:01] Saviq: so that all bug-mail would be sent to that team [18:01] It's a req for main inclusion [18:01] sil2100, done, I think [18:01] Saviq: yes, thanks :) [18:06] khod, sure, you can do that [18:06] khod, so you started out with the game template? [18:09] Yes [18:10] Is there a better way [18:13] khod, nope, just making sure it all worked for you :) [18:13] Yes it took me a bit of doing and mostly help in here. [18:14] I had to go into apparmor as a plain text file and change the number 1.2 to a 1.3 or the app would force close as soon as it opened. That happend on both the desktop and the phone (n4 not an emulator) [18:15] ugh [18:15] i guess i need to update the template ;) [18:27] In the zip for you main.qml on pathwind i dont see much of anything inside is your main program file somewhere else in the zip? [18:27] Kenvandine [18:29] khod, zip? [18:29] oh, did you download the source from github as a zip file? [18:31] khod, you should look at the ubuntu branch, not master [18:31] https://github.com/kenvandine/pathwind/blob/ubuntu/qml/ubuntu.qml [18:32] that's the main qml file [18:32] not much too it [18:32] khod, this is more interesting https://github.com/kenvandine/pathwind/blob/ubuntu/qml/GameView.qml [18:33] khod, and this is the playing scene https://github.com/kenvandine/pathwind/blob/ubuntu/qml/PlayingScene.qml [18:34] Now were talking!! Thanks again [18:35] I want to make a side scroller akin to the favorite part of an old snes game [18:36] But pathwind will help alot in me finishing it i believe [18:36] It will still be very different not trying to step on toes lol [18:38] khod, no worries [18:38] you should look at the flappy bird example though [18:38] it's using the newer API [18:40] khod, that flappy bird example uses an InfiniteScrollEntity [18:40] in fact, that's why we added that component :) [18:40] it would make pathwind simpler === dandrader is now known as dandrader|afk [18:41] khod, basically pathwind is a pretty old example of a bacon2d game, in fact it doesn't even work with the latest version of bacon2d :) [18:43] Kenvandine sorry still here judt lost my nick on a disconnect for some reason [18:44] I will check flappy bird first the more basic the better [18:44] cool [18:44] khod2, you can hang out in #bacon2d too [18:45] paulvap wrote the flappy bird example, usually hangs on in that channel to [18:45] not there now though === khod3 is now known as khod4 === khod4 is now known as khod5 === khod5 is now known as khod2015 === khod2015 is now known as khod [19:20] Is zbird the flappy bird game you mentioned kenvandine [19:22] https://uappexplorer.com/app/com.ubuntu.developer.roman2861.zbird [19:25] I just want to make sure it is the same because he mentioned a flappy bird on touch useing the newer api [19:25] khod2, no === dandrader|afk is now known as dandrader [19:25] khod2, https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0CB0QFjAAahUKEwjGsPLc_fTIAhXBHT4KHegJAc8&url=https%3A%2F%2Fgithub.com%2Fpaulovap%2Fbacon2d-flappybird&usg=AFQjCNHk-RfYe8KgGRwE3jKHaTXw_jMscw&sig2=dj8YubBUIxJygeBnIXa6mA&bvm=bv.106379543,d.cWw [19:25] damn [19:25] https://github.com/paulovap/bacon2d-flappybird [19:25] khod2, ^^ [19:26] Ah [19:31] balloons, yoyo [19:31] bregma, oi [19:31] balloons, hey i only had the wrong channel :P [19:31] Kenvandine It hasn't hit the ubuntu store yet? [19:31] ugh [19:32] * brendand waves at bregma [19:32] balloons, i feel an illness coming on, is it possible to shunt my session to thursday? [19:32] balloons, better safe than sorry [19:33] brendand, let's see what space we have [19:33] we certainly can shift it [19:34] balloons, i wasn't really prepared anyway so maybe my bodies helping me out :P [19:34] lol [19:34] no slides you say? quick, a fever! [19:35] brendand, 1500 on thursday> [19:35] ? === salem_ is now known as _salem [20:43] balloons, sorry, yeah that's good [21:41] Hello [21:41] how's everyone doin g [21:41] doing* [21:43] any love for an ASUS Nexus 7 2012 wifi? Not sure what the dev status is for touch on this old tablet. Not in the active dev section or in the abandoned area... [21:44] Ubuntouch, the old nexus 7 has a very difficult gpu === Foxmaster is now known as zz_Foxmaster [21:45] Hey, thanks for the reply balloons. [21:47] Are there any stale images for this device? Running CGM on it right now and just wanted to play around with touch and get the feel for it, my Nexus 10 is my primary tablet. [21:48] if by "difficult gpu" you mean artifacting/freezing/etc I could probably live with that just to take a look at it, unless you think it will brick/softbrick the tablet. [21:50] I thought this thing had an NVIDIA Tegra III? [21:55] the gpu driver is buggy and also locked down afaik [21:56] bummer, I see on the Tube that people have been installing full on ubuntu on these, I would imagine that would be pretty damned buggy... lol.. [21:56] Thanks for your input balloons. Have a nice day. [21:57] Ubuntouch, the 2013 nexus 7 works like a champ [21:57] Yeah, I still don't want to shell out the 140+ bucks for one, the 10" tablet is more than enough for me atm [21:58] http://askubuntu.com/questions/633788/installing-ubuntu-touch-on-nexus-7-2012-now-that-it-is-no-longer-supported [21:58] and the 7" was a hand-me-down because of the usb/sound board issue, going to replace that and wanted to mess around with some different OS'es in the meantime. [22:01] Thanks for the link balloons. By far the best IRC experience I've had in years. People generally just park and PM in virtually every IRC I have joined in the last 10 years... lol... [22:03] When the live-chat link took me to an IRC room I was like "oh great, (insert cricket chirping sounds)" [22:09] lol [22:09] the last images that were built for the grouper (2012 n7) were entirely unusable [22:09] so i wouldn't even waste time trying to get one running on it [22:17] Yeah dobey, I have been reading up on it and even the sources are deprecated so it's more of a pain in the @$$ than it used to be. I am over it already... lol... [22:19] Sad though, it's gone the way of my old Moto Electrify 4G... Motorola promised to push ICS to these devices then silently released 2.3.5 OTA which locked the bootloader. All the devs gave up on it due to moto being proprietary jerks