=== _salem is now known as salem_ | ||
=== salem_ is now known as _salem | ||
=== iahmad is now known as iahmad|brb | ||
=== iahmad|brb is now known as iahmad | ||
=== iahmad is now known as iahmad|afk | ||
=== iahmad|afk is now known as iahmad | ||
Mirv | tsdgeos: Saviq: FYI qt5-beta2 now has a good set of final RC1 packages, plus a bunch of rebuilds. but I've also bumped into several fails to builds in packages and filed qt5.2 tagged bugs for them. | 09:17 |
---|---|---|
tsdgeos | nice! tx | 09:17 |
Mirv | tsdgeos: Saviq: in other news I won't be around tomorrow because of independence day, but the qt5-beta2 PPA should be in good enough shape to play around for a while again | 09:18 |
Mirv | indicators are back for example, for whatever reasons. one main problem seems to be that power button does not unblank the display if it goes blank | 09:18 |
tsdgeos | weird | 09:19 |
tsdgeos | Mirv: do you think it's worth a bug report? | 09:20 |
mhr3_ | mzanetti, lp:~unity-team/unity-scope-onlinemusic/use-new-api | 09:21 |
Mirv | tsdgeos: probably, but I don't just know against what. nothing seems to crash and unity8 is still running. | 09:21 |
tsdgeos | Mirv: i'd put it against unity8 | 09:21 |
tsdgeos | and then we can see if we can bounce it to someone else | 09:21 |
Mirv | ok | 09:22 |
Mirv | bug #1258064 | 09:23 |
ubot5 | bug 1258064 in Unity 8 "After screen blanks unable to unblank on Qt 5.2" [Undecided,New] https://launchpad.net/bugs/1258064 | 09:23 |
tsdgeos | mzanetti: https://launchpadlibrarian.net/158332647/buildlog_ubuntu-trusty-i386.unity-api_1%3A7.80.4%2B14.04.20131126.2-0~113~ubuntu14.04.1_FAILEDTOBUILD.txt.gz | 09:26 |
greyback | dandrader: you need to merge lp~afrantzis/platform-api/initialize-mir-surface-parameters-output-id/ into lp:platform-api and install it | 10:06 |
dandrader | greyback, ok | 10:06 |
tsdgeos | Cimi: you broke category collapsing! | 10:13 |
* Cimi hides | 10:13 | |
Cimi | tsdgeos, really? | 10:13 |
tsdgeos | with the base renderer stuff | 10:13 |
tsdgeos | yeah :/ | 10:13 |
Cimi | tsdgeos, I think I passed all the properties | 10:13 |
Cimi | I triple checked | 10:13 |
tsdgeos | it's bad we also don't have a test | 10:13 |
Cimi | tsdgeos, who did the review? :P | 10:13 |
tsdgeos | Cimi: mzanetti :D | 10:13 |
Cimi | hah | 10:13 |
mzanetti | :D | 10:14 |
tsdgeos | i'm on it | 10:14 |
Cimi | I'm coming to the office now, had cough and took medicines this morning | 10:14 |
mzanetti | I really tested it and it was working fine | 10:14 |
Cimi | I did too | 10:14 |
tsdgeos | let's see how can i get it to work again | 10:14 |
mzanetti | probably some combination with something else landing at the same time | 10:14 |
Cimi | mzanetti, might have been Domino's pizza too | 10:14 |
Cimi | and you eating it | 10:14 |
Cimi | made the world collapse | 10:15 |
mzanetti | hmm... unlikely this landed before I got the pizza | 10:15 |
tsdgeos | ok, got it :D | 10:16 |
tsdgeos | damn, i'll need to do a test now | 10:16 |
Cimi | tsdgeos, click on the header of the category and see if it expands no? :) | 10:17 |
tsdgeos | Cimi: that actually works | 10:18 |
tsdgeos | it's the collapsing that fails :D | 10:18 |
tsdgeos | but yeah | 10:18 |
tsdgeos | it's not that hard | 10:18 |
Cimi | ah | 10:18 |
tsdgeos | it's just extra work | 10:18 |
=== _salem is now known as salem_ | ||
=== sil2100_ is now known as sil2100 | ||
tsdgeos | mzanetti: Saviq: https://code.launchpad.net/~aacid/unity8/broken_collapse/+merge/197844 ? | 10:48 |
Saviq | tsdgeos, on it | 10:48 |
Cimi | tsdgeos, so filter can be set both ways? | 11:00 |
tsdgeos | yes | 11:00 |
Cimi | mmm how do we deal with those? | 11:02 |
Cimi | tsdgeos, is there a way to set some sort of alias? | 11:02 |
Cimi | tsdgeos, btw my branch failed at the auto landing time :p | 11:03 |
tsdgeos | i saw | 11:08 |
tsdgeos | mzanetti: https://launchpad.net/~canonical-qt5-edgers/+archive/qt5-beta2/ | 11:41 |
greyback | dandrader: lp:~gerboland/+junk/qpa-mirserver-plugin-rename | 11:49 |
=== boiko_ is now known as boiko | ||
dandrader | greyback, gonna need to tweak the client qpa as well as it seems to hard code created windows to be fullscreen with a 64 pixels margin at the top | 12:25 |
dandrader | hardcoded | 12:25 |
greyback | dandrader: darn. That's correct. | 12:25 |
tsdgeos | mzanetti: https://bugs.launchpad.net/bugs/+bugs?field.tag=qt5.2 | 12:26 |
greyback | dandrader: do you really need to though? I've no problem with fullscreen surfaces (we can remove the fake panel bit) | 12:26 |
dandrader | greyback, well, it won't make for a nice demo if the client window is fullscreen | 12:27 |
dandrader | greyback, ie., we won't be able to move it around the desktop area, etc | 12:27 |
greyback | dandrader: if we can scale the window, it could be ok for demo | 12:28 |
greyback | dandrader: but yeah, it should not be hard to hack qtubuntu to grab the requested window size from Qt, and ask Mir for the correctly sized surface | 12:28 |
greyback | it's only fullscreen now as we had no surface resizing, so if an app wanted to switch to fullscreen, we had a problem | 12:29 |
greyback | but we have surface resizing now, so we need to fix up qtubuntu more properly | 12:32 |
sil2100 | Saviq, greyback: hi guys! Any progress with the dialer-app issue during incomming calls? ;) | 12:34 |
kgunn | sil2100: i think racarr determined it to be a platformapi bug yesterday late | 12:37 |
sil2100 | kgunn: do you know if this is close to be fixed? | 12:37 |
greyback | sil2100: tedg working on it now. Once he's got code up, I'll have to patch unity-mir to support his change | 12:39 |
sil2100 | greyback: excellent! | 12:41 |
sil2100 | greyback: please give me a sign once all the bits are there ;) | 12:41 |
sil2100 | We'd like to get rid of this blocker | 12:41 |
greyback | sil2100: will do | 12:41 |
sil2100 | Thank you | 12:43 |
sil2100 | greyback: just to double check - what components will have to be released to get this fixed? | 12:44 |
greyback | sil2100: upstart-app-launch and unity-mir | 12:45 |
sil2100 | Just those 2? Coolio | 12:45 |
greyback | sil2100: hopefully yeah. | 12:48 |
greyback | need to test fix before am certain | 12:48 |
mhr3__ | Saviq, so lp:unity-scopes-api, lp:~mhr3/unity-scopes-shell/hook-scopes-ng, lp:~unity-team/unity-scope-onlinemusic/use-new-api/ | 13:57 |
mhr3__ | Saviq, bzr bd-ing all of them should work | 13:57 |
Saviq | mhr3__, cool, will try and get that soon | 13:58 |
mhr3__ | Saviq, then just UNITY_FORCE_NEW_SCOPES=1 unity8 | 13:58 |
mhr3__ | or lp:~unity-team/unity8/new-scopes | 13:58 |
=== mhr3__ is now known as mhr3 | ||
mzanetti | tsdgeos: https://code.launchpad.net/~mzanetti/unity8/enable-teasing-locked-phone/+merge/197874 | 14:12 |
tvoss | Saviq, updated https://code.launchpad.net/~thomas-voss/unity-mir/replace_get_env_with_thread_safe_variant/+merge/195037 | 14:16 |
Saviq | tvoss, cheers | 14:16 |
sil2100 | tedg: hello! How's the upstart-app-launch fix going? Any news? :) | 14:56 |
tedg | sil2100, In progress | 14:56 |
tedg | It's kinda non-trivial. It's not a fix, it's adding a new handshaking between Unity and Upstart. | 14:56 |
karni | Saviq: You know if your "Added music preview." is already in trusty-proposed or other image? | 14:59 |
karni | Saviq: FTR, that's a commit in unity8 | 14:59 |
Saviq | karni, not yet | 15:04 |
Saviq | karni, should be released today/tomorrow | 15:04 |
karni | Saviq: ack | 15:05 |
tsdgeos | mzanetti: https://launchpadlibrarian.net/158332647/buildlog_ubuntu-trusty-i386.unity-api_1%3A7.80.4%2B14.04.20131126.2-0~113~ubuntu14.04.1_FAILEDTOBUILD.txt.gz | 15:26 |
tsdgeos | https://bugs.launchpad.net/unity-api/+bug/1258057 | 15:26 |
ubot5 | Ubuntu bug 1258057 in Unity API "unity-api fails to build against Qt 5.2" [Critical,New] | 15:26 |
mzanetti | tsdgeos: https://code.launchpad.net/~mzanetti/unity8/dont-assert-on-invalid-variant/+merge/197904 | 15:32 |
tsdgeos | Saviq: the verify for the animation failed ;/ | 15:43 |
tsdgeos | Saviq: shall i remove it? | 15:43 |
Saviq | tsdgeos, :| | 15:43 |
cwayne_ | thostr_, hey, im trying to install the new api from ppa:ubuntu-unity/daily-build-next but I'm getting a dep issue on ubuntu-system-settings-online-accounts | 16:48 |
mhr3 | cwayne_, it's trusty-only | 16:51 |
mhr3 | are you on trusty? | 16:51 |
cwayne_ | mhr3, i'm on trusty | 16:51 |
mhr3 | what is the actual error? | 16:51 |
cwayne_ | mhr3, http://paste.ubuntu.com/6525590/ | 16:52 |
mhr3 | but yea actually, things might not work right now, distro updated some stuff, ppa has now older version than distro | 16:52 |
mhr3 | will try to fix it up | 16:52 |
mhr3 | eh | 16:53 |
cwayne_ | mhr3, thanks | 16:53 |
mhr3 | that error is weird though | 16:53 |
mhr3 | seb128, ^ | 16:53 |
mhr3 | seb128, it says ubuntu-system-settings, so i'm pinging you :) | 16:54 |
seb128 | cwayne_, apt-get install ubuntu-system-settings ? | 16:54 |
cwayne_ | seb128, it's already installed | 16:55 |
seb128 | hum, are you sure? | 16:55 |
seb128 | that error doesn't make sense if that's the case | 16:55 |
seb128 | "Depends: ubuntu-system-settings but it is not going to be installed" | 16:55 |
cwayne_ | root@ubuntu-phablet:/# apt-cache policy ubuntu-system-settings | 16:55 |
cwayne_ | ubuntu-system-settings: | 16:55 |
cwayne_ | Installed: 0.1+14.04.20131119-0ubuntu1 | 16:55 |
cwayne_ | Candidate: 0.1+14.04.20131119-0ubuntu1 | 16:55 |
seb128 | apt-get install ubuntu-system-settings-online-accounts ? | 16:56 |
cwayne_ | ubuntu-system-settings-online-accounts is already the newest version. | 16:56 |
greyback | mzanetti: your branch fixes the crash, thanks! | 17:01 |
mzanetti | greyback: \o/ | 17:02 |
mhr3 | sil2100, will need to rebuild the scopes branches | 17:04 |
mhr3 | or perhaps robru^? | 17:05 |
seb128 | cwayne_, that pastebin makes no sense, are you sure you ran those command on the same box? | 17:05 |
robru | mhr3, url? | 17:05 |
cwayne_ | seb128, yes. i know it doesn't make sense, hence why i'm asking about it :) | 17:05 |
mhr3 | robru, :) step 1) https://code.launchpad.net/~ubuntu-unity/+recipe/unity-scopes-api-daily-custom the target branch needs to be changed to lp:unity-scopes-api trunk | 17:06 |
mhr3 | and built | 17:06 |
mhr3 | robru, step 2) build https://code.launchpad.net/~ubuntu-unity/+recipe/unity-scopes-shell-daily-custom after 1) finishes | 17:06 |
mhr3 | robru, step 3) rebuild https://code.launchpad.net/~ubuntu-unity/+recipe/unity-scope-onlinemusic-daily-custom after 1) finishes | 17:07 |
robru | mhr3, ok, #1 started | 17:08 |
mhr3 | robru, oh crap, the version in 1) needs to be changed too | 17:09 |
robru | mhr3, i changed the branch to trunk... | 17:09 |
mhr3 | robru, needs to be 0.1.2 | 17:09 |
mhr3 | robru, yea, but the recipe overrides the upstream version | 17:09 |
robru | mhr3, can I set it to {debupstream} then? | 17:10 |
mhr3 | robru, yea, that will work too | 17:10 |
robru | mhr3, ok, rebuilding that | 17:10 |
mhr3 | robru, it is possible to abort the older one? https://code.launchpad.net/~ubuntu-unity/+archive/daily-build-next/+recipebuild/600852 | 17:11 |
robru | mhr3, nope | 17:11 |
mhr3 | oh well... | 17:12 |
=== salem_ is now known as _salem | ||
=== _salem is now known as salem_ | ||
Saviq | mzanetti, http://people.canonical.com/~msawicz/unity8/scopes-ng.tar.xz | 17:32 |
mhr3 | robru, api published, mind kicking off 2) and 3)? | 17:48 |
robru | mhr3, oh yeah ;-) | 17:48 |
=== _salem is now known as salem_ | ||
robru | mhr3, have there been new revisions on the branches? if not they'll fail to upload due to identical version numbers. | 17:49 |
mhr3 | robru, good question | 17:49 |
mhr3 | robru, yea, everything was updated | 17:51 |
mhr3 | cwayne_, everything is rebuilding, should be in the ppa in ~hour | 17:53 |
cwayne_ | mhr3, lovely, thank you! | 17:54 |
mhr3 | cwayne_, although i'm not sure what's up with your apt error | 17:54 |
cwayne_ | mhr3, yeah, it's full of craziness somehow | 17:54 |
mhr3 | not overly likely that the rebuild will fix *that* | 17:54 |
tsdgeos | Cimi: https://code.launchpad.net/~aacid/unity8/carousel_click_test/+merge/197940 | 18:03 |
Cimi | tsdgeos, tomorrow? | 18:04 |
tsdgeos | sure | 18:04 |
Cimi | tsdgeos, I'm concentrated on the prototype | 18:04 |
tsdgeos | no worries | 18:04 |
=== ajmitch_ is now known as ajmitch | ||
cwayne_ | having an issue trying to run the new api: unity::LogicException: Could not get string array (/usr/share/unity/scope-groups/Groups.ini, group: ScopeGroup): Key file does not have key 'Scopes' | 21:17 |
=== salem_ is now known as _salem |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!