/srv/irclogs.ubuntu.com/2015/01/19/#ubuntu-desktop.txt

pittiGood morning05:17
desrtpitti: hihi05:17
pittihey desrt05:17
* desrt is having some trouble with debootstrap :/05:18
desrtdo you know how we build the full package list from a seed?05:18
pittidesrt: yes, that's "germinate"05:20
pittidesrt: I don't have too much experience with it, but the metapackages like ubuntu-meta have an ./update script which calls it and inflates it to full lists05:21
desrthm05:21
pittidesrt: I also use it in langpack-o-matic for touch: http://bazaar.launchpad.net/~ubuntu-langpack/langpack-o-matic/main/view/head:/update-touch-packages05:22
desrtdoes debian do this in a different way?05:22
pittiyes, they don't use seeds05:22
desrthow do they decide what gets in the base system?05:22
pittidebootstrap just installs everything with Priority: required05:22
desrtdebootstrap has an --include option but it's not very useful :(05:22
desrthm.  germinate has python bindings.  interesting!05:22
desrti want to fill a deboostrap with the required builddeps for a jhbuild run but the recursive dependency solver of debootstrap has some ... limitations.  the manpage advises to disable it and list all packages explicitly.05:24
pittidesrt: err yes, don't do that05:25
desrtseems that germinate may have some similar issues, though05:25
pittialways start from a plain debootstrap (like schroot or lxc-create), and use normal apt then05:25
desrtit has a warning in the BUGS section of its manpage that it can get confused05:25
desrtpitti: ya..... seems like it may be a much better choice05:26
pittinothing else handles some corner cases and intricacies of dependencies like apt05:26
desrtalthough the idea of doing the full dependency resolution in python is appealing since i have a problem with '|' depends and apt....05:26
pittidesrt: what I do in autopkgtest is to create a dummy "adt-satdep.deb" with an appropriate Depends: line05:27
desrtya.  i have a script that uses equivs to do that05:27
pitticopy that into the target, dpkg --unpack it, and then call apt-get -f install05:27
desrti've seen apt-get -f install "resolve" the situation by uninstalling my .deb :)05:27
pittiwhich works reasonably well05:27
pittiit would only do that for unsatisfiable deps though05:28
desrthmmm05:28
pittiand this should cause an error then05:28
desrtnah... it just removes the .deb and it's totally happy :)05:28
desrtanyway... thanks for the advice05:29
desrti think i will try to take the equivs approach05:29
pittidesrt: equivs does just that05:30
desrtindeed05:30
pittibuild an empty deb with that Depends:, installs it and apt-get -f install05:30
desrti meant to say: i intend to follow your suggestion05:31
pittiTTBOMK there is no other way of saying "dear apt, please install that dependency string"05:31
pittiI've long wanted "apt-get install foo.deb" :)05:31
desrtgdebi!05:32
desrt'apt install foo.deb' would probably be a security problem05:32
desrtfor all the people who have 'apt-get install' in their sudoers file :)05:33
desrtpitti: seems that it's also relatively possible to drive apt's python interface in the same way that gdebi does in order to get the job done05:56
pittidesrt: I find it nice to install a set of given packages05:58
pittidesrt: did you find a way to parse/resolve a dependency string?05:58
desrtthere is a function called satisfy_depends_str() on apt.debfile.DebPackage05:58
pittioh, that sounds promising05:58
desrti'm not totally sure about that05:59
desrtyou need to have the package existing first, which is a bit annoying05:59
desrtokay... so it seems that you can do approximately this:06:00
desrtc = apt.cache.Cache()06:00
desrtdp = apt.debfile.DebPackage(cache = c)06:01
desrtdp.satisfy_depends_str('...')06:01
desrtdp.check()06:01
desrtprint dp.required_changes06:01
didrocksgood morning06:04
desrtdidrocks: hihi06:04
desrthow was your weekend?06:04
pittibonjour didrocks06:04
didrockshey desrt, pitti!06:06
didrocksdesrt: week-end was good, but could have been a little bit longer TBH :) how about you?06:07
desrtsame.  got a lot of interesting things done :)06:07
didrockskdus-wise?06:08
desrtnah... went to see knights fighting each other with swords and helped a friend move to his new place in toronto06:08
desrtbut also got some stuff done with jhbuild and started to learn how to drive apt from python to solve dependencies...06:09
didrocksahah, nice! seems you start being a python fan :)06:10
didrocksthe apt bindings in python are quite nice06:10
desrti've been a python fan for years06:10
desrtjust now i start to be a real python programmer :)06:10
didrocksheh06:11
desrtpitti: http://fpaste.org/171275/64833914/06:18
desrtso there you have it06:18
desrtobviously not the intended use of this API, but it gets the job done06:19
didrockspitti: seems I was quite right with the * matching issue with the local bridge under systemd06:20
desrtand if you step away from the idea that the format of the Depends: line in a control file is anything special proably you can avoid the DebPackage interface entirely and just reimplement what it is doing internally06:23
larsugood morning!06:23
desrtlarsu: good morning06:23
larsudesrt: good late-evening ;)06:24
desrtya ya... just about to go to sleep :)06:24
didrocksgood morning larsu :)06:31
larsuhi didrocks, again ;)06:31
pittidesrt: ah, what is an example of required_changes? you somehow need to translate this into apt.Cache()[pkg].mark_install() calls, right?06:53
pittididrocks: i. e. you can't match globs, we need to match precise values?06:53
didrockspitti: yeah, so if we create an android-property@foo,bar.target, we can't then WantedBy=android-property@*foo*.target in another unit for instance07:01
didrocksso it means that we will multiply units for values where they can be lists07:01
=== seb128_ is now known as seb128
seb128good morning desktopers07:06
seb128hey didrocks larsu pitti07:06
pittibonjour seb128 !07:06
* pitti → doctor appointment, TTYL07:06
mlankhorst morning07:06
seb128hey mlankhorst07:06
didrocksre seb12807:07
seb128re ;-)07:07
didrockshey mlankhorst07:07
mlankhorstbonjour!07:23
maclinHi,  Ubuntu Installer Team,  could someone help to review the merge request: https://code.launchpad.net/~maclin.jun/ubiquity/fix_1304410/+merge/24606407:42
ochosimorning everyone07:54
ochosiseb128: may i quickly bug you about the second xdg-utils MR (that i mentioned previously would come at some point) ?07:55
seb128ochosi, hey, sure07:57
seb128maclin, hi, you are on the desktop channel, you might rather want to try #ubuntu-devel for installer reviews07:57
ochosiseb128: so, we've figured out support for light-locker (actually the proper dbus inhibition is totally broken in xdg-utils, so we'll have to go the X11 way for now), here's the MR (which applies on top of my previous MR): https://code.launchpad.net/~thad-fisch/ubuntu/vivid/xdg-utils/lp1363540/+merge/24682007:58
ochosisorry for the mess, the .pc dir seems to have been part of the package already07:58
ochosii can clean that up though if you want07:58
seb128ochosi, ok, great, good job figuring it out07:59
seb128not your fault07:59
seb128the .pc thing is a known issue with the source import workflow07:59
ochosioh ok07:59
maclinseb128, got it ,thanks:)08:00
ochosiseb128: oh, also: that patch has been submitted upstream >1 week ago, but since we didn't get any reply and direly need it in xubuntu (it's tested and works), i hoped we could push it into ubuntu first08:01
seb128yeah, no problem08:01
ochosiif there's anything else i can do to help move this along, ping me anytime!08:02
seb128seems things just need sponsoring, we should be fine08:03
seb128thanks for working on that ;-)08:03
ochosicool! well thank you for always supporting me/us here08:03
seb128oh, dholbach is piloting today and didrocks tomorrow, so I guess we should see some action on the sponsoring queue ;-)08:03
ochosinice :)08:05
ochosiseb128: another quick question: how are the chances we could SRU this to trusty? the same (annoying) bug exists there and it'd be nice to give our LTS users some love08:07
seb128ochosi, those changes seem fine to SRU08:07
ochosigreat!08:07
seb128ochosi, somebody should make the bug SRU compliant though (impact/test case/regression potential)08:07
ochosii'll wait for it to get pushed to vivid and then prep the SRU paperwork08:08
ochosior would it be better to do everything in one go?08:08
seb128waiting is fine08:09
seb128the fix needs to go in vivid first and it's always good to have some testing before SRUing08:09
ochosiyeah, thought so08:10
darkxsthey seb12808:10
darkxstis anyone working on gedit update? I vaguely remember some screenshots being shown around?08:11
seb128hey darkxst08:24
seb128https://code.launchpad.net/~ari-tczew/gedit/ubuntu/+merge/24623908:24
seb128I didn't try it, but I think somebody needs to patch it to use wm decorations under !GNOME08:24
darkxstseb128, I could probably patch it to do that, but I sure I saw screenshots of gedit with the osx UI?08:30
darkxsta while back08:30
seb128yeah, they have support for that08:31
seb128but we might need to add a configure option08:31
seb128also their is probably buildtime and not runtime08:32
mlankhorstwell xmir rotation sort of works now, at least 180°, having some trouble with 90 and 270 :P08:49
darkxstseb128,  the currently the only way to get osx ui pulls in lots of !linux stuff as well and yes its build time only08:52
willcookemorning all08:52
seb128darkxst, upstream said they would be happy to take a patch for the unity case though08:54
seb128hey willcooke08:54
mlankhorsthm or maybe I'm thinking too hard08:54
darkxstseb128, I'm not volunteering to write the patch, still need to get to totem menu patch! was just asking since someone posted a screenshot on here a while back09:01
darkxstLaney ^?09:01
darkxstseb128, and I mean the osx UI patch there, a patch to use traditional titlebars with GNOME UI would only take me 10mins09:03
darkxstso I could do the latter09:04
Laneymorning09:07
darkxsthey Laney09:08
Laneyhi darkxst, what's up?09:19
Laneywho looked at gedit/osx?09:19
darkxstLaney, I have no idea! I saw a screenshot on here a while back with the old UI09:20
Laneydoesn't look like it's as simple as using that09:20
darkxstLaney, I know its not that simple09:20
mlankhorstwillcooke: Ok I think I have rotation working :P09:22
darkxstthe osx builds bring in a lot of !linux stuff09:22
seb128hey Laney, had a good w.e ?09:25
willcookemlankhorst, amazing!  Thanks09:29
* darkxst has to go do some plastering, seems the gedit mystery shall remain unsolved 09:30
mlankhorstjust a second09:30
mlankhorstwillcooke: https://mblankhorst.nl/etc/Xmir09:31
willcookemlankhorst, thx will download and test09:31
Laneynot bad thanks seb128, did some painting downstairs, getting there now ;-)09:32
Laneydarkxst: I'll look, be calm young one09:33
willcookeI found a cool "bug" over the weekend.  Gears for example has a transparent background in the switcher so you can see through it when moving between running apps.  It's looks sweet :D09:33
darkxstLaney, pretty sure you are the young one ;)09:33
darkxstand Jackson is the really young one!09:34
LaneyI'm telling my dad on you09:35
mlankhorstor are you?!09:35
darkxstLaney, sure go ahead! I'm pretty safe down here in Aus!09:37
Laneyheh09:38
darkxstmight need to rename Ubuntu GNOME to Ubuntu Australia though09:39
mlankhorstwillcooke: input's going to be a bit weird though09:39
mlankhorstit's currently not rotating input09:39
willcookemlankhorst,  understood09:39
mlankhorstlooks like input will still stay a todo for now.. no support yet for enumerating devices10:25
willcookemlankhorst, a topic for the sprint :D10:31
* willcooke adds it to the list10:31
didrocksFJKong: hey! do you have the list of dependency for your project somewhere? That will help speeding up without looking at your long makefile :)10:37
FJKongno10:38
FJKongdidrocks: is there any wrong with compiling?10:38
didrocksFJKong: I have some missing modules it seems10:38
didrocks$ /usr/lib/x86_64-linux-gnu/qt5/bin/qmake10:38
FJKongqmake -o Makefile demo.pro10:38
didrocksProject ERROR: Unknown module(s) in QT: declarative10:38
didrocksseems that qmake, even without any argument don't find the declarative module10:39
FJKongoh maybe you need sudo apt-install xxx-dev10:39
didrocksthat is obviously installed :/10:39
FJKongi remember I installed some dev lib10:39
didrockswell, qtdeclarative5-dev for sure10:40
FJKongI use qt4 I think10:40
didrocksoh?10:41
* didrocks looks10:41
didrockswell, even qmake alone is using the qt5 version10:41
didrocksbut ok, I'll try with the qt4 version10:41
didrocksFJKong: right, you are using qt4, qml is not supported with it anymore FYI10:42
didrockshum, qmake-qt4 -o Makefile demo.pro -> exit 0, no binary built :/10:43
didrocksah, makefile is refreshed10:43
didrocksok, compiling10:43
didrocksFJKong: where are you getting a segfault? It launches here, but I don't have any input method installed10:44
didrocksah, on exit :p10:44
FJKongjust close it10:44
didrocksyeah, ok, good, I can reproduce!10:44
didrocksFJKong: will keep you posted10:45
FJKongno  it jsut a demo10:45
didrocksbut if you want to go on with that project, really go on qt5, we are not going to install qt4 by default10:45
didrocksyeah, looking at why it's segfaulting10:45
* didrocks found the line of the segfault, let's see why this delete makes it fail…10:48
didrocksFJKong: found it!10:59
FJKongoh10:59
didrockslet me see if it's the same in qt4 documentation first10:59
FJKonggreat10:59
didrocksyeah, so:11:00
didrocksshort answer: remove "delete mImageProvider;" in MainController::~MainController()11:00
didrocksthe reason is you are freeing an object that is already freed11:01
didrocksif you read the addImageProvider() documentation, it's written:11:01
didrocks"The QDeclarativeEngine takes ownership of provider."11:01
didrocks(http://qt-project.org/doc/qt-4.8/qdeclarativeengine.html#addImageProvider)11:01
didrockssame in qt5 btw11:01
didrocksso, when you call removeImageProvider, it frees it11:02
didrocksand then, if you call delete on it, well… segfault :)11:02
didrocksFJKong: making sense?11:02
FJKongso add and remove need all in that class?11:03
didrocksFJKong: sorry, not sure I'm getting you11:04
didrocksjust to rephrase what I told:11:04
didrockswhen you run engine->addImageProvider("foo", mImageProvider);11:05
didrocksthen, engine is taking ownership of mImageProvider11:05
didrocksmeaning that when you run:11:05
didrocksengine->removeImageProvider("foo)11:05
didrocksengine->removeImageProvider("foo")11:05
didrocksthis is calling for you: delete mImageProvider;11:05
didrocksso, you don't need (and shouldn't) try on your own to free mImageProvider, it has already been freed for you11:06
FJKongok I see11:07
didrockstbh, the removeImageProvider could have said that explicitely11:07
didrocks(the documentation)11:07
FJKongI have a question: if I need new another provider in MainController class how can I release previous one?11:10
didrocksFJKong: you remove the first one and add the new one11:11
didrocksso engine->removeImageProvider("foo")11:11
didrocksngine->addImageProvider("foo", mNewImageProvider);11:11
didrockse*11:11
didrocksyou can even reuse mImageProvider, as the object is owned by the engine11:12
didrocksso:11:12
didrocksengine->removeImageProvider("foo")11:12
FJKongthis part is right11:12
didrocksmImageProvider = new ResourceImageProvider(QDeclarativeImageProvider::Image);11:12
didrocksengine->addImageProvider("foo", mImageProvider);11:12
didrocksand that's it :)11:12
FJKonghmm11:13
FJKongthe operation new XXX is only once and reuse it later?11:15
didrocksFJKong: no, you need to create a new one11:19
didrocksas with my last snippet11:19
FJKongI use it like what you said11:20
didrocksas the first one will be freed with removeImageProvider()11:20
didrocksand recreate a second one?11:20
FJKongye11:20
didrocksgood :) everything makes sense?11:20
FJKongmaybe increasing memory is in somewhere else not here11:21
FJKongyes this is helpful to me11:21
didrocksgood, do not hesitate if you still have any question or something you don't understand :)11:21
didrocks(you don't increase memory here, as the first object is freed automatically by removeImageProvider())11:22
FJKongdidrocks: nice man + 102411:22
FJKongthanks11:22
didrocksheh, yw! :)11:23
=== jpds_ is now known as jpds
=== MacSlow is now known as MacSlow|lunch
didrockshum, seems that Debug: doesn't work in plymouth themes :/12:31
didrockstseliot: hey! any trick that you can remember about plymouth themes and debug? I try to Debug("foo"); a command; Debug("bar"). the command is run (like changing opacity) so this code is executed in the ubuntu script12:33
didrockstseliot: I tried to add plymouth:debug in --kernel-command-line=, --debug + --debug-file=/tmp/plymouth-debug-out, but no debug info from the theme12:33
=== alan_g is now known as alan_g|lunch
tseliotdidrocks: So you can see the "foo" and "bar" lines but you need more information?12:36
didrockstseliot: on the contrary, I can't see them12:38
didrocksneither on the output (with --no-daemon)12:38
didrocksor in /tmp/plymouth-debug-out12:38
tseliotdidrocks: they are supposed to show up in the bootsplash. You can try DebugMedium() and DebugBottom(), just in case Debug() is writing outside of the visible area12:40
didrockstseliot: ah, it's in the splash, not in any debug info, ok, will try other Debug() facilities12:42
tseliotdidrocks: yep12:42
didrockstseliot: ok, seeing it now, thanks!12:43
tseliotdidrocks: yw12:43
* didrocks communicates successfully the progress of multiple fsck running in parallel to plymouth through fsckd \o/13:12
didrocksneed to tweak the theme to support that well :)13:12
=== alan_g|lunch is now known as alan_g
desrtpitti: DebPackage is calling mark_install() on the cache13:45
desrtit all seems a bit impure, to be honest13:52
desrtunless this is the same algorithm that apt is using internally as well13:53
desrtbut i'm pretty sure that in 'normal apt' Depends: lines are not solved by a python script...13:53
dholbachhiya13:53
dholbachfor some reason I can't log into unity8 on vivid13:54
dholbachon lightdm, I choose unity8-mir13:54
dholbachthen I get another login screen13:54
dholbachwhere I type my password and it tells me that the password is wrong13:54
dholbachis this a known issue?13:54
dholbachseb128, ^ do you know?13:55
=== MacSlow|lunch is now known as MacSlow
seb128dholbach, that second screen is in qwerty layout most likely, even if your system use e.g qwertzu or whatever .de is13:56
dholbachqwertz, yes13:57
dholbachbut "German keyboard" was selected in the indicator13:57
seb128try assuming it's qwerty and type your password on that13:57
seb128right13:57
seb128but that's the greeter13:57
seb128then you get the unity8 lock13:57
seb128and unity8 doesn't respect the indicator it seems13:57
dholbachlarsu, ^ fix it!13:58
seb128lol13:58
dholbach:-P13:58
seb128dholbach, try and let me know if that works13:58
dholbachok, brb13:58
* larsu hides13:59
seb128larsu, is Daniel in Berlin atm? ;-)14:01
larsuseb128: no sure. He was an hour ago when I had lunch with him ;)14:01
seb128haha14:02
didrockslarsu: don't answer, then, he will trick daniel into harassing you about that bug :)14:02
didrocksfatal error! :)14:02
larsuuh oh14:02
seb128lol, no, larsu has enough to do with gtk & bluetooth indicator/settings work14:02
larsu\o/14:02
seb128I was just checking how practical it is for him to hide :p14:02
didrockswith some creamy css on top of it!14:03
seb128I hear that didrocks likes web tech and that includes css14:03
seb128we should maybe reassign that from larsu to didrocks ;-)14:03
didrockscan we use sass? I'm not that crazy to use bare css without webcomponent and not having any structure :p14:04
dholbachok, that worked14:04
dholbachwhy do we need two greeters? :)14:04
dholbachis there a bug open for it?14:04
larsudidrocks: adwaita uses sass, actually14:04
didrockslarsu: really? nice! but not our theme I guess?14:05
seb128dholbach, we don't need 2 greeters, it just happens that the split greeter has issues for the phone usecase and that they implemented in session greeter for v114:05
seb128dholbach, but they don't provide a way for lightdm to start the session unlocked14:06
seb128dholbach, there is a blueprint or bug about it I think, let me check14:06
larsudidrocks: no. Nobody properly maintains it (I make some changes every now and then to unbreak things)14:07
dholbachok, once I can launch gnome-terminal and gnome-xchat from unity8 I might actually try to use it for a day or something :-P14:07
ochosilarsu, didrocks: knock yourselves out, but porting a theme to SASS basically means rewriting/recreating it... i'm working on that for our (xubuntu) theme, but it's a lot of work initially. hopefully it'll pay off by being easier to maintain/sync with adwaita14:07
didrockslarsu: interesting, you almost tempted me!14:07
didrocksochosi: right, it's quite some work to port to scss, but at least, it's maintainable (theorically)14:08
seb128dholbach, https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/136030714:08
ubot5Launchpad bug 1360307 in unity8 (Ubuntu) "Logging in to the desktop session brings up the lock screen" [High,Triaged]14:08
dholbachthanks seb128!14:08
seb128dholbach, yw!14:08
larsudidrocks: I'm up for it myself as well, but I'm not sure it's worth it until we get a theme refresh from design14:09
larsudidrocks: I'll let you know when that happens if you want to help out14:09
larsu(lol)14:09
didrockslarsu: yeah, I'm in the same undecision about the ubuntu theme14:10
didrocks(in plymouth)14:10
didrocksthe logo theme would need some cleanup, some features were removed, but code is still there14:10
didrocksbut well, why rewriting without a theme refresh…14:11
didrocksand will plymouth will still be what's showing up at boot? unsure :)14:11
larsuright14:12
larsuI've been thinking of using some assets from the phone (the spinner for example)14:12
larsubut I'm unsure if we want to just update the design here and there, without a full vision14:12
didrocksyeah…14:13
seb128Laney, I saw you just commented on some poppler bug, are you looking at updating to poppler 0.30 (I just noticed the new version was available, I can do the update if you are not on it)14:21
desrttoday's amazing footage: https://www.youtube.com/watch?v=Dwe10pbVPDQ14:36
desrtalong with one of the most hilarious tweets of all time -- https://twitter.com/elonmusk/status/555981841476227072/photo/114:37
desrt"rapid unscheduled disassembly"14:37
desrtnot a bad euphemism for "our $50mil piece of equipment violently exploded"14:39
=== om26er_ is now known as om26er
pittididrocks: hah, was that the recent attempt to land the rocket on a ship for re-use?15:20
pittierr, desrt15:20
pittidesrt: I read about that maybe a week or so ago; not at all bad to hit the ship in the first place :)15:20
desrtpitti: they released the video just today, i think15:21
pittiyeah, it's quite obviously that one15:21
=== mardy_ is now known as mardy
seb128hum17:14
seb128so it seems the battery usage issues/lack of sleep on touch/rtm is due to the upower transition17:14
seb128oh, no kenvandine today, u.s holiday ftw for him it seems ;-)17:15
Laneyweird17:21
Laneydoes it happen on vivid too?17:21
Laneywhy would that be?17:21
seb128dunno,cking bisected the touch images and found that17:22
=== ayan_ is now known as ayan
=== ayan is now known as Guest57166
ckingthat's my current hypothesis, bisecting this device and measuring it in deep suspend is proving to be time consuming and non-trivial17:34
seb128cking, are you off by one image btw? because the upower change happened on 176 not 17717:35
seb128cking, http://people.canonical.com/~lzemczak/landing-team/ubuntu-rtm/176.commitlog17:36
pmcgowancking, was just commenting the same, we backported upower to silence some dbus events17:38
seb128the upower transition is quite some code changes though, so there could be side effects17:39
ckingperhaps if I was to try with the older upower and see if that makes the device deep suspend more reliably ~176-ish  seems to be more flakey than earlier revisions17:40
ckingwrt going into deep suspend17:40
pmcgowancking, bet youa re on to something, this was the bug that brought it in https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/133720017:43
ubot5Launchpad bug 1337200 in upower (Ubuntu RTM) "High CPU due to excessive device changed signals from upower" [High,Fix released]17:43
ckingpmcgowan, it maybe, as it stands, I've heard a pop sound and I can't power on the phone. I've had this before, I need to see what's going wrong17:44
pmcgowanoh my17:45
ckingi have a spare, don't panic :-)17:45
rsalvetipop sound was usually related with kernel crash17:45
rsalvetiwhen handling the sound buffer17:45
ckingyeah, but with blue smoke too?17:45
pmcgowanoh my again17:46
pmcgowansoftware stuff is dangerous17:46
rsalvetino, that would be news :-)17:46
pmcgowanrsalveti, we had a new device tarball in 175 fwiw17:47
rsalvetiwhat are the changes for it?17:48
pmcgowanhttp://people.canonical.com/~jhm/barajas/ubuntu-rtm-14.09/device_krillin-20141209-cae2b5f.changes17:48
pmcgowanoh wait there is more17:49
pmcgowanhttp://people.canonical.com/~jhm/barajas/ubuntu-rtm-14.09/device_krillin-20141209-0145438.changes17:49
pmcgowanhttp://people.canonical.com/~jhm/barajas/ubuntu-rtm-14.09/device_krillin-20141202-d15a67a.changes17:49
rsalvetifrom what I see nothing that could really affect this17:49
pmcgowannope17:49
ckingphone resurrected \o/17:50
ckingso it may be sporadic issue like suspend works well and sometimes it does not, so bisecting it can be problematic17:51
ckingif you see my test rig you will understand it's not just a software problem17:52
Laneydarkxst: I'm uploading the a-i-t split, you probably want to switch your seeds to a-i-t-full18:10
darkxstLaney, ok19:03
robert_ancellTheMuso`, should the screenreader keybinding in trusty be fixed on the login screen (bug 1407865)?23:32
ubot5bug 1407865 in unity-greeter (Ubuntu Trusty) " "Super+Alt+S" did not function at the login screen" [High,Triaged] https://launchpad.net/bugs/140786523:32
robert_ancellWe fixed it in utopic23:32

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