/srv/irclogs.ubuntu.com/2014/05/22/#ubuntu-desktop.txt

=== chiluk` is now known as chiluk
=== pitti_ is now known as pitti
=== e11bits is now known as 16WAACIRK
pittiGood morning03:23
cyphermoxpitti: good morning sir!04:21
pittihey cyphermox, how are you?04:21
cyphermoxgood, you?04:21
pittia bit tired, but good, thanks04:22
pittilooking forward to Malta04:22
pittiwill fly tomorrow04:22
cyphermoxcool04:22
cyphermoxI'm flying Friday04:22
pittiyou'll be there as well I suppose?04:22
cyphermoxyeah04:22
pitticyphermox: yeah, my tomorrow is Friday, too :)04:22
TheMusoCan't wait to see everybody!04:22
* pitti ^5s TheMuso04:22
cyphermoxwell it's tomorrow by now here too ;)04:22
cyphermoxhmm, looks to me like libsoup regressed04:25
TheMusoI fly out Saturday evening Sydney time. Still get there with a few hours to recover thankfully.04:25
cyphermoxTheMuso: good04:26
cyphermoxlooking forward to seeing you all again04:26
TheMusoIndeed.04:26
pitticyphermox: so it seems the NM Ipv6 test is still failing :/04:27
cyphermoxpitti: just fixed, I think04:27
cyphermox-0ubuntu15 might pass, I don't see the results yet04:27
pittiah, haha04:27
pittiah, you don't run them locally for testing?04:28
cyphermoxnot right now, I haven't set it up again04:28
pittiah indeed, it was the wpa-dhclient test that failed, not the nm one04:28
cyphermoxah crap04:29
cyphermoxi forgot a space in the regex04:29
cyphermoxfeel free to fix it, today really wasn't my day ;)04:30
cyphermoxactually, let me rephrase that04:30
cyphermoxpitti: could you please help me out and fix it?04:31
cyphermoxI'd like to go to bed ;)04:31
* pitti looks at http://launchpadlibrarian.net/176082170/network-manager_0.9.8.8-0ubuntu14_0.9.8.8-0ubuntu15.diff.gz04:31
pitticyphermox: ah, after the mngtmpaddr04:31
pitticyphermox: yes, I'll download/fix/test locally04:31
pittiall in bzr, good04:32
cyphermoxyup04:32
cyphermoxplease don't judge me about the multiple uploads for something so simple :P04:33
pitticyphermox: heh, no worries; those happen to everyone, it just looks better (and is faster) if you run them locally in a VM04:33
cyphermoxyeah04:34
pitti(you can also run them on your workstation, but you'll lose internet connectivity during the test)04:34
cyphermoxI'm rebuilding my laptop on the side04:34
cyphermoxpitti: I would run it in a schroot04:34
pitticyphermox: doesn't work, I'm afraid; network in schroot and host is the same04:34
cyphermoxadt-run blah --- adt-virt-schroot $chroot04:35
cyphermoxwell, for NM it's a little painful04:35
cyphermoxbut it works...04:35
pitticyphermox: so you need to use QEMU (adt's or the live system or similar)04:35
cyphermoxI don't mind losing connectivity for a bit04:35
pittiI run04:35
pitti$ adt-run -B .// --- qemu /home/martin-scratch/adt-utopic-amd64-cloud.img04:35
cyphermoxcool04:36
pittithat VM is built with: adt-buildvm-ubuntu-cloud -v -o /home/martin-scratch/04:36
pittiI additionally use -p http://10.0.2.2:3142 for apt-cacher-ng love04:36
cyphermoxI'll make not, maybe run this stuff in lxc once I'm done setting things up04:36
pitticyphermox: anyway, will sort out; good night!04:36
cyphermoxwell, I'm not out just yet04:36
pitticyphermox: not enough either, I'm afraid; can't modprobe the mac80211_hwsim in LXC :/04:37
cyphermoxof course..04:37
pittithat's why the test has "isolation-machine", it'll just skip in schroot or lxc04:37
cyphermoxI'm finishing up adding a simple autopkgtest to libsoup, to catch the case that broke friends04:38
pittiah, nice!04:38
pitti(and that should work in --- schroot for a change :) )04:38
pittiin fact, most tests work just fine in schroot, just NM and some others are really intrusive04:38
pittiubtree0t-wpa-dhclient PASS04:39
pitti\o/04:39
cyphermoxyay04:44
pittiah, will re-run against the -proposed version to be sure04:44
=== duflu_ is now known as duflu
=== sarnold is now known as sarnold_
=== jdstrand_ is now known as jdstrand
=== maxb_ is now known as maxb
=== bigon_ is now known as bigon
=== mlankhor1t is now known as mlankhorst
om26erseb128, Hi!08:30
om26erseb128, we need some help adding objectnames for each element in the ringtones list08:31
seb128om26er, hey, sorry I'm off work today and tomorrow, please talk to other people or send an email and I can reply next week08:31
om26erseb128, ok, thanks08:32
om26erLaney, Hi! :)08:32
Laneyhello om26er08:41
om26erLaney, I was looking here http://bazaar.launchpad.net/~system-settings-touch/ubuntu-system-settings/trunk/view/head:/plugins/sound/SoundsList.qml#L78 but I don't understand this model, can you help with that ?08:42
om26erwe need objectName to write reliable test08:43
Laneyit's just an array of strings08:44
Laneyis there a normal way of making object names out of ItemSelector elements?08:44
om26erI don't know may 'ringtone' + string ?08:46
LaneyI don't know where you would put it08:46
Laneyimagine it's model: ["a", "b"]08:47
Laneyhow would you assign objectNames to those?08:47
=== FJKong_ is now known as FJKong_afk
om26erLaney, something like this http://pastebin.ubuntu.com/7500694/08:57
om26erthat along with a JS for loop08:58
om26eri.e. not adding each item manually08:58
Laneyom26er: oh I didn't know about that delegate09:04
Laneyhow can I check the exported objectNames to make sure they exist?09:05
Laneyis just using the name of the ringtone okay?09:05
Laney"ringtone-" + <display name>09:05
om26erLaney, name of the ringtone is fine, yeah.09:05
om26ermaybe if there is a ringtone twice we could use an index number as well ?09:06
Laneyi don't think that'll happen09:06
Laneythe names are just constructed from the filename09:06
om26erLaney, ok then09:07
Laneyone second09:08
Laneyom26er: can you link me to that introspector script please?09:12
Laneyso I can see the objectNames09:12
om26erLaney, you want me to give a test ?09:13
om26eryou can use vis ?09:13
LaneyI used to have a python script09:18
Laneyit dumped everything autopilot could see09:18
Laneythink rvr showed me it?09:18
rvrLaney: It could be09:18
rvr~veebers/+junk/ ...09:18
rvrLet me check09:18
rvr~veebers/+junk/introspector.py09:19
Laneythanks09:19
Laneyrvr: Umm can you remind me how to launch the application to use this please?09:21
LaneyI thought it was --testability09:21
rvrYeah09:21
rvrThen the pid is passed to the script09:21
Laneywait it's -testability09:21
rvr-testability09:21
Laneybah09:21
Laneybecause who needs unix conventions!09:22
rvrlol09:22
Laneyyeah this seems to work09:24
Laneyom26er: okay try lp:~laney/ubuntu-system-settings/sound-list-objectnames09:25
om26erLaney, on, it09:25
om26erLaney, super cool, that seems to be working09:31
Laneyneat09:32
om26erLaney, maybe instead of the '-' just go camelCase ?09:32
LaneyI won't MP that, you base your work on that branch09:32
Laneywe have this scheme elsewhere in u-s-s already09:32
om26erLaney, ok, i can be a plagiarist09:32
Laneysrc/qml/EntryComponent.qml for example09:33
darkxstLaney, ok to merge gsetting-desktop-schemas 3.12? I don't think anything has been removed, just added10:33
Laneydarkxst: if that's true, should be10:33
darkxstLaney, I certainly couldnt find any removed keys when I diff'ed it10:35
Laneydarkxst: I'm not going to check myself, but if you're confident then go for it10:38
darkxstLaney, will do10:41
=== MacSlow is now known as MacSlow|lunch
=== om26er_ is now known as om26er
=== MacSlow|lunch is now known as MacSlow
=== attente_ is now known as attente
=== tedg is now known as ted
=== m_conley_away is now known as m_conley
=== gatox is now known as gatox_lunch
=== greyback is now known as greyback|afk
=== kenvandine_ is now known as kenvandine
didrocksLaney: desktop-next renamed as desktop?15:41
didrocksoh, the seed name in the touch seed branch15:41
* didrocks wonders if it won't be confusing15:42
Laneyit makes the cdimage side simpler15:43
LaneyI think it will be alright15:43
didrocksoh, cdimage was puzzled? interesting15:47
Laneyit's just so it can do the same thing as the normal desktop image15:47
Laneythe names have meaning in there15:47
xnoxmakes sense, cause "desktop" is more or less type of the image (liveboot iso image)15:56
ogra_yeah, will make it easier once that turned into a system-image iso to just replace desktop with it15:59
ogra_*g*15:59
Laneyooh look, a squirrel16:00
ogra_hahaha16:01
=== greyback|afk is now known as greyback
=== gatox_lunch is now known as gatox
* didrocks waves good evening :)17:34
=== alan_g is now known as alan_g|EOD
=== gatox_ultra is now known as gatox
=== m_conley is now known as m_conley_away

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