/srv/irclogs.ubuntu.com/2016/03/22/#ubuntu-desktop.txt

=== Drac0 is now known as Guest84790
hikikoHi05:39
=== d is now known as Guest66416
ricotzTrevinho, hi, I assume the new bamf is not suppose to signal an "empty" BamfApplication (no desktop-file, no name) for a startup-notification07:45
Sweet5harkmoin08:21
willcookemorning all08:56
willcookeThe kettle is broken.08:56
willcookeThis is the worst day of my life ever08:56
willcookewait09:02
willcookeit's ok09:02
Laneyhi09:02
willcookeit's just the light that tells you it's on that's broken09:02
willcookemorning Laney09:03
willcookedidrocks, do you know who I can speak to about: https://bugs.launchpad.net/ubuntu/+source/libunity/+bug/153847109:12
ubot5Launchpad bug 1538471 in libunity (Ubuntu) "scope-runner-dbus.py assert failure: *** Error in `/usr/bin/python3': free(): invalid next size (fast): 0x0000000001ca17b0 ***" [Medium,Confirmed]09:12
didrockshey willcooke! Hum, I think the api team first? I know pstolowski worked on this at the time09:24
willcookethanks didrocks09:25
didrocksyw ;)09:25
willcookeLaney, don't know if you saw my ramblings last night.  I tracked down a themeing problem with Terminal to some hard-coded padding and margins.  I was wondering if we could remove that actions box (which I did by simply commenting it out) or if I should change the hard coded values to match our theme requirements?  IMO just getting rid of the "actions" box altogether is the best option.09:27
willcooke"All" it does is allow you to create a new tab and choose which tab you want active.09:27
willcookeThings that I assume most people do with keyboard shortcuts09:27
LaneySounds dangerous to assume that09:28
Laney"Ubuntu patched out the button I use all the time!!!!!!!!!!!!!!!!!"09:28
willcookeWell, it didnt exist in 14.0409:30
willcookeI think it was added in 3.1809:30
Laneywhat's the problem?09:30
willcookeIf I "fix" it to work with out theme, then it will be broken for everyone else09:30
willcookeI'll grab some screenshots after my meeting, but basically the tab that contains the action buttons is misaligned.  It overlaps with the previous tab and is offset by a couple of pixels up and right.09:31
willcookeIt looks a bit messy is all09:31
pstolowskiwillcooke, hey! i worked on libunity project, that's right, but not on this particular aspect (python bindings); jamesh did most of the python bindings stuff. we haven't touched this code for ~3 years, maybe it's related to python 3 or python-gi change09:31
willcookethanks pstolowski - I'll drop him a line see if he's got any ideas.09:33
=== Drac0 is now known as Guest57226
pstolowskiyw09:34
davmor2cyphermox: it's all your damned fault :P  on the mokutils password type "moo1234" or just the letter "a" there is an error in the password confirmation that says they don't match I think you'll find they damn well do, So I assume it only shows that error regardless and the issue is actually that it is too short09:40
* pitti spots the news in Brussels, argh!09:46
Laneywillcooke: If you really want to fix this (is it high priority?) then you can probably make those paddings configurable if you use GtkStyleContext manually09:48
LaneyI don't think GtkContainer exposes the border-width property in CSS09:49
Laneyat least not that I can tell09:49
Laneypitti: indeed :(09:49
willcookeLaney, Well I don't think we should ship it looking a bit off, and I dont have the skillz to fix it properly.  The most I can probably do it change the hard coded padding to work for us, or we get rid of it.  For my money, we just turn it off.  But yeah, users. ;)09:51
willcookeLaney, without actions button: http://imgur.com/aSBnKBJ10:07
willcookewith actions button (unfettled - I will change the padding etc in a mo and see what it looks like): http://imgur.com/CUHBcAx10:08
davmor2haha willcooke only 91.9 MB of updates10:09
hikikowillcooke, Laney andyrock10:16
hikikoI manually dist-upraded from lts 14 to lts 1610:16
hikikoand the  upgrade stopped10:17
hikikoat the moment that the package ubuntu-desktop10:17
hikikowas about to get installed10:17
Trevinhoricotz: what you mean by empty signal?10:18
hikikoI got this message: /usr/sbin/invoke-rc.d: /sbin/runlevel: not found stop/waiting10:18
hikikoI wonder if some pre/post installation script crashes the desktop10:19
hikikoand we get the panic10:19
hikikosorry the message is:10:19
hikiko /usr/sbin/invoke-rc.d: /sbin/runlevel: not found cron stop/waiting10:20
davmor2willcooke, jibel: so good news at last the qt issue doesn't affect a default install so I assume it is because I have the sdk installed cause who would want to use the desktop to develop stuff :)10:22
hikikoand libperl didn't upgrade either I see some bugs there too10:22
hikikobecause UUID.pm is missing10:22
hikikoany ideas?10:22
davmor2cyphermox: ^10:23
Laneywillcooke: https://paste.ubuntu.com/15471088 https://paste.ubuntu.com/1547109110:23
willcookeLaney, zomg - thank you!!10:24
* willcooke patches10:24
Laneynot sure it'll work from the inspector10:24
willcookeLet's see...10:24
ricotzTrevinho, afaics while starting an application using a GDesktopAppInfo results in a signaled BamfApplication of BamfMatcher which has no concrete information10:24
Laneybut you can always edit the css10:25
hikikoIt seems that there are missing dependencies10:25
hikikosorry :p I accidentally pasted that :p10:25
ricotzTrevinho, this is running plank which is using libbamf10:25
davmor2willcooke: http://people.canonical.com/~davmor2/desktop-screenshots/for-will.png10:26
Trevinhoricotz: what info is missing? If there's no desktop file, there should be no bamf application signaled10:27
TrevinhoAlso it's marked with the starting property, thus you can filter them out if you want.10:28
ricotzTrevinho, it has no desktop-file but it is a BamfApplication, and I don't want to use this new API to workaround this behaviour change ;)10:29
ricotzI had no time to really debug it yet10:30
Trevinhoricotz: weird. Since we only care about apps with desktop files. If you can paste a log of GDBus monitoring bamf interface or a test case would be nice10:32
ricotzTrevinho, I can see an additional application "/org/ayatana/bamf/application/0x..." is created which disappears after a specific timeout (I assume those are the hardcoded 15s)10:36
Trevinhoricotz: Mh, that happens when launching what?10:37
ricotzTrevinho, any application (which is pinned and has a proper desktop-file) with the plank's internal starting mechanism which makes use of a GDesktopAppInfo and the GdkDisplay's default GAppLaunchContext10:40
=== dpm_ is now known as dpm
ricotzTrevinho, I will try to make a small sample application to trigger this problem10:44
Trevinhoricotz: well, we use the same thing to launch apps in unity as well...10:45
TrevinhoAnd so we do when launching from the dash10:46
Sweet5harkLaney: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/experimental/gnome-documents/debian/changelog?r1=47555&r2=47588 <- are you aware of these gnome-documents/libreoffice interdependencies and do we need to care?10:49
LaneySweet5hark: is the problem that you can't install gnome-documents?10:50
willcookehikiko, so you think that's what is causing the Xorg crash, which is what is causing the compiz crash?10:50
Sweet5harkLaney: Im still following down the rabbit hole. The issue seems that gnome-documents crashes if some libreoffice is installed, but there is no liblibreofficekitgtk.so ...10:53
LaneySweet5hark: looks like rene added that in 5.1.1-110:53
hikikoI think that it's possible that some packages update in wrong order or there are dependencies missing and some scripts that run can't find modules or sth they need and crash.10:53
LaneyProbably want that too10:53
Sweet5harkLaney: that can easily happen for us as the *.so isnt in the commonly installed packages.10:54
Sweet5harkLaney: right.10:54
hikikothat UUID.pm for example that is missing from perl: there might be some install script that uses perl and need it10:54
hikikodist-upgrade crashes without x running10:55
Sweet5harkLaney: I havent merged -1 yet (I usually stop doing full merges around feature freeze to prevent regressions). I take that as I should get that change cherry-picked still for us?10:55
hikikowillcooke, it seems that the compiz/X crash is a consequence not the reason of the upgrade failure10:56
hikikomaybe packagers can find out more on why dist-upgrade fails10:57
* Sweet5hark takes a look at _rene_s commits.10:57
ricotzTrevinho, I guess there must be another factor to trigger it10:58
willcookehikiko, could this (invalid) bug be related?  https://bugs.launchpad.net/ubuntu/+source/sysvinit/+bug/144450210:59
ubot5Launchpad bug 1444502 in sysvinit (Ubuntu) "sysv-rc uses /sbin/runlevel without depending on a package that provides it" [Undecided,Invalid]10:59
hikikoI see that message too willcooke but I really don't know much about packages and dependencies, it could definitely be 1 of the missing dependencies but I don't know if that's the only bug or if this causes the crash11:01
hikikohttp://paste.ubuntu.com/15471226/ these are the repos I used btw, I commented out everything else11:02
hikikoso the packages must be in one of those 211:02
willcookepitti, we've got an upgrade problem going from 14.04 -> 16.04.  The upgrade crashes half way through and if you reboot the box at that point you can end up with a kernel panic.11:03
Sweet5hark*urgh*11:03
Sweet5harkLaney: this situation is rather ... unfortunate.11:03
willcookepitti, Laney did some debugging yesterday and we saw compiz crash because (I think) Xorg went away.  hikiko has done some more testing thigs morning11:03
willcookepitti, at seen a message about /sbin/runlevel: not found cron stop/waiting11:04
LaneySweet5hark: oh yeah?11:04
willcookepitti, I wondered if this could be a not-systemd -> systemd issue?11:04
hikikoyes I saw that too11:04
hikikowillcooke,11:04
hikikosince the crash causes a kernel panic11:04
hikikoand the message is that it cant mount the rootfs11:05
hikikoit's possible that during the upgrade the initrd is not created by the kernel11:06
pittiwillcooke: could be if it happens in the middle of updating trusty's upstart to xenial's systemd-sysv (which contains /sbin/runlevel); but we need the full upgrade log to see what's going on11:06
hikikoand then everything crashes11:06
hikikoand with this bug it's not really easy to get a log11:06
hikikoI mean with the fs in that state11:06
hikikodist-upgrade shows problems in packages11:07
hikikomaybe we should start from there11:07
hikikosolve the dependencies issues etc11:07
hikikoand then try update manager again11:07
hikikoand see if we still get the issue11:07
pittiyou sohuld have /var/log/dist-upgrade/11:07
hikikoI think that some post upgrade script cant run for some reason and crashes the upgrade11:08
pittiright (apparently cron)11:08
hikikoyep11:08
pittiand we need to see when that happens, which package crahes, and what the unpack/cofigure state of init, upstart, systemd-sysv etc. is11:08
pittiand that should all be in /v/l/d-u/apt-term.log11:08
hikikolet me see if I can retrieve that log otherwise I ll dist upgrade 1 more time11:09
hikikobut unfortunately I can't help with packaging I don't understand much there11:09
Sweet5harkLaney: a/ some versions of gnome-documents apparently crash when libreoffice is installed, but liblibreofficekitgtk.so is missing11:09
Sweet5harkLaney: b/ we currently ship liblibreofficekitgtk.so in libreoffice-gtk311:09
Sweet5harkLaney: c/ but libreoffice-gtk3 is still mostly experimental, isnt installed in the default install -- its basically only there for the adventurous to test it out, not for production use. LibreOffice picks it up by default over the (stable) -gtk2 backend though. This wasnt an issue as long as the only people installing libreoffice-gtk3 were doing so knowing they are in for a ride ...11:09
Sweet5harkoh, hang on. lemme see where rene moved liblibreofficekitgtk.so to ...11:11
ricotzTrevinho, hmm, bamf broke its abi11:16
ricotzhttps://paste.debian.net/plain/418005 you cant insert those new symbols you *must* append them at the end11:17
LaneySweet5hark: I guess that liblibreofficekitgtk probably uses gtk3 specific stuff11:18
Trevinhoricotz: yeah... I just thought I missed that when you mentioned the abi breakage. -_-11:18
Sweet5harkLaney: yes. it is.11:18
LaneySweet5hark: do you know if our version 3.18.2 is affected?11:19
Trevinhoricotz: would you mind providing a quick branch for fixing it?11:19
ricotzTrevinho, there are even more I guess :\11:21
hikikopitti, history log: http://paste.ubuntu.com/15471444/ term: http://paste.ubuntu.com/15471449/11:21
Trevinhoricotz: no, only this one changed on lib side http://bazaar.launchpad.net/~unity-team/bamf/trunk/revision/625#lib/libbamf/bamf-view.h11:22
TrevinhoI actually asked andyrock not to break the abi, but I didn't notice he used the wrong pos11:22
Sweet5harkLaney: Checking back with _rene_ right now. But yeah, that would be good: 3.18 isnt affected, it starts with 3.20 ...11:30
Laneyluckyyyyy11:31
davmor2Laney: in system settings on the live desktop Display is Displays on the installed system it is called Screen Display, why is there a difference there?11:33
Sweet5harkLaney: and as homework please tell me how that will work next time around when LibreOffice is in a snap :D11:35
davmor2Sweet5hark: It's done with mirrors and magnets like all good magic ;)11:36
Sweet5harkdavmor2: fairydust!11:36
davmor2Sweet5hark: but mostly misdirection11:36
Laneydavmor2: I would guess it is translated like that11:37
davmor2Look a threeheaded Monkey, and there we go LibreOffice installed with no issues11:37
davmor2Laney: ah cool thanks hadn't thought of there11:38
davmor2that even11:38
ricotzTrevinho, https://code.launchpad.net/~ricotz/bamf/fix-abi , I am surprised this doesnt cause more trouble for me, although it isn't the source of my original problem11:39
Laneydavmor2: try with LC_ALL=C.UTF-8 unity-control-center11:39
davmor2Laney: no it's fine there are a bunch of changes so locale makes perfect sense11:40
Laney'k11:40
pittihikiko: hm, there's no error in that log -- is that from a subsequent do-release-upgrade, after the initial failure?11:49
Trevinhoricotz: to see what could cause your issue you might check also "dbus-monitor --session --monitor "interface='org.gtk.gio.DesktopAppInfo'""11:49
Trevinhoricotz: it should tell you what bamf catches11:49
Trevinhotogether with gdbus monitor --session --dest org.ayatana.bamf11:50
davmor2jibel, willcooke: FFS pending install "Installation Failed, The installer encountered an unrecoverable error. A desktop session will now be run so that you may investigate the problem or try installing again."11:51
jibeldavmor2, crap. grab the logs from /var/log/installer and /var/log/syslog11:52
davmor2this just isn't funny anymore11:52
ricotzTrevinho, thanks11:52
davmor2jibel: I'm waiting for it to get into desktop mode then It'll file a bug with that info in11:52
jibeldavmor2, I think it's just you, you have a bad juju11:52
willcookedavmor2, jibel - slangask has said they'll help, just need to log bugs so they can take a look.11:53
willcookeI doubt it's something insurmountable11:53
willcookealso, thanks for testing it davmor211:54
jibelright, no doubt we'll release something this week11:54
ricotzTrevinho, I found the problem11:55
davmor2Oh god even the terminal doesn't start on pending11:55
Trevinhoricotz: what's happening?11:55
* davmor2 starts xterm11:56
ricotzTrevinho, I was using g_desktop_app_info_new_from_keyfile to reuse the object since I am doing some further parsing, of course this results in the passed desktop-filename being empty on the launch call11:56
Trevinhoricotz: ah, I see...11:57
ricotzTrevinho, so g_desktop_app_info_new_from_filename sets it11:57
Trevinhoricotz: however, I'm still wondering why this causes a bamfapp to be created11:57
ricotzsounds like a gio API problem for me ;)11:57
Trevinhoricotz: what you get when monitoring that call?11:57
TrevinhoI mean, on dbus, what's get called?11:57
Trevinhosince bamfdaemon should ignore the thing if desktop_file == NULL11:58
Trevinhoah.... wait, maybe it's an empty string.11:58
hikikopitti, it seems that term.log wasn't updated in the last upgrade11:58
ricotzTrevinho, https://paste.debian.net/plain/41801611:58
ricotzTrevinho, it is an empty string yes11:59
TrevinhoI think this is wrong (old code, not mine):12:00
Trevinho  matcher = bamf_matcher_get_default ();12:00
Trevinho  g_variant_get_child (parameters, 0, "^&ay", &desktop_file);12:00
Trevinho  g_variant_get_child (parameters, 2, "x", &pid);12:00
Trevinhowe should check the value actually... I'll fix it in a bit12:00
ricotzTrevinho, still it shows a minor flaw in plank's source ;)12:01
davmor2jibel, willcooke, cyphermox: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/156045912:02
ubot5Launchpad bug 1560459 in ubiquity (Ubuntu) "Using Pending iso ubiquity crashes before the first page opens" [Undecided,New]12:02
ricotzTrevinho, btw not sure what happens in GDesktopAppInfo for G_KEY_FILE_DESKTOP_TYPE_LINK G_KEY_FILE_DESKTOP_TYPE_DIRECTORY12:03
jibeldavmor2, Mar 22 11:49:14 ubuntu ubiquity[1614]: GLib.GError: vte-pty-error: grantpt failed: Operation not permitted (1)12:04
jibeldid something change recently with the vte12:04
davmor2jibel: might explain why the terminal app doesn't open also12:05
jibeldavmor2, yes same reason12:05
jibeldavmor2, there is new vte on 16.0312:11
jibelwillcooke, not a slangasek thing but for your team12:11
willcookeLaney, ^ any thoughts on this vte-pty-error ^^?  Note: it's running from the pending ISO12:15
=== hikiko is now known as hikiko|ln
davmor2jibel: http://people.canonical.com/~davmor2/desktop-screenshots/terminal-error.png who knew copy paste didn't work in xterm well where there is a will :D12:15
davmor2willcooke: ^ the terminal opening error12:16
jibelwillcooke, I'll ask nuclearbob to force the promotion to current once there is a valid image12:16
jibelwillcooke, automated smoketest are currently failing due to some ssh issue12:17
davmor2jibel: yeah it probably can't start the service or a terminal to test it :D12:17
Laneydavmor2: /usr/lib/gnome-terminal/gnome-terminal-server12:18
davmor2Laney: Locale not supported12:20
Laneylocale; locale -a12:20
Laneynever mind I can see this too12:23
Laneyneedless to say this is not a vte problem12:23
ricotzTrevinho, is there an eta when the fixed bamf will hit the archive since pushing my fixes will result in builds against a broken abi12:25
GunnarHjHi Laney, since it's final beta times, I'm worrying about the seed MP:s at bug #1468027. lubuntu-desktop and kubuntu-desktop depends on/recommends fonts-droid which no longer exists in the Xenial archive.12:33
ubot5bug 1468027 in lubuntu-meta (Ubuntu) "change default CJK fonts to Noto CJK" [Critical,In progress] https://launchpad.net/bugs/146802712:33
davmor2Laney: indeed12:38
davmor2Laney: so what do I file that bug against12:40
Laneydavmor2: glibc probably, just pinged in devel12:48
LaneyGunnarHj: yeah the sponsoring queue looks worrying in general12:48
GunnarHjLaney: Right. Isn't that going to result in problems with the beta releases?12:50
=== maclin1 is now known as maclin
davmor2Laney: le sigh, and what about the vte issue that is making cyphermox cry as ubiquity doesn't run?12:51
Laneywhat vte issue?12:52
davmor2Laney: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/156045912:53
ubot5Launchpad bug 1560459 in ubiquity (Ubuntu) "Using Pending iso ubiquity crashes before the first page opens" [Undecided,New]12:53
davmor2Laney: it was that issue that uncovered the none starting terminal12:54
=== hikiko|ln is now known as hikiko
Laneydavmor2: don't know, if you use sudo it starts13:01
=== alan_g is now known as alan_g|lunch
willcookeah ha!13:05
willcookeSeems that GtkBox doesn't support padding unless it's in a frame13:06
cyphermoxLaney: yeah, it says "grantpt" which ought to mean something about granting something else.13:07
Laneycyphermox: hahaha13:07
cyphermox;)13:07
Laneygreat sentence13:07
cyphermoxI write good.13:07
cyphermoxI also write goof13:07
Laneyreverting vte changes nothing13:08
LaneyI call external factor13:08
cyphermoxI agree13:08
Trevinhoricotz: I also have to add unity to the silo and rebuild it...13:10
cyphermoxLaney: I'll compare with previous images and we'll find what changed13:17
Laneycyphermox: glibx13:20
Laneyc13:20
Laneyjust downgraded it13:20
cyphermoxthat alone?13:21
Laneywell I didn't re-upgrade vte13:21
Laneybut doubt that makes a difference :)13:21
cyphermoxI am kind of surprised it is glibc tbh13:21
cyphermoxbut oh well ;)13:21
Laneythat's where grantpt comes from13:23
cyphermoxah, that changes things13:23
cyphermoxwell, I'm sure infinity knows all about it13:24
Laneysuggest you confirm though13:24
andyrockhey all13:24
willcookehi andyrock13:25
Trevinhoricotz: can you check https://code.launchpad.net/~3v1n0/bamf/ignore-desktopless-preregistration/+merge/289792 ?13:37
Trevinhoandyrock: too  ^13:37
desrtthis is awesome13:55
desrti'm working in a cafe this morning.. the one in my building, i've often been here before13:55
desrtthey got a new wifi and in the ssid it says "1 hour guest"13:55
desrti connect, start using it, no captive portals, everything works.... i start wondering "hmm.. how does this 1 hour guest thing work..."13:56
qenghodesrt: Subtle113:56
desrtafter almost an hour of using it i open the news to take a quick look and hit a captive portal page13:56
willcookemac changer time13:56
desrt... oh.. is my hour up?...13:56
desrtno....13:56
desrtturns out that it redirects http traffic to the captive portal page13:57
desrtand lets everything else (https included) straight through13:57
willcookehahaha13:57
willcookesweet13:57
qenghoI work out of a cafe once a week or so. Put on trousers, pretend not to be a hermit. You know. Well, one cafe I used attached to a hospital blocked everything not part of "web" usage. I had to set my home machine to listen to port 443 for ssh. It's the only port they don't try to mess with.14:02
andyrockwillcooke Laney do we need to put xserver-xorg-lts-wily-dev in unity-trusty/debian as a required dependecy? i had problem building it because of it14:03
desrtqengho: i moved my linode over to ssh on port 443 ages ago.  never looked back.14:04
desrtthis, plus socks proxy support in ssh makes for smooth surfing14:04
Laneyandyrock: umm I don't think so14:06
andyrockk14:06
Laneymaybe Trevinho knows?14:08
Trevinhoandyrock: trusty version needs that :o?14:10
andyrockyeah basically if i do apt-get build-dep unity14:10
andyrockit fails14:10
Trevinhoandyrock: I build unity without that...14:11
Trevinhoandyrock: try with just sudo mk-build-deps -i14:11
andyrockbecause it requires xservser.xorg-dev14:11
andyrockah ok14:11
andyrockbut build-deps should work too ;)14:11
Trevinhoah... wait that might because it's trusty 14.04.0414:11
Trevinhothus...14:11
Trevinhoit has xserver-xorg-lts-wily installed by default maybe14:11
Trevinhowhich I don't in my trusty install14:12
Laneyprobably something weird if you build it in an existing system14:12
Laneysbuild/pbuilder would be ok with the existing ones I should think14:12
andyrocknope i installed it from the last available iso14:12
Trevinhothat's the thing14:13
ricotzTrevinho, regarding https://bugs.launchpad.net/bamf/+bug/1560486 -- the version of bamf is at 0.5.314:14
ubot5Launchpad bug 1560486 in bamf (Ubuntu) "Revision 625 broke ABI compatibility" [High,In progress]14:14
Laneyman14:14
Laneyglib is still hanging14:15
Laneyeven with a new kernel14:15
Trevinhoricotz: I know, but I've to do the milestone for that... Although I'd probably just remove the upstream handling of bugs in bamf as well.14:16
Trevinhoricotz: I'll migrate these once I've an upstream release though14:17
* Laney cries14:17
* Laney goes to cry into a bowl of curry14:17
Trevinhocurry tears...14:17
TrevinhoIt might be a new successful recipe14:18
desrtLaney: mmm14:23
desrtLaney: yr makin me hungry and it's not even 10:30 yet14:23
ricotzTrevinho, alright14:32
qenghoAnybody seen this before? "Inconsistency detected by ld.so: dl-open.c: 691: _dl_open: Assertion `_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed!"14:55
willcookeAnyone know if I can write a CSS rule to only match a specific application?  I've made some changes to the toggle buttons for Rhythmbox and I wonder if I need to limit it to only rb, and if I do - how to do that15:03
willcookeI don't see anything specific in the selector tool in the inspector for rb15:03
willcookethe button has a "buildable ID" but not a name it seems15:06
Sweet5harkqengho: your dynamic linker is angry? fun!15:13
qenghoUsually my angry linker is dynamic.15:13
qenghoSweet5hark: it's some snappy hackery and probably my fault.15:14
Sweet5harkqengho: thought so, but no -- I havent seen that one before ...15:15
willcookewoah, that crept up quickly...15:30
willcooke#startmeeting Desktop Team Weekly Meeting - 2016-03-2215:31
meetingologyMeeting started Tue Mar 22 15:31:17 2016 UTC.  The chair is willcooke. Information about MeetBot at http://wiki.ubuntu.com/meetingology.15:31
meetingologyAvailable commands: action commands idea info link nick15:31
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently | Tag "gtk318" for gtk 3.18 bugs please and thanks | Desktop Team Weekly Meeting - 2016-03-22 | Current topic:
willcookeRoll call:  andyrock, attente, desrt,  dgadomski, fjkong, happyaron, hikiko (out), laney, qengho, seb128 (hols), sweet5hark, themuso (out), tkamppeter, trevinho, robert_ancell (out)15:31
Sweet5harkaye15:31
desrthi15:31
andyrockhi15:31
Trevinhohey hey15:32
FJKonghi15:32
happyaronhey15:33
willcookeLet's get started then15:34
willcooke#topic andyrock15:34
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently | Tag "gtk318" for gtk 3.18 bugs please and thanks | Desktop Team Weekly Meeting - 2016-03-22 | Current topic: andyrock
andyrockhey15:34
andyrocki've been working on completing some branches from the past weeks15:34
andyrockreviews15:34
andyrockand now working on the crash15:34
andyrocki managed to get a crash but gdb crashed too15:35
willcookehehe15:35
andyrocki'm trying to get a core file15:35
andyrockand more debug info from compiz15:35
andyrockbut the vm is kind of messed up15:35
willcookesuper, thanks andyrock.  Please make that #1 priority.  hikiko is looking as well, if you can take the lead on that bug and let hikiko know the best thing to do to help that would be good.15:36
andyrockhttps://www.irccloud.com/pastebin/kxQlPlKR/15:36
willcookerather than duplicating effort15:36
andyrocksure thing15:36
andyrocklooks like memory corruption15:36
willcookeLet's chat again tomorrow afternoon and see what we know.  Beta is looming, so would be good to get that nailed down asap.15:36
willcookedavmor2, cyphermox - FYI.  andyrock will be leading the upgrade crash investigation, so please sync with him if you need any info / have a new discovery15:37
andyrocksure15:37
willcookegreat, thanks andyrock15:38
willcooke#topic attente15:38
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently | Tag "gtk318" for gtk 3.18 bugs please and thanks | Desktop Team Weekly Meeting - 2016-03-22 | Current topic: attente
attentemore gnome-software bugs, updating the appstream index on first install, as well as some other crashers15:38
attentelooked into the GS gapplication situation with desrt, will commit some quick fixes, but might need to do some major rewriting to properly fix15:39
attente(eof)15:39
willcookegood stuff, thanks attente15:39
willcooke#topic desrt15:39
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently | Tag "gtk318" for gtk 3.18 bugs please and thanks | Desktop Team Weekly Meeting - 2016-03-22 | Current topic: desrt
Laneyattente: are you booked for the sprint?15:39
desrtthe usual bugs, reviews, etc.15:39
willcookeLaney, still waiting on the budget ack15:40
desrtgetting into time-consuming arguments with people via email who consider the ability to seed a pseudo-random number generator to be a "backdoor"15:40
desrtpaying more attention to gnome-software and trying to pus it towards being a more typical gtkapplication user to solve some of the problems we've been seeing15:40
desrta couple of releases will be out today15:40
desrteof15:40
willcookethanks desrt, and thanks for the input to g-s15:41
willcooke#topic dgadomski15:41
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently | Tag "gtk318" for gtk 3.18 bugs please and thanks | Desktop Team Weekly Meeting - 2016-03-22 | Current topic: dgadomski
dgadomskihey, unfortunately nothing to share, took a couple of days off last week.15:41
dgadomskiThat's it, thanks.15:41
willcooke:) cheers dgadomski15:41
willcooke#topic FJKong15:41
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently | Tag "gtk318" for gtk 3.18 bugs please and thanks | Desktop Team Weekly Meeting - 2016-03-22 | Current topic: FJKong
FJKong1 Test sogou im inputing Chinese in TeXmacs.15:41
FJKongif fullscreen then candidate word window will not right15:41
FJKong2 Could not login into Desktop after input password. Reported by user15:41
FJKongone is caused by evnorinment problem, still other user report this bug.15:41
FJKong3 Cannot input Chinese characters into TextField in a QML application15:41
FJKongneeds ubuntu-sdk team guys to confirm environment not take effect15:41
FJKongeof15:42
Laneycan I go next pls15:42
willcookethanks FJKong15:42
willcooke#topic Laney15:42
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently | Tag "gtk318" for gtk 3.18 bugs please and thanks | Desktop Team Weekly Meeting - 2016-03-22 | Current topic: Laney
Laneyneed to run downstairs quickly /o\15:42
Laneythanks15:42
Laney• I worked on a branch for appstream-dep11 that fixes packages not appearing in the release when they migrate out of proposed15:42
Laney• Looked at some FFes including ones I was pinged about15:42
Laney• Gave some advice on icon stuff for appstream - there are a few requests that need attention in the sponsor queue now15:42
Laney• Looked at some live CD bugs which both turned out to be introduced by the new glibc /o\15:42
Laney• Helped Gunnar with some yelp fixes & did some investigation there15:42
Laney• New gvfs, glib (this build hangs on s390x, not sure why, so it's stuck in xenial-proposed), gstreamer15:42
Laney• Gave some maybe not so helpful help with gnome-terminal theming15:42
Laney15:42
willcooke:) thanks Laney15:43
willcookeyeah, I don't think those fixes are going to do the job.  I'm still keen on disabling that box.  Will email you more details anon15:43
willcooke#topic happyaron15:43
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently | Tag "gtk318" for gtk 3.18 bugs please and thanks | Desktop Team Weekly Meeting - 2016-03-22 | Current topic: happyaron
happyaronhey15:43
happyaron1. Guest session apparmor for input methods (fcitx, mozc)15:43
happyaron2. Yet another update to zfs-linux/spl-linux15:43
happyaron3. Sponsor uploads: sdcc, ubuntukylin-theme15:43
happyaron4. In-progress: ubuntukylin-wallpapers15:43
happyaron5. Will go to Changsha on Wed for mini-sprint with NUDT15:43
happyaronEOF15:43
willcookethanks happyaron15:44
willcooke#topic hikiko15:44
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently | Tag "gtk318" for gtk 3.18 bugs please and thanks | Desktop Team Weekly Meeting - 2016-03-22 | Current topic: hikiko
willcooke* ezoom:15:44
willcooke- fixed a bug in the translation matrices caused by the different coordinate systems we use in ezoom and unity ([-1, 1] vs pixel coordinates)15:44
willcooke- working on another transformation bug15:44
willcooke* "compiz crashes during update" bug:15:44
willcooke- it seems that the compiz crash is the result of another dist-upgrade problem and we have to find out what crashes the upgrade to fix it.15:44
willcookeEOF15:44
hikikojey15:44
hikikohey15:44
hikikoI just noticed something!15:44
willcookeha, already pasted for you :)15:44
hikikohttp://imgur.com/a/ahswl15:44
hikikothe paste of andyrock15:44
hikikoshows a libc corruption15:44
hikikoand my first screenshot shows15:45
willcookeoki, can you follow up after the meeting has ended pls?  Sounds like progress though15:45
hikikosorry :)15:45
willcookeno worries15:45
hikikook15:45
willcooke:)15:45
willcooke#topic qengho15:45
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently | Tag "gtk318" for gtk 3.18 bugs please and thanks | Desktop Team Weekly Meeting - 2016-03-22 | Current topic: qengho
qenghoHowdy!15:45
qengho- Chromium snap still in progress. Debugging ld.so assertion crash. Help?!15:45
qengho- Made another snap, to prove to myself my workflow is right. 13 users. Yay!15:45
qengho- Chromium 49 uploaded. Should fix some default-browser complaints.15:45
qenghoEOF15:45
willcookeGreat, thanks qengho15:45
willcookeI assume you know about #snappy on freenode?15:46
willcookethat's where all the cool kids hangout15:46
qenghoYep. I'm there.15:46
willcookeif you don't get anywhere I can raise it in my meeting with them tomorrow, let me know15:46
qenghoNot that I'm a cool kid....15:46
willcooke:D15:46
willcooke#topic seb12815:47
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently | Tag "gtk318" for gtk 3.18 bugs please and thanks | Desktop Team Weekly Meeting - 2016-03-22 | Current topic: seb128
willcookeBeing on holiday15:47
willcooke- updated software-properties to not depends on unattended-upgrades,15:47
willcookesome users want to uninstall it15:47
willcooke- fixed nautilus sidebar code to work with the new GTK15:47
willcooke- fixed rhythmbox issue where pause would display a notification15:47
willcooke- some small sessioninstaller fixes (typo, missing depends)15:47
willcooke- set X-Ubuntu-Use-Langpack for evolution since it's universe, should15:47
willcookerestore some missing strings translations15:47
willcooke- updated gnome-calendar15:47
willcooke- looked at some gnome-software issues, reported bugs with debug15:47
willcookeinfo/suggestions15:47
willcooke- updated the defaults mimetype handlers list for gnome-software15:47
willcooke- patch pilot shift15:47
willcooke- the usual share of bug triage/reviews/meetings/etc15:47
willcooke#topic Sweet5hark15:47
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently | Tag "gtk318" for gtk 3.18 bugs please and thanks | Desktop Team Weekly Meeting - 2016-03-22 | Current topic: Sweet5hark
Sweet5hark- updated xenial to 5.1.1 rc3 = final15:47
Sweet5hark- allowed XUbuntu folks to have libreoffice-style-elementary as an alternative to libreoffice-style-breeze15:47
Sweet5hark- backported master patch for unity menu integration (bug 1559135)15:47
Sweet5hark- release notes15:47
Sweet5hark- reviewed upsteam tender replies/job applicants/projects, usual calls, some review of other peoples patches15:47
Sweet5hark- pushed some 40-50 refactoring/cleanup patches upstream (delta: killed some 600 LOC)15:47
Sweet5hark- some snappy work (included help l10n, postgresql)15:47
ubot5bug 1559135 in LibreOffice "GtkSalMenu: menu File>Templates>Manage executes action from the wrong submenu" [Medium,Fix released] https://launchpad.net/bugs/155913515:47
Sweet5hark- checked situation around gnome-documents - libreoffice deps, seems to be ok.15:47
Sweet5hark- fixed a regression upstream (tdf#95977)15:47
Sweet5harkEOF15:47
willcookethanks Sweet5hark15:48
willcooke#topic TheMuso15:48
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently | Tag "gtk318" for gtk 3.18 bugs please and thanks | Desktop Team Weekly Meeting - 2016-03-22 | Current topic: TheMuso
willcooke* Testing and fixing accessibility profile manager bugs, still not in main, but can test by building custom install images, should have the last bugs sorted this week.15:48
willcooke* Doing upgrade tests in a VM, and those upgrades failing in different ways, haven't tried to get logs out of the VM yet.15:48
willcooke#topic tkamppeter15:48
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently | Tag "gtk318" for gtk 3.18 bugs please and thanks | Desktop Team Weekly Meeting - 2016-03-22 | Current topic: tkamppeter
tkamppeter- Google Summer of Code 2016: Communication with students and with upstream maintainers to define the projects to be done this Summer. Main project will be the integration of the lightweight PDF interpreter MuPDF in the printing stack, to replace Poppler and Ghostscript on mobile devices.15:48
tkamppeter- cups-filters: Small bug fixes.15:48
tkamppeter- Bugs.15:48
willcookethanks tkamppeter15:49
willcooke#topic Trevinho15:49
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently | Tag "gtk318" for gtk 3.18 bugs please and thanks | Desktop Team Weekly Meeting - 2016-03-22 | Current topic: Trevinho
Trevinho· Improvements to BAMF startup-notification support15:49
Trevinho· Fixes to the Gtk unity border radius patch15:49
Trevinho· Add overlay numbers to all windowed icons in launcher15:49
Trevinho· Fixed an HiDPI regression in lockscreen prompt view15:49
Trevinho· Client-leader fixes for force-quit dialog15:49
Trevinho· Working on some improvements to the hikiko's shaped windows branch15:49
Trevinho· Decoration of panel/launcher in spread mode, some initial work15:49
Trevinho· Reviews15:49
Trevinho· Landed all the FFes (Launcher at the bottom, startup notifications)15:49
Trevinho...15:49
willcookethanks Trevinho15:50
willcooke#topic robert_ancell15:50
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently | Tag "gtk318" for gtk 3.18 bugs please and thanks | Desktop Team Weekly Meeting - 2016-03-22 | Current topic: robert_ancell
willcookeGNOME Software15:50
willcooke#topic willcooke15:50
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently | Tag "gtk318" for gtk 3.18 bugs please and thanks | Desktop Team Weekly Meeting - 2016-03-22 | Current topic: willcooke
willcookeReviews - nearly done for the year.  Yay15:50
willcookeThemes15:50
willcooke - Got Gedit mostly complete.  Just need to decided what to do with the actions bar15:50
willcooke - General notebook theme mostly compete. Need to merge what I can in from Terminal15:51
willcookes/gedit/termincal15:51
willcooke - Rhythmbox - done needs sign off from design15:51
willcookeSlideshow15:51
willcooke - Got animal and making sceeenshots.  Very slight changes to the text.15:51
willcookeSnappy15:51
willcooke - Many things.  All of which fun.15:52
willcooke#topic any other business15:52
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently | Tag "gtk318" for gtk 3.18 bugs please and thanks | Desktop Team Weekly Meeting - 2016-03-22 | Current topic: any other business
willcookeSprint!15:52
willcookeThe design team are having a sprint with the U8 guys at the same time and same place as us.15:52
willcookeThere will be a good chance to chat with them about general desktop requirements15:52
willcookeFinal Beta15:53
willcookeZOMG15:53
LaneyYeah that's this week15:53
willcookePlease prioritise install / upgrade crashers where ever you can.  I'd like to see a smooth upgrade from 14.04 -> 16.04 in time for the final beta.15:53
davmor2willcooke: you say ZOMG like you can't install or upgrade to it15:53
Laneylike in two days this week15:54
willcookeNo small task, so let me know if we need more/different people - please let me know, we have the offer of help from kgunn15:54
Laneylike the archive is already frozen15:54
qenghocking: Is there any hope of grub and zfs update?15:54
willcookewell - olli said kgunn will be able to help us :P15:54
willcookeSo andyrock, no pressure ;)15:55
ckingqengho, i'm waiting for 0.6.5.6 to be tagged and I'll then get that packaged,tested and pushed out sometime this week if I can15:55
Laneywillcooke: I'm a bit worried about changing things like buttons in the terminal after the final beta and feature freeze and user interface freeze :/15:55
* kgunn crawls from under rock15:55
willcookekgunn, sorry for the spam - nothing to see here15:55
qenghocking: I'm glad you're back!15:55
ckingme too ;-)15:55
willcookeLaney, can we SRU them in later?  Which is least bad?15:56
LaneyLeaving it as is now?15:57
LaneyIs this an actual *bug*?15:57
willcookeIMO, yes15:57
Laneylike the linked buttons theming definitely is15:57
willcookeon it15:58
willcookeAnyone got other business?15:58
* desrt looks around15:58
* willcooke waits for the clock to tick over on the hour 15:59
willcooke#endmeeting16:00
=== meetingology changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Amaterasu watches over you benevolently | Tag "gtk318" for gtk 3.18 bugs please and thanks
meetingologyMeeting ended Tue Mar 22 16:00:01 2016 UTC.16:00
meetingologyMinutes:        http://ubottu.com/meetingology/logs/ubuntu-desktop/2016/ubuntu-desktop.2016-03-22-15.31.moin.txt16:00
willcookethanks all16:00
willcookehikiko, please continue re: screenshot...16:00
muktupavelsTrevinho: Do you plan to make libwnck 3.20 release?16:00
muktupavelsTrevinho: https://git.gnome.org/browse/libwnck/log/?h=wip/muktupavels/gnome-3-2016:00
hikikohttp://imgur.com/a/ahswl <- the first screenshot16:01
hikikoI recorded the upgrade because after the crash there were no log files16:01
hikikoand after libc upgrades16:01
hikikocmanager and other programs that have dependencies on libc crash16:02
hikikoand in the pastebin link of andyrock16:02
hikikoI noticed that there's a libc corruption too compiz can't find libc16:03
hikikoso I suspect that because libc upgrade crashes and most programs depend on it they crash too16:04
hikikomaybe we have to check the dependencies etc16:04
hikikoof the libc package and the upgrade order16:05
Trevinhomuktupavels: I could, but... Do we really need to increase the gtk dependency? A part from removing deprecated calls, I mean.16:07
muktupavelstrevinho: GdkSeat is available starting with 3.19.516:08
Trevinhoyeah, I saw that16:08
Trevinhobut I don't see you're using any feature of that as for now16:08
muktupavelsI just replaced deprecated GdkDeviceManager with GdkSeat...16:10
Trevinhoyeah, I see... It's just that I think it's the same thing for now. A part from muting compiler warns, there sno real gain in using the new API imho. While that lib might be needed by some legacy systems using older gtk16:15
Trevinhomuktupavels: I've also given a look at your compiz branches for tests (many thanks!), but I'm getting the tests hanging here... So I need to look further to what happens16:16
Trevinhomuktupavels: have you experienced anything like that?16:16
muktupavelsTrevinho: legacy apps that use older gtk will use older libwnck, no?16:16
muktupavelsTrevinho: building with pbuilder-dist all tests worked, but building locally I had ~30 failed tests...16:17
TrevinhoThey could, but they also might need some feature from new one... And in the past libwnck has always been a little detached from normal gnome cycles, but I'm not saying I'm against that. It's just that we can keep things more relaxed.16:17
TrevinhoIt all depends in what we really need to do with it16:17
Trevinhomuktupavels: yeah, I've been testing it in both an lxd container and locally and got the same failures. Plus the same in the silo: https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/landing-056/+build/9380558/+files/buildlog_ubuntu-xenial-amd64.compiz_1%3A0.9.12.2+16.04.20160321-0ubuntu1_BUILDING.txt.gz16:18
Trevinhoarmhf was the only arch that worked... Weirdly.16:19
muktupavelsTrevinho: are tests enabled also on armhf? there is comment - # right now, xorg-gtest won't compile on arm.16:21
Trevinhomuktupavels: maybe not everyone, but some ran: https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/landing-056/+build/9380560/+files/buildlog_ubuntu-xenial-armhf.compiz_1%3A0.9.12.2+16.04.20160321-0ubuntu1_BUILDING.txt.gz16:22
=== dpm is now known as dpm-afk
GunnarHjhappyaron: Hi Aron. "regression for Chinese" - how?17:34
willcookeSweet5hark, is this the correct default theme for LO?  http://imgur.com/a0bZfZO17:41
Sweet5harkwillcooke: in general, yes. but you seem to have libreoffice-gtk3 installed?17:43
willcookeSweet5hark, ah, probably because I installed this machine a while ago?17:43
Sweet5hark(as I see a classic menu and IIRC the toolbars in gtk2 have light background as they should)17:44
willcookeSweet5hark, is there an easy way to install the other version?17:44
Sweet5harkwillcooke: there was a transient dependency on libreoffice-gtk3 in early xenial, yes. It should be gone now and new installs and upgrades directly from wily/trusty should not pull in libreoffice-gtk317:45
willcookelibreoffice-gtk perhaps?17:45
Sweet5harkwillcooke: just "apt remove libreoffice-gtk3"17:45
Sweet5harkwillcooke: libreoffice-gtk should still be installed and libreoffice should use it once libreoffice-gtk3 is gone.17:45
willcookeyaya!17:46
willcookethanks Sweet5hark17:46
Laneyogra_: is this normal https://paste.ubuntu.com/15473751/ ?17:46
willcookeSweet5hark, ohhh much better!17:46
ogra_Laney, thats a mvo/Chipaca question17:47
ogra_but you perhaps rather want ubuntu-snappy-cli17:47
muktupavelsTrevinho: When GTK+ 3.20 will be uploaded libwnck will need rebuild to get css names working, no? And if libwnck is built against GTK+ 3.20 then it will not work with older GTK+ versions (because there will be no *_set_css_name). I fail to see how increased required version could cause problems...17:47
Laneythis is the thing that they want to seed17:47
ogra_well, i was told (in the bug) it would just be a metapackage that pulls in -cli17:48
ogra_seemingly it isnt17:48
* ogra_ doesnt do any snappy development on the snappy code ... thats all happeneing in some telegram group nowadays, so hard to follow)17:48
Laneyawesome17:49
ogra_try asking Chipaca or mvo17:49
* Laney goes to #snappy17:49
Laneyttyl18:04
willcookeoops18:32
willcookeI just did a bzr add *18:33
willcookewhen really I wanted to add only some files18:33
willcookecan I undo that add * easily?18:33
ogra_bzr revert ?18:37
willcookewill I lose my other changes then?18:37
ogra_hmm, if you didnt commit inbetween you will, yes18:37
ogra_(unless you do a revert for only the added files ... i.e. file by file)18:37
willcookemeh18:38
willcookeit's only a dozen files or so that I need to add18:38
willcookeso I think I'll just mv the dir, branch again and then move them back18:38
willcookethx ogra_18:38
ogra_np18:38
attentewillcooke: you could try committing and then uncommitting maybe18:39
attenteactually.. nvm. i'm not sure if that actually undoes the add18:40
willcookeyeah18:40
willcookeno worries, I've just copied the files in to a new branch18:41
willcookecyphermox, MP up for slideshow.... https://code.launchpad.net/~willcooke/ubiquity-slideshow-ubuntu/ubiquity-slideshow-ubuntu/+merge/28982618:54
* willcooke will email the doc team now18:54
willcookes/doc/translators18:54
willcookeGunnarHj, just seen your email on the doc team ML.  Did you get a master animal file?  I have an SVG here I can put somewhere useful18:56
cyphermoxwillcooke: thanks18:57
cyphermoxwillcooke: would you ask on #ubuntu-release if you need any freeze exception for the slideshow changes?19:03
willcookecyphermox, sure thing19:03
willcookecyphermox, moving the conversation here to save noise in release19:11
willcookeI changed "Ubuntu Software Center" to "included Software center"19:12
willcookesince it's not USC any more19:12
willcookebut I think it *is* still "The" Ubuntu software center19:12
willcookewhat do you think?19:12
willcookemaybe we don't need to change that at all, and then no work for translators19:13
cyphermoxup to you19:17
cyphermoxhow is it showing in the Dash?19:17
willcooke"Software"19:18
cyphermoxhrm19:18
cyphermoxwell, the test script doesn't work for me19:19
willcookeoh19:21
willcookewfm19:21
willcookemaybe I missed a file19:21
willcookelemme branch my branch in to tmp and see if it works there19:22
willcookebah19:23
willcookecyphermox, fixed19:25
cyphermoxyeah it was just missing all the pngs19:26
willcookeso before I push this again, any thoughts on that text... I'm thinking that I will change it back to Ubuntu software center19:27
cyphermoxwell, it's just Gnome Software19:28
cyphermoxto me, it's up to you, either way is fine19:28
willcookeI was thinking more of the concept of an Ubuntu Store19:28
cyphermoxit depends a lot more on how it titles itself19:28
cyphermoxie. when running if it says "Software center" then we should use that19:28
willcookeoh, I should change the LO icons too....19:29
willcooke.. no they are the same19:33
willcookecyphermox, done: https://code.launchpad.net/~willcooke/ubiquity-slideshow-ubuntu/ubiquity-slideshow-ubuntu/+merge/28983119:48
willcookesorry for the faff19:48
willcookeno no no no19:50
willcookeffs19:50
willcookecyphermox, oki, last time I think....19:55
willcookehttps://code.launchpad.net/~willcooke/ubiquity-slideshow-ubuntu/ubiquity-slideshow-ubuntu/+merge/28983519:55
willcookeI've updated the pot files this time.19:55
willcookeI suck.19:55
cyphermoxgood to review now?19:55
willcookecyphermox, yeah.  Sorry :(19:56
cyphermoxwillcooke: hey, I'm not complaining. I can understand starting things over again, I like being careful19:58
cyphermoxnow the slideshow looks so tasty I want to lick it19:59
willcooke\o/20:03
willcookecyphermox, do I need to do anything now to make it merge, or is that auto magic?20:03
cyphermoxthe magic is already happening, I'm doing the merge20:05
willcookeha, nice one.  Thanks cyphermox20:05
cyphermoxnp.20:05
GunnarHjwillcooke: Hi, I just saw your message to the ubuntu-translators list. Haven't seen the name "Ubuntu Software Store" anywhere else; just "Software".20:24
willcooke"Software" is the app, "Ubuntu Software Store" is the entity20:24
GunnarHjwillcooke: Ok, that makes sense. Probably. ;)20:24
willcooke:)20:25
willcookeGunnarHj, do you still need that animal image?20:25
GunnarHjwillcooke: Yes, indeed.20:25
GunnarHjwillcooke: Do you have access to it?20:26
willcookeYeah, design sent me an svg to use in the slideshow (after they sent me a 300 x 300 px jpg)20:27
willcookeI'll forward you the email I got...20:27
GunnarHjwillcooke: Excellent, thanks!20:27
GunnarHjwillcooke: gunnarhj@ubuntu.com20:28
willcookeGunnarHj, thx20:28
willcookeGunnarHj, you've got mail20:28
GunnarHjwillcooke: Yep, got it.20:29
willcookequittin' time.  Night all20:40
GunnarHjexit20:46

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