/srv/irclogs.ubuntu.com/2015/07/13/#ubuntu-unity.txt

=== duflu_ is now known as duflu
anpok_hm is it normal now that the autopilot test suite only runs the desktop version of the shell?08:04
mzanettianpok_, seems your autopilot is not up to date08:37
anpok_i thought I have a quite recent wily setup..08:39
anpok_hmm the initctl stop unity8 hangs often08:53
mzanettianpok_, ah... might not be landed in wily yet09:04
mzanettitsdgeos, ping09:05
tsdgeosmzanetti: hi09:05
tsdgeosmzanetti: sorry i didn't see your ping in private before09:05
MacSlowhey handsome_feng09:22
MacSlowtsdgeos, wrt to the TouchStateOnNavigation branch... the initial bug from Design only complains about the missing grey highlight... thus the branch now does correctly fix that (following the style of the example picture provided).09:24
tsdgeosMacSlow: the missing grey highlight is also missing in the "all" item09:24
handsome_fenghey, MacSlow, tsdgeos :)09:25
MacSlowtsdgeos, hm...09:25
MacSlowtsdgeos, handsome_feng: I'd say to be sure we should get someone from Design to comment on this on the bug...09:26
tsdgeosMacSlow: why? they already commented, what do you want them to comment again?09:26
tsdgeosany reason why the "all" item should not have an highlight when it's the current?09:28
tsdgeosi guess it's because it wasn't ticked before?09:30
tsdgeosok09:30
MacSlowtsdgeos, the current version does not have it... if that was initially intentional or not I don't know...that's why I would ask for verification. For consistency-reasons I see were you are coming from.09:31
tsdgeoslet's leave that for a different bug then09:31
MacSlowtsdgeos, +109:31
MacSlowtsdgeos, general question... any random idea why a state-change transition/animation works for a tryFooBar make-target, but not on the device at runtime?09:36
MacSlowtsdgeos, I'm just looking for clues as I don't yet see anything obvious, that might cause this.09:37
tsdgeosMacSlow: not really something that comes to mind sorry09:39
MacSlowtsdgeos, np... I'll keep digging09:39
=== JMulholland_ is now known as JMulholland
greyback_unity8 ftbfs for me, cannot find -llightdm-qt5-212:16
=== karni is now known as karni-brb
MV_Hi May I ask something about Building Unity8 with VIVID ?13:55
greyback_MV_: just ask, no need to request permission13:58
MV_Ok Sorry ... Is there a normal way to obtains these willy updates when working on vivid : https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/landing-004/+build/753121614:00
=== karni-brb is now known as karni
greyback_MV_: yeah, we have a PPA which overlays on top of vivid with those things: https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/stable-phone-overlay14:01
MV_Ok thanks ... this should be added to the the procedure : https://unity.ubuntu.com/getinvolved/development/unity8/14:03
greyback_MV_: good point14:05
greyback_who owns that page. mhall119 any idea ^^14:05
mhall119greyback_: anybody on the unity team14:10
greyback_mhall119: ok14:11
tsdgeosgreyback_: actaually we got an email the other day saying we could edit it14:12
tsdgeosno idea how it really works but...14:12
greyback_ok, I thought the blog was something separate14:12
tsdgeosi'm editing the page14:17
tsdgeosnow i only need to know what to write :D14:17
greyback_tsdgeos: well either recommend development on wily, or use the vivid + overlay ppa14:19
tsdgeosgreyback_: mzanetti: http://paste.ubuntu.com/11872658/14:19
tsdgeosthing is none of us really uses wily so let it be vivid+ppa for the moment?14:19
greyback_tsdgeos: ok14:19
greyback_there's mention of a qt5 ppa too, that's unnecessary14:20
greyback_run -> run.sh, run_on_device -> run_on_device.sh14:20
greyback_can kill mention of clipped images14:21
greyback_flipped14:21
mzanettitsdgeos, ?14:22
tsdgeosmzanetti: greyback_ and me updated the text of https://unity.ubuntu.com/getinvolved/development/unity8/14:22
tsdgeossince it was a bit old, it's a bit better now14:23
tsdgeoswell i updated it with his agreement D:14:23
tsdgeosgreyback_: done14:23
mzanettiI think wily is supported too by now14:23
mzanettimirco is running wily afaik14:23
mzanettiand we do dual landings14:23
mzanettiso ci builds for wily too14:23
mzanettifocus is indeed vivid+overlay tho14:24
tsdgeosyeah i just preferred to leave wily out since it's "unreleased"14:24
tsdgeosand tbh if you're running wily "you're bleeding edge enough to not need instructions" :D14:24
tsdgeosmzanetti: but if you give me a wording i'll add it14:24
mzanettinah... all fine14:24
dednickmzanetti: can't connect to mumble14:33
mzanettidednick, hey14:33
mzanettidednick, add your notes to the doc then14:34
dednickor canonical server14:34
dednickinternet at work gone a bit wack14:34
dednick*office14:34
ltinkldednick, changed your password?14:35
dednickltinkl: nope14:35
ltinkldednick, do it then :)14:35
dednickLooking up irc.canonical.com14:35
dednick* Unknown host. Maybe you misspelt it?14:35
ltinkldednick, ah14:35
dednickcant connect to anything canonical... :/14:36
=== dandrader is now known as dandrader|afk
=== dandrader|afk is now known as dandrader
conyoohm.. unity8 on wily right edge swipe does nothing :/15:35
conyoousage-mode Staged15:35
=== Malsasa_ is now known as Malsasa
bregmais there an API we're supposed to use in the Unity8 world for authentication and authorization (eg. to perform a privileged operation as administrator)?16:45
greyback_bregma: what kind of things do you think unity8 needs for that?16:50
seb128bregma, I guess polkit is still the way to do that16:50
seb128we need a polkit auth ui in unity8 though16:51
bregmagreyback_, it's for applications that want to set up unprivielged containers (eg. LXC), which need to create userid mappings and virtual network interfaces16:51
seb128which we don't have atm16:51
bregmapolkit talks through a D-Bus API, right?16:51
seb128yes16:52
* bregma reads up on polkit16:53
greyback_bregma: you'll have to tell us what unity8 needs to do then17:07
greyback_as we've not considered anything like that yet17:07
bregmagreyback_, I was just hoping there was a magic authorization API we'd call and the appropriate dialogs would be popped up by Unity 8 for authentication ...  sounds like polkit will do just that, assuming Unity 8 acts as an auth provider maybe17:09
bregmathough maybe this was a normal thing that other people already do17:10
greyback_bregma: I'd debate it's not shell's job to create dialog prompts, and instead some process should create them & shell just handles them17:10
bregmayeah, that's they way it should work:  the shell registers as an authentication provider, which means it mindlessly performs the GUI stuff as requested, the rest is a big black box17:12
seb128unsure, GNOME moved those dialogs in the shell for consistency/security reasons17:21
seb128less risk to have another process pretending to be an auth prompter when the prompter is the shell17:22
=== dandrader is now known as dandrader|lunch
=== dpm is now known as dpm-afk
greyback_seb128: fair point. I'm just trying to keep logic out of unity8, if such things could live in a separate process, then great. I'd guess we could have the auth prompter be a trusted helper17:50
seb128right17:51
anpoktedg: hm17:53
tedganpok, ?17:54
anpokwhat does ubuntu-app-launch need besides a running u8 .. and a mir socket17:54
tedgUhm, Upstart session?17:55
tedgIt'll probably be more helpful to tell me what you're trying to do.17:55
anpoktedg: well .. playing with unity8 on the desktop17:55
anpokapplications manage to render a frame.. and then disappear again17:56
tedganpok, With XMir?17:56
anpokIf I do not launch them with u-a-l but with the desktop_file_hint they seem to work17:56
tedgWhen you say applications here to do you mean click applications or how are they installed?17:58
anpokin this case apt installed packages... system-settings .. dialer-app18:01
greyback_anpok: do they render a frame, or are you seeing a splash screen drawn by unity8?18:01
anpokoh18:01
anpoknot sure18:01
tedgI'm updating my Wily U8 desktop, but previously things like system settings worked.18:02
tedgI was getting a single frame for XMir apps though, curious if they were related.18:02
greyback_anpok: unity8 draws a splash when the client connects to mir. Then when client posts a frame, that splash goes away. In my testing, mir client was crashing after connecting to mir, but before drawing a frame18:02
greyback_tedg: again, splash screen != frame from app, so be careful of that18:03
tedgYup18:03
anpokgreyback_: yeah but why does it work with desktop_file_hint..18:03
anpokubuntu-app-launch is very unchatty about what is going on18:04
greyback_anpok: I dunno, but either way, unity8 is accepting the apps connection. the client is crashing for some other reason18:04
anpokgreyback_: hm? you sould like speaking of a specific problem?18:06
anpok*sound18:06
greyback_anpok: nope, I've not tried to debug. I just saw that from unity8's perspective, the xmir client crashed before creating a surface18:07
greyback_unity8 has accepted the connection18:07
greyback_-s+d18:07
conyoo unity8 on wily right edge swipe does nothing :/18:08
conyooand web browser app crashes18:08
conyooand notes18:08
conyoo:((18:08
conyooso broken :))18:08
greyback_conyoo: is "cgmanager" running?18:08
greyback_sudo systemctl start cgmanager18:09
conyooi'll try that.. i'm on unity 7 now18:09
greyback_conyoo: unity8 pretty raw right now, still under heavy devel18:09
greyback_conyoo: thanks for giving it a try tho18:09
conyooi kinda like bleeding edge raw broken stuff :d18:10
conyooi don't really mind18:10
greyback_conyoo: cool, well you'll love unity8 on desktop then :)18:10
conyooyep ;D18:10
anpokgreyback_: hum xmir18:10
anpoknot talking about xmir18:10
greyback_oh then I know not what you're doing18:11
anpokdialer-app for example18:11
greyback_anpok: is there a bug you're working on? I lack context to help18:12
anpokmir-0.14.0 silo .. on wily .. testing unity8 on desktop..18:15
anpokxmir works there btw..18:15
greyback_anpok: ok, then check qtubuntu-desktop is actually installed18:15
anpokI am just concerned about ubuntu-app-launch since we had to rebuild that one too18:15
anpokgreyback_: it is18:17
conyoogreyback_, do you know how can i make the terminal app not suspend when in background?18:17
greyback_anpok: grep REJECTED ~/.cache/upstart/unity8.log   - and see if anything appears18:18
=== dandrader|lunch is now known as dandrader
anpokgreyback_: http://paste.ubuntu.com/11873661/ u-s-s18:20
greyback_conyoo: that ability almost ready to land, but in the mean-time the easiest would be to install the Open Store and install the TweakGeek app, which lets you stop unity8 suspending apps18:20
greyback_conyoo: we'll add proper desktop lifecycle management (i.e. almost none) to unity8 in a week or two18:21
greyback_that's just a workaround until we do18:21
greyback_anpok: ApplicationManager::onProcessFailed - appId= "ubuntu-system-settings" duringStartup= true   <- process is dying for some reason during startup18:22
conyoothat's awesome :D thanks greyback_18:22
greyback_anpok: there a log file in ~/.cache/upstart for u-s-s ?18:23
anpoknope18:23
greyback_anpok: try launching manually, with the --desktop_file_hint flag18:24
anpokyes, that works fine.18:25
greyback_anpok: ick, something wierd with UAL then18:26
greyback_anpok: seems system-settings still considered a "legacy" application18:27
greyback_anpok: check out application-legacy-ubuntu-system-settings-.log18:27
greyback_in .cache/upstart18:28
anpokno I dont have that file18:28
greyback_protip: delete all log files in ~/.cache/upstart, then do the thing which fails. Then you see which log files are generated18:28
greyback_eh18:28
conyoogreyback_, oh.. open store is armhf :D i need amd64. i don't really need the open store, i just need TweakGeek's source code to see what it does18:29
conyoomaybe it's on lp18:29
greyback_conyoo: 1 sec, it's just a dbus setting.18:29
conyoohttps://launchpad.net/tweakgeek18:30
greyback_anpok: how about launching gallery, that is not a 'legacy' app18:30
conyoofound it :d18:30
conyoothanks greyback_  :P18:30
anpokgreyback_: same behavior.. I think I try vanilla wily and test again18:40
=== dandrader is now known as dandrader|afk
=== dandrader|afk is now known as dandrader

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