/srv/irclogs.ubuntu.com/2022/08/23/#ubuntu-desktop.txt

didrocksgood morning04:18
luna__morning04:26
dufluHi didrocks and luna__ 05:36
didrockshey duflu 05:44
oSoMoNgood morning desktoppers06:12
dufludidrocks, could you please add Seb to https://salsa.debian.org/groups/ubuntu-dev-team/-/group_members ?06:21
seb128goood morning desktopers06:22
dufluMorning oSoMoN and seb128 06:22
seb128hey duflu, how are you?06:22
seb128lut oSoMoN and didrocks, en forme ?06:22
dufluseb128, pretty average today. How are you?06:23
oSoMoNsalut seb128, hey duflu 06:25
oSoMoN'twas a short night, but I'm feeling good and rested nevertheless06:26
seb128duflu, a bit tired but alright otherwise06:26
didrocksduflu: done06:30
didrockssalut seb128, ça va, et toi ?06:30
seb128didrocks, 'ci pour salsa06:31
seb128didrocks, ça va, les vacances ont fait du bien, j'ai vraiment déconnecté. Par contre du coup maintenant y a pas mal à rattraper :)06:31
didrockshéhé, pareil ici :)06:31
seb128oSoMoN, hey, could you share details about what you wrote there?06:46
seb128'This was a challenge on its own as git fast-import doesn't like bzr's file renaming capabilities' 06:46
seb128I had issues trying to migrate some repositories, I wonder if that's the same problem and how you workarounded it06:46
oSoMoNseb128, I used "bzr fast-export --plain" and piped into "git fast-import", but as soon as fast-import encountered a revision where a file was renamed/moved, it choked and bailed out06:47
seb128like python exception?06:48
oSoMoNI don't recall whether it was a python exception (is fast-import written in python?), but it was a fatal error for sure06:48
oSoMoNso what I ended up doing is tedious and doesn't scale:06:49
oSoMoNI imported as many revisions as I could before the first move/rename (exported only the relevant revision range)06:49
oSoMoNthen exported each subsequent revision one by one, imported it in the new git repo, which created a revision that wasn't applied on top of my branch, and cherry-picked that revision06:51
oSoMoNin some cases (where there were renames/moves), this required manual fiddling of the imported revision06:51
oSoMoNthere's gotta be a better way, but since my branch only had ~40 revisions I figured it would be faster this way than diving into the internals of fast-import06:52
seb128oSoMoN, ok, thanks07:31
seb128jamesh, hey. About what you wrote on https://github.com/ubuntu/gnome-sdk/issues/49 , are you sure we aren't using the system config? When using the x11 interface, from a snap shell env, /etc/fonts/conf.avail and /etc/fonts/conf.d are available and readable07:38
ubottuIssue 49 in ubuntu/gnome-sdk "More fonts are needed to avoid breaking rendering" [Open]07:38
jameshseb128: yeah. desktop-launch sets some environment variables to use the config from the gnome-platform snap: https://github.com/snapcore/snapcraft/blob/main/extensions/desktop/common/desktop-exports#L290-L29207:39
seb128jamesh, ah, thanks. It's a bit unfortunate :/07:44
jameshseb128: if fontconfig's configuration parser didn't treat unknown syntax as a hard error, then maybe we could recommend using the default config07:45
jameshbut it definitely caused problems when the default config started adding <its:rules> elements older fontconfig versions didn't recognise07:46
seb128right, makes sense07:46
lissyxeither way, I dont understand the suggested solutions07:46
seb128lissyx, the snap can read the fonts from the system, it's just not using the /etc configs07:47
seb128so we could either bundle the font and it's config with the gnome snap07:47
seb128or just include the config (which is smaller) and rely on the font to be available on the system07:47
jameshlissyx: one suggestion was to include the URW fonts in the gnome platform snap: we'd then ensure the fonts plus their config files would be available as PostScript font stand-ins.07:48
jameshlissyx: the second was to just include the configuration files in the snap, which would have minimal impact to the size of the snap, but wouldn't help if the base system didn't have the fonts installed07:48
seb128jamesh, we will need eventually to find a solution that doesn't rely on the system for confined desktop, or is the desktop snap going to bundle all the fonts?07:48
jameshseb128: we're shipping a collection of fonts in the boot base snap, which are visible to app snaps in the same way they are on classic Ubuntu07:50
jameshwe don't really have a good way to add more fonts to the system besides installing them in the user's home dir07:50
seb128we could have fonts snap, the same way we have theme ones right?07:51
jameshthat'd work too, yeah.07:51
lissyxoSoMoN, looks like beta will get debug symbols? :) https://launchpad.net/~mozilla-snaps/firefox/+snap/firefox-snap-beta/+build/185944308:56
lissyxas well as ESR08:56
oSoMoNyes08:59
oSoMoNI haven't merged into ESR yet, will do today09:02
luna__and 104 is packaging?09:03
lissyxoSoMoN, there's a debug package built on ESR yet: https://launchpad.net/~mozilla-snaps/firefox/+snap/firefox-snap-esr/+build/185928309:10
oSoMoNah! I did merge it yesterday, but it was late and I didn't remember it… All good then :)09:17
oSoMoNluna__, 104.0-3 is available as a snap in the candidate channel, and debs for bionic and focal are ready in a PPA too09:18
luna__oSoMoN: great :)09:29
ricotzoSoMoN, hi :), are there any backchannel news for https://bugs.launchpad.net/ubuntu/+source/cargo/+bug/1986648 ?09:35
ubottuLaunchpad bug 1986648 in rustc (Ubuntu) "rustc 1.61 and cargo 0.62 required by firefox 105" [High, New]09:35
schopinoSoMoN, ricotz: not at the moment sorry09:35
ricotzschopin, hi, I assume that means you are planning to work on it?09:36
schopinricotz: yes, unless someone from desktop volunteers? ;-)09:37
ricotzschopin, I see :)09:37
ricotzschopin, fyi, https://salsa.debian.org/rust-team/rust/-/merge_requests09:38
schopinyup, I saw it as well :)09:38
ricotzgood :)09:38
mdeslaurjbicha: finally! I figured gst-plugins-* out, it's opencv, now I need to figure out why12:39
mdeslaurhrm, that doesn't explain why gst-plugins-good1.0 is failing too when I try it12:45
mdeslauroh, because gst-plugins-good1.0 is failing in a completely different way, that's why13:03
KGB-0gnome-calendar signed tags 39b26f9 Jeremy Bicha upstream/43_beta * Upstream version 43~beta * https://deb.li/34ilA14:06
KGB-0gnome-calendar upstream/latest 5df9836 Jeremy Bicha * pushed 93 commits (first 5 follow) * https://deb.li/3R7b114:07
KGB-0gnome-calendar upstream/latest 7149290 Aleksandr Melman po/ru.po * Update Russian translation * https://deb.li/TiHd14:07
KGB-0gnome-calendar upstream/latest efc50de Emin Tufan Çetin po/tr.po * Update Turkish translation * https://deb.li/i3C5V14:07
KGB-0gnome-calendar upstream/latest cbaf46b Kukuh Syafaat po/id.po * Update Indonesian translation * https://deb.li/QidD14:07
KGB-0gnome-calendar upstream/latest c76da42 Fabio Tomat po/fur.po * Update Friulian translation * https://deb.li/3HSgz14:07
KGB-0gnome-calendar upstream/latest aa99cc0 Nart Tlisha po/ LINGUAS ab.po * Add Abkhazian translation * https://deb.li/V7VR14:07
seb128kenvandine, hey, rls bug quick round?14:18
seb128sorry I had to go fix something I screwed in the house and it wasn't as trivial as expected but I'm back now14:19
seb128http://reqorts.qa.ubuntu.com/reports/rls-mgr/rls-kk-incoming-bug-tasks.html14:19
seb128bug #198730414:19
ubottuBug 1987304 in gtk+3.0 (Ubuntu) "gtk3 fails to build from source in kinetic" [High, Confirmed] https://launchpad.net/bugs/198730414:20
seb128it's assigned now14:20
seb128the modemmanager/server isn't owned by us14:20
seb128bug #1987001 14:20
ubottuBug 1987001 in network-manager (Ubuntu) "netplan.io autopkgtest failures with NetworkManager 1.39.90" [High, Triaged] https://launchpad.net/bugs/198700114:20
seb128we should own the n-m part but it's being worked on14:21
seb128bug #197776914:22
ubottuBug 1977769 in yaru-theme (Ubuntu) "Customize default content translucency color to Ubuntu's color scheme" [Undecided, Triaged] https://launchpad.net/bugs/197776914:22
seb128I'm removing the rls tag since we decided to not switch to console this cycle14:22
seb128http://reqorts.qa.ubuntu.com/reports/rls-mgr/rls-kk-tracking-bug-tasks.html14:24
seb128bug #1968333 isn't ours, it's an universe component since bionic14:24
ubottuBug 1968333 in indicator-keyboard (Ubuntu Kinetic) "FTBFS" [High, New] https://launchpad.net/bugs/196833314:24
seb128skipping some we already discussed previously14:25
diddledanithe gtk3 ftbfs is indeed a reftest fail - `/<<PKGBUILDDIR>>/testsuite/reftests/box-shadow-changes-modify-clip.ui: FAIL`14:25
seb128diddledani, thanks I had noticed that :)14:26
diddledani:-)14:26
seb128tjaalton, could you review bug #1987038 for sponsoring?14:28
ubottuBug 1987038 in xserver-xorg-video-amdgpu (Ubuntu Kinetic) "Fix slow refresh rate when AMD GPU screen in reverse prime mode" [Medium, Confirmed] https://launchpad.net/bugs/198703814:28
diddledanilooks like the box-shadow-changes-modify-clip.ui has been disabled in the past during cosmic, but is back enabled again: https://launchpad.net/ubuntu/+source/gtk+3.0/+changelog `gtk+3.0 (3.24.0-3ubuntu1) cosmic; urgency=medium`: `+ debian/rules: Mark additional known test failures: - box-shadow-changes-modify-clip.ui`14:29
seb128diddledani, which is weird, because the build log https://launchpadlibrarian.net/619434772/buildlog_ubuntu-kinetic-amd64.gtk+3.0_3.24.34-3ubuntu1_BUILDING.txt.gz has 14:30
seb128# Mark reftests with known failures as non-fatal14:30
seb128# (See also somehow_broken in testsuite/reftests/meson.build)14:30
seb128touch testsuite/reftests/box-shadow-changes-modify-clip.ui.known_fail14:30
diddledaniodd.14:30
seb128anyway, I asked nteodosio to poke at it, if you plan to finish the debugging let him know :)14:30
seb128and I need to stop the rls review there, I've another meeting!14:31
diddledanifound the issue - the patch `reftest-known-fail` was removed from `debian/patches/series`14:47
jbichadiddledani: ok, so we need to update our debian/rules diff to adapt to the Debian reftest changes14:51
seb128nteodosio, ^14:53
nteodosioseb128: ack, thanks14:54
seb128diddledani, thanks!15:00
KGB-0gnome-photos signed tags 73d8c31 Jeremy Bicha upstream/43_beta * Upstream version 43~beta * https://deb.li/34zFs16:06
KGB-2gnome-photos pristine-tar e7aec91 Jeremy Bicha gnome-photos_43~beta.orig.tar.xz.delta gnome-photos_43~beta.orig.tar.xz.id * pristine-tar data for gnome-photos_43~beta.orig.tar.xz * https://deb.li/3TQFA16:06
tjaaltonseb128: uploaded to debian, it should sync itself?16:11
jbichatjaalton: did you see that libwacom is stuck in kinetic-proposed because it adds a dependency on python3-libevdev which is in universe?16:15
tjaaltonjbicha: no16:18
jbichatjaalton: could you have libwacom9 stop Recommending libwacom-bin and then we could demote libwacom-bin to universe & no longer install it by default?16:26
tjaaltonperhaps16:30
KGB-2glade upstream/latest 72fed94 Jeremy Bicha * pushed 169 commits (first 5 follow) * https://deb.li/3XzOh16:33
KGB-2glade upstream/latest 89ef739 Luming Zh po/zh_CN.po * Update Chinese (China) translation * https://deb.li/3m63716:33
KGB-2glade upstream/latest 4154a7c Charles Monzat po/fr.po * Update French translation * https://deb.li/3UABU16:33
KGB-2glade upstream/latest 6fca410 Daniel Mustieles po/es.po * Updated Spanish translation * https://deb.li/3G5716:33
KGB-2glade upstream/latest 21e0820 Irénée THIRION po/fr.po * Update French translation * https://deb.li/32kZd16:33
KGB-2glade upstream/latest 4a8822c Yuri Chornoivan po/uk.po * Update Ukrainian translation * https://deb.li/38Kq116:33
seb128tjaalton, thanks!17:07
KGB-2gnome-control-center signed tags d9163e4 Marco Trevisan ubuntu/1%41.7-0ubuntu0.22.04.4 * gnome-control-center Debian release 1:41.7-0ubuntu0.22.04.4 * https://deb.li/34HHy18:36
KGB-2gnome-control-center ubuntu/jammy 3641df4 Marco Trevisan (Treviño) debian/patches/ubuntu/Allow-tweaking-some-settings-for-Ubuntu-Dock.patch * debian/patches: Read the user value for gedit setting before changing it * https://deb.li/ij9s418:36
KGB-2gnome-control-center ubuntu/jammy af8ae2c Marco Trevisan (Treviño) debian/gbp.conf * debian/gbp.conf: Set upstream branch to upstream/42.x * https://deb.li/ifnD18:36
KGB-2gnome-control-center ubuntu/jammy ed23bc0 Marco Trevisan (Treviño) debian/changelog * debian/changelog: Restore version 1:41.7-0ubuntu0.22.04.2 * https://deb.li/320dz18:37
KGB-2gnome-control-center ubuntu/jammy 7b95ab4 Marco Trevisan (Treviño) debian/changelog * Update changelog * https://deb.li/qv7R18:37
KGB-2gnome-control-center ubuntu/jammy b8f9798 Marco Trevisan (Treviño) debian/changelog * Upload to jammy * https://deb.li/3VUVv18:37
KGB-2libgovirt signed tags 8202cde Jeremy Bicha upstream/0.3.9 * Upstream version 0.3.9 * https://deb.li/3tHKU19:02
KGB-2libgovirt upstream/latest aac4284 Jeremy Bicha * pushed 18 commits (first 5 follow) * https://deb.li/Gwgn19:02
KGB-2libgovirt upstream/latest ebc41eb Asier Sarasua Garmendia po/eu.po * Update Basque translation * https://deb.li/3yfJ719:02
KGB-2libgovirt upstream/latest 5c84f53 Jordi Mas i Hernandez po/ LINGUAS ca.po * Add Catalan translation * https://deb.li/EfN019:02
KGB-0libgovirt pristine-tar 162fd47 Jeremy Bicha libgovirt_0.3.9.orig.tar.xz.delta libgovirt_0.3.9.orig.tar.xz.id * pristine-tar data for libgovirt_0.3.9.orig.tar.xz * https://deb.li/tvHN19:02
KGB-2libgovirt upstream/latest 95c8a0f Jiri Grönroos po/ LINGUAS fi.po * Add Finnish translation * https://deb.li/3I0P219:02
KGB-2libgovirt upstream/latest c03a7a5 Alan Mortensen po/da.po * Update Danish translation * https://deb.li/XvOi19:02
KGB-2libgovirt upstream/latest b1f792b Hugo Carvalho po/pt.po * Update Portuguese translation * https://deb.li/iUUmh19:02
KGB-2gnome-boxes signed tags b05889c Jeremy Bicha upstream/43_beta * Upstream version 43~beta * https://deb.li/MqM019:30
KGB-0gnome-boxes pristine-tar 7d47e61 Jeremy Bicha gnome-boxes_43~beta.orig.tar.xz.delta gnome-boxes_43~beta.orig.tar.xz.id * pristine-tar data for gnome-boxes_43~beta.orig.tar.xz * https://deb.li/3eqA419:31

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