/srv/irclogs.ubuntu.com/2019/12/20/#ubuntu-desktop.txt

ahayzenrobert_ancell, hey, when running gnome-software from code, is there any special one needs to do to get polkit permissions to work with the snapd plugin ? I get things like "Requires authentication with @snapd"00:06
robert_ancellahayzen, no, it should be automatic.00:28
robert_ancellahayzen, what versions of g-s/snapd etc?00:29
ahayzenrobert_ancell, gnome-software master and snapd 2.42.1, this in on fedora 31, as i couldn't get gnome-software master to build on ubuntu/debian before :-) (maybe it can now though)00:31
robert_ancellahayzen, can you try:00:34
robert_ancell$ curl --unix-socket /run/snapd.socket http://localhost/v2/logs00:34
robert_ancell$ curl --unix-socket /run/snapd.socket -H 'X-Allow-Interaction: true' http://localhost/v2/logs00:34
robert_ancellThe former should fail with an auth error, the latter should prompt for a Polkit auth00:34
robert_ancellThe command is otherwise safe and will just return some system logs00:34
ahayzenyup those work :-)00:35
robert_ancellAll G-S does is set the HTTP headers, and snapd does the Polkit auth. Perhaps it's not working in Fedora for some reason00:35
ahayzenyeah, must be broken somehow. I'll submit my code change i have anyway as WIP as most of it i can test, and you can tell me if it's crazy :-)00:36
robert_ancellsure, @ me on the MR and I'll have a look.00:37
ahayzenthanks! :-)00:38
=== Fudge is now known as Guest75415
jibelmorning everyone05:51
dufluMorning jibel05:52
* duflu just noticed his drink coaster is a Red Hat CD from 1997 and smiles05:53
=== duflu changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Work (read-only for non-developers): https://trello.com/b/mxaCZTVc
jibelHey duflu06:02
Laneymoin09:02
Laneyfeel like it's going to be a quiet one :>09:03
dufluPin drops09:05
dufluMorning Laney09:05
jibelgood morning Laney09:10
jibelglad you bring some animation09:10
Laneyguten morgen duflu und jibel09:14
dufluwie gehts?09:14
jibeles geht mir gut, danke09:15
Laneyauch gut. ich freue mich auf die weichnachtspause!09:19
Laneyund dir?09:19
* Laney drags things out of ancient brain compartments09:19
dufluumm, same09:20
duflumy German is too rusty09:21
jibelmine too. I studied german for 7 years and never used it09:35
Laneysame09:38
Laneywill get the chance in 2020 though!09:38
jibelI even worked for a german company and never spoke a single word of german10:16
jibelno wonder tests were passing, I was testing the wrong code :(((10:18
jibelI need holidays10:18
dufluI will be in Monday and Tuesday. For anyone I don't see then, happy holidays11:36
=== hggdh is now known as QuosqueTandem
kenvandinegetting all caught up on USN refreshes before the EOY15:16
kenvandinehey seb12815:18
jibelis seb128 here today?15:18
kenvandinehe just joined :)15:18
kenvandinehe's not supposed to be here15:19
seb128hey15:19
* kenvandine glares at seb128 15:19
jibelI don't see joiners15:19
seb128I travelled on wednesday and said I wouls swap some hours15:19
jibelsalut seb12815:19
seb128lut jibel15:19
seb128hey kenvandine15:19
seb128what's up?15:19
kenvandinegetting caught up on all these USN refreshes :)15:19
jibelnot much, very quiet day, fixing the testsuite of ubuntu-release-upgrader before holidays15:20
seb128holiday coming \o/15:20
kenvandineseb128: i don't think i can get to grilo15:20
jibelman need it so much15:20
Laneymoin seb128 kenvandine15:20
jibel+I15:20
kenvandinegotta finish these refreshes and a couple other bits of and bobs before the new year15:20
seb128kenvandine, no worry, as I said it can wait for after holidays15:20
seb128hey Laney15:20
kenvandinesorry... last minute push :)15:21
seb128kenvandine, I noticed the trello spam, that's still not fixed :p15:21
kenvandinelol15:21
hellsworthgood morning folks!15:48
=== ginggs_ is now known as ginggs
hellsworthhow do i restart multipassd again?17:58
hellsworthanswer: sudo snap restart multipass17:59
hellsworthgrumble grumble multipass is still taking forever to start a vm and then fails saying it can't find snap/snapcraft.yaml :(18:01
hellsworthok there it goes18:02
hellsworthfinally18:02
Laneyfinishing the year on an upload that doesn't build anywhere /o\18:20
Laneyhttps://launchpad.net/ubuntu/+source/mutter/3.34.2-1ubuntu118:20
hellsworthsounds about right18:20
Laneyworks on my system18:21
Laneyfml18:21
Laneywill have to hope I get a chance to look into it18:22
LaneyBYEEEEEEEEEEEEE18:22
hellsworthcheers!!18:22
hellsworthhappy holidays :)18:22
seb128Laney, enjoy the holidays!18:25
seb128tjaalton, the liglvnd update seems to make things angry, looks like the -dev doesn't bring libGL anymore which fails random autopkgtests and builds18:35
tjaaltonseb128: things moved to libgl-dev etc18:38
tjaaltoncould be they were tested against new mesa + old glvnd18:40
tjaaltonglvnd seems to be out of new now18:40
seb128tjaalton, see the libglvnd section on https://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses_by_team.html#desktop-package18:41
seb128yes, I newed it today18:41
seb128tjaalton, that sounds weird, new mesa was waiting on glvnd to be newed to build18:41
seb128but yeah, you are right, autopkgtest only pick the one package it tests from proposed18:41
tjaaltonshould have both18:42
seb128if they need to go in lock step then you miss a Breaks?18:42
tjaaltonmaybe18:42
seb128or versioned depends18:42
tjaaltonlibgl-dev has breaks on old mesa18:44
tjaaltonetc18:44
tjaaltonand replaces18:44
tjaaltonso it's new glvnd and old mesa18:45
seb128tjaalton, unsure why it manages to try those autopkgtests with the old mesa then18:48
seb128tjaalton, anyway either we need to fix the dependencies for that to not happen18:48
seb128or we need to manually retry those with a trigger on the new mesa version18:48
tjaaltonI don't see what to change without making circular deps18:49
seb128tjaalton, well, https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/amd64/d/ddnet/20191220_164053_023ce@/log.gz18:54
seb128tjaalton, that installs libglvnd-dev and no libgl-dev so maybe that one should also have the Breaks to force the mesa upgradE?18:54
tjaaltonthat's just a broken package, libglvnd-dev never provided libGL.so18:55
tjaaltonnah, it installs libgl1-mesa-dev which used to provide it18:56
tjaaltonnew version of it depends on libgl-dev now, this test installed the old version18:57
tjaaltonah actually18:58
tjaaltonlibglvnd-dev did provide the .so, but not headers18:58
tjaaltonso adding the lib{egl,gl,gles}-dev pkgs as libglvnd-dev depends should fix it19:00
tjaaltonnew mesa isn't actually needed for this19:00
seb128sounds like tyhe right way to fix it19:00
seb128it's just that something should pull in libgl which doesn't atm19:00
tjaaltonright19:02
tjaaltondidn't realize so many pkgs had actually started to build-depend on libglvnd-dev instead of mesa-common-dev etc19:03
tjaaltonor any at all..19:03
tjaaltonanyway, I'll push a new one to debian19:04
Laneythis is probably something to do with why mutter fails too19:27
Laneyso I hope for it to magically fix itself :>19:27
tjaaltontomorrow-ish19:39
hellsworthok i'm off. see yall next year!!23:22

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