/srv/irclogs.ubuntu.com/2017/08/24/#ubuntu-desktop.txt

jameshrobert_ancell: yeah.  And mvo said he'd try to fast track reviews of any followups I can get ready in time for 2.2801:20
robert_ancelljamesh, thinking about the best way to migrate snapd-glib. I guess there's no way to know if snapd supports this unless we get it to advertise it. Perhaps we should make a patch to add a polkit flat to /v2/system-info01:33
robert_ancellactually we could just check the version field.01:34
robert_ancellthe current version is "2.27.3+17.10". I guess a heuristic that looks for >2.28 would work01:34
robert_ancellthough a flag would be less ambigious01:35
jameshrobert_ancell: on Ubuntu at least, we could just do Requires: snapd >= 2.2801:37
jameshin the packaging01:37
robert_ancellsure, and just encourage other snapd-glib consumers to do the same01:37
robert_ancellI'll mark the snapd-login-service methods as deprecated to prompt people to switch over.01:38
jbichajamesh: the On/Off switch for g-c-c's Connectivity Check doesn't display right when switched on/off01:56
jbichabut hey, it's Feature Freeze so pushing anyway ;)01:57
jbichaI remember that Feature Freeze is the day to break things :)01:59
jameshjbicha: it should be tied to the D-Bus property change notification.  Let's see.02:07
jameshi.e. toggle switch issues Set() call, and the change signal updates the switch position02:07
robert_ancelljamesh, did you get gnome git access?02:15
jameshrobert_ancell: not yet02:16
robert_ancelljamesh, where's your classic mode branches stored?02:16
jameshrobert_ancell: this has the two patches I put in bugzilla: https://code.launchpad.net/~jamesh/gnome-software/+git/gnome-software/+ref/classic-snap-install-upstream02:19
jameshwhich branch should I rebase them onto?02:20
robert_ancelljamesh, I'll push them into wip/ubuntu-master and then we can try and move them to master from there02:21
jameshokay02:21
robert_ancelljamesh, once you get your git access the process is 1. in wip/james/<feature> for stuff as it's being worked on, 2. in wip/ubuntu-master (artful), wip/ubuntu-3-22 (zesty) and wip-ubuntu-3-20 (xenial) when it's good enough for Ubuntu, 3. work on getting it into master when upstream is OK.02:23
robert_ancellIdeally we go steps 1 - 3 - 2 but depends how much discussion is needed / priority in getting feature into Ubuntu02:23
robert_ancelljamesh, someone OK'd the placement of that classic warning right? It's not even visible when I browse atom (you have to scroll down)02:34
jameshrobert_ancell: no.  It hasn't had any design review02:36
jameshthe same problem would be true for the kudo icons if we were showing them02:36
robert_ancelljamesh, "if we were showing them" :)02:38
robert_ancelljamesh, I'll release it to artful, and hopefully we can get some feedback if it needs moving.02:38
robert_ancelljamesh, Richard said he'd got some data at some point about what parts users were interacting with and it gets orders of magnitides less the futher you go down the page.02:39
robert_ancelljamesh, I think we should move it to beside the install button.02:39
* robert_ancell heads out, will be back later02:40
jameshrobert_ancell: from a user's point of view, I'd think it'd make sense to show the warning for strict confined snaps that connect to home too, but it isn't clear how to do that with current snapd02:40
robert_ancelltrue02:40
robert_ancellwe don't know until it's installed...02:41
jameshit also doesn't help that we're mixing a small number of snaps with a large number of debs in the same search results02:41
jameshwhere the debs are effectively unsandboxed02:41
jameshmaybe it would make sense to also show the warning for debs that come from non-Ubuntu sources (PPAs and other archives)02:42
jbichajamesh: that sounds like a good idea03:07
jibelgood morning05:18
dufluHi jibel05:20
jibelHey duflu05:20
oSoMoNhey jibel, duflu05:21
oSoMoNgood morning desktoppers05:21
dufluMorning oSoMoN05:22
jibelmorning oSoMoN05:33
dufluWow. Some G-apps touch eight graphics APIs; GTK, GDK, clutter, cairo, cogl, pixman, GL, X1105:59
dufluThat's more than I thought06:00
Laneymoin08:03
jibelLaney, hi08:08
jibelLaney, about bug 171258108:08
ubot5bug 1712581 in ubiquity (Ubuntu) "Cannot execute oem-config-prepare - application is not trusted" [Undecided,New] https://launchpad.net/bugs/171258108:08
jibelLaney, if I set the attribute on the file in /target at the end of the installation it should be preserved after it's unmounted and rebooted right?08:09
davmor2Morning all08:09
jibelHey davmor2 long time no see :)08:09
davmor2jibel: I've been here just not saying hello :D08:10
Laneyhi jibel, ca va?08:10
jibelLaney, ça va bien merci et toi?08:10
Laneyjibel: It saves to some database, so if you execute it in the right context it should be08:11
Laneythat's why we have to sudo to the user, start a bus and all that random stuff08:11
jibelLaney, ah, maybe I did it with the wrong user. I'll have another look08:11
Laneyje vais bien!08:12
jibel:)08:12
* Laney tries to drag up the 10 french lessons from 15 years ago08:12
* Laney did german in school :p08:12
Laneyjibel: got a link to the code for this thing?08:13
Laneymaybe I can advise quickly08:13
jibelLaney, http://bazaar.launchpad.net/~ubuntu-installer/ubiquity/trunk/view/head:/scripts/plugininstall.py#L119008:15
jibelLaney, with a comment from 2007 from Colin :)08:15
Laneyah yes08:16
* Laney found some 2007 cjwatson code earlier this week too08:16
jibelmaybe it's time to light the chemical fire :D08:16
Laneylooks like you probably basically translate that same thing08:16
Laneyguessing chrex is execute in chroot08:17
Laneyput it at 121508:17
jibelLaney, yeah that's what I did08:17
jibelLaney, but it's likely executed with the wrong user08:18
jibelnot the oem user08:18
Laney'sudo', '-i', '-u', 'oem', 'dbus-run-session', '--', 'gio', 'set', '/home/oem/Desktop/%s' % desktop_base, 'metadata::trusted', 'true'08:19
Laneyor something08:19
jibelyup08:19
Laneythat should run it as oem...08:19
Laneyyou can do `gio list <file>' to see the properties08:19
Laneyor is it info?08:19
Laneyinfo08:20
jibelLaney, i'll figure it out08:20
Laneyokey doke08:22
jameshpull request sent through to turn on polkit auth for install/remove of snaps08:37
jameshlets see what happens now08:37
seb128getting interesting :-)08:38
jibelLaney, it works, i'll submit a patch08:41
Laney^_^08:41
Laneyjibel the developer08:41
Laneyhi seb12808:41
Laneywhat up08:42
seb128hey Laney! how are you today?08:42
jibelLaney, do you know what calls finish-install.d/07oem-config-user ? the change must go there too I suppose08:43
seb128I had a nice day off and some good sleep yesterday :-)08:43
Laneyseb128: good! nice climbing yesterday, did some planting and harvesting this morning08:43
Laneywe had some big potatoes growing at home08:43
seb128did a bit of work in the afternoon and before going to bed so swap some hours out today as well08:43
Laneywho needs anallotment08:43
Laneyoh did you!08:43
Laneyyou minx08:43
seb128hehe08:44
Laneyjibel: not sure08:44
Laneyyou see an additional problem?08:44
seb128Laney, you are not going to London with didrocks&co after all?08:44
jibelLaney, no but it's exactly the same code in shell08:44
Laneyjibel: oh ok, when's that used?08:45
LaneyI guess that is the question you're asking :P08:45
Laneyseb128: nah, too much travelling08:45
jibelLaney, I don't know, hence my question.08:45
Laneyjibel: I would ask xnox08:45
jibelxnox, in ubiquity there is finish-install.d/07oem-config-user, do you know what calls it?08:46
tseliotLaney: hey, I have a new patch, this time I followed what upstream recommended: https://code.launchpad.net/~albertomilone/gdm/lp1697882/+merge/32642609:12
Laneytseliot: oh, nice, thanks for continuing to work on that09:13
Laneywill look later on09:13
tseliotLaney: thanks09:14
Laneytseliot: maybe you can ping the person you talked to to review in the meantime ;-)09:27
tseliotLaney: it was you and Daniel van Vugt, but I don't know what his nickname is09:28
tseliotah, duflu ^^09:29
Laneyoho09:29
Laneywe're not upstream :P09:29
tseliotnot yet, but I spoke with upstream until yesterday evening09:29
Laneyah yeah, that's who I meant to ping09:30
tseliotRay Strode. He had a look at my patch yesterday09:30
Laneycool09:31
duflutseliot, thanks for that. Although I don't use Nvidia most of the time. Was only the frontend person triaging those bugs09:32
tseliotduflu: ok, no problem09:32
tseliotLaney: he said he wants us to discuss the upstreaming process in the bug report. But I did exactly what he recommended. He would also like me to add an IgnoreXorg option to GDM, but that's a separate upstream discussion.09:33
tseliotI think avoiding09:34
tseliot*preventing users from crashing things is the priority for us now09:34
seb128why can't nvidia/kms users use x11?09:35
tseliotif you log in with nvidia + KMS and X11 all you will see is a dead terminal09:35
seb128we don't enable kms by default though?09:35
tseliotseb128: a limitation in NVIDIA's memory allocator09:35
tseliotnope09:35
seb128k09:36
tseliotbut if users enable KMS, they should be able to try Wayland without experiencing that problem09:36
seb128right09:38
seb128it sucks a bit that they can't log back into an x11 session if they need to09:38
tseliotyes, they will have to disable, KMS, and reboot09:39
seb128but if it only impacts users who know what they are doing and opted in to enable kms so no big deal09:39
tseliotexactly09:39
tseliotI see it as a technology preview09:39
tseliotas XWayland won't work either for now09:39
tseliotbut at least users get to experience pure Wayland with NVIDIA09:40
clobranohey Trevino, I'm working on bug 1700100 and looking about adding a "darker border" as you suggested, but not satisfied with the result (or I misunderstood something) dim-label has already some default decoration, which seems to work fine in other application (e.g. Nautilus), the problem with Boxes is that the parent background is too dark, so what about adding some light text shadows instead? Something like this http://imgur.com/a/eXpaW09:54
ubot5bug 1700100 in ubuntu-themes (Ubuntu) "Dimmed text is very hard to see" [Undecided,In progress] https://launchpad.net/bugs/170010009:54
clobranoalso, hi all :)09:55
clobranooops, wrong nick. Trevinho ^10:03
Trevinhoclobrano: oh yeah... I like this alot10:03
Trevinhoclobrano: the first one is ok to me10:05
Trevinhoas it has something, but not too strong10:05
Trevinhogo for it :)10:05
clobranoTrevinho, ok, the first one is actually the current proposal :D, I don't have to do anything10:05
Trevinhoclobrano: oh ahahah, :-D10:06
clobrano:D10:06
Trevinhoclobrano: anyway, that could be applied to other apps  no?10:06
Trevinhofirefox for example...10:06
Trevinhowhat others are?10:06
clobranoTrevinho, firefox doesn't seem affected by this change. I suspect it's using a different class10:07
clobranoTrevinho, and thunderbird as well. I should look into their code to see what are they using10:07
Trevinho#launchpaddown?10:10
Laneysomeone on X & current artful want to try a webkit application? e.g. devhelp or epiphany10:10
* Laney gets an X error10:10
jibelLaney, devhelp works10:11
Laneywhyyyyyyyyy10:11
* Laney turns it off and on again™10:12
TrevinhoLaney: you've to pay a royalty do do that!10:14
jibelLaney, it works BUT ... /usr/lib/x86_64-linux-gnu/webkit2gtk-4.0/WebKitWebProcess crashed10:15
Laneyah wait10:15
Laneyclick on an entry to actually view the contents of a devhelp document10:15
Laneyit doesn't crash, you just don't see it10:15
Laneywell yeah, maybe the backgroudn process crashes but devhelp doesn't10:15
* Laney give Trevinho 1BTC10:15
Laneythat's actually quite a lot isn't it?10:16
TrevinhoLaney: I'm not M$10:16
Trevinhoeh, yeah... I can get them then10:16
jibelLaney, as I said devhelp works fine10:16
jibelLaney, I can see the content of the documents10:16
Laneyok, I realised I forgot to tell you to click into something10:16
jibelbut I've this webkit crash in /var/crash10:16
Laneyanyways it works for me after a restart :(10:16
Laneywonder what the crash you had was10:17
jibelI'm uploading it and will try again10:17
jibelLaney, it crashes on exit10:22
jibelhttps://errors.ubuntu.com/oops/6b38c1d2-88b5-11e7-be89-fa163ed44aae10:22
Laneyintriguing10:22
* Laney needs a 2fa token to see that and none are nearby /o\10:22
Laneyk, presumably that still needs retracing10:23
jibelyes, I'll let you know when its done10:24
* jibel -> lunch10:25
andyrockhey seb12810:29
seb128hey andyrock10:30
seb128how are you?10:30
andyrockcan I use git ubuntu clone for update-manager instead of debdiff?10:30
andyrockjust curious10:30
seb128I think it's still in bzr ?10:30
seb128talk to bdmurray on #ubuntu-devel10:30
andyrockkk10:30
tsimonq2o/ all10:49
tsimonq2Could I get a review on this from a GNOME guy/gal? https://bugs.launchpad.net/ubuntu/+source/gnome-desktop3/+bug/170369010:50
ubot5Ubuntu bug 1703690 in gnome-screensaver (Ubuntu) "Add support for Budgie Desktop using GNOME Screensaver" [Undecided,In progress]10:50
tsimonq2Feature Freeze is today :)10:51
Laneytsimonq2: ok, I don't understand the gnome-desktop3 patch so please can you explain what that's trying to do more clearly?10:54
Laneytwo things on the gnome-screensaver one: in_desktop should probably use g_strv_contains instead of iterating the list and I think you should find (or create) a common file to contain that utility function rather than defining it multiple times10:55
tsimonq2Laney: Ok, fossfreedom can answer those questions better, I just wanted to get some eyes on it. ;)10:57
fossfreedomLaney, o/ I can help with any questions.10:59
fossfreedomFor gnome-screensaver it is carrying a patch which reinstates a gsettings key.  Think its a Unity thing but not sure.  gnome-screensaver calls a gnome-desktop3 function.  the function assumes the gsettings path is valid and all keys it interrogates are there.  For GNOME3 the "Unity" key doesnt exist ... and thus segfaults11:03
fossfreedomto be honest if the gnome-screensaver patch that reinstates that Unity key can be got rid of, the gnome-desktop3 patch is not needed11:04
Laneywhich key is that?11:04
Laneybtw, g_object_get () is more convenient when you're using C11:06
Laneyyou can get strings out directly11:06
fossfreedom"draw-background" in path org.gnome.desktop.background11:06
fossfreedomdraw-background doesnt exist in gnome3 - org.gnome.desktop.screensaver11:07
Laneyit's in org.gnome.desktop.background here11:08
LaneyI feel like I'm confused about this11:08
fossfreedomok - when you change the screensaver background in gnome-shell it writes the background file chosen into path org.gnome.desktop.screensaver11:09
jbichagood morning11:10
fossfreedomgnome-screensaver was written in the days when the screensaver background was previously written to  org.gnome.desktop.background11:10
tsimonq2o/ jbicha11:10
fossfreedomso gnome-screensaver never displays the chosen gnome3 screensaver background11:10
jbichaLaney: should I go ahead and file FFe bugs for gnome-shell and gnome-control-center?11:11
Laneyjbicha: Sure11:12
LaneyI don't know what to do about the armhf thing11:12
jbichaI understand, and didrocks is busy with the F&F Sprint in London for several days so probably next week to figure out what we want to do11:13
Laneyright11:15
Laneyif we want we can promote a PPA in the weekly newletter or something11:15
Laneyfossfreedom: so someone is calling load_from_preferences with a different schema now?11:15
Trevinhoouch another theme glitch  https://usercontent.irccloud-cdn.com/file/gbrMS0ER/11:15
Trevinhoeven when not focused..11:16
Trevinhoclobrano: would you like to have a look on that too? :-)11:16
LaneyI think I'd make a new GSettings in there to look at the old key11:16
fossfreedomLaney yeah - that patch proposed checks if "budgie-desktop" and calls the method with the newer schema.  load_from_preferences assumes all the keys it checks exists in the schema.11:17
fossfreedomsorry - gnome-desktop3 itself has a patch that reinstates that "draw-background" key11:18
Laneyfossfreedom: make the is_enabled check use a new GSettings, like GSettings *background_settings; background_settings = g_settings_new ("org.gnome.desktop.background"); bg->is_enabled = g_settings_get_boolean (background_settings, BG_KEY_DRAW_BACKGROUND); g_object_unref (background_settings);11:19
jibelLaney, the webkit crash is bug 171183811:21
ubot5bug 1711838 in webkit2gtk (Ubuntu) "WebKitWebProcess crashed with SIGSEGV in WebCore::GLContextGLX::~GLContextGLX()" [Medium,Confirmed] https://launchpad.net/bugs/171183811:21
Laneythx11:22
fossfreedomLaney, k - sure.  That's will simply matters.  good lateral thinking!11:22
fossfreedomsimplify11:22
* Laney is a simple person11:22
c-lobranoTrevinho: sure :) is the problem that white border?11:25
Trevinhoc-lobrano: yeah, and when unfocused it's just squared instead of rounded11:25
Laneywhy are there two schemas with a lot of the same keys?11:25
c-lobranoTrevinho: I see, I'll look at that11:26
fossfreedomLaney, I can only assume upstream GNOME changed to a newer schema at some-point.  Maybe the old schema will at some-point will be dropped.  speculating.11:27
Trevinhoc-lobrano: thanks a lot11:27
fossfreedomLaney, or logically - one schema specifically for gnome shell screensaver background... one schema for the desktop background11:28
Laneyyeh maybe11:29
LaneyTrevinho: switches look bad too, same thing?12:00
Laneythere's a more obvious one but I can't remember where it is, so - gnome-tweak-tool -> keyboard & mouse -> click the thing to change the compose key12:01
Trevinhoc-lobrano: ^ :)12:01
Laneyin fact switches just in the UI could look a bit better too I think12:01
Laneythe orange sort of bleeds out12:01
Laneythis is my fault of course when doing the theme rewrite :-)12:01
* c-lobrano is updating the todo list :)12:04
Laneythanks c-lobrano!12:05
Laneythe theme is a hot potato12:05
* Laney held it for a bit and then passed it on to Trevinho 12:05
c-lobranoAhaha12:06
Laneybrains are weird12:07
Laney"oh yeah I'll start a VM to test this thing"12:07
Laneyhit super, type "devhelp" instead of "virt"...12:07
Laneywhat is that about12:07
seb128jbicha, those MIRs can be changed to FFes but we don't have much control on them, unsure which ones would be worth pushing for this cycle, some feel not important13:25
seb128jbicha, do you have branches/ongoing work for g-c-c and updating the patches or do you need help?13:29
didrocksjbicha: IIRC, you told that the power button was suppose to be fixed to trigger a dialog13:30
didrocksthat was some weeks ago, is it fixed?13:30
seb128didrocks, hey! how is London?13:30
didrocksseb128: same temperature outside that at 7am in Lyon :)13:31
didrocksotherwise, not rainy, so good :)13:31
seb128haha13:31
seb128didrocks, https://git.gnome.org/browse/gnome-control-center/commit/?id=62c86c713:32
seb128didrocks, it's part of 3.25 which we didn't get yet/is going to be a ffe13:32
didrocksah ok! what is the dialog supposed to look like, do you know how I can try it?13:32
seb128no, the bug has no screenshot13:33
andyrockmpt in software-properties enabling/disabling canonical livepatch can requires some time (as it can involve downloading/installing the snap, networking, etc.)13:33
seb128I guess it's easy enough to install the new g-s-d/g-c-c from the ppa though13:33
andyrockmtp, atm I'm showing a spinner next to the checkbox13:33
andyrockmtp, but this is not specified on the design at: https://wiki.ubuntu.com/SoftwareUpdates?action=recall&rev=22113:34
didrocksseb128: it's g-s-d providing this dialog I guess?13:34
andyrockmtp, is a spinner ok for you? or do you have any other solution?13:34
seb128didrocks, looks like if I read things correctly13:35
seb128oSoMoN, ricotz, hey, do you have any idea about http://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html#libreofficehttp://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html#libreoffice ?13:37
seb128http://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html#libreoffice13:37
didrocksthanks seb12813:37
seb128sorry copy/paste issue13:37
seb128didrocks, np!13:37
seb128didrocks, the new g-s-d is in artful-proposed but seems blocked there because gnome-session is missing on s390x13:38
ricotzseb128, isn't that caused by poppler being blocked by qtbase-opensource-src ?13:41
jbichadidrocks: the Power Off dialog is the same as when you press the Power button in the system status menu in GNOME Shell's top bar on the right13:41
jbichabut the behavior for the hardware Power button is still Suspend by default13:41
ricotzseb128, failing i386 tests are still caused the kernel/openjdk bug13:42
Laneybut gnome-settings-daemon is built there13:42
Laneygnome-session*13:42
jbichait's part of gsd and gcc 3.26; it didn't seem important to backport since we're working on targeting g-c-c 3.26 for artful soon anyway13:42
Laneyhttps://launchpad.net/ubuntu/artful/s390x/gnome-session-bin removed13:42
Laneywas there a real reason for that?13:43
jbichaseb128: I have done no work on porting those 2 disabled gcc patches, I need help with them, the current g-c-c work is in the GNOME3 Staging PPA13:43
seb128jbicha, do you have a vcs with your work in progress? what sort of issue do you have?13:43
seb128jbicha, ^ do you about gnome-session?13:45
jbichano vcs really right now, kinda waiting for git conversion to push more WIP branches13:45
seb128I don't see it mentioned in the changelog13:45
jbichaLaney: oh, removing gnome-session-bin/s390x was likely a mistake as part of the gjs/s390x purge13:46
seb128you can push to lp:~user/g-c-c/work or something13:46
jbichais it possible to retrieve that binary or do we need to do a new upload?13:46
Laneycopy it back13:46
jbichacopy it from where?13:47
Laneysec13:47
jbichak13:47
seb128copy-package is for sources only right?13:48
* seb128 let L_aney come up with the magic13:49
LaneyI thought you could use it but I don't see the option right now13:49
mptandyrock, mtp is the Media Transfer Protocol. :-) (I got that a lot during the Ubuntu Touch era)13:49
Laneygive me a minute, need to share a screenshot to aday13:49
andyrockmpt: ops sorry :D13:49
seb128jbicha, btw versions page updated in case you didn't notice13:50
jbichathanks13:50
seb128yw!13:50
mptandyrock, is there any reason that you would need/want to wait for Livepatch to become active/inactive after toggling the checkbox?13:51
mpt(where by “you” I mean a user, not you the person implementing it!)13:52
andyrockmpt: I mean I'm a user a click on "Use Canonical livepatch to increase..."13:52
Laneyk, yeah, don't see the option13:53
andyrockI get no feedback for the next 10 minutes13:53
andyrockI'll try to click multiple times13:53
seb128jbicha, Laney, I think it needs a new upload then13:54
mptandyrock, you don’t have to wait ten minutes before signing in, right? You can sign in immediately13:54
Laneyjust asking in #lp13:54
andyrocknot sign in...13:54
Laneysee what the superiors say ;-)13:54
andyrockmpt: but enabling livepatch can require some time13:54
andyrockmpt: e.g. if it's not installed the snap it has to download it etc.13:55
ogra_just make it async ... set the checkbox immediately ... if there is an error or other issue, uncheck it again and pop up a useful error message13:56
mptandyrock, sure, but there’s no reason to sit there watching it. It’s like turning on backups: maybe it’s satisfying to watch the first backup in progress, but you don’t need to.13:56
mptYes, what ogra_ said ^^13:56
mpt(much more clearly than I did)13:57
ogra_(but i learned it all from years of working with you ;) )13:57
oSoMoNseb128, ricotz: there are two failures in i386 autopkgtests, one of them is the infamous kernel/openjdk bug, and the other one is new (and observed on s390x too): /usr/bin/ld: cannot find -ljawt13:57
oSoMoNlooking into that13:57
Laneyhttps://launchpad.net/ubuntu/artful/s390x/gnome-session-bin it's coming back13:59
xnoxbtw was removing gdm3:s390x intentional?13:59
* xnox had to tweak systemd autopkgtest13:59
ricotzoSoMoN, yeah, looks like an incomplete linker line and -L/usr/lib/jvm/default-java/jre/lib/* is missing14:00
andyrockkk14:05
ricotzoSoMoN, e.g. https://paste.debian.net/plain/98285614:08
ricotz.. which obviously isn't working just like that14:09
Laneymeh14:10
Laneynot sure this restoring of gnome-session is going to work, it depends on gnome-shell which was removed as it depends on gjs which is broken14:12
* Laney remembers this stuff from phone/upstart days :(14:12
oSoMoNricotz, do you mean you've tested that patch and it's not working?14:13
ricotzoSoMoN, I pointed out the place where it needs to be fixed ;)14:14
ricotzbasically adding the proper -L... here will fix it14:15
ricotzstrange that amd64 is happy though14:15
oSoMoNricotz, yes, that's strange14:15
oSoMoNricotz, replacing -ljawt with $(JAWTLIB) as you suggested should work14:15
jbichaLaney: I think gnome-session-bin does not depend on gnome-shell14:19
oSoMoNseb128: preparing the patch suggested by ricotz14:20
jbichaseb128: https://code.launchpad.net/~ubuntu-desktop/gnome-control-center/32614:21
Laneygnome-session does14:21
ricotzoSoMoN, I am not so sure though14:22
ricotzoSoMoN, the configure call has nothing to do with that14:23
oSoMoNricotz, the configure call is what sets JAWTLIB14:24
oSoMoNand I'm seeing that in the build log:14:24
oSoMoNchecking for JAWT lib... -L/usr/lib/jvm/default-java/jre/lib/i386 -ljawt14:24
ricotzbut it is not part of the odk test14:24
ricotzoSoMoN, better try https://paste.debian.net/plain/98286214:27
ricotzah no14:27
ricotzoSoMoN, JAVA_PROC_TYPE is wrong14:28
jbichaseb128: do you want gnome-desktop3 3.25.91 in artful now with bubblewrap disabled (which breaks the thumbnailer anyway) or should we wait and discuss more later?14:31
oSoMoNhuh indeed, it's set to amd6414:31
clobranoTrevinho: from where this come from? https://usercontent.irccloud-cdn.com/file/gbrMS0ER/14:33
Laneygnome-session/s390x unsatisfiable Depends: gnome-shell (>= 3.19)14:33
Laneyubuntu-session/s390x unsatisfiable Depends: gnome-shell (>= 3.24.3-0ubuntu2)14:33
Trevinhoclobrano: evince14:33
clobrano(y)14:33
clobranoTrevinho: weird, I don't have those plus and minus buttons, but only something with a similar problem in page number14:37
Trevinhoclobrano: oh sorry not evince... it was image viewer14:37
Laneyif you open a multiple page document in evince14:37
Laneythe x of y thing at the left of the header bar is bad too14:38
jbichaLaney: I'm confused too because gnome-session and ubuntu-session aren't published for s390x in artful14:41
Laneyhttps://launchpad.net/ubuntu/artful/s390x/gnome-session14:41
Laneysure they are14:41
jbichamaybe my rmadison is a bit behind then14:43
Laneyoh, artful, not artful-proposed14:44
Laneywell, britney doesn't care about that14:44
clobranoTrevinho, Laney: are you on artful? On zesty and this light-themes package 16.10+17.04.20170406-0ubuntu1 I can't reproduce the issue on image viewer:  http://imgur.com/a/xmjtT14:44
Laneyyou don't get to build uninstallable packages14:44
clobranowell, even with latest light-themes from bzr14:45
Laneymaybe remove gnome-session and ubuntu-session binaries only and arch-restrict those in the source so they don't come back14:46
Laneyclobrano: yeh, on artful/gnome-shell14:46
* clobrano needs a VM then :)14:46
jbichaLaney: do you want me to try re-uploading without building those for s390x then?14:49
Laneymaybe we can get seb128 or someone to try removing them14:50
Laneydon't actually have to upload as long as the next one doesn't build them14:50
xnoxor fails to build them14:50
Laneythat's an interesting distinction14:50
* Laney fluffles xnox14:50
xnoxooooh so cute https://vignette4.wikia.nocookie.net/wallaceandgromit/images/2/29/04007e876c0b46ccaf970c471c7cf4f9a836b0c5_b.jpg/revision/latest/scale-to-width-down/299?cb=2017060513353814:51
xnoxthanks14:51
Laneythese stupid per arch removals are always annoying14:51
Laneyin 99999 years when all is ash we'll wish we just fixed gjs/s390x14:51
jbichaAdd a Build-Depends on gjs then?14:52
Laneythat was the phone solution14:52
Laneyit became very annoying14:52
oSoMoNricotz, if JAVA_PROC_TYPE is wrong, it means that PROCTYPE is wrong, i.e. that PLATFORMID is wrong, i.e. that host_cpu is wrong, i.e. that AC_CANONICAL_HOST produces an unexpected result14:53
jbicharicotz: I didn't get around to working with vala this week, you didn't happen to do an archive rebuild of the new version right?14:53
oSoMoNthis is going down way too many layers14:53
ricotzjbicha, no, just pushed the packages to the vala daily ppa as I mentioned14:54
ricotzoSoMoN, right, but I would assume the build-hosts are reporting things correctly and therefore this build sources something hardcoded14:55
jbicharicotz: are you ok with waiting until 18.04 for new vala then?14:55
ricotzoSoMoN, note this is part not driven by configure14:55
ricotzoSoMoN, I am leaning to that config_host.mk(.in) is to blame?14:56
ricotzjbicha, you know my anwer ;)14:59
ricotzanswer even14:59
jbicharicotz: I'm not good at guessing :) if I don't push today then I have to get a FFe which might not be that easy for something low-level like vala15:00
jbichabut I haven't tested it much yet15:00
ricotzjbicha, did you had look at the packaging changes?15:05
ricotzjbicha, basically all gnome driven projects (3.25/36) are built with vala 0.37.x present, so those are fine15:09
oSoMoNricotz, there are other incorrect references to x86_64 in the s390x autopkgtest log, UNOPKG_PLATFORM appears to have a wrong value, and it's again caused by PROCTYPE being wrong15:27
oSoMoNthose don't seem to trigger failures, but still15:28
jbichaLaney: I'll rename the n-m-config-connectivity-debian package to drop the -debian suffix and change the URL to the http ubuntu one now15:47
kenvandine didrocks have you snapped anything that uses the thumbnailer?15:51
Laneyjbicha: in Debian too?15:51
jbichaLaney: well, I'll have to ask mbiebl about that one but I'm hoping he'd be interested in a shorter name15:53
Laneysure15:53
ricotzoSoMoN, yes15:53
LaneyI'm a bit less keen on diverging on the name15:53
oSoMoNricotz, I'm wondering whether this isn't to blame, somehow:15:55
oSoMoNdebian/rules:569:PLATFORMID := $(shell grep PLATFORMID debian/vars.$(DEB_HOST_ARCH) | cut -d"=" -f2)15:55
oSoMoNshouldn't we use DEB_BUILD_ARCH here, in the context of autopkgtests?15:56
jbichaLaney: also, are you ok with the pkg description for the config pkg? https://git.launchpad.net/network-manager/tree/debian/control?h=artful#n28815:56
Laneyjbicha: yes, that sounds nice to me - it's what we already have right?15:59
jbichayes, just s/Debian/Ubuntu/g15:59
kenvandinemaybe the thumbnailer is failing because mimetype is NULL16:07
ricotzoSoMoN, hmm, this should be correct as it is16:07
LaneyTrevinho: https://www.reddit.com/r/gnome/comments/6vr33y/fractional_scaling_on_326_any_news/ might want a reply from you :-)16:45
TrevinhoLaney: oh thanks16:45
jbichaLaney: are you ok with me uploading vala 0.37.90 to artful now?16:49
Laneyno opinion16:50
Laneyis it a transition?16:50
jbichayes, new major vala always is, but it's just like 3 GNOME packages affected16:51
LaneyI didn't check what we're on atm16:51
jbicha0.3616:52
Laneyk, well, do it if you think it's a good idea - just don't break stuff16:52
amanojbicha, don't forget gnome-characters as well ;)16:53
oSoMoNjibel, do you happen to know how tests are run in the autopkgtest infrastructure for i386 and s390x? it appears that the value of DEB_HOST_ARCH there may be amd64, and that's surprising16:53
amano(Saw your “forgotten MIR“ mail16:54
amano)16:54
jbichaamano: are you talking about the gnome-characters MIR?17:02
amanoYop.17:02
=== fred_ is now known as Guest64918
amanoAs far I can remember promoting g-c was discussed17:04
amano... as far as ...17:04
amanoBut maybe no MIR was filed, i cannot remember17:05
jbichayes, I was going to do a bit of MIR stuff a bit later today17:06
amanoYay ;)17:07
Laneywe should only do important things from now imho17:07
Laneyrandom nice to have things can be deferred17:07
* Laney uploads gnome-software .91 and removes block-proposed17:11
Laneygoodnight, and good feature freeze17:17
oSoMoNricotz, seb128, jibel: bug #1712873 tracks the autopkgtests regressions17:18
ubot5bug 1712873 in libreoffice (Ubuntu) "autopkgtests failures on i386 and s390x for 5.4.0, assumes wrong architecture" [Undecided,New] https://launchpad.net/bugs/171287317:18
seb128oSoMoN, thanks17:22
seb128night Laney17:22
ricotzoSoMoN, ok, I am still blaming LO's buildsys here17:26
ricotzjbicha, thanks for uploading vala, will take a look17:26
seb128jbicha, gnome-desktop is fine to upload without bubblewrap imho17:27
oSoMoNricotz, yeah, not really sure where the root cause lies yet, please comment on the bug if you have ideas, I'll continue looking into it for a while17:28
=== omgubuntu_ is now known as omgubuntu
ricotzjbicha, there are some issues17:31
ricotzserious issues17:32
ricotzjbicha, dirty diff against my packaging https://paste.debian.net/plain/98290317:33
ricotzreverse17:33
bdmurrayI just had a gnome-shell crash and now I can only click different tabs in firefox. Is there a way to fix this without rebooting?17:52
bdmurrayI'm on Artful.17:52
jbicharicotz: ok, it should be better now, your valadoc.install accidentally included the pkgconfig shipped by the valadoc -dev package18:12
jbichathanks for checking my work!18:12
ricotzjbicha, ah, I see, should be good now18:19
mitya57bdmurray, try going to a tty and running “DISPLAY=... gnome-shell” there18:20
mitya57where ... is your display, i.e. :118:20
jbichamitya57: could you upload a version of gnome-flashback without the Orientation and XRANDR plugins in the gnome-session files for gnome-settings-daemon 3.26?18:23
bdmurraymitya57: Which key combination is supposed to get me to a tty? I never see one18:23
sarnoldbdmurray: control alt f1 ought to do it18:23
bdmurraythat presents me with a lock screen18:23
mitya57jbicha, sure, will do now18:24
sarnoldf2?18:24
bdmurraynope18:24
jbichaGDM uses tty1, and your session is probably tty2, tty3 is probably free though :)18:24
sarnold:(18:24
bdmurraywhat is this? lets change every you thing you know?18:25
jbichait makes more sense for the login screen to be on 1 than on 7…18:25
bdmurrayI don't think that's much consolation for people who've been using Ubuntu for a long time.18:27
willcookeTrevinho, do you know where the close icon is from the U7 shutdown dialog?18:29
Trevinhowillcooke: in unity codebase under icons folder18:30
Trevinhowillcooke: and it's installed in /usr/share/unity18:31
Trevinhowillcooke: what for?18:31
willcookeTrevinho, we want to steal it for GNOME Shell18:31
willcookeTrevinho, is it a png?18:31
Trevinhowillcooke: svg18:32
TrevinhoOh, cool... This is the work I wanted to do too 😊18:32
willcooke:))18:32
willcookewhat's the filename? I cant find it18:32
willcookelooks like it's a png to me18:34
jbichawillcooke: btw, gnome-shell 3.25.91 added log out, suspend, and power off to the Activities Overview if you search for those terms18:34
willcookejbicha, sweet! thanks18:34
jbichathey use symbolic icons which I think are a bit odd18:34
jbichaso maybe someone there should check it out18:35
jbichanothing else in the Overview uses symbolic icons like that18:35
Trevinhowillcooke: oh... Might have not been ported then.. But I've not the code handy now18:36
willcookeTrevinho, np! thanks18:36
Trevinhowillcooke: http://bazaar.launchpad.net/~unity-team/unity/trunk/view/head:/resources/sheet_style_close_focused.svg18:37
TrevinhoAnd others...18:38
mitya57jbicha, gnome-flashback uploaded18:43
pisiI'm wondering, will Shell be upgraded to version 3.26?19:05
jbichayes LP: #171280019:09
ubot5Launchpad bug 1712800 in mutter (Ubuntu) "FFe: gnome-shell 3.26" [Undecided,New] https://launchpad.net/bugs/171280019:09
snwh[m]can I get anyone here excited about an icon theme? https://i.imgur.com/ugSR8p0.png22:34
ochosiwohooo22:39
* ochosi is excited, for realz22:39
snwh[m]o/ ochosi22:40
ochosinice work snwh[m]22:41
snwh[m]thanks, the Humanity set is less than suited to GNOME shell22:43
ochosicouldn't agree more22:43
snwh[m]I also didn't want to see all the work on Suru go to waste22:43
ochosii love that you decided to take on this icon style22:43
ochosii discussed with some folks in here about adapting it for xubuntu (when there was still going to be a phone)22:43
snwh[m]I did what I could to push the style when the phone was still a thing22:44
ochosiyeah, i noticed22:44
ochosiit's one of the really unique aspects that i instantly loved22:45
snwh[m]I assume no one internally is working on a desktop icon set xD22:47
ochosifair assumption :)22:49
=== sam___ is now known as snwh

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