/srv/irclogs.ubuntu.com/2014/06/24/#ubuntu-unity.txt

karniunity-scope-tool used to properly show cards with overlay and title. it *just* broke after I dist-upgraded.02:37
karniSaviq: FYI ↑02:37
karnimy art aspect ratio is 2.502:38
karnicard-size is large02:38
karnias if the title has been moved downwards02:40
Saviqkarni, are you by any chance using "fill-mode": "fit"?07:02
dednickgreyback: howdy08:51
greybackdednick: morning08:51
dednickgreyback: so just looking quickly at the unitymir::session before goingt through review comments. looks like the only real use is in the surfacemanager now.08:52
dednickwhere i changed the surface to have a ref to session instead of application08:53
greybackwhat's the reason for that? Application was just a wrapper around mir::Session08:53
dednickgreyback: hm. it was because sessions for prompt sessions may not have an application set when the surface is created.08:57
dednickgreyback: if they have not yet been added to the prompt session.08:57
dednickgreyback: so it's basically doing the app lookup lazily.09:00
dednickgreyback: and the surface managment code is not threadsafe. If we don't keep reference to all the sessions, then they may have been deleted once the queued slot gets called.09:05
dednickwhich is possibly why i did the list in the first place.09:06
mhr3Saviq, is it desired that the shadows appear before the actual icons in carousel?09:06
mhr3Saviq, or should i open a bug about that?09:06
dednickgreyback: queued slot = sessionCreatedSurface09:06
greybackdednick: it should be thread safe, if it's not then it's something that needs fixing09:07
greybackdednick: keeping copies of all Mir's internal data is not pleasant09:07
dednickgreyback: it's not threadsafe.09:07
dednickvoid SessionListener::surface_created(ms::Session& session, std::shared_ptr<ms::Surface> const& surface)09:07
Saviqmhr3, dunno09:07
dednicksession is passed by reference09:08
mhr3Saviq, opening bug then09:08
Saviqmhr3, against ubuntu-ux too, please09:08
Saviqdednick, re urls, Qt.openUrlExternally is official API that we support, it needs to work09:08
Saviqdednick, so no point in duping that effort09:09
dednickSaviq: yeah. i just used that.09:09
greybackdednick: you have a point there. I'd forgotton about that. That needs fixing somehow09:10
dednickgreyback: yeah, unity-mir needs to be threadsafe!09:10
dednick:)09:10
mhr3Saviq, mikenagle, https://bugs.launchpad.net/ubuntu-ux/+bug/133360409:11
ubot5Ubuntu bug 1333604 in Unity 8 "Shadows in carousel appear before the icons" [Undecided,New]09:11
dednickgreyback: but yeah, not sure if it's even practical/possible to assume direct connections over all slots coming across threads. maybe we need all listeners to pass ownership, although don't know if that's going to fly with mir peeps.09:14
greybackdednick: no we can't, hence using queued connections as much as poss. Since the events do pass ownership of the object created/destroyed, I had hoped it was enough.09:16
dednickgreyback: mir does pass by ownership for the create/destroy of objects, but all operations on those objects seems to be pass by reference. So I think that if you want to use cross thread, you need to store.09:16
greybackdednick: yeah. I might get them to change that to a weak reference09:17
dednickgreyback: ok. so for now, can I leave the session storage?09:17
greybackdednick: something to be done later09:17
dednickgreyback: although just using shared_ptr<>, not the wrapper09:18
greybackdednick: yeah. Will need to be careful we always release those shared pointers09:19
dednickgreyback: yup.09:19
mhr3mzanetti, ping?09:59
mhr3mzanetti, and unping, rm-ing builddir sometimes helps10:05
mzanettimhr3: sorry, was in a meeting.10:13
mzanettimhr3: the QGSettings thing? :)10:13
mhr3oh, i wasn't the only one? :)10:13
mzanettinope :)10:13
mhr3mzanetti, for your amusement http://paste.ubuntu.com/7694378/10:14
mzanettihuh?10:15
mzanettihaven't seen that before10:15
karniSaviq: yes, fill-mode: fit10:15
mzanettilooked a bit like finnish at a first glance :D10:15
Saviqkarni, don't use that10:15
Saviqkarni, like *ever*10:15
Saviqkarni, it's only meant for apps icons atm10:15
karniSaviq: what's the default behavior?10:16
Saviqkarni, crop, but that's also the designed behaviour10:16
karniok10:16
Saviqkarni, it wasn't really thought out TBH, we just slapped the fill-mode: fit to be able to do app icons10:17
karniack10:17
karniSaviq: same effect. should I explicitly use fill-mode: crop? http://paste.ubuntu.com/7694461/10:23
Saviqkarni, no10:23
Saviqkarni, trying10:23
karnithanks10:23
Saviqkarni, weird, this works fine here...10:24
karniSaviq: unity-scope-tool on utopic?10:24
* karni dist-upgrades once more10:25
Saviqkarni, apt-cache policy unity-scope-tool?10:26
Saviqkarni, also, any chance I could have a look at the scope?10:26
karniInstalled: 7.89+14.10.20140623.1-0ubuntu1 Candidate: 7.89+14.10.20140623.1-0ubuntu110:26
karnilet me arrange that10:26
Saviqkarni, ok, reproduced10:28
karniSaviq: just sent you the source. ignore if you want then :)10:28
Saviqkarni, fix: http://paste.ubuntu.com/7694526/10:47
karniSaviq: thank you!10:48
Saviqkarni, sorry about taht10:48
karniSaviq: np10:48
karniSaviq: this doesn't belong to unity8, does it? where should I patch?10:51
karnifound it ./usr/lib/x86_64-linux-gnu/unity8/qml/Dash/CardCreator.js10:52
Saviqkarni, yes, unity810:52
karniSaviq: sweet, thanks10:54
karniSaviq: last question - when will categories by default not-collapse if they're a sole category in the result set? do you guys have this bug on your radar?10:56
karniSaviq: no rush, I just want to know what to tell people (if other than "bug is filed" :) )10:56
Saviqkarni, they won't default, but you'll be able to set collapsed-rows: 010:57
Saviqkarni, and yes, it's on our radar10:57
karniworks for me! :) thanks10:57
* greyback has dentist visit, bbiab11:02
=== MacSlow is now known as MacSlow|lunch
SaviqCimi, rather small one for you https://code.launchpad.net/~saviq/unity8/fix-header-height/+merge/22426911:10
Saviqseb128, silo 8 looks good, although I was unable to test on my laptop, unity8 isn't started for some reason (neither distro or silo packages)11:31
Saviqseb128, could you (did you) test the functionality of the session indicator?11:31
seb128Saviq, ok, sure, let me upgrade/install the ppa on my test config11:32
CimiSaviq, how do I test it?11:35
SaviqCimi, with the test tool, go to amazon scope for example, and override with this: http://paste.ubuntu.com/7694461/11:36
SaviqCimi, only s/image/art/11:36
Cimiupgrading utopic11:37
Cimisee you or not :)11:37
=== pete-woods is now known as pete-woods-lunch
CimiSaviq, /home/cimi/Development/unity8/card_touchdown/plugins/Unity/Launcher/backend/launcherbackend.cpp:27:22: fatal error: QGSettings: No such file or directory11:53
Cimi #include <QGSettings>11:53
CimiSaviq, maybe something missing in the deps11:53
SaviqCimi, ./build.sh -c11:54
CimiSaviq, what service to run prior unity scope tool?11:57
SaviqCimi, smart-scopes-proxy11:57
=== MacSlow|lunch is now known as MacSlow
CimiSaviq, I have quite different result on amazon scope12:04
Cimifor category12:04
=== alan_g is now known as alan_g|lunch
=== _salem is now known as salem_
* Cimi lunch12:08
Cimistill here :D12:11
SaviqCimi, not sure what you mean? yes, you should override it, disregard what amazon sends itself12:13
Cimiah ok12:13
CimiSaviq, results?12:13
SaviqCimi, what about results?12:14
CimiSaviq, override category for results12:14
SaviqCimi, just override the category template with the pastebin12:14
Cimior toys etc12:14
SaviqCimi, whatever12:14
SaviqCimi, doesn't matter, as long as it has a title and art12:14
Cimiit's empty for me12:14
SaviqCimi, any other scope will do12:15
Cimiok12:15
SaviqCimi, that has an image and title12:15
Cimiweird12:15
bschaeferSaviq, hey, getting an error with unity8 desktop (after upgrading). Seems to be when the switch was made to use ubuntu-app-launch12:16
bschaefer“WARNING: QApplication was not created in the main() thread”12:16
bschaeferif you don't know anything about that error message no worries, ill just poke around12:17
Saviqbschaefer, that warning was always there12:17
bschaefero really?12:17
bschaefersoo... i wonder why unity8 isn't working...with no error message12:17
bschaeferjust black screen12:17
Saviqbschaefer, it's because Mir is the one starting the shell, and not in the main stage12:17
bschaeferSaviq, that makes sense, it was just the only log message :(12:17
Saviqbschaefer, doesn't run here either, but it actually never starts (as in I have no unity8-mir log file from upstart)12:17
Saviqbschaefer, hmm12:18
Saviqbschaefer, ps aux | grep unity8 ?12:18
bschaeferSaviq, you're right, no process12:18
CimiSaviq, http://i.imgur.com/FYzSbDt.png12:18
CimiSaviq, weird the overlay on digitally imported radio...12:18
SaviqCimi, transparent icons → broken overlay12:19
CimiSaviq, seems like different compositing12:19
SaviqCimi, the overlay is only drawn where the icon isn't transparent12:19
Cimiwe should have OVER12:19
SaviqCimi, really, don't try to explain this12:19
SaviqCimi, I know what the reason is12:20
SaviqCimi, and it's because there's no new shape12:20
bschaeferSaviq, thanks! I should be able to figure out where it should be getting started12:20
Saviqbschaefer, there's a unity8-mir job that should start it12:20
Saviqbschaefer, .crash in /var/crash in any chance12:20
Saviq?12:20
CimiSaviq, no new shape?12:20
CimiSaviq, the overlay fills just the icon?12:20
SaviqCimi, just look at the code12:21
Saviqif you really need to know12:21
Saviqbut basically,12:21
CimiSaviq, our code or ubuntu shape? wondering if we can fix it12:21
Cimihaven't looked yet12:21
SaviqCimi, no we can't12:21
Cimiok12:21
Saviqif (alpha != 0) { draw overlay }12:21
CimiSaviq, so it's a shader basically12:22
Saviqbut that obviously breaks if the image has transparent pixels12:22
SaviqCimi, yes of course12:22
bschaeferSaviq, theres only a crash about the keyboard indicator service12:22
Saviqbschaefer, so it indeed looks like it never starts12:22
bschaeferstrange indeed12:22
bschaeferSaviq, thanks! Forgot to check for a crash file :)12:23
bschaefersoo that should be u-s-c that should start it right?12:23
Saviqbschaefer, upstart actually12:23
bschaeferSaviq, cool, ill dig through there. Thanks!12:23
Saviqbschaefer, unity8-mir.conf has a "start on unity8-mir session" or so12:23
Saviqbschaefer, bregma knows more obviously12:23
bregmabschaefer, there's always an error message about the keyboard service, are you sure it's a crash?12:25
bschaeferbregma, its in /var/crash after starting unity812:25
seb128bschaefer, bregma, Saviq: talking about unity8 in utopic?12:26
Saviqseb128, yes12:26
bschaeferseb128, yeah12:26
seb128it segfaults in libqubuntumirserver.so/qtsensor12:26
bschaeferbregma, could the keyboard indicator keyboard service cause unity8 to not start?12:26
seb128I guess an issue with the recent platform-api/qtubuntu-sensors changes12:26
bschaeferseb128, no fun :(12:26
seb128rsalveti, ^12:26
seb128I was just looking at that12:26
bschaeferat a sprint, and attempting things with it atm :)12:26
CimiSaviq, well looks fine12:27
SaviqCimi, compare to trunk, where it doesn't ;)12:27
SaviqCimi, the header was 2gu smaller, so labels were cut off at the bottom12:27
Cimistill fine to me12:29
Cimiweird12:29
Cimibut yes code looks fine12:29
Cimiacxtually didn't test with trunk12:29
Cimibut with my card emblem branch12:29
Cimimaybe I fixed it :D12:30
SaviqCimi, no, maybe you don't have trunk ;)12:30
SaviqCimi, it got broken by Albert's branch that was merged yesterday12:30
seb128bschaefer, bregma, Saviq: back to working after installing https://launchpad.net/~ci-train-ppa-service/+archive/landing-005/+build/6112664/+files/qtubuntu-sensors_0.6%2B14.10.20140619-0ubuntu1_amd64.deb12:30
Cimiok12:30
seb128rsalveti, ^12:30
bschaeferseb128, awesome, thanks!12:30
seb128yw12:30
seb128I moved to -touch, ricmm is not on -unity12:31
* bschaefer isn't in -touch12:31
seb128bschaefer, well, just downgrade that binary and let us fix the issue in distro12:32
bschaeferseb128, yeah, i've downgraded it on my machine, attempting to downgrade on other machines has been somewhat of an issue12:32
bschaeferbut ill try again12:32
seb128we really need to start testing that those landing don't make the desktop session stop working12:32
bschaeferseb128, +112:33
bregmaseb128, that was one of the requirements before 14.04, I guess they "forgot" about it again12:33
seb128bregma, requirement for who? anyone doing landings? because I think the unity8 team is good about it, but the platform-api stuff keeps screwing us recently12:34
seb128Saviq, on that note, confirmed that the silo for logout works12:34
bregmait was one of the items in the QA list -- a manual desktop sanity check12:34
Saviqseb128, \o/, ACKing it12:34
seb128Saviq, ;-)12:35
bregmawe had a documented checklist and a status spreadsheet12:35
bregmaand people assigned and given devices just for that purpose12:35
Saviqwwwhhhhyyyy dafuck am I being logged out all the time :|12:35
seb128Saviq, yeah, happens for me every time I close firefox :/12:35
seb128hate google some days12:36
Saviqseb128, must be fx 30 :|12:36
seb128bregma, right, but I guess nobody is going through the whole QA list for landing individual bits12:36
Saviqseb128, I also noticed that it suddenly offers to remember passwords for my banking account, for example - not great12:36
seb128Saviq, that has been happening for a while for me, other mentioned it as well, seems rather on the google side12:36
Saviqseb128, hmm only happened recently to me12:37
seb128Saviq, they might opt-in more people for "increased security" over time, dunno12:37
bschaeferalso touch screens have stoped working in unity8 desktop12:56
bschaefernot a huge deal, just a regression12:56
seb128bschaefer, did they?12:57
seb128when?12:58
bschaeferseb128, not sure, i don't have a touch screen, but i've one in front of me right now and its not working12:58
bschaeferbregma, possibly could know12:58
seb128bschaefer, on my inspiron 11 I had to create a file with the input device id to get Mir to work with the touch screen12:59
seb128bregma knows the magic12:59
bregmabschaefer, you may beed to add a custom /usr/idc file to get the Android code to recognize the touchscreen as a touchscreen12:59
bschaeferseb128, that sounds resonable12:59
bschaeferreasonable12:59
seb128bregma, can you share yours? I don't remember the name/content (I wipe my install since budapest to test the iso install mode)12:59
* bregma needs to put something on the wiki13:00
bschaeferbregma, that would be nice13:00
seb128I was going to do that13:00
seb128but I lost the required knowledge :p13:00
bregmastep 1: do an 'lsusb' and look for the touchscreen device (you may need to guess here)13:01
bregmaI get something like 'Bus 002 Device 007: ID 04f3:016f Elan Microelectronics Corp.'13:01
bschaeferbregma, yeah that one13:02
bschaeferElan Microeslel13:02
bregmastep 2: create a file '/usr/idc/Vendor_04f3_Product_016f.idc' (where the hex codes match the ones in the lsusb line)13:02
bregmagive it these two lines as content:13:02
bregmadevice.internal = 113:03
bregmatouch.deviceType  = touchScreen13:03
bregmastep 3: ???13:03
bregmastep 4: PROFIT!!!!13:03
bregmaer, um, restart the Mir server13:03
bschaeferbregma, cool thanks!13:03
bschaeferill test that out13:04
=== alan_g|lunch is now known as alan_g
=== salem_ is now known as _salem
bschaeferbregma, yay it works13:17
=== _salem is now known as salem_
dandradermterry, the spinning ubuntu logo is done by unity-system-compositor, right?13:29
mterrydandrader, yeah, by a tiny helper in the USC source tree13:30
mterrydandrader, separate process though13:30
dandraderok13:30
kgunndednick:  hey, i was trying to build your trusted demo...first tried on the device, ran out of mem...13:31
dednickkgunn: uuuh. that's weird. give me a minute13:32
kgunndednick: its likely me...take your time13:32
dednickkgunn: just built on newly flashed device. didn't have an issue. did it seem to be taking a ridiculous amount of time?13:39
dednickkgunn: although i did have to get required packages manually to build. so not sure if you had something missing...13:40
kgunndednick: so i think i might have been loading too many deps13:40
dednickkgunn: i just used build-dep unity-mir to source package deps.13:41
kgunndednick: for the demo app source ?13:41
dednickkgunn: lp:~nick-dedekind/+junk/trusted_sessions_app13:42
kgunndednick: yes thats it...ok...will do13:42
dednick$ apt-get build-dep unity-mir13:43
dednick$ mkdir builddir && cd builddir13:43
dednick$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr13:43
dednick$ make -j413:43
dednickkgunn: ^13:43
kgunndednick: ta13:48
kgunndednick: ...i was trying to load like the whole sdk :)13:48
dednickkgunn: ah :)13:49
CimiSaviq, branch approved14:04
CimiSaviq, how about some of mines? :)14:05
mhr3Saviq, hm, looks like temp dash pages blow up when you lock+unlock the screen while in one14:06
SaviqCimi, I was almost there with the emblem, but then bug #1284233 happened, I'd like that to land first so we don't have to do it14:07
ubot5bug 1284233 in Ubuntu UI Toolkit "Can't use uris for Icon source" [Undecided,In progress] https://launchpad.net/bugs/128423314:07
SaviqCimi, will also want to fix bug #128423514:07
ubot5bug 1284235 in Ubuntu UI Toolkit "Icon has to be sized explicitly" [Undecided,Incomplete] https://launchpad.net/bugs/128423514:07
SaviqCimi, but it'll probably end up with "add TODO" for once UITK lands14:08
SaviqCimi, did you see email I forwarded? looks like we need/want a bigger background than the card itself14:09
Saviqfor the touch highlight14:09
CimiSaviq, I will see14:09
=== pete-woods-lunch is now known as pete-woods
SaviqCimi, but really, you just need to go to the office14:09
CimiSaviq, I can work on the latter bug as well14:09
Saviqand show them what works, what doesn't14:09
CimiSaviq,  ok14:09
SaviqCimi, since with what Josh just sent, cards that *do* have background will look crap14:09
Saviqmhr3, explode how?14:10
Saviqmhr3, everything seems to work here (except that with current design it *should* reset back to dash)14:10
CimiSaviq, having an effect outside of the region looks weird14:10
CimiSaviq, because the target click area will be smaller14:11
SaviqCimi, well, why would it be?14:11
CimiSaviq, now we are almost anchoring to root14:11
Cimiso we might want to create something with negative margins14:11
SaviqCimi, yeah, we'll have to14:11
SaviqCimi, or well, maybe not, we have 2gu spacing between medium cards14:12
CimiSaviq, outside of the clickable mouse area14:12
SaviqCimi, we might not need to14:12
Cimiyeah 1gu14:12
SaviqCimi, 2gu14:12
Saviqwhich is too much, actually...14:13
Saviqit should be 1gu14:13
SaviqCimi, which means the highlight would clash, but maybe that's fine14:13
CimiSaviq, it cannot clash14:13
CimiSaviq, since you touch only once at a time :)14:13
SaviqCimi, right, mousearea can't clash14:14
SaviqCimi, btw, apparently the sizes changed, and indeed there's 2gu spacing14:16
CimiSaviq, let me try adding negative margin14:16
SaviqCimi, look at the same mail14:16
SaviqCimi, I think it'll still look weird for cards with background...14:16
mhr3Saviq, ah ok, it's related to preview, if you search for something in a scope, then preview it, lock+unlock, it disappears14:18
mhr3Saviq, related to the search string being reset i guess14:18
Saviqmhr3, yeah, that's the designed behaviour - dash was *meant* to reset when you focus on something else14:19
Saviqmhr3, although I fully agree that's wrong14:19
Saviqmhr3, and we'll yank it out with going to dash-as-app for sure14:19
CimiSaviq, http://paste.ubuntu.com/7695330/14:19
* Cimi tries14:19
mhr3Saviq, i'd argue that lock+unlock isn't necesarrily focus change14:19
Saviqmhr3, you and your arguments14:19
mhr3:)14:20
CimiSaviq, weird14:21
paulliuSaviq: hi. For LP:1330957 I can have the margins http://goo.gl/ZMUrfv14:25
paulliuSaviq: Is there some other cases that I missed?14:25
CimiSaviq, I think our approach is best14:25
CimiSaviq, woule be ideal to have bigger target without background14:26
Cimibut will not be consistent14:26
Saviqpaulliu, hmm interesting, didn't work for me14:27
Saviqpaulliu, maybe I didn't build14:27
paulliuSaviq: yes. have to run build.sh everytime when changing the CardCreator.js14:28
Saviqpaulliu, correct, I take that comment back14:28
Saviqpaulliu, on the test fixes, testCard passes fine in trunk, and on your branch without the changes to tst_Card.qml, (why) are those needed14:31
Cimipete-woods, how do I test camera app and infographics?14:35
pete-woodsCimi: well I hope you can now use the debian version of the camera app14:36
pete-woodsi.e. upgrade everything from silo 00914:36
Cimipete-woods, but camera app is installed already14:37
Cimipete-woods, how do I overwrite it?14:37
paulliuSaviq: I don't know. Trunk testCard always failed on my machine. I have to have those changes.14:37
paulliuSaviq: but I think those changes it quite reasonable. Isn't it?14:38
Cimipaulliu, Saviq to me is not... if we have no art why would we quit the test?14:38
Cimiwe should report the test is broken14:38
SaviqCimi, paulliu, yeah, I don't like the "return" part there14:38
pete-woodsCimi: I'm not really sure, just try installing the debs too?14:38
Saviqpaulliu, I wonder if it's your screen size that's the problem14:38
Cimipete-woods, can you test it? :)14:39
Saviqpaulliu, try `make -C builddir xvfbtestCard`14:39
Saviqpaulliu, it will run in a virtual X14:39
paulliuSaviq: ok14:39
Cimipete-woods, if I use your commands to generate a fake one, it appears on unity14:39
pete-woodsCimi: is there a working version of unity8 in the silo now?14:39
Cimipete-woods, yes14:40
paulliuSaviq: Cimi, I'll remove those lines after I tried the xvfbtestCard14:42
paulliuon trunk14:42
pete-woodsCimi: you can hack in the click support by running touch touch ~/.local/share/libusermetrics/sources/com.ubuntu.camera_camera_2.9.1.json14:42
Saviqpaulliu, thanks14:42
Saviqmterry, hey, could you please review https://code.launchpad.net/~albaguirre/unity8/use-new-display-power-state-interface/+merge/219552 ?14:53
Saviqmterry, it's in silo 20 for testing pleasure14:53
mterrySaviq, OK14:54
=== dandrader is now known as dandrader|afk
Saviqmzanetti, yeah, until it's merged, it's INPROGRESS15:11
Saviqthat might be the wrong approach, though...15:11
mzanettisure yeah. that's why I didn't change it15:11
mzanettibut still didn't want someone to wait for it15:12
kgunndednick: ok, lots of interrupts...just tried, but i'm hitting same spot where i started to install sdk :P15:21
kgunndednick: https://pastebin.canonical.com/112272/15:21
kgunndednick: maybe a better way to ask, how are you building? ...on device i assume ? (not cross)15:22
dednickkgunn: on device15:22
dednickkgunn: which device?15:22
dednickkgunn: mine is N415:23
dednickkgunn: did you apt-get build-dep unity-mir ?15:23
dednickkgunn: and 'apt-get update' first15:23
kgunndednick: not sure i did apt-get update first...lemme try that15:26
kgunndednick: i think that was it15:27
kgunntoo many interrupts15:28
kgunnactually i updated...but forgot to get the build-deps15:28
=== dandrader|afk is now known as dandrader
dednickkgunn: looks like we don't have an armhf version of unity-system-compositor based on trust sessions.15:55
dednickkgunn: in staging i mean15:55
kgunndednick: ah...i need to tweak a recipe15:56
dednickkgunn: looks like the gcc issues we were having. https://launchpad.net/~mir-team/+archive/staging/+build/611072415:56
kgunndednick: just a sec15:56
dandradermzanetti, I think John didn't get the bug https://bugs.launchpad.net/unity8/+bug/131651215:57
ubot5Ubuntu bug 1316512 in Unity 8 "Greeter can be flicked away in the wrong direction" [Undecided,Won't fix]15:57
dandraderas in he probably didn't understand the problem15:58
kgunndednick: ok...first alf is going to have to do all the abi bumping to get staging back in shape16:14
kgunnincl creating a u-s-c branch16:14
dednickkgunn: ok. thanks.16:16
kgunndednick: are you broken...do you need this asap ?16:17
dednickkgunn: i can work on something else for now.16:17
dednickkgunn: and can always build it locally.16:17
kgunnack16:19
mterryalberto_, I tested silo 020, and the greeter didn't appear after locking screen.  Is that known?16:28
alberto_mterry: no16:31
alberto_mterry: it's because there's a new unity8 package16:31
alberto_mterry: which apt-get selects over the silo16:31
mterryalberto_, oh crud16:31
alberto_mterry: so I need to rebuild in silo16:31
greybackmterry: startup wizard notifies me that my N7 has no SIM card installed. There a bug about that?16:33
mterrygreyback, yes...  let me see16:34
mterrygreyback, bug 133258316:34
ubot5bug 1332583 in ubuntu-system-settings (Ubuntu) "Wizard suggests I can "insert a SIM card later" on a SIM-less tablet" [Medium,Triaged] https://launchpad.net/bugs/133258316:34
greybackmterry: also in the wizard, I've 4 blobs indicating pages. First page was Language.  But next "page" was that SIM card message. I hit next, and now page 2 is "wifi"16:34
mterrygreyback, that's actually by design16:34
greybackmterry: okies16:35
mterrygreyback, it's an "interrupting page" that isn't part of the wizard flow16:35
greybackrather a long pause between wizard stop and Ubuntu spinner becoming visible again too16:36
mzanettidandrader: true, John misunderstood. I just tried it again right now and seems the behavior has changed a bit by now16:53
mzanettidandrader: you can still flick it away the other direction as you started, but now it works consistently on both sides16:53
mzanettiso imho we can leave it closed16:53
=== alan_g is now known as alan_g|EOD
=== dandrader is now known as dandrader|lunch
=== gatox is now known as gatox_lunch
kgunnjosharenson: did you see qtcomp ppa is working well enough to bench ?17:57
kgunncan't remember if you were on17:57
josharensonkgunn, I thought it was, and then wasn't... if its good now I'll give it a go17:57
kgunnyep...is now17:58
josharensonkgunn, also glmark is on a bit of a downwards trend.... possibly related?17:58
kgunnjosharenson: nope, shouldn't be17:58
mterryalberto_, the autopilot failure on https://code.launchpad.net/~albaguirre/unity8/use-new-display-power-state-interface/+merge/219552 -- were they there before?  Or are they failing because it's not building with the rest of the silo?18:08
* mterry tests18:11
alberto_mterry: it fails because those tests18:12
alberto_mterry: invoke the power button18:12
alberto_mterry: so yes it needs usc and powerd for it to work (since the signal emission of displayPowerState migrates from one to the other)18:13
mterryalberto_, top-approved18:15
alberto_mterry: thanks!18:17
=== gatox_lunch is now known as gatox
=== dandrader|lunch is now known as dandrader
kgunnmterry: so is this just junk? or something still needed ?19:46
mterrykgunn, sorry what?19:46
kgunnmterry: https://code.launchpad.net/~cimi/ubuntu-system-settings/wizard.privacy/+merge/21312419:46
kgunnlooks ancient19:47
mterrykgunn, my memory is that that branch implements half of what we need (because the other half's backend doesn't work)19:47
mterrykgunn, it is ancient.  Most of the welcome wizard code is  :)19:47
kgunnlol19:47
mterrykgunn, so we could land it for sure...  Cimi might need to brush off the dust though19:48
kgunnmterry: right, i was just trying to determine how we get to a "done" on welcome wizard...19:48
mterrykgunn, there are also some design nits that came through recently -- reword several things19:49
mterrykgunn, those and finishing the privacy screen should get us ther19:49
mterrye19:49
mterryAnd any bugs of course19:49
kgunnmterry: design nits are post rtm :)19:50
kgunnboiko: mterry ...just checking in on e-dialing, is e dialing for dialer app in silo ?19:51
mterryI don't think so...?  boiko, how far are you on that?19:52
mterrykgunn, just for clarity, I thought all the locking-greeter stuff was targetted for UIF, not FF?19:53
kgunnmterry: we had it targeted to ff, but obviously that needs to change to uxf19:54
mterrykgunn, when we reviewed the spreadsheet last wednesday, it was UXF19:54
mterrykgunn, things needed for propery edialing support: (1) dialer needs to support it, (2) a merge adding a dbus property boiko needs (done but not merged), and (3) support in unity8 for faking dialer app support in greeter (i.e. keeping dialer above greeter) -- I'm working on that last one, am mostly done with code changes, but needs several tests too19:55
mterrykgunn, #3 there is voted most-likely-to-create-a-security-problem-down-the-road19:56
kgunnsorry, mterry, you're right...was always uxf, i was getting wires crossed19:57
mterrykgunn, I mean, it's a bit of a slippery definition19:57
mterryDefinitely has elements of a feature19:58
boikokgunn: mterry: I had to work on autopilot tests failing, so I'm a bit late on that, I will have something tomorrow20:12
mterryboiko, did I point you at my is-active branch to expose the DBus property?  It's sitting there, waiting to be reviewed on our side.  But when we get around to a silo, it should be in20:12
mterryhttps://code.launchpad.net/~mterry/unity8/is-active/+merge/22365320:12
mterryI'm going to go grab food, bbl20:13
boikomterry: nice! thanks20:16
=== dandrader is now known as dandrader|afk
=== dandrader|afk is now known as dandrader
Cimikgunn, mterry that branch work on wizard side... but wizard changes things in the backend that get ignored almost :)22:18
Cimierror reporting toggle work, location is probably not working atm22:19
CimiI could replace location with a phrase in the meanwhile, what do you think?22:19
kgunnCimi: sounds good to me22:33
=== salem_ is now known as _salem
josharensonoh this welcome wizard is fancy23:16
josharensonnice23:16

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!