/srv/irclogs.ubuntu.com/2021/08/19/#ubuntu-desktop.txt

jibelGood morning all06:09
dufluHi jibel 06:25
jpnurmigood morning06:30
jibelHi duflu jpnurmi 06:38
dufluMorning jpnurmi 06:39
jpnurmihi jibel and duflu06:40
oSoMoNgood morning desktoppers06:59
jibelsalut oSoMoN 07:13
jpnurmihi oSoMoN07:14
oSoMoNsalut jibel, hey jpnurmi 07:14
dufluMorning oSoMoN 07:21
oSoMoNhey duflu 07:21
laney\o08:04
dufluHi laney 08:05
schopinHello :) I know it's a *bit* late in the cycle, but any chance to get LP: #1912168 looked at before the freeze? :-)08:07
ubottuLaunchpad bug 1912168 in ppp (Ubuntu) "Merge ppp 2.4.9" [Low, Triaged] https://launchpad.net/bugs/191216808:07
dufluIt would appear you have a few hours to feature freeze, maybe08:09
dufluOh hi sil2100 ;)08:09
schopinwell my bit is already done, now I need to get someone with proper upload rights to look at it. And since it seems to be a Desktop package (???) I figured I'd ask around here :)08:11
laneyschopin: i'll look for ye08:13
laneyhey duflu 08:14
schopinlaney: thanks :) much appreciated!08:16
sil2100Hello o/08:23
laneyhey sil2100 08:29
laneyah reviewing merges08:41
laneywhat fun it is08:41
schopinlaney: you want a diff against the debian version?08:43
laneyschopin: as a reviewer you basically need the three way diff, but since you uploaded to a PPA I could make it08:44
laneymyself08:44
juliankschopin: debdiffing across upstreams is a bit ... complicated08:46
juliankschopin: so for future, if you want to debdiff merges, debdiffing against debian is probably best (especially if its a new upstream version)08:46
laneyIt's like: what did we have before, what does the new thing drop compared to that, is that all good?08:47
juliankschopin: Then people can grab the debian package, extract it, apply the patch and do the 3-way diff08:47
laneygit-ubuntu would probably be nicest but it's not really widely adopted yet08:47
schopinIn other merges I provided both diffs. Dunno why I stopped doing that :/08:47
julianklaney: So yeah what I do is debdiff old-debian old-ubuntu > a.diff && debdiff new-debian new-ubuntu > b.diff && diff a.diff b.diff | less08:47
laneyHAHA you do not diff two diffs08:48
schopinlaney: I'm not sure how to use git-ubuntu for such cases, though.08:48
laneythat is mad08:48
julianklaney: I diff two diffs, yes08:48
julianklaney: I find it more readable than interdiff08:48
laneyI just put them side by side and read them08:48
juliankDespite interdiff being for diffing diffs08:48
laneyinterdiff didn't work for me either08:48
laneyschopin: I think you can create Launchpad merge proposals using it08:48
laneyI've reviewed a few of those, but not actually made one myself08:48
laneyit's more standardised in the server team, others not so much yet08:49
laneybut lets the reviewer come up with all these views they want, so it's nice in that sense08:49
juliankWith git-ubuntu you create a merge proposal against the debian branch which is a bit icky08:49
julianktechnical limitations :D08:49
laneyI'll take that08:49
juliankproper procedure with rebasing and splitting out individual changes is hard :D08:50
schopinwhat I don't get is that the git-ubuntu history is produced by importing the packages, right? So what happens if we push to the repo?08:50
laneyschopin: anyway, on this: two comments: merge-o-matic (dpkg-mergechangelogs) creates a blank line at the end of the merged changelog, you need to remove that08:50
laneysecond, you correctly dropped the patch from the series but it's still in the source08:50
laneyI'll fix up both of those and upload08:50
laneycheers!08:50
schopinthanks!08:50
laneyI don't *think* you can push to the actual repo08:51
laneyI generated the pkg and uploaded it normally, then the importer picked it up08:51
laneymaybe you can08:52
schopinSo the merge proposal ends up being manually closed?09:01
laneyschopin: maybe do your next one this way and we can experiment :p09:02
schopinsure :D09:03
laneyschopin: actually wait, I just realised - we stopped producing udebs at all, so we can probably drop that bit too09:07
laneyshall I make that change?09:08
schopinI'm not entirely clear about the udeb business but I saw no-change uploads to drop those so I figured it was a build-time thing.09:09
schopinlaney: be my guest.09:09
schopinI'm guessing it would be worth it to upstream to Debian a patch to use build profiles to disable the udeb?09:11
laneyschopin: https://bugs.launchpad.net/launchpad-buildd/+bug/1884836 bit of info there09:11
ubottuLaunchpad bug 1884836 in ubiquity (Ubuntu) "Hirsute+ should stop building and publishing udebs" [Undecided, New]09:11
laneyhttps://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-package-type <- adding that would be good09:12
laneyI don't know if Dimitri ever tried to upstream any of that09:13
schopinIn some of my merge/sync work I saw some !noudeb patches merged in Debian so I'm guessing there's at least some support for it there.09:14
laneythe profile exists in general, right - so you can key on that in the rules file to avoid building stuff which won't be shipped09:15
laneyor you can keep building it and then just not actually produce the .udeb, looks like that's what happens here09:16
laneygod colordiff is so useful09:18
* laney isn't a diff reading wizard like juliank, need tools like that09:19
schopinI don't know what colordiff is, but I know that gitdelta has really helped me when reading git diffs.09:20
laney+109:23
laneyit's just a colouriser which you can pipe diffs into e.g. from debdiff, like `git diff` has out of the box09:23
laneyfelt like praising it :>09:23
julianklaney: So I use alias diff='git diff --no-index --no-prefix'09:26
juliankgit-diff surprisingly can diff stuff outside git repos09:26
laneythat is surprising!09:27
bigonTIL09:36
rbasaklaney, schopin: you cannot push to the git-ubuntu repo. However there's a plan to allow everyone to provide their "rich history" back to git-ubuntu at upload time. That actually landed earlier this week, but I have yet to test it and announce.10:16
rbasakThat's to "preserve your rich history". Apart from that, git-ubuntu should be completely useable for Ubuntu package merges for packages in main.10:16
laneyrbasak: Great10:16
schopinrbasak: as long as you're here and speaking of git-ubuntu, could you have a look at the notmuch imports ? They seem to be stuck on focal.10:17
schopin(not the right channel, but this is a crime of opportunity)10:18
rbasakI can see they're behind. Looking into why.10:19
laneyoh a delta in glib2.0, how delightful11:49
GunnarHjlaney: Seb's answer to my simple version question became 'big news'.11:51
GunnarHjhttps://www.phoronix.com/scan.php?page=news_item&px=Ubuntu-21.10-With-GNOME-4011:51
laneythat's working in the open!11:52
GunnarHjyeah..11:52
laneyhmm, what else can we get in the news ...11:53
GunnarHj:)11:54
rbasakschopin: so the reason notmuch wasn't updating is that someone imported it manually without adding it to the whitelist to keep it up to date.12:20
rbasakI'll sort that for you now12:20
rbasak(as of last week the whitelist is defunct and the importer will keep anything already imported up-to-date automatically)12:20
schopinrbasak: OK, thank you for looking into it :)12:51
ricotzhi, do I need to file a FFe for libreoffice 7.2.0 while it won't be ready today?15:24
laneyprobably!16:01
ricotzlaney, I have successful PPA build which autopkgtests passed, execept for arm16:04
ricotzso uploading this one now, would safe from that work ;)16:04
laneyonly if you consider the feature freeze to be a bureaucratic thing to be worked around16:05
laneyI'd rather you thought of the best thing for Ubuntu16:05
ricotzyeah, I have a running build with an arm fix which hopefully resolves the issues16:05
ricotzI will file a FFe16:06
ricotzhttps://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/194055616:30
ubottuLaunchpad bug 1940556 in libreoffice (Ubuntu Impish) "FFe: libreofice 7.2.0 for impish" [High, In Progress]16:30
KGB-1gnome-shell-extension-desktop-icons-ng pristine-tar 44c6da2 Gunnar Hjalmarsson gnome-shell-extension-desktop-icons-ng_20.orig.tar.gz.delta gnome-shell-extension-desktop-icons-ng_20.orig.tar.gz.id * pristine-tar data for gnome-shell-extension-desktop-icons-ng_20.orig.tar.gz * https://deb.li/NMWh17:28
KGB-1gnome-shell-extension-desktop-icons-ng upstream/latest 1c695a1 Gunnar Hjalmarsson * pushed 66 commits (first 5 follow) * https://deb.li/i3D8c17:28
KGB-1gnome-shell-extension-desktop-icons-ng upstream/latest 11d61ca Sergio Costas po/es.po * Merge branch 'update_spanish' into 'master' * https://deb.li/2MEx17:28
KGB-1gnome-shell-extension-desktop-icons-ng upstream/latest 183075b Sergio Costas desktopIconsUtil.js * Fix default location in network mounts * https://deb.li/3HD0E17:29
KGB-1gnome-shell-extension-desktop-icons-ng upstream/latest 76fb89e Sergio Costas desktopIconsUtil.js * Merge branch 'fix_mount_default_location' into 'master' * https://deb.li/Vxel17:29
KGB-1gnome-shell-extension-desktop-icons-ng upstream/latest 2ceaf21 Sundeep Mediratta desktopManager.js * https://deb.li/3NJ2I17:29
KGB-1Fix spurious selection rectangle17:29
KGB-1Set selection rectangle to null on button relase17:29
KGB-1gnome-shell-extension-desktop-icons-ng upstream/latest dbfd928 Sergio Costas desktopManager.js * Merge branch 'fix-spurious-selection-rectangle' into 'master' * https://deb.li/32JZF17:29
KGB-1gnome-shell-extension-desktop-icons-ng tags c1681c8 Gunnar Hjalmarsson upstream/20 * Upstream version 20 * https://deb.li/3zMiR17:29
KGB-2gnome-shell-extension-desktop-icons-ng ubuntu/master 3bfa09c Gunnar Hjalmarsson * pushed 79 commits (first 5 follow) * https://deb.li/3ZJhe18:37
KGB-2gnome-shell-extension-desktop-icons-ng ubuntu/master 7de8e1c Sergio Costas README.md * Added extra dependencies * https://deb.li/AZiI18:37
KGB-2gnome-shell-extension-desktop-icons-ng ubuntu/master f983c5d Daniel van Vugt metadata.json * metadata.json: Declare gnome-shell 41 as supported * https://deb.li/308cA18:37
KGB-2gnome-shell-extension-desktop-icons-ng ubuntu/master 8bc59b7 Sergio Costas metadata.json * Merge branch 'support-41' into 'master' * https://deb.li/d80R18:37
KGB-2gnome-shell-extension-desktop-icons-ng ubuntu/master c3afe69 Sergio Costas README.md fileItem.js * Remove clutter dependency * https://deb.li/3YxCv18:37
KGB-2gnome-shell-extension-desktop-icons-ng ubuntu/master 33d81a6 Sergio Costas README.md fileItem.js * Merge branch 'remove_clutter_dependency' into 'master' * https://deb.li/3pM2z18:37
KGB-0eog signed tags 2417ab0 Jeremy Bicha upstream/40.3 * Upstream version 40.3 * https://deb.li/tSbi22:57
KGB-0eog upstream/latest e8bfdf7 Jeremy Bicha * pushed 10 commits (first 5 follow) * https://deb.li/i7YLd22:58
KGB-0eog upstream/latest 4c60e7c Felix Riemann meson.build * Post-release version bump * https://deb.li/yY5222:58
KGB-0eog upstream/latest 27da427 Quentin PAGÈS po/oc.po * Update Occitan translation * https://deb.li/3XiZC22:58
KGB-0eog upstream/latest b2f7e48 Alexey Rubtsov po/ru.po * Update Russian translation * https://deb.li/Ji9U22:58
KGB-0eog upstream/latest 3bd614a Alexey Rubtsov help/ru/ru.po * Update Russian translation * https://deb.li/3mSWF22:59
KGB-0eog upstream/latest c921865 Quentin PAGÈS po/oc.po * Update Occitan translation * https://deb.li/3U7X722:59
KGB-0eog pristine-tar 3cddfb2 Jeremy Bicha eog_40.3.orig.tar.xz.delta eog_40.3.orig.tar.xz.id * pristine-tar data for eog_40.3.orig.tar.xz * https://deb.li/3O3F22:59
KGB-0eog-plugins signed tags ebe5e1f Jeremy Bicha upstream/3.26.7 * Upstream version 3.26.7 * https://deb.li/igDuy23:04
KGB-0eog-plugins upstream/latest 43758eb Jeremy Bicha * pushed 9 commits (first 5 follow) * https://deb.li/3g8nz23:04
KGB-0eog-plugins upstream/latest c0cbbe1 Felix Riemann configure.ac * Post-release version bump * https://deb.li/3hZUe23:04
KGB-0eog-plugins upstream/latest 3671b54 Jordi Mas po/ca.po * Update Catalan translation * https://deb.li/8xsI23:04
KGB-0eog-plugins upstream/latest a9cc908 Fran Dieguez po/gl.po * Update Galician translation * https://deb.li/3oJFA23:04
KGB-0eog-plugins upstream/latest a3012c3 Felix Riemann plugins/export-to-folder/export-to-folder.py * export-to-folder: Fix untranslated UI labels * https://deb.li/SJvR23:04
KGB-0eog-plugins upstream/latest 760e108 Sabri Ünal po/tr.po * Update Turkish translation * https://deb.li/3bM7v23:04
KGB-0eog-plugins pristine-tar 0fa8504 Jeremy Bicha eog-plugins_3.26.7.orig.tar.xz.delta eog-plugins_3.26.7.orig.tar.xz.id * pristine-tar data for eog-plugins_3.26.7.orig.tar.xz * https://deb.li/iOxds23:05
KGB-2glib tags e4ff10e Simon McVittie upstream/2.68.4 * Upstream version 2.68.4 * https://deb.li/3uMOh23:22
KGB-2pango pristine-tar 9de4c90 Simon McVittie pango1.0_1.48.9+ds1.orig.tar.xz.delta pango1.0_1.48.9+ds1.orig.tar.xz.id * pristine-tar data for pango1.0_1.48.9+ds1.orig.tar.xz * https://deb.li/fMdn23:23
KGB-2pango upstream/latest f9999d1 Simon McVittie * pushed 94 commits (first 5 follow) * https://deb.li/3eZ3723:23
KGB-2pango upstream/latest 0978052 Matthias Clasen pango/ pango-attributes.c pango-markup.c pangofc-fontmap.c * Merge branch 'approximated-sizes' into 'main' * https://deb.li/3kxBU23:23
KGB-2pango upstream/latest 9bed4e1 Matthias Clasen pango/pango-attributes.c tests/markups/valid-11.expected * Correctly handle font attributes * https://deb.li/iWJKF23:23
KGB-2pango upstream/latest c7a65e8 Matthias Clasen pango/pango-attributes.c tests/markups/valid-11.expected * Merge branch 'better-ellipsize' into 'main' * https://deb.li/pZP123:23
KGB-2pango upstream/latest 1016e9e Biswapriyo Nath tests/test-common.c * tests: Fix implicit function declaration warnings with gcc * https://deb.li/3Q8uN23:24
KGB-2pango upstream/latest 524f0d7 Matthias Clasen tests/test-common.c * Merge branch 'fix-tests-build' into 'main' * https://deb.li/1JmV23:24
KGB-2pango tags a805314 Simon McVittie upstream/1.48.9+ds1 * Upstream version 1.48.9+ds1 * https://deb.li/3VMjg23:24
KGB-2gnome-mines signed tags 6b31afc Jeremy Bicha upstream/40.0 * Upstream version 40.0 * https://deb.li/3T8Bi23:29
KGB-2gnome-mines upstream/latest fbad05c Jeremy Bicha * pushed 111 commits (first 5 follow) * https://deb.li/GMRl23:30
KGB-2gnome-mines upstream/latest c8d73d7 Kjartan Maraas po/nb.po * Update Norwegian Bokmål translation * https://deb.li/35DnI23:30
KGB-2gnome-mines upstream/latest 231da96 Fran Dieguez po/gl.po * Update Galician translation * https://deb.li/PZDj23:30
KGB-2gnome-mines upstream/latest fdae46e Balázs Meskó po/hu.po * Update Hungarian translation * https://deb.li/3J8sR23:30
KGB-2gnome-mines upstream/latest cb6dc3e Sabri Ünal po/tr.po * Update Turkish translation * https://deb.li/nJzD23:30
KGB-2gnome-mines upstream/latest ee1181b Марко Костић po/sr.po * Update Serbian translation * https://deb.li/iUMUz23:30
KGB-2gnome-mines pristine-tar 60c6b31 Jeremy Bicha gnome-mines_40.0.orig.tar.xz.delta gnome-mines_40.0.orig.tar.xz.id * pristine-tar data for gnome-mines_40.0.orig.tar.xz * https://deb.li/lJB223:30
KGB-2gnome-screenshot signed tags 17abaa2 Jeremy Bicha upstream/40.0 * Upstream version 40.0 * https://deb.li/3Kagz23:54
KGB-2gnome-screenshot upstream/latest 0da7cee Jeremy Bicha * pushed 9 commits (first 5 follow) * https://deb.li/469y23:54
KGB-2gnome-screenshot upstream/latest b459127 A S Alam po/pa.po * Update Punjabi translation * https://deb.li/3s6lv23:54
KGB-2gnome-screenshot upstream/latest 2eab037 Bilal Elmoussaoui data/org.gnome.Screenshot.metainfo.xml.in * metainfo: add a launchable tag * https://deb.li/C61E23:54
KGB-2gnome-screenshot upstream/latest dfcff15 Alexander Mikhaylenko org.gnome.Screenshot.json * flatpak: Run with --interactive by default * https://deb.li/3bExe23:55
KGB-2gnome-screenshot upstream/latest d8ecf6e Fran Dieguez po/gl.po * Update Galician translation * https://deb.li/3gQNI23:55
KGB-2gnome-screenshot upstream/latest 8e7abd5 Zander Brown src/screenshot-application.c * about: add Alexander Mikhaylenko * https://deb.li/ixzEA23:55
KGB-2gnome-screenshot pristine-tar 5d2052e Jeremy Bicha gnome-screenshot_40.0.orig.tar.xz.delta gnome-screenshot_40.0.orig.tar.xz.id * pristine-tar data for gnome-screenshot_40.0.orig.tar.xz * https://deb.li/3WE7423:55
KGB-2gnome-sushi signed tags b3a162c Jeremy Bicha upstream/3.38.1 * Upstream version 3.38.1 * https://deb.li/3d6Fx23:58
KGB-2gnome-sushi upstream/latest d3fed46 Jeremy Bicha * pushed 27 commits (first 5 follow) * https://deb.li/fEE023:59
KGB-2gnome-sushi upstream/latest 94e3eb6 Dušan Kazik po/sk.po * Update Slovak translation * https://deb.li/3YAu223:59
KGB-2gnome-sushi upstream/latest 45d3f7a Marek Černocký po/cs.po * Updated Czech translation * https://deb.li/34zmi23:59
KGB-2gnome-sushi upstream/latest 6bee850 Asier Sarasua Garmendia po/eu.po * Update Basque translation * https://deb.li/ij6Qh23:59
KGB-2gnome-sushi upstream/latest a16a72d Goran Vidović po/hr.po * Update Croatian translation * https://deb.li/iaHc23:59
KGB-2gnome-sushi upstream/latest 9048fe3 Christian Kirbach po/de.po * Update German translation * https://deb.li/3QQ5y23:59

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