[Touch-packages] [Bug 2084895] Re: libproxy: gobject-introspection support is disabled
I have begun work on this at https://salsa.debian.org/gnome- team/libproxy/-/merge_requests/6 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libproxy in Ubuntu. https://bugs.launchpad.net/bugs/2084895 Title: libproxy: gobject-introspection support is disabled Status in libproxy package in Ubuntu: New Bug description: Currently libproxy is build without gobject-introspection support leading to missing support for different programming language. This leads to application written in vala, python & co not being able to use the correct proxy within such an environment. Please build libproxy with gobject-introspection support enabled. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libproxy/+bug/2084895/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2051015] Re: Unable to install : dependencies missing
Those dependencies exist in Ubuntu 24.04 LTS. What version of Ubuntu are you using? ** Changed in: harfbuzz (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to harfbuzz in Ubuntu. https://bugs.launchpad.net/bugs/2051015 Title: Unable to install : dependencies missing Status in harfbuzz package in Ubuntu: Incomplete Bug description: Version 8.3.0-2 Package depends on gir1.2-freetype2-2.0-dev and gir1.2-gobject-2.0-dev that do not exist. So this version cannot be installed. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/harfbuzz/+bug/2051015/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 890916] Re: Login shell not sourcing /etc/profile and ${HOME}/.bashrc
** Bug watch added: Debian Bug tracker #675008 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675008 ** Also affects: bash (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675008 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bash in Ubuntu. https://bugs.launchpad.net/bugs/890916 Title: Login shell not sourcing /etc/profile and ${HOME}/.bashrc Status in bash package in Ubuntu: Confirmed Status in bash package in Debian: Unknown Bug description: bash does not source /etc/profile and ${HOME}/.bashrc for login shells, ignoring some settings done within these files. Additionally aliases are set while sourcing /etc/profile and ${HOME}/.bashrc overwriting each other. Aliases shall be read at one place only from one source if possible. Not from /etc/profile.d/aliases.sh, from within /etc/profile and from ${HOME}/.bashrc there is to much posibility you'll change aliases overwritten by other parts while executing login leading to different command behaviour later on. This can be something really bad: assume one awaiting "rm" aliased to "rm -i" kicking of "rm -r *" assuming this set because he/she is used to it from xterm, but it isn't set this way login in from somewhere else via ssh or ssh+screen and having again a different behaviour logging in with xterm+byobu or ssh+byobu enabled! ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: bash 4.2-0ubuntu4 Uname: Linux 3.0.9 x86_64 ApportVersion: 1.23-0ubuntu4 Architecture: amd64 Date: Wed Nov 16 00:37:49 2011 InstallationMedia: Xubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012) ProcEnviron: PATH=(custom, user) LANG=de_DE.UTF-8 SHELL=/bin/bash SourcePackage: bash UpgradeStatus: No upgrade log present (probably fresh install) mtime.conffile..etc.bash.bashrc: 2011-10-19T21:08:11.823309 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/bash/+bug/890916/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2083528] Re: libgdata: FTBFS with gcc-14 on armhf
** Tags added: ftbfs oracular -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libgdata in Ubuntu. https://bugs.launchpad.net/bugs/2083528 Title: libgdata: FTBFS with gcc-14 on armhf Status in libgdata package in Ubuntu: In Progress Bug description: libgdata fails to build on armhf with the strict pointer type matching of gcc-14, because it internally mixes 64-bit time_t and 32-bit GTimeVal. ../demos/calendar/calendar-cli.c: In function ‘tv_to_iso8601_date’: ../demos/calendar/calendar-cli.c:47:22: error: passing argument 1 of ‘gmtime’ from incompatible pointer type [-Wincompatible-pointer-types] 47 | tm = gmtime (&tv->tv_sec); | ^~~ | | | glong * {aka long int *} [...] /usr/include/time.h:140:18: note: expected ‘const time_t *’ {aka ‘const long long int *’} but argument is of type ‘glong *’ {aka ‘long int *’} https://launchpadlibrarian.net/749244194/buildlog_ubuntu-oracular- armhf.libgdata_0.18.1-7_BUILDING.txt.gz To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libgdata/+bug/2083528/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2078055] Re: librsvg needs cargo-c but it's not available on i386
** Changed in: rust-cargo-c (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to librsvg in Ubuntu. https://bugs.launchpad.net/bugs/2078055 Title: librsvg needs cargo-c but it's not available on i386 Status in librsvg package in Ubuntu: Fix Released Status in rust-cargo-c package in Ubuntu: Fix Released Bug description: Starting with the librsvg 2.59 series (2.58.9*), librsvg requires cargo-c to build. cargo-c comes from the Debian source rust-cargo-c. The issue is that librsvg needs to be built on i386, but rust-cargo-c is not currently built for i386. The list of Build-Depends is kinda long. Currently except for librsvg, I believe the only rust-related packages built on i386 are rustc and cargo (which is totally different from cargo-c). https://packages.debian.org/source/unstable/rust-cargo-c Option 1 Stop building librsvg on i386. This might not be practical but it would offer some simplicity. I'm not sure of a perfect way to discover reverse-depends on i386. We may be able to drop gtk4's build dependency on librsvg. It looks like it is optional for cairo, but not sure whether it would be a good idea to attempt to remove it there. Option 2 Build cargo-c as arch:all. Unfortunately, this won't work since cargo-c ships arch-specific binaries unlike many of the rust-* .deb packages. Option 3 Attempt to vendor cargo-c inside the librsvg package. This is what I suspect to be the solution we'll need to go with. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/librsvg/+bug/2078055/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2082087] Re: Update gstreamer packages from 1.24.7 to 1.24.8 for oracular
** Changed in: gst-libav1.0 (Ubuntu) Status: New => Fix Released ** Changed in: gst-plugins-ugly1.0 (Ubuntu) Status: New => Fix Released ** Changed in: gst-plugins-base1.0 (Ubuntu) Status: New => Fix Released ** Changed in: gst-python1.0 (Ubuntu) Status: New => Fix Released ** Changed in: gstreamer1.0 (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gst-plugins-bad1.0 in Ubuntu. https://bugs.launchpad.net/bugs/2082087 Title: Update gstreamer packages from 1.24.7 to 1.24.8 for oracular Status in gst-libav1.0 package in Ubuntu: Fix Released Status in gst-plugins-bad1.0 package in Ubuntu: Fix Released Status in gst-plugins-base1.0 package in Ubuntu: Fix Released Status in gst-plugins-good1.0 package in Ubuntu: Fix Released Status in gst-plugins-ugly1.0 package in Ubuntu: Fix Released Status in gst-python1.0 package in Ubuntu: Fix Released Status in gstreamer1.0 package in Ubuntu: Fix Released Bug description: Impact -- There is a new bugfix release in the stable 1.24 series. It would be helpful to have these fixes in Ubuntu 24.10 before the release. https://gstreamer.freedesktop.org/releases/1.24/#1.24.8 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gst-libav1.0/+bug/2082087/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2083259] [NEW] Update librsvg to 2.59.1
Public bug reported: Impact - There is a new bugfix release in the stable 2.59.x series https://gitlab.gnome.org/GNOME/librsvg/-/blob/2.59.1/NEWS Other Info - This package has a thorough test suite and minimal autopkgtests ** Affects: librsvg (Ubuntu) Importance: Undecided Status: In Progress ** Tags: oracular -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to librsvg in Ubuntu. https://bugs.launchpad.net/bugs/2083259 Title: Update librsvg to 2.59.1 Status in librsvg package in Ubuntu: In Progress Bug description: Impact - There is a new bugfix release in the stable 2.59.x series https://gitlab.gnome.org/GNOME/librsvg/-/blob/2.59.1/NEWS Other Info - This package has a thorough test suite and minimal autopkgtests To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/librsvg/+bug/2083259/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2082087] [NEW] Update gstreamer packages from 1.24.7 to 1.24.8 for oracular
Public bug reported: Impact -- There is a new bugfix release in the stable 1.24 series. It would be helpful to have these fixes in Ubuntu 24.10 before the release. https://gstreamer.freedesktop.org/releases/1.24/#1.24.8 ** Affects: gst-libav1.0 (Ubuntu) Importance: Undecided Status: New ** Affects: gst-plugins-bad1.0 (Ubuntu) Importance: Undecided Status: New ** Affects: gst-plugins-base1.0 (Ubuntu) Importance: Undecided Status: New ** Affects: gst-plugins-good1.0 (Ubuntu) Importance: Undecided Status: New ** Affects: gst-plugins-ugly1.0 (Ubuntu) Importance: Undecided Status: New ** Affects: gst-python1.0 (Ubuntu) Importance: Undecided Status: New ** Affects: gstreamer1.0 (Ubuntu) Importance: Undecided Status: New ** Tags: oracular ** Also affects: gst-libav1.0 (Ubuntu) Importance: Undecided Status: New ** Also affects: gst-plugins-ugly1.0 (Ubuntu) Importance: Undecided Status: New ** Also affects: gst-plugins-base1.0 (Ubuntu) Importance: Undecided Status: New ** Also affects: gstreamer1.0 (Ubuntu) Importance: Undecided Status: New ** Also affects: gst-python1.0 (Ubuntu) Importance: Undecided Status: New ** Also affects: gst-plugins-bad1.0 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gst-plugins-good1.0 in Ubuntu. https://bugs.launchpad.net/bugs/2082087 Title: Update gstreamer packages from 1.24.7 to 1.24.8 for oracular Status in gst-libav1.0 package in Ubuntu: New Status in gst-plugins-bad1.0 package in Ubuntu: New Status in gst-plugins-base1.0 package in Ubuntu: New Status in gst-plugins-good1.0 package in Ubuntu: New Status in gst-plugins-ugly1.0 package in Ubuntu: New Status in gst-python1.0 package in Ubuntu: New Status in gstreamer1.0 package in Ubuntu: New Bug description: Impact -- There is a new bugfix release in the stable 1.24 series. It would be helpful to have these fixes in Ubuntu 24.10 before the release. https://gstreamer.freedesktop.org/releases/1.24/#1.24.8 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gst-libav1.0/+bug/2082087/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2078055] Re: librsvg needs cargo-c but it's not available on i386
** Changed in: librsvg (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to librsvg in Ubuntu. https://bugs.launchpad.net/bugs/2078055 Title: librsvg needs cargo-c but it's not available on i386 Status in librsvg package in Ubuntu: Fix Released Status in rust-cargo-c package in Ubuntu: Triaged Bug description: Starting with the librsvg 2.59 series (2.58.9*), librsvg requires cargo-c to build. cargo-c comes from the Debian source rust-cargo-c. The issue is that librsvg needs to be built on i386, but rust-cargo-c is not currently built for i386. The list of Build-Depends is kinda long. Currently except for librsvg, I believe the only rust-related packages built on i386 are rustc and cargo (which is totally different from cargo-c). https://packages.debian.org/source/unstable/rust-cargo-c Option 1 Stop building librsvg on i386. This might not be practical but it would offer some simplicity. I'm not sure of a perfect way to discover reverse-depends on i386. We may be able to drop gtk4's build dependency on librsvg. It looks like it is optional for cairo, but not sure whether it would be a good idea to attempt to remove it there. Option 2 Build cargo-c as arch:all. Unfortunately, this won't work since cargo-c ships arch-specific binaries unlike many of the rust-* .deb packages. Option 3 Attempt to vendor cargo-c inside the librsvg package. This is what I suspect to be the solution we'll need to go with. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/librsvg/+bug/2078055/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2078055] Re: librsvg needs cargo-c but it's not available on i386
The autopkgtests are also failing: https://autopkgtest.ubuntu.com/packages/rust-cargo-c -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to librsvg in Ubuntu. https://bugs.launchpad.net/bugs/2078055 Title: librsvg needs cargo-c but it's not available on i386 Status in librsvg package in Ubuntu: Triaged Status in rust-cargo-c package in Ubuntu: Triaged Bug description: Starting with the librsvg 2.59 series (2.58.9*), librsvg requires cargo-c to build. cargo-c comes from the Debian source rust-cargo-c. The issue is that librsvg needs to be built on i386, but rust-cargo-c is not currently built for i386. The list of Build-Depends is kinda long. Currently except for librsvg, I believe the only rust-related packages built on i386 are rustc and cargo (which is totally different from cargo-c). https://packages.debian.org/source/unstable/rust-cargo-c Option 1 Stop building librsvg on i386. This might not be practical but it would offer some simplicity. I'm not sure of a perfect way to discover reverse-depends on i386. We may be able to drop gtk4's build dependency on librsvg. It looks like it is optional for cairo, but not sure whether it would be a good idea to attempt to remove it there. Option 2 Build cargo-c as arch:all. Unfortunately, this won't work since cargo-c ships arch-specific binaries unlike many of the rust-* .deb packages. Option 3 Attempt to vendor cargo-c inside the librsvg package. This is what I suspect to be the solution we'll need to go with. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/librsvg/+bug/2078055/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2078055] Re: librsvg needs cargo-c but it's not available on i386
Liu, Matthias sponsored your upload and it fixed the librsvg build. The excuses report has this complaint though: librust-cargo-c-dev/i386 has unsatisfiable dependency I suggest that we build the librust-cargo-c-dev packages on all architectures except for i386 (or alternatively I guess you could convert it to arch: all). librsvg only needs the binary package cargo-c on i386. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to librsvg in Ubuntu. https://bugs.launchpad.net/bugs/2078055 Title: librsvg needs cargo-c but it's not available on i386 Status in librsvg package in Ubuntu: Triaged Status in rust-cargo-c package in Ubuntu: Triaged Bug description: Starting with the librsvg 2.59 series (2.58.9*), librsvg requires cargo-c to build. cargo-c comes from the Debian source rust-cargo-c. The issue is that librsvg needs to be built on i386, but rust-cargo-c is not currently built for i386. The list of Build-Depends is kinda long. Currently except for librsvg, I believe the only rust-related packages built on i386 are rustc and cargo (which is totally different from cargo-c). https://packages.debian.org/source/unstable/rust-cargo-c Option 1 Stop building librsvg on i386. This might not be practical but it would offer some simplicity. I'm not sure of a perfect way to discover reverse-depends on i386. We may be able to drop gtk4's build dependency on librsvg. It looks like it is optional for cairo, but not sure whether it would be a good idea to attempt to remove it there. Option 2 Build cargo-c as arch:all. Unfortunately, this won't work since cargo-c ships arch-specific binaries unlike many of the rust-* .deb packages. Option 3 Attempt to vendor cargo-c inside the librsvg package. This is what I suspect to be the solution we'll need to go with. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/librsvg/+bug/2078055/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2078055] Re: librsvg needs cargo-c but it's not available on i386
Liu, The best practices around Rust vendoring are still a work-in-progress. It is an interesting technique to use a second .orig tarball to contain the vendoring. I used a different method when I vendored gnome-snapshot. Because workflows are not standard yet, could you add a debian/README.source file to briefly explain how to update this package? And nitpicking, but could you update remove-nghttp2-sys.patch to include a patch description? I already have your .orig tarballs from the PPA link you shared with me. Therefore I think the easiest is if you would give me a diff against that version. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to librsvg in Ubuntu. https://bugs.launchpad.net/bugs/2078055 Title: librsvg needs cargo-c but it's not available on i386 Status in librsvg package in Ubuntu: Triaged Status in rust-cargo-c package in Ubuntu: Triaged Bug description: Starting with the librsvg 2.59 series (2.58.9*), librsvg requires cargo-c to build. cargo-c comes from the Debian source rust-cargo-c. The issue is that librsvg needs to be built on i386, but rust-cargo-c is not currently built for i386. The list of Build-Depends is kinda long. Currently except for librsvg, I believe the only rust-related packages built on i386 are rustc and cargo (which is totally different from cargo-c). https://packages.debian.org/source/unstable/rust-cargo-c Option 1 Stop building librsvg on i386. This might not be practical but it would offer some simplicity. I'm not sure of a perfect way to discover reverse-depends on i386. We may be able to drop gtk4's build dependency on librsvg. It looks like it is optional for cairo, but not sure whether it would be a good idea to attempt to remove it there. Option 2 Build cargo-c as arch:all. Unfortunately, this won't work since cargo-c ships arch-specific binaries unlike many of the rust-* .deb packages. Option 3 Attempt to vendor cargo-c inside the librsvg package. This is what I suspect to be the solution we'll need to go with. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/librsvg/+bug/2078055/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2011404] Re: vanilla-gnome-desktop depends on pulseaudio which conflicts with pipewire
** No longer affects: pulseaudio (Ubuntu) ** No longer affects: pipewire (Ubuntu) ** Also affects: ubuntu-gnome-meta (Ubuntu Noble) Importance: Undecided Status: New ** Changed in: ubuntu-gnome-meta (Ubuntu) Status: Confirmed => Fix Committed ** Changed in: ubuntu-gnome-meta (Ubuntu Noble) Status: New => Triaged ** Changed in: ubuntu-gnome-meta (Ubuntu Noble) Importance: Undecided => High ** Changed in: ubuntu-gnome-meta (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/2011404 Title: vanilla-gnome-desktop depends on pulseaudio which conflicts with pipewire Status in ubuntu-gnome-meta package in Ubuntu: Fix Committed Status in ubuntu-gnome-meta source package in Noble: Triaged Bug description: Package vanilla-gnome-desktop 0.97 depends on pulseaudio which conflicts with pipewire-alsa and pipewire-audio which in turn are required for upgrading gnome to version 43. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-gnome-meta/+bug/2011404/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1350705] Re: [Wishlist] Allow file operations like rename/delete in "Open/Save file" dialog
This is fixed in Ubuntu 24.10 where nautilus powers the file chooser for apps that use the xdg-desktop-portal which includes the Firefox and Chromium snaps and apps that use libadwaita. ** Package changed: gtk+3.0 (Ubuntu) => ubuntu ** Changed in: ubuntu Status: New => Fix Released ** Package changed: ubuntu => xdg-desktop-portal-gnome (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1350705 Title: [Wishlist] Allow file operations like rename/delete in "Open/Save file" dialog Status in xdg-desktop-portal-gnome package in Ubuntu: Fix Released Bug description: Hi, I believe this is a nautilus-related request. It would be a real time saver if one could rename or delete files/folders from within the open/save file dialogs. Some typical situations where this is very useful: * you want to change the name of a folder in which you want to save the file. Possibly because have just created this folder from the very same dialog and made a typo in the name; * you want to cleanup the destination folder from obsolete files before saving; * you want to keep a backup of an existing file in the same folder, by renaming it before saving the new file. Windows offers this feature for as far as I can remember. It is not to try replicate behaviour, but it is a really nice feature, which does not impact the GUI look: * 2 extra entries in the contextual menu * 2-3 key bindings (F2, Delete, and Shift Delete) which already exist in plain Nautilus. Thank you. Bests, Renaud To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xdg-desktop-portal-gnome/+bug/1350705/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1585818] Re: The selection is not shown when renaming in nautilus.
I believe this was fixed long ago. ** Package changed: gtk+3.0 (Ubuntu) => ubuntu ** Changed in: ubuntu Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1585818 Title: The selection is not shown when renaming in nautilus. Status in Ubuntu: Fix Released Bug description: When you rename something in nautilus and select part of the text, the selection is not shown. Steps to reproduce: * Right click on a file or a folder and click rename. (at this time the name should be automatically selected) * If not automatically selected, manually select part of the name. Expected behavior: * selected text color should change from black to white (or from white to a brighter white if the dark theme is enabled). * selected text background color should change from white to blue (or other color) (or from dark-grey to to blue (or other color) if the dark theme is enabled). Actual behavior: * the text color is changing in the expected way. * the background color is not changing (or is set to a transparent color). In the attached screenshot I've selected only "ThisTextIsSelected" and NOT selected "ThisIsNotSelected". In the screenshot is shown the behavior with both the light and dark Adwaita theme. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: nautilus 1:3.18.4.is.3.14.3-0ubuntu4 ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8 Uname: Linux 4.4.0-22-generic x86_64 ApportVersion: 2.20.1-0ubuntu2 Architecture: amd64 CurrentDesktop: GNOME Date: Thu May 26 00:00:46 2016 GsettingsChanges: b'org.gnome.nautilus.preferences' b'sort-directories-first' b'true' b'org.gnome.nautilus.window-state' b'sidebar-width' b'228' b'org.gnome.nautilus.window-state' b'geometry' b"'967x757+556+239'" b'org.gnome.nautilus.window-state' b'maximized' b'true' b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 'type', 'date_modified', 'date_accessed', 'owner', 'group', 'permissions', 'mime_type', 'where', 'RabbitVCS::age_column', 'RabbitVCS::author_column', 'RabbitVCS::revision_column', 'RabbitVCS::status_column']" InstallationDate: Installed on 2016-04-22 (32 days ago) InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Release amd64 (20160421) ProcEnviron: TERM=xterm-256color PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=it_IT.UTF-8 SHELL=/bin/bash SourcePackage: nautilus UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1585818/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2077461] Re: [draft] FFe: Install sysprof app in default Ubuntu install
** Tags removed: block-proposed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-meta in Ubuntu. https://bugs.launchpad.net/bugs/2077461 Title: [draft] FFe: Install sysprof app in default Ubuntu install Status in ubuntu-meta package in Ubuntu: Triaged Bug description: This is filed as a draft to provide early notice to the Ubuntu Release Team as requested. It is not yet ready for action since the libdex MIR has not been approved yet. LP: #2066262 Impact == The Ubuntu Desktop team wishes to install the sysprof app in the default Ubuntu Desktop install for 24.10. This is part of a distro-wide Performance Engineering effort discussed in various places such as https://ubuntu.com/blog/ubuntu-performance-engineering-with-frame-pointers-by-default For clarification, this change is for both the default and full installation options. This will be done by adding Recommends: sysprof in the ubuntu-desktop-minimal package (and seed). No changes are needed in any other packages. Installing the sysprof app by default has no impact on any other packages. Why this wasn't done earlier The Ubuntu Security team was unable to finish their security review for sysprof's dependency, libdex, before Feature Freeze Testing === I don't believe any other testing is needed for this change. However, there is a manual test to verify that the app works: https://wiki.ubuntu.com/DesktopTeam/TestPlans/Sysprof To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-meta/+bug/2077461/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2079477] Re: rust-gstreamer-video autopkgtest failure on s390x
I have restored my workaround patch to ignore this issue since I have higher priorities this week. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gst-plugins-base1.0 in Ubuntu. https://bugs.launchpad.net/bugs/2079477 Title: rust-gstreamer-video autopkgtest failure on s390x Status in gst-plugins-base: New Status in gst-plugins-base1.0 package in Ubuntu: Triaged Status in rust-gstreamer-video package in Ubuntu: Triaged Bug description: I'm working with upstream on this issue. https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7412 To manage notifications about this bug go to: https://bugs.launchpad.net/gst-plugins-base/+bug/2079477/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2077461] Re: [draft] FFe: Install sysprof app in default Ubuntu install
I set block-proposed because this is only a Recommends so I want sysprof/libdex/libpanel to be promoted to main first. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-meta in Ubuntu. https://bugs.launchpad.net/bugs/2077461 Title: [draft] FFe: Install sysprof app in default Ubuntu install Status in ubuntu-meta package in Ubuntu: Triaged Bug description: This is filed as a draft to provide early notice to the Ubuntu Release Team as requested. It is not yet ready for action since the libdex MIR has not been approved yet. LP: #2066262 Impact == The Ubuntu Desktop team wishes to install the sysprof app in the default Ubuntu Desktop install for 24.10. This is part of a distro-wide Performance Engineering effort discussed in various places such as https://ubuntu.com/blog/ubuntu-performance-engineering-with-frame-pointers-by-default For clarification, this change is for both the default and full installation options. This will be done by adding Recommends: sysprof in the ubuntu-desktop-minimal package (and seed). No changes are needed in any other packages. Installing the sysprof app by default has no impact on any other packages. Why this wasn't done earlier The Ubuntu Security team was unable to finish their security review for sysprof's dependency, libdex, before Feature Freeze Testing === I don't believe any other testing is needed for this change. However, there is a manual test to verify that the app works: https://wiki.ubuntu.com/DesktopTeam/TestPlans/Sysprof To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-meta/+bug/2077461/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2077461] Re: [draft] FFe: Install sysprof app in default Ubuntu install
** Tags added: block-proposed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-meta in Ubuntu. https://bugs.launchpad.net/bugs/2077461 Title: [draft] FFe: Install sysprof app in default Ubuntu install Status in ubuntu-meta package in Ubuntu: Triaged Bug description: This is filed as a draft to provide early notice to the Ubuntu Release Team as requested. It is not yet ready for action since the libdex MIR has not been approved yet. LP: #2066262 Impact == The Ubuntu Desktop team wishes to install the sysprof app in the default Ubuntu Desktop install for 24.10. This is part of a distro-wide Performance Engineering effort discussed in various places such as https://ubuntu.com/blog/ubuntu-performance-engineering-with-frame-pointers-by-default For clarification, this change is for both the default and full installation options. This will be done by adding Recommends: sysprof in the ubuntu-desktop-minimal package (and seed). No changes are needed in any other packages. Installing the sysprof app by default has no impact on any other packages. Why this wasn't done earlier The Ubuntu Security team was unable to finish their security review for sysprof's dependency, libdex, before Feature Freeze Testing === I don't believe any other testing is needed for this change. However, there is a manual test to verify that the app works: https://wiki.ubuntu.com/DesktopTeam/TestPlans/Sysprof To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-meta/+bug/2077461/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2077940] Re: setuptools v72 removed the test command
** Tags added: oracular update-excuse -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to software-properties in Ubuntu. https://bugs.launchpad.net/bugs/2077940 Title: setuptools v72 removed the test command Status in software-properties package in Ubuntu: Triaged Status in software-properties source package in Oracular: Triaged Bug description: the autopkg tests fail with setuptools v72: v72.0.0 === Deprecations and Removals - - The test command has been removed. Users relying on 'setup.py test' will need to migrate to another test runner or pin setuptools before this version. (#931) [...] 121s autopkgtest [16:15:43]: test run-tests: [--- 121s MESA: error: ZINK: vkCreateInstance failed (VK_ERROR_INCOMPATIBLE_DRIVER) 121s glx: failed to create drisw screen 121s 121s (setup.py:4590): dbind-WARNING **: 16:15:43.530: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files 121s ERROR: Python module Queue not found 121s ERROR: Python module urllib2 not found 122s ERROR: Python module Queue not found 122s ERROR: Python module ConfigParser not found 122s /usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:268: UserWarning: Unknown distribution option: 'test_suite' 122s warnings.warn(msg) 122s usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 122sor: setup.py --help [cmd1 cmd2 ...] 122sor: setup.py --help-commands 122sor: setup.py cmd --help 122s 122s error: invalid command 'test' To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/2077940/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2079477] Re: rust-gstreamer-video autopkgtest failure on s390x
** Bug watch added: gitlab.freedesktop.org/gstreamer/gstreamer/-/issues #3754 https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3754 ** Also affects: gst-plugins-base via https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3754 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gst-plugins-base1.0 in Ubuntu. https://bugs.launchpad.net/bugs/2079477 Title: rust-gstreamer-video autopkgtest failure on s390x Status in gst-plugins-base: Unknown Status in gst-plugins-base1.0 package in Ubuntu: Triaged Status in rust-gstreamer-video package in Ubuntu: Triaged Bug description: I'm working with upstream on this issue. https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7412 To manage notifications about this bug go to: https://bugs.launchpad.net/gst-plugins-base/+bug/2079477/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2078971] Re: Update cairo to 1.18.2
** Changed in: cairo (Ubuntu) Status: In Progress => Fix Committed ** Changed in: pycairo (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to cairo in Ubuntu. https://bugs.launchpad.net/bugs/2078971 Title: Update cairo to 1.18.2 Status in cairo package in Ubuntu: Fix Committed Status in pycairo package in Ubuntu: Fix Committed Bug description: pycairo's autopkgtest is sensitive to the upstream version of cairo so it needs to be rebuilt for this update. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cairo/+bug/2078971/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2079477] [NEW] rust-gstreamer-video autopkgtest failure on s390x
Public bug reported: I'm working with upstream on this issue. https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7412 ** Affects: gst-plugins-base1.0 (Ubuntu) Importance: High Assignee: Jeremy Bícha (jbicha) Status: Triaged ** Affects: rust-gstreamer-video (Ubuntu) Importance: High Assignee: Jeremy Bícha (jbicha) Status: Triaged ** Tags: oracular update-excuse ** Also affects: rust-gstreamer-video (Ubuntu) Importance: Undecided Status: New ** Changed in: rust-gstreamer-video (Ubuntu) Assignee: (unassigned) => Jeremy Bícha (jbicha) ** Changed in: rust-gstreamer-video (Ubuntu) Importance: Undecided => High ** Changed in: rust-gstreamer-video (Ubuntu) Status: New => Triaged ** Description changed: I'm working with upstream on this issue. + + https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7412 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gst-plugins-base1.0 in Ubuntu. https://bugs.launchpad.net/bugs/2079477 Title: rust-gstreamer-video autopkgtest failure on s390x Status in gst-plugins-base1.0 package in Ubuntu: Triaged Status in rust-gstreamer-video package in Ubuntu: Triaged Bug description: I'm working with upstream on this issue. https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7412 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gst-plugins-base1.0/+bug/2079477/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2078971] Re: Update cairo to 1.18.2
** Also affects: pycairo (Ubuntu) Importance: Undecided Status: New ** Description changed: - . + pycairo's autopkgtest is sensitive to the upstream version of cairo so + it needs to be rebuilt for this update. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to cairo in Ubuntu. https://bugs.launchpad.net/bugs/2078971 Title: Update cairo to 1.18.2 Status in cairo package in Ubuntu: In Progress Status in pycairo package in Ubuntu: New Bug description: pycairo's autopkgtest is sensitive to the upstream version of cairo so it needs to be rebuilt for this update. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cairo/+bug/2078971/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2077965] Re: mesa 24.2 broke gst-plugins-base1.0 build tests
I'm closing this bug since gst-plugins-base1.0 now builds with the version of mesa in oracular-proposed ** Changed in: gst-plugins-base1.0 (Ubuntu) Status: New => Fix Released ** Changed in: mesa (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gst-plugins-base1.0 in Ubuntu. https://bugs.launchpad.net/bugs/2077965 Title: mesa 24.2 broke gst-plugins-base1.0 build tests Status in gst-plugins-base1.0 package in Ubuntu: Fix Released Status in mesa package in Ubuntu: Fix Released Status in mesa package in Debian: New Bug description: gst-plugins-base1.0 fails to build on amd64 (the only architecture where build test failures are currently not ignored) https://launchpad.net/ubuntu/+source/gst-plugins-base1.0/1.24.7-1 The build completes successfully in a PPA where oracular-proposed is not enabled. I believe this failure is because of mesa 24.0.2 which is currently in oracular-proposed. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gst-plugins-base1.0/+bug/2077965/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2078055] Re: librsvg needs cargo-c but it's not available on i386
(Nothing needs to be done currently on the librsvg side, but I have a bug task so that this shows up on the proposed-migration excuses report) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to librsvg in Ubuntu. https://bugs.launchpad.net/bugs/2078055 Title: librsvg needs cargo-c but it's not available on i386 Status in librsvg package in Ubuntu: Triaged Status in rust-cargo-c package in Ubuntu: Triaged Bug description: Starting with the librsvg 2.59 series (2.58.9*), librsvg requires cargo-c to build. cargo-c comes from the Debian source rust-cargo-c. The issue is that librsvg needs to be built on i386, but rust-cargo-c is not currently built for i386. The list of Build-Depends is kinda long. Currently except for librsvg, I believe the only rust-related packages built on i386 are rustc and cargo (which is totally different from cargo-c). https://packages.debian.org/source/unstable/rust-cargo-c Option 1 Stop building librsvg on i386. This might not be practical but it would offer some simplicity. I'm not sure of a perfect way to discover reverse-depends on i386. We may be able to drop gtk4's build dependency on librsvg. It looks like it is optional for cairo, but not sure whether it would be a good idea to attempt to remove it there. Option 2 Build cargo-c as arch:all. Unfortunately, this won't work since cargo-c ships arch-specific binaries unlike many of the rust-* .deb packages. Option 3 Attempt to vendor cargo-c inside the librsvg package. This is what I suspect to be the solution we'll need to go with. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/librsvg/+bug/2078055/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2078055] Re: librsvg needs cargo-c but it's not available on i386
I chatted with Zixing today and we agree that Option 4 sounds like a good option. Alternatively, Zixing suggested this issue would have been minimized if most Rust packages would be arch:all; then we wouldn't have to individually enable i386 builds across so many packages as another way of resolving this issue. By the way, because this is only a Build-Depends, rust-cargo-c will need to be added to the permanent i386 allow list in ubuntu-archive-tools because otherwise in my experience, it will be semi-automatically removed on i386. ** Also affects: rust-cargo-c (Ubuntu) Importance: Undecided Status: New ** Changed in: rust-cargo-c (Ubuntu) Assignee: (unassigned) => Zixing Liu (liushuyu-011) ** Changed in: rust-cargo-c (Ubuntu) Importance: Undecided => High ** Changed in: rust-cargo-c (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to librsvg in Ubuntu. https://bugs.launchpad.net/bugs/2078055 Title: librsvg needs cargo-c but it's not available on i386 Status in librsvg package in Ubuntu: Triaged Status in rust-cargo-c package in Ubuntu: Triaged Bug description: Starting with the librsvg 2.59 series (2.58.9*), librsvg requires cargo-c to build. cargo-c comes from the Debian source rust-cargo-c. The issue is that librsvg needs to be built on i386, but rust-cargo-c is not currently built for i386. The list of Build-Depends is kinda long. Currently except for librsvg, I believe the only rust-related packages built on i386 are rustc and cargo (which is totally different from cargo-c). https://packages.debian.org/source/unstable/rust-cargo-c Option 1 Stop building librsvg on i386. This might not be practical but it would offer some simplicity. I'm not sure of a perfect way to discover reverse-depends on i386. We may be able to drop gtk4's build dependency on librsvg. It looks like it is optional for cairo, but not sure whether it would be a good idea to attempt to remove it there. Option 2 Build cargo-c as arch:all. Unfortunately, this won't work since cargo-c ships arch-specific binaries unlike many of the rust-* .deb packages. Option 3 Attempt to vendor cargo-c inside the librsvg package. This is what I suspect to be the solution we'll need to go with. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/librsvg/+bug/2078055/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2078055] Re: librsvg needs cargo-c but it's not available on i386
Option 4 - Build rust-cargo-c as a vendored package. Once it's vendored, it would have a much lower number of Build-Depends. Then build rust-cargo-c on i386. We already do this for Rust packages in main according to current MIR team policy -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to librsvg in Ubuntu. https://bugs.launchpad.net/bugs/2078055 Title: librsvg needs cargo-c but it's not available on i386 Status in librsvg package in Ubuntu: Triaged Bug description: Starting with the librsvg 2.59 series (2.58.9*), librsvg requires cargo-c to build. cargo-c comes from the Debian source rust-cargo-c. The issue is that librsvg needs to be built on i386, but rust-cargo-c is not currently built for i386. The list of Build-Depends is kinda long. Currently except for librsvg, I believe the only rust-related packages built on i386 are rustc and cargo (which is totally different from cargo-c). https://packages.debian.org/source/unstable/rust-cargo-c Option 1 Stop building librsvg on i386. This might not be practical but it would offer some simplicity. I'm not sure of a perfect way to discover reverse-depends on i386. We may be able to drop gtk4's build dependency on librsvg. It looks like it is optional for cairo, but not sure whether it would be a good idea to attempt to remove it there. Option 2 Build cargo-c as arch:all. Unfortunately, this won't work since cargo-c ships arch-specific binaries unlike many of the rust-* .deb packages. Option 3 Attempt to vendor cargo-c inside the librsvg package. This is what I suspect to be the solution we'll need to go with. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/librsvg/+bug/2078055/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2078971] [NEW] Update cairo to 1.18.2
Public bug reported: . ** Affects: cairo (Ubuntu) Importance: Undecided Status: In Progress ** Tags: oracular upgrade-software-version -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to cairo in Ubuntu. https://bugs.launchpad.net/bugs/2078971 Title: Update cairo to 1.18.2 Status in cairo package in Ubuntu: In Progress Bug description: . To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cairo/+bug/2078971/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2077741] Re: No default background set for GNOME-Greeter
gnome-initial-setup is currently seeded by Ubuntu Desktop and Edubuntu only. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-settings in Ubuntu. https://bugs.launchpad.net/bugs/2077741 Title: No default background set for GNOME-Greeter Status in ubuntu-settings package in Ubuntu: Fix Released Status in ubuntu-settings source package in Noble: Fix Committed Bug description: [ Impact ] While using Gnome-Initial-Setup launched from GDM (when no user > 1000 is present on the machine), no background is set on GNOME-Greeter, leading to a solid blue background wallpaper. Gnome-Initial-Setup is currently used on OEM shipped devices to provide a first user setup flow. We plan to also use it for a Raspberry Pi first user flow. We have received lots of feedback that the solid blue background is not in line with the Flutter installer and looks like an error occurred / the wallpaper failed to load. By updating /usr/share/glib-2.0/schemas/10_ubuntu- settings.gschema.override with: ``` # for GDM/DM # FIXME: move to :Ubuntu-Greeter once upstream supports this, see LP: #1788 [org.gnome.desktop.interface:GNOME-Greeter] gtk-theme = 'Yaru' icon-theme = 'Yaru' cursor-theme = 'Yaru' font-name = 'Ubuntu 11' monospace-font-name = 'Ubuntu Mono 13' font-antialiasing = 'rgba' [org.gnome.login-screen] logo='/usr/share/plymouth/ubuntu-logo.png' + [org.gnome.desktop.background:GNOME-Greeter] + picture-uri = 'file:///usr/share/backgrounds/warty-final-ubuntu.png' + picture-uri-dark = 'file:///usr/share/backgrounds/ubuntu-wallpaper-d.png' + show-desktop-icons = false ``` I was able to add in one. This will help improve the GIS installer flow for Raspberry Pi we plan to support in 24.10 and the OEMs ubuntu-settings: Installed: 24.04.3 Ubuntu version: 24.04 LTS [ Test Plan ] To test this change, you can follow the test plan for Gnome-Initial- Setup up to the point where you have launched the GDM Gnome-Initial- Setup session and Gnome-Initial-Setup has appeared. You should see the default Ubuntu wallpaper, not a solid blue wallpaper, behind Gnome- Initial-Setup. https://wiki.ubuntu.com/DesktopTeam/TestPlans/GnomeInitialSetup [ Where problems could occur ] If the path to the wallpaper is invalid, the session reverts to its blue background, returning to its current state. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-settings/+bug/2077741/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2021929] Re: upgrade to exiv2 0.28.0
This will likely happen for Ubuntu 25.04. The new version requires a library transition so it's not going to be possibly for the new version to reach Ubuntu 24.04 LTS. ** Changed in: exiv2 (Ubuntu) Status: New => Triaged ** Bug watch added: Debian Bug tracker #1080439 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1080439 ** Also affects: exiv2 (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1080439 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to exiv2 in Ubuntu. https://bugs.launchpad.net/bugs/2021929 Title: upgrade to exiv2 0.28.0 Status in exiv2 package in Ubuntu: Triaged Status in exiv2 package in Debian: Unknown Bug description: The latest release is 0.28.0 and fixes some bugs I've encountered https://github.com/Exiv2/exiv2/releases/tag/v0.28.0 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/exiv2/+bug/2021929/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2077965] Re: mesa 24.2 broke gst-plugins-base1.0 build tests
** Bug watch added: Debian Bug tracker #1080337 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1080337 ** Also affects: mesa (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1080337 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gst-plugins-base1.0 in Ubuntu. https://bugs.launchpad.net/bugs/2077965 Title: mesa 24.2 broke gst-plugins-base1.0 build tests Status in gst-plugins-base1.0 package in Ubuntu: New Status in mesa package in Ubuntu: New Status in mesa package in Debian: Unknown Bug description: gst-plugins-base1.0 fails to build on amd64 (the only architecture where build test failures are currently not ignored) https://launchpad.net/ubuntu/+source/gst-plugins-base1.0/1.24.7-1 The build completes successfully in a PPA where oracular-proposed is not enabled. I believe this failure is because of mesa 24.0.2 which is currently in oracular-proposed. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gst-plugins-base1.0/+bug/2077965/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2068612] Re: Please remove wireless-tools from oracular
** Changed in: lubuntu-meta (Ubuntu) Status: New => Fix Released ** Description changed: Wireless Extensions support in the kernel has been deprecated[1] for a long time now. wireless-tools[2] userspace utility should be removed. iw[3] is considered as the alternate. See page[4] for comparison between wireless-tools and iw. iw supports everything except deprecated Wireless-Extensions. See page[5] for replacing iwconfig with iw. $ reverse-depends wireless-tools Reverse-Recommends == * broadcom-sta-dkms * hw-probe * laptop-mode-tools * task-laptop * whereami Reverse-Depends === * aircrack-ng [amd64 ppc64el s390x] - * lubuntu-desktop [amd64 arm64 armhf ppc64el s390x] Packages without architectures listed are reverse-dependencies in: amd64, arm64, armhf, i386, ppc64el, s390x $ reverse-depends -b wireless-tools Reverse-Build-Depends = * networkd-dispatcher [1] https://wireless.wiki.kernel.org/en/developers/documentation/wireless-extensions [2] https://hewlettpackard.github.io/wireless-tools/Tools.html [3] https://wireless.wiki.kernel.org/en/users/documentation/iw [4] https://wiki.archlinux.org/title/Network_configuration/Wireless#iw_and_wireless_tools_comparison [5] https://wireless.wiki.kernel.org/en/users/documentation/iw/replace-iwconfig -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-meta in Ubuntu. https://bugs.launchpad.net/bugs/2068612 Title: Please remove wireless-tools from oracular Status in kubuntu-meta package in Ubuntu: Fix Released Status in lubuntu-meta package in Ubuntu: Fix Released Status in ubuntu-gnome-meta package in Ubuntu: Fix Released Status in ubuntu-meta package in Ubuntu: Fix Released Status in wireless-tools package in Ubuntu: Confirmed Bug description: Wireless Extensions support in the kernel has been deprecated[1] for a long time now. wireless-tools[2] userspace utility should be removed. iw[3] is considered as the alternate. See page[4] for comparison between wireless-tools and iw. iw supports everything except deprecated Wireless-Extensions. See page[5] for replacing iwconfig with iw. $ reverse-depends wireless-tools Reverse-Recommends == * broadcom-sta-dkms * hw-probe * laptop-mode-tools * task-laptop * whereami Reverse-Depends === * aircrack-ng [amd64 ppc64el s390x] Packages without architectures listed are reverse-dependencies in: amd64, arm64, armhf, i386, ppc64el, s390x $ reverse-depends -b wireless-tools Reverse-Build-Depends = * networkd-dispatcher [1] https://wireless.wiki.kernel.org/en/developers/documentation/wireless-extensions [2] https://hewlettpackard.github.io/wireless-tools/Tools.html [3] https://wireless.wiki.kernel.org/en/users/documentation/iw [4] https://wiki.archlinux.org/title/Network_configuration/Wireless#iw_and_wireless_tools_comparison [5] https://wireless.wiki.kernel.org/en/users/documentation/iw/replace-iwconfig To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/2068612/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2073940] Re: Micro version mismatch between libgtk2.0-0 and libgtk2.0-dev (2.24.33-2ubuntu2)
** Changed in: gtk+2.0 (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+2.0 in Ubuntu. https://bugs.launchpad.net/bugs/2073940 Title: Micro version mismatch between libgtk2.0-0 and libgtk2.0-dev (2.24.33-2ubuntu2) Status in gtk+2.0 package in Ubuntu: Invalid Bug description: Hi, I detected a micro version mismatch between the development headers in libgtk2.0-dev and the underlying library in libgtk2.0-0 in Ubuntu 22.04. This affects package version 2.24.33-2ubuntu2. Package version info, pkg-config and the development headers claim that the underlying library is version 2.24.33. However, it is actually version 2.24.30. Symptoms: All configure scripts that use the M4 macro in /usr/share/aclocal/gtk-2.0.m4 (in libgtk2.0-dev) report a version mismatch in GTK. Code that depend on this macro fails to compile. Error: *** GTK+ header files (version 2.24.33) do not match *** library (version 2.24.30) How to reproduce: I have attached a simplified version of conftest.c originally found in gtk-2.0.m4. 1) Use an Ubuntu 22.04.4 LTS system with libgtk2.0-dev and dependencies installed (version 2.24.33-2ubuntu2). 2) Compile attached conftest.c with gcc -o conftest -g -O2 -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz 2) Execute ./conftest and it will report the error above. Additional info: lsb_release -rd Description: Ubuntu 22.04.4 LTS Release: 22.04 apt-cache policy libgtk2.0-0 libgtk2.0-0: Installed: 2.24.33-2ubuntu2 Candidate: 2.24.33-2ubuntu2 Version table: *** 2.24.33-2ubuntu2 500 500 http://ca.archive.ubuntu.com/ubuntu jammy/main amd64 Packages 100 /var/lib/dpkg/status libgtk2.0-dev: Installed: 2.24.33-2ubuntu2 Candidate: 2.24.33-2ubuntu2 Version table: *** 2.24.33-2ubuntu2 500 500 http://ca.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages 100 /var/lib/dpkg/status With best regards, Markus To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/2073940/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2077465] Re: FFe: enable sysprof integration for folks, gtk3, pango
** Changed in: gtk+3.0 (Ubuntu) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to folks in Ubuntu. https://bugs.launchpad.net/bugs/2077465 Title: FFe: enable sysprof integration for folks, gtk3, pango Status in folks package in Ubuntu: Fix Released Status in gtk+3.0 package in Ubuntu: Fix Committed Status in pango1.0 package in Ubuntu: Fix Released Bug description: Impact == The Ubuntu Desktop plans to install the sysprof app by default (LP: #2077465) Some libraries have a build option to enable better integration with sysprof, so we should enable that option. This is not believed to otherwise have an impact on apps using those libraries. Why wasn't this done sooner? libsysprof-capture-4-dev was promoted to main August 14, the day before Ubuntu 24.10 Feature Freeze. There wasn't time to make these changes then with everything else that needed to be done that week. Testing done The changes have been applied in Debian Unstable where the builds completed successfully and the autopkgtests have completed successfully. All 3 have successfully migrated to Debian Testing. Other Info == folks and pango1.0 are syncs. gtk+3.0 will be a merge. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/folks/+bug/2077465/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1779526] Re: Please merge 2.24.32-2 from Debian Sid
** Changed in: gtk+2.0 (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+2.0 in Ubuntu. https://bugs.launchpad.net/bugs/1779526 Title: Please merge 2.24.32-2 from Debian Sid Status in gtk+2.0 package in Ubuntu: Fix Released Bug description: 2.24.32-2 has been uploaded to Debian Sid fixing a few bugs. Let's merge it. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/1779526/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2073940] Re: Micro version mismatch between libgtk2.0-0 and libgtk2.0-dev (2.24.33-2ubuntu2)
I am unable to duplicate this bug with the information you have provided. Do you happen to have a different version of GTK2 installed that you may have built yourself, perhaps years ago? Unfortunately, this can conflict badly and the system doesn't really alert you to this problem. Please try running this: ldd conftest | grep -i gtk and paste the output as a comment here. ** Changed in: gtk+2.0 (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+2.0 in Ubuntu. https://bugs.launchpad.net/bugs/2073940 Title: Micro version mismatch between libgtk2.0-0 and libgtk2.0-dev (2.24.33-2ubuntu2) Status in gtk+2.0 package in Ubuntu: Incomplete Bug description: Hi, I detected a micro version mismatch between the development headers in libgtk2.0-dev and the underlying library in libgtk2.0-0 in Ubuntu 22.04. This affects package version 2.24.33-2ubuntu2. Package version info, pkg-config and the development headers claim that the underlying library is version 2.24.33. However, it is actually version 2.24.30. Symptoms: All configure scripts that use the M4 macro in /usr/share/aclocal/gtk-2.0.m4 (in libgtk2.0-dev) report a version mismatch in GTK. Code that depend on this macro fails to compile. Error: *** GTK+ header files (version 2.24.33) do not match *** library (version 2.24.30) How to reproduce: I have attached a simplified version of conftest.c originally found in gtk-2.0.m4. 1) Use an Ubuntu 22.04.4 LTS system with libgtk2.0-dev and dependencies installed (version 2.24.33-2ubuntu2). 2) Compile attached conftest.c with gcc -o conftest -g -O2 -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz 2) Execute ./conftest and it will report the error above. Additional info: lsb_release -rd Description: Ubuntu 22.04.4 LTS Release: 22.04 apt-cache policy libgtk2.0-0 libgtk2.0-0: Installed: 2.24.33-2ubuntu2 Candidate: 2.24.33-2ubuntu2 Version table: *** 2.24.33-2ubuntu2 500 500 http://ca.archive.ubuntu.com/ubuntu jammy/main amd64 Packages 100 /var/lib/dpkg/status libgtk2.0-dev: Installed: 2.24.33-2ubuntu2 Candidate: 2.24.33-2ubuntu2 Version table: *** 2.24.33-2ubuntu2 500 500 http://ca.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages 100 /var/lib/dpkg/status With best regards, Markus To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/2073940/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2077997] Re: draft: FFe tracker rename to tinysparql & rename tracker-miners to localsearch
** Changed in: tracker (Ubuntu) Status: Incomplete => Won't Fix ** Changed in: tracker-miners (Ubuntu) Status: Incomplete => Won't Fix -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to tracker in Ubuntu. https://bugs.launchpad.net/bugs/2077997 Title: draft: FFe tracker rename to tinysparql & rename tracker-miners to localsearch Status in tracker package in Ubuntu: Won't Fix Status in tracker-miners package in Ubuntu: Won't Fix Bug description: More details later Some details at https://bugs.debian.org/1072711 https://bugs.debian.org/1072712 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/2077997/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2068612] Re: Please remove wireless-tools from oracular
** Description changed: Wireless Extensions support in the kernel has been deprecated[1] for a long time now. wireless-tools[2] userspace utility should be removed. iw[3] is considered as the alternate. See page[4] for comparison between wireless-tools and iw. iw supports everything except deprecated Wireless-Extensions. See page[5] for replacing iwconfig with iw. $ reverse-depends wireless-tools Reverse-Recommends == * broadcom-sta-dkms * hw-probe * laptop-mode-tools * task-laptop * whereami Reverse-Depends === * aircrack-ng [amd64 ppc64el s390x] - * kubuntu-desktop [amd64 arm64 armhf ppc64el] * lubuntu-desktop [amd64 arm64 armhf ppc64el s390x] - * vanilla-gnome-desktop [amd64 arm64 armhf ppc64el] - - Packages without architectures listed are reverse-dependencies in: amd64, arm64, armhf, i386, ppc64el, s390x + Packages without architectures listed are reverse-dependencies in: + amd64, arm64, armhf, i386, ppc64el, s390x $ reverse-depends -b wireless-tools Reverse-Build-Depends = * networkd-dispatcher [1] https://wireless.wiki.kernel.org/en/developers/documentation/wireless-extensions [2] https://hewlettpackard.github.io/wireless-tools/Tools.html [3] https://wireless.wiki.kernel.org/en/users/documentation/iw [4] https://wiki.archlinux.org/title/Network_configuration/Wireless#iw_and_wireless_tools_comparison [5] https://wireless.wiki.kernel.org/en/users/documentation/iw/replace-iwconfig -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-meta in Ubuntu. https://bugs.launchpad.net/bugs/2068612 Title: Please remove wireless-tools from oracular Status in kubuntu-meta package in Ubuntu: Fix Released Status in lubuntu-meta package in Ubuntu: New Status in ubuntu-gnome-meta package in Ubuntu: Fix Released Status in ubuntu-meta package in Ubuntu: Fix Released Status in wireless-tools package in Ubuntu: Confirmed Bug description: Wireless Extensions support in the kernel has been deprecated[1] for a long time now. wireless-tools[2] userspace utility should be removed. iw[3] is considered as the alternate. See page[4] for comparison between wireless-tools and iw. iw supports everything except deprecated Wireless-Extensions. See page[5] for replacing iwconfig with iw. $ reverse-depends wireless-tools Reverse-Recommends == * broadcom-sta-dkms * hw-probe * laptop-mode-tools * task-laptop * whereami Reverse-Depends === * aircrack-ng [amd64 ppc64el s390x] * lubuntu-desktop [amd64 arm64 armhf ppc64el s390x] Packages without architectures listed are reverse-dependencies in: amd64, arm64, armhf, i386, ppc64el, s390x $ reverse-depends -b wireless-tools Reverse-Build-Depends = * networkd-dispatcher [1] https://wireless.wiki.kernel.org/en/developers/documentation/wireless-extensions [2] https://hewlettpackard.github.io/wireless-tools/Tools.html [3] https://wireless.wiki.kernel.org/en/users/documentation/iw [4] https://wiki.archlinux.org/title/Network_configuration/Wireless#iw_and_wireless_tools_comparison [5] https://wireless.wiki.kernel.org/en/users/documentation/iw/replace-iwconfig To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/2068612/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2068612] Re: Please remove wireless-tools from oracular
** Changed in: ubuntu-gnome-meta (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-meta in Ubuntu. https://bugs.launchpad.net/bugs/2068612 Title: Please remove wireless-tools from oracular Status in kubuntu-meta package in Ubuntu: Fix Released Status in lubuntu-meta package in Ubuntu: New Status in ubuntu-gnome-meta package in Ubuntu: Fix Committed Status in ubuntu-meta package in Ubuntu: Fix Released Status in wireless-tools package in Ubuntu: Confirmed Bug description: Wireless Extensions support in the kernel has been deprecated[1] for a long time now. wireless-tools[2] userspace utility should be removed. iw[3] is considered as the alternate. See page[4] for comparison between wireless-tools and iw. iw supports everything except deprecated Wireless-Extensions. See page[5] for replacing iwconfig with iw. $ reverse-depends wireless-tools Reverse-Recommends == * broadcom-sta-dkms * hw-probe * laptop-mode-tools * task-laptop * whereami Reverse-Depends === * aircrack-ng [amd64 ppc64el s390x] * kubuntu-desktop [amd64 arm64 armhf ppc64el] * lubuntu-desktop [amd64 arm64 armhf ppc64el s390x] * vanilla-gnome-desktop [amd64 arm64 armhf ppc64el] Packages without architectures listed are reverse-dependencies in: amd64, arm64, armhf, i386, ppc64el, s390x $ reverse-depends -b wireless-tools Reverse-Build-Depends = * networkd-dispatcher [1] https://wireless.wiki.kernel.org/en/developers/documentation/wireless-extensions [2] https://hewlettpackard.github.io/wireless-tools/Tools.html [3] https://wireless.wiki.kernel.org/en/users/documentation/iw [4] https://wiki.archlinux.org/title/Network_configuration/Wireless#iw_and_wireless_tools_comparison [5] https://wireless.wiki.kernel.org/en/users/documentation/iw/replace-iwconfig To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/2068612/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2077918] Re: librsvg 2.58.93+dfsg-4 causes FTBFS and autopkgtes fail due to missing dependencies
** Tags removed: update-excuse -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to librsvg in Ubuntu. https://bugs.launchpad.net/bugs/2077918 Title: librsvg 2.58.93+dfsg-4 causes FTBFS and autopkgtes fail due to missing dependencies Status in librsvg package in Ubuntu: Fix Committed Status in librsvg package in Debian: Fix Released Bug description: librsvg 2.58.93+dfsg-4 in oracular-proposed causes FTBFS due to missing dependencies. Also fails it's autopkgtest build test for the same reasons. *** Example FTBFS: https://launchpad.net/ubuntu/+source/kio- extras/4:23.08.5-0ubuntu7 -- Importing target librsvg via pkg-config (librsvg-2.0, shared) -- Checking for module 'librsvg-2.0' -- Package 'harfbuzz', required by 'librsvg-2.0', not found Package 'libxml-2.0', required by 'librsvg-2.0', not found Package 'pangocairo', required by 'librsvg-2.0', not found Package 'pangoft2', required by 'librsvg-2.0', not found CMake Error at /usr/share/cmake-3.30/Modules/FindPkgConfig.cmake:645 (message): The following required packages were not found: - librsvg-2.0 *** stdout of the failed build test autopkgtest 1..1 Package harfbuzz was not found in the pkg-config search path. Perhaps you should add the directory containing `harfbuzz.pc' to the PKG_CONFIG_PATH environment variable Package 'harfbuzz', required by 'librsvg-2.0', not found Package 'libxml-2.0', required by 'librsvg-2.0', not found Package 'pangocairo', required by 'librsvg-2.0', not found Package 'pangoft2', required by 'librsvg-2.0', not found simple.c:1:10: fatal error: glib-object.h: No such file or directory 1 | #include | ^~~ compilation terminated. *** To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/librsvg/+bug/2077918/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2078055] [NEW] librsvg needs cargo-c but it's not available on i386
Public bug reported: Starting with the librsvg 2.59 series (2.58.9*), librsvg requires cargo-c to build. cargo-c comes from the Debian source rust-cargo-c. The issue is that librsvg needs to be built on i386, but rust-cargo-c is not currently built for i386. The list of Build-Depends is kinda long. Currently except for librsvg, I believe the only rust-related packages built on i386 are rustc and cargo (which is totally different from cargo-c). https://packages.debian.org/source/unstable/rust-cargo-c Option 1 Stop building librsvg on i386. This might not be practical but it would offer some simplicity. I'm not sure of a perfect way to discover reverse-depends on i386. We may be able to drop gtk4's build dependency on librsvg. It looks like it is optional for cairo, but not sure whether it would be a good idea to attempt to remove it there. Option 2 Build cargo-c as arch:all. Unfortunately, this won't work since cargo-c ships arch-specific binaries unlike many of the rust-* .deb packages. Option 3 Attempt to vendor cargo-c inside the librsvg package. This is what I suspect to be the solution we'll need to go with. ** Affects: librsvg (Ubuntu) Importance: High Status: Triaged ** Tags: ftbfs oracular update-excuse -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to librsvg in Ubuntu. https://bugs.launchpad.net/bugs/2078055 Title: librsvg needs cargo-c but it's not available on i386 Status in librsvg package in Ubuntu: Triaged Bug description: Starting with the librsvg 2.59 series (2.58.9*), librsvg requires cargo-c to build. cargo-c comes from the Debian source rust-cargo-c. The issue is that librsvg needs to be built on i386, but rust-cargo-c is not currently built for i386. The list of Build-Depends is kinda long. Currently except for librsvg, I believe the only rust-related packages built on i386 are rustc and cargo (which is totally different from cargo-c). https://packages.debian.org/source/unstable/rust-cargo-c Option 1 Stop building librsvg on i386. This might not be practical but it would offer some simplicity. I'm not sure of a perfect way to discover reverse-depends on i386. We may be able to drop gtk4's build dependency on librsvg. It looks like it is optional for cairo, but not sure whether it would be a good idea to attempt to remove it there. Option 2 Build cargo-c as arch:all. Unfortunately, this won't work since cargo-c ships arch-specific binaries unlike many of the rust-* .deb packages. Option 3 Attempt to vendor cargo-c inside the librsvg package. This is what I suspect to be the solution we'll need to go with. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/librsvg/+bug/2078055/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2077997] [NEW] draft: FFe tracker rename to tinysparql & rename tracker-miners to localsearch
Public bug reported: More details later Some details at https://bugs.debian.org/1072711 https://bugs.debian.org/1072712 ** Affects: tracker (Ubuntu) Importance: Undecided Status: Incomplete ** Affects: tracker-miners (Ubuntu) Importance: Undecided Status: Incomplete ** Tags: oracular ** Also affects: tracker-miners (Ubuntu) Importance: Undecided Status: New ** Changed in: tracker-miners (Ubuntu) Status: New => Incomplete ** Changed in: tracker (Ubuntu) Status: New => Incomplete ** Summary changed: - draft: FFe tracker rename to tinysparql & tracker-miners rename to localsearch + draft: FFe tracker rename to tinysparql & rename tracker-miners to localsearch -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to tracker in Ubuntu. https://bugs.launchpad.net/bugs/2077997 Title: draft: FFe tracker rename to tinysparql & rename tracker-miners to localsearch Status in tracker package in Ubuntu: Incomplete Status in tracker-miners package in Ubuntu: Incomplete Bug description: More details later Some details at https://bugs.debian.org/1072711 https://bugs.debian.org/1072712 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/2077997/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2077918] Re: librsvg 2.58.93+dfsg-4 causes FTBFS and autopkgtes fail due to missing dependencies
Sorry for the delay. I have fixed this in Experimental now and will sync it over in a few hours. ** Changed in: librsvg (Ubuntu) Status: New => Fix Committed ** Changed in: librsvg (Ubuntu) Importance: Undecided => High ** Tags added: oracular update-excuse -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to librsvg in Ubuntu. https://bugs.launchpad.net/bugs/2077918 Title: librsvg 2.58.93+dfsg-4 causes FTBFS and autopkgtes fail due to missing dependencies Status in librsvg package in Ubuntu: Fix Committed Status in librsvg package in Debian: New Bug description: librsvg 2.58.93+dfsg-4 in oracular-proposed causes FTBFS due to missing dependencies. Also fails it's autopkgtest build test for the same reasons. *** Example FTBFS: https://launchpad.net/ubuntu/+source/kio- extras/4:23.08.5-0ubuntu7 -- Importing target librsvg via pkg-config (librsvg-2.0, shared) -- Checking for module 'librsvg-2.0' -- Package 'harfbuzz', required by 'librsvg-2.0', not found Package 'libxml-2.0', required by 'librsvg-2.0', not found Package 'pangocairo', required by 'librsvg-2.0', not found Package 'pangoft2', required by 'librsvg-2.0', not found CMake Error at /usr/share/cmake-3.30/Modules/FindPkgConfig.cmake:645 (message): The following required packages were not found: - librsvg-2.0 *** stdout of the failed build test autopkgtest 1..1 Package harfbuzz was not found in the pkg-config search path. Perhaps you should add the directory containing `harfbuzz.pc' to the PKG_CONFIG_PATH environment variable Package 'harfbuzz', required by 'librsvg-2.0', not found Package 'libxml-2.0', required by 'librsvg-2.0', not found Package 'pangocairo', required by 'librsvg-2.0', not found Package 'pangoft2', required by 'librsvg-2.0', not found simple.c:1:10: fatal error: glib-object.h: No such file or directory 1 | #include | ^~~ compilation terminated. *** To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/librsvg/+bug/2077918/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2077965] [NEW] mesa 24.2 broke gst-plugins-base1.0 build tests
Public bug reported: gst-plugins-base1.0 fails to build on amd64 (the only architecture where build test failures are currently not ignored) https://launchpad.net/ubuntu/+source/gst-plugins-base1.0/1.24.7-1 The build completes successfully in a PPA where oracular-proposed is not enabled. I believe this failure is because of mesa 24.0.2 which is currently in oracular-proposed. ** Affects: gst-plugins-base1.0 (Ubuntu) Importance: High Status: New ** Affects: mesa (Ubuntu) Importance: High Status: New ** Tags: ftbfs oracular update-excuse ** Also affects: gst-plugins-base1.0 (Ubuntu) Importance: Undecided Status: New ** Changed in: gst-plugins-base1.0 (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/2077965 Title: mesa 24.2 broke gst-plugins-base1.0 build tests Status in gst-plugins-base1.0 package in Ubuntu: New Status in mesa package in Ubuntu: New Bug description: gst-plugins-base1.0 fails to build on amd64 (the only architecture where build test failures are currently not ignored) https://launchpad.net/ubuntu/+source/gst-plugins-base1.0/1.24.7-1 The build completes successfully in a PPA where oracular-proposed is not enabled. I believe this failure is because of mesa 24.0.2 which is currently in oracular-proposed. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gst-plugins-base1.0/+bug/2077965/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2077776] Re: glib2.0 2.81.2-1 i386 autopkgtest failures
** Changed in: glib2.0 (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to glib2.0 in Ubuntu. https://bugs.launchpad.net/bugs/206 Title: glib2.0 2.81.2-1 i386 autopkgtest failures Status in glib2.0 package in Ubuntu: Fix Released Bug description: Several i386 autopkgtests triggered by glib2.0 2.81.2-1 are failing. This is because gcc-14 is not yet built on i386 while rustc is getting rebootstrapped on that architecture. I'm filing this bug to explain the issue so that people don't spend unnecessary time retrying the autopkgtests or looking for a different solution. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/206/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2060335] Re: upower/1.90.2-8build3 autopkgtest failure on arm64
** Changed in: upower (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to upower in Ubuntu. https://bugs.launchpad.net/bugs/2060335 Title: upower/1.90.2-8build3 autopkgtest failure on arm64 Status in upower package in Ubuntu: Fix Released Bug description: autopkgtests fail, only on arm64, after a no-change-rebuild, with the following output: 689s [32mTI:22:39:23 [34mHandling SIGTERM 689s [0m. 689s == 689s ERROR: test_daemon_restart (__main__.Tests.test_daemon_restart) 689s -- 689s Traceback (most recent call last): 689s File "/usr/lib/python3.12/shutil.py", line 785, in rmtree 689s _rmtree_safe_fd(fd, path, onexc) 689s File "/usr/lib/python3.12/shutil.py", line 717, in _rmtree_safe_fd 689s onexc(os.unlink, fullname, err) 689s File "/usr/lib/python3.12/shutil.py", line 715, in _rmtree_safe_fd 689s os.unlink(entry.name, dir_fd=topfd) 689s FileNotFoundError: [Errno 2] No such file or directory: 'history-time-full-G935_Gaming_Headset.dat.KL0SL2' 689s 689s == 689s FAIL: test_daemon_restart (__main__.Tests.test_daemon_restart) 689s -- 689s Traceback (most recent call last): 689s File "/usr/libexec/upower/integration-test.py", line 2558, in test_daemon_restart 689s self.stop_daemon() 689s File "/usr/libexec/upower/integration-test.py", line 239, in stop_daemon 689s self.assertEqual(self.daemon.wait(timeout=5.0), 0) 689s AssertionError: -15 != 0 689s 689s == 689s FAIL: test_daemon_restart (__main__.Tests.test_daemon_restart) 689s -- 689s Traceback (most recent call last): 689s File "/usr/libexec/upower/integration-test.py", line 173, in tearDown 689s self.stop_daemon() 689s File "/usr/libexec/upower/integration-test.py", line 239, in stop_daemon 689s self.assertEqual(self.daemon.wait(timeout=5.0), 0) 689s AssertionError: -15 != 0 689s 689s -- 689s Ran 66 tests in 194.378s 689s 689s FAILED (failures=2, errors=1) full log: https://autopkgtest.ubuntu.com/results/autopkgtest- noble/noble/arm64/u/upower/20240405_224518_5cff1@/log.gz These test passed in the previous version: https://autopkgtest.ubuntu.com/results/autopkgtest-noble/noble/arm64/u/upower/20240405_224754_d187c@/log.gz To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/upower/+bug/2060335/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2077465] Re: FFe: enable sysprof integration for folks, gtk3, pango
** Description changed: Impact == The Ubuntu Desktop plans to install the sysprof app by default (LP: #2077465) Some libraries have a build option to enable better integration with sysprof, so we should enable that option. This is not believed to otherwise have an impact on apps using those libraries. Why wasn't this done sooner? libsysprof-capture-4-dev was promoted to main August 14, the day before Ubuntu 24.10 Feature Freeze. There wasn't time to make these changes then with everything else that needed to be done that week. Testing done - The changes have been applied in Debian Unstable where the builds completed successfully and the autopkgtests have completed successfully. - - (dogtail's autopkgtest triggered by gtk+3.0 failed but that's because of - a known at-spi2-core issue unrelated to this change) + The changes have been applied in Debian Unstable where the builds completed successfully and the autopkgtests have completed successfully. All 3 have successfully migrated to Debian Testing. Other Info == folks and pango1.0 are syncs. gtk+3.0 will be a merge. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to folks in Ubuntu. https://bugs.launchpad.net/bugs/2077465 Title: FFe: enable sysprof integration for folks, gtk3, pango Status in folks package in Ubuntu: Confirmed Status in gtk+3.0 package in Ubuntu: Confirmed Status in pango1.0 package in Ubuntu: Confirmed Bug description: Impact == The Ubuntu Desktop plans to install the sysprof app by default (LP: #2077465) Some libraries have a build option to enable better integration with sysprof, so we should enable that option. This is not believed to otherwise have an impact on apps using those libraries. Why wasn't this done sooner? libsysprof-capture-4-dev was promoted to main August 14, the day before Ubuntu 24.10 Feature Freeze. There wasn't time to make these changes then with everything else that needed to be done that week. Testing done The changes have been applied in Debian Unstable where the builds completed successfully and the autopkgtests have completed successfully. All 3 have successfully migrated to Debian Testing. Other Info == folks and pango1.0 are syncs. gtk+3.0 will be a merge. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/folks/+bug/2077465/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2077776] [NEW] glib2.0 2.81.2-1 i386 autopkgtest failures
Public bug reported: Several i386 autopkgtests triggered by glib2.0 2.81.2-1 are failing. This is because gcc-14 is not yet built on i386 while rustc is getting rebootstrapped on that architecture. I'm filing this bug to explain the issue so that people don't spend unnecessary time retrying the autopkgtests or looking for a different solution. ** Affects: glib2.0 (Ubuntu) Importance: High Status: Fix Committed ** Tags: oracular update-excuse -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to glib2.0 in Ubuntu. https://bugs.launchpad.net/bugs/206 Title: glib2.0 2.81.2-1 i386 autopkgtest failures Status in glib2.0 package in Ubuntu: Fix Committed Bug description: Several i386 autopkgtests triggered by glib2.0 2.81.2-1 are failing. This is because gcc-14 is not yet built on i386 while rustc is getting rebootstrapped on that architecture. I'm filing this bug to explain the issue so that people don't spend unnecessary time retrying the autopkgtests or looking for a different solution. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/206/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2077465] Re: FFe: enable sysprof integration for folks, gtk3, pango
** Summary changed: - [draft] FFe: enable sysprof integration for folks, gtk3, pango, webkit2gtk + FFe: enable sysprof integration for folks, gtk3, pango ** No longer affects: webkit2gtk (Ubuntu) ** Description changed: Impact == The Ubuntu Desktop plans to install the sysprof app by default (LP: #2077465) Some libraries have a build option to enable better integration with sysprof, so we should enable that option. This is not believed to otherwise have an impact on apps using those libraries. Why wasn't this done sooner? libsysprof-capture-4-dev was promoted to main August 14, the day before Ubuntu 24.10 Feature Freeze. There wasn't time to make these changes then with everything else that needed to be done that week. Testing done The changes have been applied in Debian Unstable where the builds completed successfully and the autopkgtests have completed successfully. (dogtail's autopkgtest triggered by gtk+3.0 failed but that's because of a known at-spi2-core issue unrelated to this change) Other Info == - folks and pango1.0 are syncs. webkit2gtk & gtk+3.0 will be merges. - - webkit2gtk - == - This is still being tested to ensure that the build option works and that the -dev package has the correct dependency. - - webkit2gtk did not have a sysprof option until the development 2.45 - series now in oracular + folks and pango1.0 are syncs. gtk+3.0 will be a merge. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to folks in Ubuntu. https://bugs.launchpad.net/bugs/2077465 Title: FFe: enable sysprof integration for folks, gtk3, pango Status in folks package in Ubuntu: Confirmed Status in gtk+3.0 package in Ubuntu: Confirmed Status in pango1.0 package in Ubuntu: Confirmed Bug description: Impact == The Ubuntu Desktop plans to install the sysprof app by default (LP: #2077465) Some libraries have a build option to enable better integration with sysprof, so we should enable that option. This is not believed to otherwise have an impact on apps using those libraries. Why wasn't this done sooner? libsysprof-capture-4-dev was promoted to main August 14, the day before Ubuntu 24.10 Feature Freeze. There wasn't time to make these changes then with everything else that needed to be done that week. Testing done The changes have been applied in Debian Unstable where the builds completed successfully and the autopkgtests have completed successfully. (dogtail's autopkgtest triggered by gtk+3.0 failed but that's because of a known at-spi2-core issue unrelated to this change) Other Info == folks and pango1.0 are syncs. gtk+3.0 will be a merge. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/folks/+bug/2077465/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2077465] Re: [draft] FFe: enable sysprof integration for folks, gtk3, pango, webkit2gtk
** Description changed: Impact == - The Ubuntu Desktop plans to install the sysprof app by default (LP: #2077465) Some libraries have a build option to enable greater integration with sysprof, so we should enable that option. + The Ubuntu Desktop plans to install the sysprof app by default (LP: #2077465) Some libraries have a build option to enable better integration with sysprof, so we should enable that option. This is not believed to otherwise have an impact on apps using those libraries. Why wasn't this done sooner? libsysprof-capture-4-dev was promoted to main August 14, the day before Ubuntu 24.10 Feature Freeze. There wasn't time to make these changes then with everything else that needed to be done that week. Testing done - These changes are happening in Debian first where we can verify that autopkgtests continue to pass. + The changes have been applied in Debian Unstable where the builds completed successfully and the autopkgtests have completed successfully. + + (dogtail's autopkgtest triggered by gtk+3.0 failed but that's because of + a known at-spi2-core issue unrelated to this change) + + webkit2gtk + == + This is still being tested to ensure that the build option works and that the -dev package has the correct dependency. + + webkit2gtk did not have a sysprof option until the development 2.45 + series now in oracular ** Changed in: folks (Ubuntu) Status: Incomplete => Confirmed ** Changed in: gtk+3.0 (Ubuntu) Status: Incomplete => Confirmed ** Changed in: pango1.0 (Ubuntu) Status: Incomplete => Confirmed ** Description changed: Impact == The Ubuntu Desktop plans to install the sysprof app by default (LP: #2077465) Some libraries have a build option to enable better integration with sysprof, so we should enable that option. This is not believed to otherwise have an impact on apps using those libraries. Why wasn't this done sooner? libsysprof-capture-4-dev was promoted to main August 14, the day before Ubuntu 24.10 Feature Freeze. There wasn't time to make these changes then with everything else that needed to be done that week. Testing done The changes have been applied in Debian Unstable where the builds completed successfully and the autopkgtests have completed successfully. (dogtail's autopkgtest triggered by gtk+3.0 failed but that's because of a known at-spi2-core issue unrelated to this change) + Other Info + == + folks and pango1.0 are syncs. webkit2gtk & gtk+3.0 will be merges. + webkit2gtk == This is still being tested to ensure that the build option works and that the -dev package has the correct dependency. webkit2gtk did not have a sysprof option until the development 2.45 series now in oracular -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to folks in Ubuntu. https://bugs.launchpad.net/bugs/2077465 Title: [draft] FFe: enable sysprof integration for folks, gtk3, pango, webkit2gtk Status in folks package in Ubuntu: Confirmed Status in gtk+3.0 package in Ubuntu: Confirmed Status in pango1.0 package in Ubuntu: Confirmed Status in webkit2gtk package in Ubuntu: Incomplete Bug description: Impact == The Ubuntu Desktop plans to install the sysprof app by default (LP: #2077465) Some libraries have a build option to enable better integration with sysprof, so we should enable that option. This is not believed to otherwise have an impact on apps using those libraries. Why wasn't this done sooner? libsysprof-capture-4-dev was promoted to main August 14, the day before Ubuntu 24.10 Feature Freeze. There wasn't time to make these changes then with everything else that needed to be done that week. Testing done The changes have been applied in Debian Unstable where the builds completed successfully and the autopkgtests have completed successfully. (dogtail's autopkgtest triggered by gtk+3.0 failed but that's because of a known at-spi2-core issue unrelated to this change) Other Info == folks and pango1.0 are syncs. webkit2gtk & gtk+3.0 will be merges. webkit2gtk == This is still being tested to ensure that the build option works and that the -dev package has the correct dependency. webkit2gtk did not have a sysprof option until the development 2.45 series now in oracular To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/folks/+bug/2077465/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2077465] Re: [draft] FFe: enable sysprof integration for folks, gtk3, pango
** Also affects: webkit2gtk (Ubuntu) Importance: Undecided Status: New ** Changed in: webkit2gtk (Ubuntu) Status: New => Incomplete ** Summary changed: - [draft] FFe: enable sysprof integration for folks, gtk3, pango + [draft] FFe: enable sysprof integration for folks, gtk3, pango, webkit2gtk -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to folks in Ubuntu. https://bugs.launchpad.net/bugs/2077465 Title: [draft] FFe: enable sysprof integration for folks, gtk3, pango, webkit2gtk Status in folks package in Ubuntu: Confirmed Status in gtk+3.0 package in Ubuntu: Confirmed Status in pango1.0 package in Ubuntu: Confirmed Status in webkit2gtk package in Ubuntu: Incomplete Bug description: Impact == The Ubuntu Desktop plans to install the sysprof app by default (LP: #2077465) Some libraries have a build option to enable better integration with sysprof, so we should enable that option. This is not believed to otherwise have an impact on apps using those libraries. Why wasn't this done sooner? libsysprof-capture-4-dev was promoted to main August 14, the day before Ubuntu 24.10 Feature Freeze. There wasn't time to make these changes then with everything else that needed to be done that week. Testing done The changes have been applied in Debian Unstable where the builds completed successfully and the autopkgtests have completed successfully. (dogtail's autopkgtest triggered by gtk+3.0 failed but that's because of a known at-spi2-core issue unrelated to this change) Other Info == folks and pango1.0 are syncs. webkit2gtk & gtk+3.0 will be merges. webkit2gtk == This is still being tested to ensure that the build option works and that the -dev package has the correct dependency. webkit2gtk did not have a sysprof option until the development 2.45 series now in oracular To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/folks/+bug/2077465/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1997004] Re: autopkgtests fail with gpgme1.0 1.18.0-2ubuntu1 from lunar proposed
** Changed in: rust-gpgme-sys (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gpgme1.0 in Ubuntu. https://bugs.launchpad.net/bugs/1997004 Title: autopkgtests fail with gpgme1.0 1.18.0-2ubuntu1 from lunar proposed Status in gpgme1.0 package in Ubuntu: Invalid Status in rust-gpgme-sys package in Ubuntu: Fix Released Bug description: Release: Lunar Version: 0.10.0-1 Failure due to the upstream gpgme-config script not being shipped by debian with gpgme1.0 1.18.0-2 Related bugs: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023601 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1022348 [gpgme-sys 0.10.0] running: "sh" "-c" "gpgme-config --version" [gpgme-sys 0.10.0] sh: 1: gpgme-config: not found [gpgme-sys 0.10.0] command did not execute successfully, got: exit status: 127 [gpgme-sys 0.10.0] Error: () error: failed to run custom build command for `gpgme-sys v0.10.0 (/usr/share/cargo/registry/gpgme-sys-0.10.0)` Caused by: process didn't exit successfully: `/tmp/tmp.DkCl1cHFak/target/debug/build/gpgme-sys-cf9d18ac09e05ddc/build-script-build` (exit status: 1) --- stdout cargo:rerun-if-env-changed=GPGME_PREFIX cargo:rerun-if-env-changed=GPGME_INCLUDE cargo:rerun-if-env-changed=GPGME_LIB_DIR cargo:rerun-if-env-changed=GPGME_LIBS cargo:rerun-if-env-changed=GPGME_CONFIG --- stderr running: "sh" "-c" "gpgme-config --version" sh: 1: gpgme-config: not found command did not execute successfully, got: exit status: 127 Error: () To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gpgme1.0/+bug/1997004/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2057836] Re: gst-python1.0 fails to build: test failures
** Changed in: gst-python1.0 (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pygobject in Ubuntu. https://bugs.launchpad.net/bugs/2057836 Title: gst-python1.0 fails to build: test failures Status in pygobject: Fix Released Status in gst-python1.0 package in Ubuntu: Fix Released Status in pygobject package in Ubuntu: Fix Released Status in gst-python1.0 package in Debian: Fix Released Bug description: gst-python1.0 fails to build because of test failures. https://launchpad.net/ubuntu/+source/gst-python1.0/1.22.10-1build1 https://launchpad.net/ubuntu/+source/gst-python1.0/1.24.0-1 I have reported the issue to the upstream developers https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3353 To manage notifications about this bug go to: https://bugs.launchpad.net/pygobject/+bug/2057836/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2064656] Re: gnome-shell spams the journal with `Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value` multi
This bug won't be fully fixed until the language pack update is published in a few days. https://lists.ubuntu.com/archives/ubuntu- translators/2024-August/007927.html But no additional work is needed in gsettings-desktop-schemas so we'll keep this bug marked as Fix Released. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gsettings-desktop-schemas in Ubuntu. https://bugs.launchpad.net/bugs/2064656 Title: gnome-shell spams the journal with `Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value` multiple times every second for users using the lt_LT , ru_RU, Indonesian (id) and maybe other locales Status in GSettings Desktop Schemas: Fix Released Status in gsettings-desktop-schemas package in Ubuntu: Fix Released Status in gsettings-desktop-schemas source package in Noble: Fix Released Bug description: Impact -- The systemd journal gets a lot of warnings about an incorrect translation for the default Ubuntu Desktop when used with certain languages including Georgian, Indonesian, Lithuanian, and Russian. This issue is much worse if someone has enabled the show Seconds option in the top bar clock. This issue is being fixed by packaging the new bugfix release of gsettings-desktop-schemas 46.1. There were only translation updates in this release. https://gitlab.gnome.org/GNOME/gsettings-desktop- schemas/-/compare/46.0...46.1 Test Case - 1. Open a terminal and run sudo apt install language-pack-gnome-lt 2. Close the terminal 3. Open the Settings app (gnome-control-center) 4. In the side bar, click System, then Date & Time. Turn on Seconds. 5. Close the Settings app. 6. Open the Language Support app. You can click Remind me later if you see a warning that says "The language support is not installed completely." 7. Drag Lietuvių to the top of the list. 8. Log out 9. Log back in. 10. Open a terminal and run journalctl -f. You should not see any of the clock-format warnings mentioned in the Original Bug Report below. What Could Go Wrong --- As a component of GNOME core, there is a micro-release exception for gsettings-desktop-schemas. https://wiki.ubuntu.com/StableReleaseUpdates/GNOME Other Info -- Because gsettings-desktop-schemas is included in Ubuntu language packs, this issue is actually only fixed with a language pack update. Ubuntu currently only updates language packs shortly before Ubuntu LTS point releases. Therefore, we will need to push this update without being able to verify the Test Case first. Original Bug Report --- After upgrading to Ubuntu 24.04 LTS I ran journalctl -f and noticed that gnome-shell was spamming errors at the rate of 12 lines every second: geg. 02 18:29:19 blynas gnome-shell[3980]: Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value geg. 02 18:29:19 blynas gnome-shell[3980]: Using untranslated default instead. geg. 02 18:29:20 blynas gnome-shell[3980]: Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value geg. 02 18:29:20 blynas gnome-shell[3980]: Using untranslated default instead. geg. 02 18:29:20 blynas gnome-shell[3980]: Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value geg. 02 18:29:20 blynas gnome-shell[3980]: Using untranslated default instead. geg. 02 18:29:20 blynas gnome-shell[3980]: Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value geg. 02 18:29:20 blynas gnome-shell[3980]: Using untranslated default instead. geg. 02 18:29:20 blynas gnome-shell[3980]: Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value geg. 02 18:29:20 blynas gnome-shell[3980]: Using untranslated default instead. geg. 02 18:29:20 blynas gnome-shell[3980]: Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value geg. 02 18:29:20 blynas gnome-shell[3980]: Using untranslated default instead. geg. 02 18:29:20 blynas gnome-shell[3980]: Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value geg. 02 18:29:20 blynas gnome-shell[3980]: Using untranslated default instead. My locale is lt_LT.UTF-8, but this issue appears also in ru_RU, id (Indonesian) and maybe other locales. This is caused by a mistaken translation of the quote characters in "'24h'" which is used as the default value for a particular gsettings key. Specifically, this translation: https://translations.launchpad.net/ubun
[Touch-packages] [Bug 2077465] Re: [draft] FFe: enable sysprof integration for folks, gtk3, pango
** Description changed: Impact == + The Ubuntu Desktop plans to install the sysprof app by default (LP: #2077465) Some libraries have a build option to enable greater integration with sysprof, so we should enable that option. + + This is not believed to otherwise have an impact on apps using those + libraries. + + Why wasn't this done sooner? + + libsysprof-capture-4-dev was promoted to main August 14, the day before Ubuntu 24.10 Feature Freeze. There wasn't time to make these changes then with everything else that needed to be done that week. + + Testing done + + These changes are happening in Debian first where we can verify that autopkgtests continue to pass. ** Changed in: gtk+3.0 (Ubuntu) Status: New => Incomplete ** Also affects: folks (Ubuntu) Importance: Undecided Status: New ** Changed in: folks (Ubuntu) Status: New => Incomplete ** Also affects: pango1.0 (Ubuntu) Importance: Undecided Status: New ** Changed in: pango1.0 (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/2077465 Title: [draft] FFe: enable sysprof integration for folks, gtk3, pango Status in folks package in Ubuntu: Incomplete Status in gtk+3.0 package in Ubuntu: Incomplete Status in pango1.0 package in Ubuntu: Incomplete Bug description: Impact == The Ubuntu Desktop plans to install the sysprof app by default (LP: #2077465) Some libraries have a build option to enable greater integration with sysprof, so we should enable that option. This is not believed to otherwise have an impact on apps using those libraries. Why wasn't this done sooner? libsysprof-capture-4-dev was promoted to main August 14, the day before Ubuntu 24.10 Feature Freeze. There wasn't time to make these changes then with everything else that needed to be done that week. Testing done These changes are happening in Debian first where we can verify that autopkgtests continue to pass. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/folks/+bug/2077465/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2077465] [NEW] [draft] FFe: enable sysprof integration for folks, gtk3, pango
Public bug reported: Impact == ** Affects: gtk+3.0 (Ubuntu) Importance: Undecided Status: New ** Tags: oracular -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/2077465 Title: [draft] FFe: enable sysprof integration for folks, gtk3, pango Status in gtk+3.0 package in Ubuntu: New Bug description: Impact == To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/2077465/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2077461] [NEW] [draft] FFe: Install sysprof app in default Ubuntu install
Public bug reported: This is filed as a draft to provide early notice to the Ubuntu Release Team as requested. It is not yet ready for action since the libdex MIR has not been approved yet. LP: #2066262 Impact == The Ubuntu Desktop team wishes to install the sysprof app in the default Ubuntu Desktop install for 24.10. This is part of a distro-wide Performance Engineering effort discussed in various places such as https://ubuntu.com/blog/ubuntu-performance-engineering-with-frame-pointers-by-default For clarification, this change is for both the default and full installation options. This will be done by adding Recommends: sysprof in the ubuntu-desktop-minimal package (and seed). No changes are needed in any other packages. Installing the sysprof app by default has no impact on any other packages. Why this wasn't done earlier The Ubuntu Security team was unable to finish their security review for sysprof's dependency, libdex, before Feature Freeze Testing === I don't believe any other testing is needed for this change. However, there is a manual test to verify that the app works: https://wiki.ubuntu.com/DesktopTeam/TestPlans/Sysprof ** Affects: ubuntu-meta (Ubuntu) Importance: Undecided Assignee: Jeremy Bícha (jbicha) Status: Incomplete ** Tags: oracular ** Changed in: ubuntu-meta (Ubuntu) Status: New => Incomplete ** Changed in: ubuntu-meta (Ubuntu) Assignee: (unassigned) => Jeremy Bícha (jbicha) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-meta in Ubuntu. https://bugs.launchpad.net/bugs/2077461 Title: [draft] FFe: Install sysprof app in default Ubuntu install Status in ubuntu-meta package in Ubuntu: Incomplete Bug description: This is filed as a draft to provide early notice to the Ubuntu Release Team as requested. It is not yet ready for action since the libdex MIR has not been approved yet. LP: #2066262 Impact == The Ubuntu Desktop team wishes to install the sysprof app in the default Ubuntu Desktop install for 24.10. This is part of a distro-wide Performance Engineering effort discussed in various places such as https://ubuntu.com/blog/ubuntu-performance-engineering-with-frame-pointers-by-default For clarification, this change is for both the default and full installation options. This will be done by adding Recommends: sysprof in the ubuntu-desktop-minimal package (and seed). No changes are needed in any other packages. Installing the sysprof app by default has no impact on any other packages. Why this wasn't done earlier The Ubuntu Security team was unable to finish their security review for sysprof's dependency, libdex, before Feature Freeze Testing === I don't believe any other testing is needed for this change. However, there is a manual test to verify that the app works: https://wiki.ubuntu.com/DesktopTeam/TestPlans/Sysprof To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-meta/+bug/2077461/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2072782] Re: Update gnome-online-accounts to 3.50.4
** Changed in: gnome-online-accounts (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gnome-online-accounts in Ubuntu. https://bugs.launchpad.net/bugs/2072782 Title: Update gnome-online-accounts to 3.50.4 Status in gnome-online-accounts package in Ubuntu: Fix Released Status in gnome-online-accounts source package in Noble: Fix Committed Bug description: Impact == This is a new bugfix release in the stable 3.50.x series. It significantly improves the usability of the new "Microsoft 365" provider. However, that UI improvement changed translatable strings. See Other Info below. https://gitlab.gnome.org/GNOME/gnome-online- accounts/-/blob/3.50.4/NEWS It also improves the new WebDAV account type for Fastmail users. LP: #2072775 Test Cases == The autopkgtests for gnome-online-accounts should complete successfully Complete Test Case 2 (Google) from https://wiki.ubuntu.com/DesktopTeam/TestPlans/OnlineAccounts What Could Go Wrong === gnome-online-accounts is included by default in Ubuntu Desktop, Edubuntu, Ubuntu Budgie & Ubuntu Cinnamon. If gnome-online-accounts is broken, people using Ubuntu may not receive notifications for emails and calendar appointments. This can be mitigated somewhat by using online services via a web browser and enabling notifications in their web browser. Before Ubuntu 24.04 LTS, gnome-online-accounts used webkit2gtk to handle authentication. By using the browser, gnome-online-accounts can handle many additional types of authentication and is more resilient to API changes and restrictions from the online service providers. GNOME Online Accounts is part of GNOME Core and is included in the GNOME micro release exception https://wiki.ubuntu.com/StableReleaseUpdates/GNOME Other Info == This update includes changes to translatable strings. This package uses Ubuntu language packs. Because language packs are only updated shortly before each Ubuntu LTS point release, ideally this update will be included before the language packs are updated. The Ubuntu Desktop team considers the effect of changing translatable strings to be low because the changed strings were very new and weren't translated much. The strings are part of the Microsoft 365 feature that is new in GNOME 46. The updated strings have been available upstream since late May and the translation coverage is better although still incomplete. We will likely do another SRU to include another upstream bugfix release (with updated translations) before Ubuntu 24.04.2. An update to translatable strings like this after a GNOME .0 release is very unusual. However, it was approved by the GNOME Release Team. Screenshots and more info at https://gitlab.gnome.org/Teams/Translation/Coordination/-/issues/158 The backend library .symbols file indicates one removed symbol. It has been upstream's opinion for many years that the backend library is internal API and is subject to change. gnome-control-center is the only user of the backend API for Ubuntu 24.04 LTS and it never used that symbol. There is a separate frontend library, libgoa-1.0-0b, where it would be a serious issue if symbols were removed without the soname being bumped. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-online-accounts/+bug/2072782/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2051574] Re: gnome-shell-portal-helper crashed with SIGTRAP in waitUntilSyncedOrDie() from WebKit::XDGDBusProxy::launch() ["bwrap: setting up uid map: Permission denied" ; "Faile
There's nothing left to fix on the Ubuntu side. Closing. ** Changed in: gnome-shell (Ubuntu) Status: Confirmed => Fix Released ** Changed in: apparmor (Ubuntu) Status: New => Fix Released ** Changed in: webkit2gtk (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor in Ubuntu. https://bugs.launchpad.net/bugs/2051574 Title: gnome-shell-portal-helper crashed with SIGTRAP in waitUntilSyncedOrDie() from WebKit::XDGDBusProxy::launch() ["bwrap: setting up uid map: Permission denied" ; "Failed to fully launch dbus- proxy: Child process exited with code 1"] Status in apparmor package in Ubuntu: Fix Released Status in gnome-shell package in Ubuntu: Fix Released Status in webkit2gtk package in Ubuntu: Fix Released Bug description: Same as Summary ProblemType: Crash DistroRelease: Ubuntu 24.04 Package: gnome-shell 45.3-1ubuntu1 ProcVersionSignature: Ubuntu 6.6.0-14.14-generic 6.6.3 Uname: Linux 6.6.0-14-generic x86_64 ApportVersion: 2.27.0-0ubuntu6 Architecture: amd64 CasperMD5CheckResult: pass CrashCounter: 1 CurrentDesktop: ubuntu:GNOME Date: Mon Jan 29 08:56:29 2024 DisplayManager: gdm3 ExecutablePath: /usr/libexec/gnome-shell-portal-helper InstallationDate: Installed on 2024-01-25 (4 days ago) InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240116) ProcCmdline: /usr/libexec/gnome-shell-portal-helper ProcEnviron: LANG=en_US.UTF-8 PATH=(custom, no user) SHELL=/bin/bash XDG_RUNTIME_DIR= RelatedPackageVersions: mutter-common 45.3-1ubuntu1 Signal: 5 SourcePackage: gnome-shell StacktraceTop: ?? () from /lib/x86_64-linux-gnu/libwebkitgtk-6.0.so.4 ?? () from /lib/x86_64-linux-gnu/libwebkitgtk-6.0.so.4 ?? () from /lib/x86_64-linux-gnu/libwebkitgtk-6.0.so.4 ?? () from /lib/x86_64-linux-gnu/libwebkitgtk-6.0.so.4 ?? () from /lib/x86_64-linux-gnu/libwebkitgtk-6.0.so.4 Title: gnome-shell-portal-helper crashed with signal 5 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sudo users separator: To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2051574/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1175608] Re: Thumbnails too small in 'open file' dialog nautilus
** Package changed: gtk4 (Ubuntu) => nautilus (Ubuntu) ** Changed in: nautilus (Ubuntu) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/1175608 Title: Thumbnails too small in 'open file' dialog nautilus Status in Nautilus: Expired Status in gtk+3.0 package in Ubuntu: Triaged Status in nautilus package in Ubuntu: Fix Committed Bug description: When trying to upload image files to e.g. websites like marktplaats.nl (kind of ebay) I get very, very small image thumbnails. There seems no way to enlarge these thumbnails. All options only work if Nautilus is used stand alone, but not with the open file dialog that is being used to upload files. I have attached a screen dump just to show what I mean. To manage notifications about this bug go to: https://bugs.launchpad.net/nautilus/+bug/1175608/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2072574] Re: Drop obsolete evolution-data-server notify-with-tray override
All autopkgtests have passed successfully on retry -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-settings in Ubuntu. https://bugs.launchpad.net/bugs/2072574 Title: Drop obsolete evolution-data-server notify-with-tray override Status in ubuntu-settings package in Ubuntu: Fix Released Status in ubuntu-settings source package in Noble: Fix Committed Bug description: Impact -- Calendar notifications currently pop up a full app window instead of as a normal notification. The normal notifications respect the Do Not Disturb setting, but the full app window does not. Test Case 1 --- From Ubuntu Desktop… 1. Add your Google account to GNOME Settings > Online Accounts 2. Add a calendar event to Google Calendar with a notification in advance 3. When it is time for the notification, you should see a GNOME Shell notification. You can click on the notification to see the full Reminders window. Test Case 2 --- From Ubuntu Unity 24.04 LTS… 1. Open a terminal and run this command: sudo apt install gnome-online-accounts-gtk 2. Close the terminal 3. Add a calendar event to Google Calendar with a notification in advance 4. When it is time for the notification, you should see a notification pop-up. You can click OK on the notification to see the full Reminders window. What Could Go Wrong --- The ubuntu-settings package is shipped by default with Ubuntu Desktop, Ubuntu Unity, and Edubuntu. Edubuntu is practically the same as Ubuntu Desktop as far as the desktop experience goes with one additional GNOME Shell extension to sort the Show Apps view alphabetically. This is a small default change that can be easily changed (see Revert instructions below). I guess this could go bad if someone counts on getting event notifications even though they have turned on Do Not Disturb. I'm sorry but it is intended that Do Not Disturb not show notifications like this. Other Info -- I believe this override was originally added in 2011 for Unity's benefit LP: #757805 It was also helpful for GNOME in early GNOME 3 days with the unusual messaging tray that was later dropped. These days, GNOME Shell notifications work well, better than a separate popup window. Revert to Previous Behavior --- If you prefer the original Ubuntu 24.04 LTS behavior, do one of the following: 1. Run this in a terminal: gsettings set org.gnome.evolution-data-server.calendar notify-with-tray false 2. Or install Evolution. In ☰ > Edit > Preferences > Calendar and Tasks, turn on "Display Reminder window with notifications" To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-settings/+bug/2072574/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2064656] Re: gnome-shell spams the journal with `Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value` multi
All autopkgtests have passed on retry -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gsettings-desktop-schemas in Ubuntu. https://bugs.launchpad.net/bugs/2064656 Title: gnome-shell spams the journal with `Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value` multiple times every second for users using the lt_LT , ru_RU, Indonesian (id) and maybe other locales Status in GSettings Desktop Schemas: Fix Released Status in gsettings-desktop-schemas package in Ubuntu: Fix Released Status in gsettings-desktop-schemas source package in Noble: Fix Committed Bug description: Impact -- The systemd journal gets a lot of warnings about an incorrect translation for the default Ubuntu Desktop when used with certain languages including Georgian, Indonesian, Lithuanian, and Russian. This issue is much worse if someone has enabled the show Seconds option in the top bar clock. This issue is being fixed by packaging the new bugfix release of gsettings-desktop-schemas 46.1. There were only translation updates in this release. https://gitlab.gnome.org/GNOME/gsettings-desktop- schemas/-/compare/46.0...46.1 Test Case - 1. Open a terminal and run sudo apt install language-pack-gnome-lt 2. Close the terminal 3. Open the Settings app (gnome-control-center) 4. In the side bar, click System, then Date & Time. Turn on Seconds. 5. Close the Settings app. 6. Open the Language Support app. You can click Remind me later if you see a warning that says "The language support is not installed completely." 7. Drag Lietuvių to the top of the list. 8. Log out 9. Log back in. 10. Open a terminal and run journalctl -f. You should not see any of the clock-format warnings mentioned in the Original Bug Report below. What Could Go Wrong --- As a component of GNOME core, there is a micro-release exception for gsettings-desktop-schemas. https://wiki.ubuntu.com/StableReleaseUpdates/GNOME Other Info -- Because gsettings-desktop-schemas is included in Ubuntu language packs, this issue is actually only fixed with a language pack update. Ubuntu currently only updates language packs shortly before Ubuntu LTS point releases. Therefore, we will need to push this update without being able to verify the Test Case first. Original Bug Report --- After upgrading to Ubuntu 24.04 LTS I ran journalctl -f and noticed that gnome-shell was spamming errors at the rate of 12 lines every second: geg. 02 18:29:19 blynas gnome-shell[3980]: Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value geg. 02 18:29:19 blynas gnome-shell[3980]: Using untranslated default instead. geg. 02 18:29:20 blynas gnome-shell[3980]: Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value geg. 02 18:29:20 blynas gnome-shell[3980]: Using untranslated default instead. geg. 02 18:29:20 blynas gnome-shell[3980]: Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value geg. 02 18:29:20 blynas gnome-shell[3980]: Using untranslated default instead. geg. 02 18:29:20 blynas gnome-shell[3980]: Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value geg. 02 18:29:20 blynas gnome-shell[3980]: Using untranslated default instead. geg. 02 18:29:20 blynas gnome-shell[3980]: Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value geg. 02 18:29:20 blynas gnome-shell[3980]: Using untranslated default instead. geg. 02 18:29:20 blynas gnome-shell[3980]: Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value geg. 02 18:29:20 blynas gnome-shell[3980]: Using untranslated default instead. geg. 02 18:29:20 blynas gnome-shell[3980]: Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value geg. 02 18:29:20 blynas gnome-shell[3980]: Using untranslated default instead. My locale is lt_LT.UTF-8, but this issue appears also in ru_RU, id (Indonesian) and maybe other locales. This is caused by a mistaken translation of the quote characters in "'24h'" which is used as the default value for a particular gsettings key. Specifically, this translation: https://translations.launchpad.net/ubuntu/noble/+source/gsettings-desktop-schemas/+pots/gsettings-desktop-schemas/lt/232/+translate https://translations.launchpad.net/ubuntu/noble/+source/gsettings-desktop-schemas/+pots/gsettings-desktop-schemas/ru/232/+translate https://
[Touch-packages] [Bug 2072775] Re: Fastmail's WebDav, CalDav and CardDav is buggy
The autopkgtests have all passed on retry -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gnome-online-accounts in Ubuntu. https://bugs.launchpad.net/bugs/2072775 Title: Fastmail's WebDav, CalDav and CardDav is buggy Status in gnome-online-accounts package in Ubuntu: Fix Released Status in gnome-online-accounts source package in Noble: Fix Committed Bug description: SRU Note We are using the exception to mention this bug in the SRU changelog for bug tracking but will not do individual verification of this fix before promoting to -updates. https://wiki.ubuntu.com/StableReleaseUpdates#Bug_references_in_changelogs Impact == The new WebDav etc feature in Ubuntu 24.04 LTS does not support fastmail.com (or a different provider, mailbox.org) natively. This was fixed in https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/commit/2efd2129 and https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/commit/cc6c0948 which are included in gnome-online-accounts 3.50.1 Test Case = None What Could Go Wrong === See master bug for gnome-online-accounts 3.50.3 update LP: #2072782 Original Bug Report === Even though GNOME Online Accounts now natively supports WebDav, CalDav and CardDav, it doesn't work with Fastmail. This bug was recognised upstream, and has been fixed upstream in 3.50.1. Could Ubuntu release gnome-online-accounts 3.50.1 or newer in the Ubuntu 24.04 "updates" or "backports" repositories? ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: gnome-online-accounts 3.50.0-4ubuntu2 ProcVersionSignature: Ubuntu 6.8.0-36.36-generic 6.8.4 Uname: Linux 6.8.0-36-generic x86_64 ApportVersion: 2.28.1-0ubuntu3 Architecture: amd64 CasperMD5CheckResult: pass CurrentDesktop: ubuntu:GNOME Date: Thu Jul 11 15:15:21 2024 InstallationDate: Installed on 2021-06-24 (1113 days ago) InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420) RebootRequiredPkgs: Error: path contained symlinks. SourcePackage: gnome-online-accounts UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-online-accounts/+bug/2072775/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2072775] Re: Fastmail's WebDav, CalDav and CardDav is buggy
I am marking this verification-done since we included the bug number in the changelog for tracking purposes but we did not commit to doing individual verification of this fix. ** Tags removed: verification-needed verification-needed-noble ** Tags added: verification-done verification-done-noble -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gnome-online-accounts in Ubuntu. https://bugs.launchpad.net/bugs/2072775 Title: Fastmail's WebDav, CalDav and CardDav is buggy Status in gnome-online-accounts package in Ubuntu: Fix Released Status in gnome-online-accounts source package in Noble: Fix Committed Bug description: SRU Note We are using the exception to mention this bug in the SRU changelog for bug tracking but will not do individual verification of this fix before promoting to -updates. https://wiki.ubuntu.com/StableReleaseUpdates#Bug_references_in_changelogs Impact == The new WebDav etc feature in Ubuntu 24.04 LTS does not support fastmail.com (or a different provider, mailbox.org) natively. This was fixed in https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/commit/2efd2129 and https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/commit/cc6c0948 which are included in gnome-online-accounts 3.50.1 Test Case = None What Could Go Wrong === See master bug for gnome-online-accounts 3.50.3 update LP: #2072782 Original Bug Report === Even though GNOME Online Accounts now natively supports WebDav, CalDav and CardDav, it doesn't work with Fastmail. This bug was recognised upstream, and has been fixed upstream in 3.50.1. Could Ubuntu release gnome-online-accounts 3.50.1 or newer in the Ubuntu 24.04 "updates" or "backports" repositories? ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: gnome-online-accounts 3.50.0-4ubuntu2 ProcVersionSignature: Ubuntu 6.8.0-36.36-generic 6.8.4 Uname: Linux 6.8.0-36-generic x86_64 ApportVersion: 2.28.1-0ubuntu3 Architecture: amd64 CasperMD5CheckResult: pass CurrentDesktop: ubuntu:GNOME Date: Thu Jul 11 15:15:21 2024 InstallationDate: Installed on 2021-06-24 (1113 days ago) InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420) RebootRequiredPkgs: Error: path contained symlinks. SourcePackage: gnome-online-accounts UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-online-accounts/+bug/2072775/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2072782] Re: Update gnome-online-accounts to 3.50.4
The autopkgtests have all passed on retry -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gnome-online-accounts in Ubuntu. https://bugs.launchpad.net/bugs/2072782 Title: Update gnome-online-accounts to 3.50.4 Status in gnome-online-accounts package in Ubuntu: Fix Committed Status in gnome-online-accounts source package in Noble: Fix Committed Bug description: Impact == This is a new bugfix release in the stable 3.50.x series. It significantly improves the usability of the new "Microsoft 365" provider. However, that UI improvement changed translatable strings. See Other Info below. https://gitlab.gnome.org/GNOME/gnome-online- accounts/-/blob/3.50.4/NEWS It also improves the new WebDAV account type for Fastmail users. LP: #2072775 Test Cases == The autopkgtests for gnome-online-accounts should complete successfully Complete Test Case 2 (Google) from https://wiki.ubuntu.com/DesktopTeam/TestPlans/OnlineAccounts What Could Go Wrong === gnome-online-accounts is included by default in Ubuntu Desktop, Edubuntu, Ubuntu Budgie & Ubuntu Cinnamon. If gnome-online-accounts is broken, people using Ubuntu may not receive notifications for emails and calendar appointments. This can be mitigated somewhat by using online services via a web browser and enabling notifications in their web browser. Before Ubuntu 24.04 LTS, gnome-online-accounts used webkit2gtk to handle authentication. By using the browser, gnome-online-accounts can handle many additional types of authentication and is more resilient to API changes and restrictions from the online service providers. GNOME Online Accounts is part of GNOME Core and is included in the GNOME micro release exception https://wiki.ubuntu.com/StableReleaseUpdates/GNOME Other Info == This update includes changes to translatable strings. This package uses Ubuntu language packs. Because language packs are only updated shortly before each Ubuntu LTS point release, ideally this update will be included before the language packs are updated. The Ubuntu Desktop team considers the effect of changing translatable strings to be low because the changed strings were very new and weren't translated much. The strings are part of the Microsoft 365 feature that is new in GNOME 46. The updated strings have been available upstream since late May and the translation coverage is better although still incomplete. We will likely do another SRU to include another upstream bugfix release (with updated translations) before Ubuntu 24.04.2. An update to translatable strings like this after a GNOME .0 release is very unusual. However, it was approved by the GNOME Release Team. Screenshots and more info at https://gitlab.gnome.org/Teams/Translation/Coordination/-/issues/158 The backend library .symbols file indicates one removed symbol. It has been upstream's opinion for many years that the backend library is internal API and is subject to change. gnome-control-center is the only user of the backend API for Ubuntu 24.04 LTS and it never used that symbol. There is a separate frontend library, libgoa-1.0-0b, where it would be a serious issue if symbols were removed without the soname being bumped. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-online-accounts/+bug/2072782/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2076192] Re: 24.04 Cannot add Google or Microsoft account in GOA
Yes, the extra system information has been added to the report. The best written bug reports focus on a specific thing that isn't working, ideally with specific steps someone else can take to reproduce the problem. I am working on doing an update of gnome-online-accounts. This may take weeks to be available as an update for Ubuntu 24.04 LTS. The update is being tracked at https://launchpad.net/bugs/2072782 The update may fix some of your issues. ** Changed in: gnome-online-accounts (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gnome-online-accounts in Ubuntu. https://bugs.launchpad.net/bugs/2076192 Title: 24.04 Cannot add Google or Microsoft account in GOA Status in gnome-online-accounts package in Ubuntu: New Bug description: Freshly installed Ubuntu 24.04, unable to add either Google or Microsoft Personal accounts in Settings|Online Accounts. Clicking on the account type produces a pop-up with a single 'Sign in...' button, and clicking on this button just closes the pop-up for both Google and MS accounts. I was able to add IMAP/SMTP, NextCloud, and WebDAV accounts (although WebDAV seems unusable, will file a separate report) normally. Also, I was able to add any type of account in Pop_OS 22.04 without any problem. --- ProblemType: Bug ApportVersion: 2.28.1-0ubuntu3 Architecture: amd64 CasperMD5CheckResult: pass CurrentDesktop: ubuntu:GNOME DistroRelease: Ubuntu 24.04 InstallationDate: Installed on 2024-08-03 (5 days ago) InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Release amd64 (20240424) NonfreeKernelModules: nvidia_modeset nvidia zfs Package: gnome-online-accounts 3.50.0-4ubuntu2 PackageArchitecture: amd64 ProcVersionSignature: Ubuntu 6.8.0-39.39-generic 6.8.8 Tags: noble Uname: Linux 6.8.0-39-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sudo users _MarkForUpload: True To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-online-accounts/+bug/2076192/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2072782] Re: Update gnome-online-accounts to 3.50.4
** Description changed: Impact == This is a new bugfix release in the stable 3.50.x series. It significantly improves the usability of the new "Microsoft 365" provider. However, that UI improvement changed translatable strings. See Other Info below. https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/blob/3.50.4/NEWS It also improves the new WebDAV account type for Fastmail users. LP: #2072775 Test Cases == The autopkgtests for gnome-online-accounts should complete successfully Complete Test Case 2 (Google) from https://wiki.ubuntu.com/DesktopTeam/TestPlans/OnlineAccounts What Could Go Wrong === gnome-online-accounts is included by default in Ubuntu Desktop, Edubuntu, Ubuntu Budgie & Ubuntu Cinnamon. If gnome-online-accounts is broken, people using Ubuntu may not receive notifications for emails and calendar appointments. This can be mitigated somewhat by using online services via a web browser and enabling notifications in their web browser. Before Ubuntu 24.04 LTS, gnome-online-accounts used webkit2gtk to handle authentication. By using the browser, gnome-online-accounts can handle many additional types of authentication and is more resilient to API changes and restrictions from the online service providers. GNOME Online Accounts is part of GNOME Core and is included in the GNOME micro release exception https://wiki.ubuntu.com/StableReleaseUpdates/GNOME Other Info == This update includes changes to translatable strings. This package uses Ubuntu language packs. Because language packs are only updated shortly before each Ubuntu LTS point release, ideally this update will be included before the language packs are updated. The Ubuntu Desktop team considers the effect of changing translatable strings to be low because the changed strings were very new and weren't translated much. The strings are part of the Microsoft 365 feature that is new in GNOME 46. The updated strings have been available upstream since late May and the translation coverage is better although still incomplete. We will likely do another SRU to include another upstream bugfix release (with updated translations) before Ubuntu 24.04.2. An update to translatable strings like this after a GNOME .0 release is very unusual. However, it was approved by the GNOME Release Team. Screenshots and more info at https://gitlab.gnome.org/Teams/Translation/Coordination/-/issues/158 + + The backend library .symbols file indicates one removed symbol. It has + been upstream's opinion for many years that the backend library is + internal API and is subject to change. gnome-control-center is the only + user of the backend API for Ubuntu 24.04 LTS and it never used that + symbol. There is a separate frontend library, libgoa-1.0-0b, where it + would be a serious issue if symbols were removed without the soname + being bumped. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gnome-online-accounts in Ubuntu. https://bugs.launchpad.net/bugs/2072782 Title: Update gnome-online-accounts to 3.50.4 Status in gnome-online-accounts package in Ubuntu: Fix Committed Status in gnome-online-accounts source package in Noble: Triaged Bug description: Impact == This is a new bugfix release in the stable 3.50.x series. It significantly improves the usability of the new "Microsoft 365" provider. However, that UI improvement changed translatable strings. See Other Info below. https://gitlab.gnome.org/GNOME/gnome-online- accounts/-/blob/3.50.4/NEWS It also improves the new WebDAV account type for Fastmail users. LP: #2072775 Test Cases == The autopkgtests for gnome-online-accounts should complete successfully Complete Test Case 2 (Google) from https://wiki.ubuntu.com/DesktopTeam/TestPlans/OnlineAccounts What Could Go Wrong === gnome-online-accounts is included by default in Ubuntu Desktop, Edubuntu, Ubuntu Budgie & Ubuntu Cinnamon. If gnome-online-accounts is broken, people using Ubuntu may not receive notifications for emails and calendar appointments. This can be mitigated somewhat by using online services via a web browser and enabling notifications in their web browser. Before Ubuntu 24.04 LTS, gnome-online-accounts used webkit2gtk to handle authentication. By using the browser, gnome-online-accounts can handle many additional types of authentication and is more resilient to API changes and restrictions from the online service providers. GNOME Online Accounts is part of GNOME Core and is included in the GNOME micro release exception https://wiki.ubuntu.com/StableReleaseUpdates/GNOME Other Info == This update includes changes to translatable strings. This package uses Ubuntu language packs. Because language packs are only upda
[Touch-packages] [Bug 2072782] Re: Update gnome-online-accounts to 3.50.4
** Description changed: Impact == This is a new bugfix release in the stable 3.50.x series. It significantly improves the usability of the new "Microsoft 365" provider. However, that UI improvement changed translatable strings. See Other Info below. https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/blob/3.50.4/NEWS It also improves the new WebDAV account type for Fastmail users. LP: #2072775 Test Cases == The autopkgtests for gnome-online-accounts should complete successfully Complete Test Case 2 (Google) from https://wiki.ubuntu.com/DesktopTeam/TestPlans/OnlineAccounts What Could Go Wrong === gnome-online-accounts is included by default in Ubuntu Desktop, Edubuntu, Ubuntu Budgie & Ubuntu Cinnamon. If gnome-online-accounts is broken, people using Ubuntu may not receive notifications for emails and calendar appointments. This can be mitigated somewhat by using online services via a web browser and enabling notifications in their web browser. Before Ubuntu 24.04 LTS, gnome-online-accounts used webkit2gtk to handle authentication. By using the browser, gnome-online-accounts can handle many additional types of authentication and is more resilient to API changes and restrictions from the online service providers. GNOME Online Accounts is part of GNOME Core and is included in the GNOME micro release exception https://wiki.ubuntu.com/StableReleaseUpdates/GNOME Other Info == This update includes changes to translatable strings. This package uses Ubuntu language packs. Because language packs are only updated shortly before each Ubuntu LTS point release, ideally this update will be included before the language packs are updated. The Ubuntu Desktop team considers the effect of changing translatable strings to be low because the changed strings were very new and weren't - translated much. The updated strings have been available upstream since - late May and the translation coverage is better although still + translated much. The strings are part of the Microsoft 365 feature that + is new in GNOME 46. The updated strings have been available upstream + since late May and the translation coverage is better although still incomplete. We will likely do another SRU to include another upstream bugfix release (with updated translations) before Ubuntu 24.04.2. + + An update to translatable strings like this after a GNOME .0 release is + very unusual. However, it was approved by the GNOME Release Team. + Screenshots and more info at + https://gitlab.gnome.org/Teams/Translation/Coordination/-/issues/158 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gnome-online-accounts in Ubuntu. https://bugs.launchpad.net/bugs/2072782 Title: Update gnome-online-accounts to 3.50.4 Status in gnome-online-accounts package in Ubuntu: Fix Committed Status in gnome-online-accounts source package in Noble: Triaged Bug description: Impact == This is a new bugfix release in the stable 3.50.x series. It significantly improves the usability of the new "Microsoft 365" provider. However, that UI improvement changed translatable strings. See Other Info below. https://gitlab.gnome.org/GNOME/gnome-online- accounts/-/blob/3.50.4/NEWS It also improves the new WebDAV account type for Fastmail users. LP: #2072775 Test Cases == The autopkgtests for gnome-online-accounts should complete successfully Complete Test Case 2 (Google) from https://wiki.ubuntu.com/DesktopTeam/TestPlans/OnlineAccounts What Could Go Wrong === gnome-online-accounts is included by default in Ubuntu Desktop, Edubuntu, Ubuntu Budgie & Ubuntu Cinnamon. If gnome-online-accounts is broken, people using Ubuntu may not receive notifications for emails and calendar appointments. This can be mitigated somewhat by using online services via a web browser and enabling notifications in their web browser. Before Ubuntu 24.04 LTS, gnome-online-accounts used webkit2gtk to handle authentication. By using the browser, gnome-online-accounts can handle many additional types of authentication and is more resilient to API changes and restrictions from the online service providers. GNOME Online Accounts is part of GNOME Core and is included in the GNOME micro release exception https://wiki.ubuntu.com/StableReleaseUpdates/GNOME Other Info == This update includes changes to translatable strings. This package uses Ubuntu language packs. Because language packs are only updated shortly before each Ubuntu LTS point release, ideally this update will be included before the language packs are updated. The Ubuntu Desktop team considers the effect of changing translatable strings to be low because the changed strings were very new and weren't translated much. The strings ar
[Touch-packages] [Bug 2072782] Re: Update gnome-online-accounts to 3.50.4
** Description changed: Impact == + This is a new bugfix release in the stable 3.50.x series. + + It significantly improves the usability of the new "Microsoft 365" + provider. However, that UI improvement changed translatable strings. See + Other Info below. + + https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/blob/3.50.4/NEWS + + Test Cases + == + The autopkgtests for gnome-online-accounts should complete successfully + + Complete Test Case 2 (Google) from + https://wiki.ubuntu.com/DesktopTeam/TestPlans/OnlineAccounts + + What Could Go Wrong + === + gnome-online-accounts is included by default in Ubuntu Desktop, Edubuntu, Ubuntu Budgie & Ubuntu Cinnamon. + + If gnome-online-accounts is broken, people using Ubuntu may not receive + notifications for emails and calendar appointments. This can be + mitigated somewhat by using online services via a web browser and + enabling notifications in their web browser. + + Before Ubuntu 24.04 LTS, gnome-online-accounts used webkit2gtk to handle + authentication. By using the browser, gnome-online-accounts can handle + many additional types of authentication and is more resilient to API + changes and restrictions from the online service providers. + + GNOME Online Accounts is part of GNOME Core and is included in the GNOME + micro release exception + + https://wiki.ubuntu.com/StableReleaseUpdates/GNOME + + Other Info + == + This update includes changes to translatable strings. This package uses Ubuntu language packs. Because language packs are only updated shortly before each Ubuntu LTS point release, ideally this update will be included before the language packs are updated. + + The Ubuntu Desktop team considers the effect of changing translatable + strings to be low because the changed strings were very new and weren't + translated much. The updated strings have been available upstream since + late May and the translation coverage is better although still + incomplete. We will likely do another SRU to include another upstream + bugfix release (with updated translations) before Ubuntu 24.04.2. ** Description changed: Impact == This is a new bugfix release in the stable 3.50.x series. It significantly improves the usability of the new "Microsoft 365" provider. However, that UI improvement changed translatable strings. See Other Info below. https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/blob/3.50.4/NEWS + + It also improves the new WebDAV account type for Fastmail users. LP: + #2072775 Test Cases == The autopkgtests for gnome-online-accounts should complete successfully Complete Test Case 2 (Google) from https://wiki.ubuntu.com/DesktopTeam/TestPlans/OnlineAccounts What Could Go Wrong === gnome-online-accounts is included by default in Ubuntu Desktop, Edubuntu, Ubuntu Budgie & Ubuntu Cinnamon. If gnome-online-accounts is broken, people using Ubuntu may not receive notifications for emails and calendar appointments. This can be mitigated somewhat by using online services via a web browser and enabling notifications in their web browser. Before Ubuntu 24.04 LTS, gnome-online-accounts used webkit2gtk to handle authentication. By using the browser, gnome-online-accounts can handle many additional types of authentication and is more resilient to API changes and restrictions from the online service providers. GNOME Online Accounts is part of GNOME Core and is included in the GNOME micro release exception https://wiki.ubuntu.com/StableReleaseUpdates/GNOME Other Info == This update includes changes to translatable strings. This package uses Ubuntu language packs. Because language packs are only updated shortly before each Ubuntu LTS point release, ideally this update will be included before the language packs are updated. The Ubuntu Desktop team considers the effect of changing translatable strings to be low because the changed strings were very new and weren't translated much. The updated strings have been available upstream since late May and the translation coverage is better although still incomplete. We will likely do another SRU to include another upstream bugfix release (with updated translations) before Ubuntu 24.04.2. ** Changed in: gnome-online-accounts (Ubuntu Noble) Milestone: None => ubuntu-24.04.1 ** Changed in: gnome-online-accounts (Ubuntu Noble) Status: Incomplete => Triaged -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gnome-online-accounts in Ubuntu. https://bugs.launchpad.net/bugs/2072782 Title: Update gnome-online-accounts to 3.50.4 Status in gnome-online-accounts package in Ubuntu: Fix Committed Status in gnome-online-accounts source package in Noble: Triaged Bug description: Impact == This is a new bugfix release in the stable 3.50.x seri
[Touch-packages] [Bug 2076192] Re: 24.04 Cannot add Google or Microsoft account in GOA
Thank you for taking the time to report this bug and helping to make Ubuntu better. Please execute the following command only once, as it will automatically gather debugging information, in a terminal: apport-collect 2076192 When reporting bugs in the future please use apport by using 'ubuntu- bug' and the name of the package affected. You can learn more about this functionality at https://wiki.ubuntu.com/ReportingBugs. ** Tags added: noble ** Changed in: gnome-online-accounts (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gnome-online-accounts in Ubuntu. https://bugs.launchpad.net/bugs/2076192 Title: 24.04 Cannot add Google or Microsoft account in GOA Status in gnome-online-accounts package in Ubuntu: Incomplete Bug description: Freshly installed Ubuntu 24.04, unable to add either Google or Microsoft Personal accounts in Settings|Online Accounts. Clicking on the account type produces a pop-up with a single 'Sign in...' button, and clicking on this button just closes the pop-up for both Google and MS accounts. I was able to add IMAP/SMTP, NextCloud, and WebDAV accounts (although WebDAV seems unusable, will file a separate report) normally. Also, I was able to add any type of account in Pop_OS 22.04 without any problem. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-online-accounts/+bug/2076192/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2072782] Re: Update gnome-online-accounts to 3.50.4
** Summary changed: - Update gnome-online-accounts to 3.50.3 + Update gnome-online-accounts to 3.50.4 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gnome-online-accounts in Ubuntu. https://bugs.launchpad.net/bugs/2072782 Title: Update gnome-online-accounts to 3.50.4 Status in gnome-online-accounts package in Ubuntu: Fix Committed Status in gnome-online-accounts source package in Noble: Incomplete Bug description: Impact == To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-online-accounts/+bug/2072782/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2064656] Re: gnome-shell spams the journal with `Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value` multi
** Description changed: Impact -- The systemd journal gets a lot of warnings about an incorrect translation for the default Ubuntu Desktop when used with certain languages including Georgian, Indonesian, Lithuanian, and Russian. This issue is much worse if someone has enabled the show Seconds option in the top bar clock. This issue is being fixed by packaging the new bugfix release of gsettings-desktop-schemas 46.1. There were only translation updates in this release. + + https://gitlab.gnome.org/GNOME/gsettings-desktop- + schemas/-/compare/46.0...46.1 Test Case - 1. Open a terminal and run sudo apt install language-pack-gnome-lt 2. Close the terminal 3. Open the Settings app (gnome-control-center) 4. In the side bar, click System, then Date & Time. Turn on Seconds. 5. Close the Settings app. 6. Open the Language Support app. You can click Remind me later if you see a warning that says "The language support is not installed completely." 7. Drag Lietuvių to the top of the list. 8. Log out 9. Log back in. 10. Open a terminal and run journalctl -f. You should not see any of the clock-format warnings mentioned in the Original Bug Report below. What Could Go Wrong --- As a component of GNOME core, there is a micro-release exception for gsettings-desktop-schemas. https://wiki.ubuntu.com/StableReleaseUpdates/GNOME Other Info -- Because gsettings-desktop-schemas is included in Ubuntu language packs, this issue is actually only fixed with a language pack update. Ubuntu currently only updates language packs shortly before Ubuntu LTS point releases. Therefore, we will need to push this update without being able to verify the Test Case first. Original Bug Report --- After upgrading to Ubuntu 24.04 LTS I ran journalctl -f and noticed that gnome-shell was spamming errors at the rate of 12 lines every second: geg. 02 18:29:19 blynas gnome-shell[3980]: Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value geg. 02 18:29:19 blynas gnome-shell[3980]: Using untranslated default instead. geg. 02 18:29:20 blynas gnome-shell[3980]: Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value geg. 02 18:29:20 blynas gnome-shell[3980]: Using untranslated default instead. geg. 02 18:29:20 blynas gnome-shell[3980]: Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value geg. 02 18:29:20 blynas gnome-shell[3980]: Using untranslated default instead. geg. 02 18:29:20 blynas gnome-shell[3980]: Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value geg. 02 18:29:20 blynas gnome-shell[3980]: Using untranslated default instead. geg. 02 18:29:20 blynas gnome-shell[3980]: Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value geg. 02 18:29:20 blynas gnome-shell[3980]: Using untranslated default instead. geg. 02 18:29:20 blynas gnome-shell[3980]: Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value geg. 02 18:29:20 blynas gnome-shell[3980]: Using untranslated default instead. geg. 02 18:29:20 blynas gnome-shell[3980]: Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value geg. 02 18:29:20 blynas gnome-shell[3980]: Using untranslated default instead. My locale is lt_LT.UTF-8, but this issue appears also in ru_RU, id (Indonesian) and maybe other locales. This is caused by a mistaken translation of the quote characters in "'24h'" which is used as the default value for a particular gsettings key. Specifically, this translation: https://translations.launchpad.net/ubuntu/noble/+source/gsettings-desktop-schemas/+pots/gsettings-desktop-schemas/lt/232/+translate https://translations.launchpad.net/ubuntu/noble/+source/gsettings-desktop-schemas/+pots/gsettings-desktop-schemas/ru/232/+translate https://translations.launchpad.net/ubuntu/noble/+source/gsettings-desktop-schemas/+pots/gsettings-desktop-schemas/id/232/+translate Since I'm a member of the Lithuanian translators team, I've fixed the translation error for Lithuanian language in translations.launchpad.net, but I can't fix for other languages, also gnome-shell will continue to spam multiple errors every second until an updated language-pack-gnome- lt-base (and for other languages) is released. (I've also submitted a fixed Lithuanian translation upstream to l10n.gnome.org , but not for other languages) Workaround: run dconf-editor, find /org/gnome/desktop/interface/clock-format, uncheck Use defa
[Touch-packages] [Bug 2064656] Re: gnome-shell spams the journal with `Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value` multi
** Description changed: - After upgrading to Ubuntu 24.04 LTS I ran journalctl -f and noticed that - gnome-shell was spamming errors at the rate of 12 lines every second: + Impact + -- + The systemd journal gets a lot of warnings about an incorrect translation for the default Ubuntu Desktop when used with certain languages including Georgian, Indonesian, Lithuanian, and Russian. + + This is being fixed by packaging the new bugfix release of gsettings- + desktop-schemas 46.1. There were only translation updates in this + release. + + Test Case + - + 1. Open a terminal and run sudo apt install language-pack-gnome-lt + 2. Close the terminal + 3. Open the Settings app (gnome-control-center) + 4. In the side bar, click System, then Date & Time. Turn on Seconds. + 5. Close the Settings app. + 6. Open the Language Support app. + You can click Remind me later if you see a warning that says "The language support is not installed completely." + 7. Drag Lietuvių to the top of the list. + 8. Log out + 9. Log back in. + 10. Open a terminal and run journalctl -f. You should not see any of the clock-format warnings mentioned in the Original Bug Report below. + + What Could Go Wrong + --- + As a component of GNOME core, there is a micro-release exception for gsettings-desktop-schemas. + + https://wiki.ubuntu.com/StableReleaseUpdates/GNOME + + Other Info + -- + Because gsettings-desktop-schemas is included in Ubuntu language packs, this issue is actually only fixed with a language pack update. Ubuntu currently only updates language packs shortly before Ubuntu LTS point releases. + + Therefore, we will need to push this update without being able to verify + the Test Case first. + + Original Bug Report + --- + After upgrading to Ubuntu 24.04 LTS I ran journalctl -f and noticed that gnome-shell was spamming errors at the rate of 12 lines every second: geg. 02 18:29:19 blynas gnome-shell[3980]: Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value geg. 02 18:29:19 blynas gnome-shell[3980]: Using untranslated default instead. geg. 02 18:29:20 blynas gnome-shell[3980]: Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value geg. 02 18:29:20 blynas gnome-shell[3980]: Using untranslated default instead. geg. 02 18:29:20 blynas gnome-shell[3980]: Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value geg. 02 18:29:20 blynas gnome-shell[3980]: Using untranslated default instead. geg. 02 18:29:20 blynas gnome-shell[3980]: Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value geg. 02 18:29:20 blynas gnome-shell[3980]: Using untranslated default instead. geg. 02 18:29:20 blynas gnome-shell[3980]: Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value geg. 02 18:29:20 blynas gnome-shell[3980]: Using untranslated default instead. geg. 02 18:29:20 blynas gnome-shell[3980]: Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value geg. 02 18:29:20 blynas gnome-shell[3980]: Using untranslated default instead. geg. 02 18:29:20 blynas gnome-shell[3980]: Failed to parse translated string '„24h“' for key 'clock-format' in schema 'org.gnome.desktop.interface': 0:expected value geg. 02 18:29:20 blynas gnome-shell[3980]: Using untranslated default instead. My locale is lt_LT.UTF-8, but this issue appears also in ru_RU, id (Indonesian) and maybe other locales. This is caused by a mistaken translation of the quote characters in "'24h'" which is used as the default value for a particular gsettings key. Specifically, this translation: https://translations.launchpad.net/ubuntu/noble/+source/gsettings-desktop-schemas/+pots/gsettings-desktop-schemas/lt/232/+translate https://translations.launchpad.net/ubuntu/noble/+source/gsettings-desktop-schemas/+pots/gsettings-desktop-schemas/ru/232/+translate https://translations.launchpad.net/ubuntu/noble/+source/gsettings-desktop-schemas/+pots/gsettings-desktop-schemas/id/232/+translate Since I'm a member of the Lithuanian translators team, I've fixed the translation error for Lithuanian language in translations.launchpad.net, but I can't fix for other languages, also gnome-shell will continue to spam multiple errors every second until an updated language-pack-gnome- lt-base (and for other languages) is released. (I've also submitted a fixed Lithuanian translation upstream to l10n.gnome.org , but not for other languages) Workaround: run dconf-editor, find /org/gnome/desktop/interface/clock-format, uncheck Use default value, click Apply. System-wide workarou
[Touch-packages] [Bug 2074059] Re: libwayland: breaks plasma desktop start after last upgrade to version 1.23.0-1
** Changed in: wayland (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to wayland in Ubuntu. https://bugs.launchpad.net/bugs/2074059 Title: libwayland: breaks plasma desktop start after last upgrade to version 1.23.0-1 Status in kwin package in Ubuntu: Fix Released Status in wayland package in Ubuntu: Fix Released Status in wayland package in Debian: Fix Released Bug description: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1076729 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/2074059/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2074059] Re: libwayland: breaks plasma desktop start after last upgrade to version 1.23.0-1
Rik, the Debian bug suggests that it might be fixed by rebuilding kwin. Could you try that? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to wayland in Ubuntu. https://bugs.launchpad.net/bugs/2074059 Title: libwayland: breaks plasma desktop start after last upgrade to version 1.23.0-1 Status in wayland package in Ubuntu: New Status in wayland package in Debian: Fix Released Bug description: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1076729 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/wayland/+bug/2074059/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2063221] Re: Drop libglib2.0-0 transitional package
** Description changed: Impact -- apt can struggle with ordering when handling the massive Y2028 time_t transition when upgrading to Ubuntu 24.04 LTS. It was identified that dropping the libglib2.0-0 transitional package can help apt do things in the correct order. + Technically, Steve Langasek already removed libglib2.0-0 from noble + release just before release. This upload is necessary to ensure that we + don't accidentally bring it back. + Test Case - - Is libglib2.0-0 built? + 1. Is libglib2.0-0 built? + + 2. Run rmadison libglib2.0-0 + There should be 0 results for noble, noble-proposed, or noble-updates + + 3. Ensure that libglib2.0-0 is removed during the upgrade from Ubuntu + 22.04 LTS to 24.04 LTS. Technically, ubuntu-release-upgrader is + currently set to disallow upgrades to 24.04 LTS. If this is still the + case when it is time to verify this SRU, you can manually substitute + jammy → noble in /etc/apt/sources.list for purposes of testing this + upgrade, probably in a VM since that's not the supported way to upgrade. Where Problems Could Occur -- We have landed the change from this SRU in Debian Unstable and it successfully migrated to Debian Testing on April 27 as one of the first t64 packages to migrate there. This SRU was recommended by Julian Klode, the apt maintainer for Debian and Ubuntu. The original transitional package was added by Simon McVittie in hopes that it would help apt be able to calculate the upgrade easier. At least in the Ubuntu Desktop 22.04 LTS → 24.04 LTS case, it looks like it was the opposite. - Hmm, we can't actually drop libglib2.0-0 after release, can we? - Other Info -- This is related to LP: #2061918 for the thunderbird deb to snap upgrade There are likely several other Launchpad bugs that can be resolved by this update and some other workarounds in other packages, like in the transitional thunderbird package. https://salsa.debian.org/gnome-team/glib/-/merge_requests/34 ** Description changed: Impact -- apt can struggle with ordering when handling the massive Y2028 time_t transition when upgrading to Ubuntu 24.04 LTS. It was identified that dropping the libglib2.0-0 transitional package can help apt do things in the correct order. Technically, Steve Langasek already removed libglib2.0-0 from noble release just before release. This upload is necessary to ensure that we don't accidentally bring it back. Test Case - 1. Is libglib2.0-0 built? 2. Run rmadison libglib2.0-0 There should be 0 results for noble, noble-proposed, or noble-updates 3. Ensure that libglib2.0-0 is removed during the upgrade from Ubuntu 22.04 LTS to 24.04 LTS. Technically, ubuntu-release-upgrader is currently set to disallow upgrades to 24.04 LTS. If this is still the case when it is time to verify this SRU, you can manually substitute jammy → noble in /etc/apt/sources.list for purposes of testing this upgrade, probably in a VM since that's not the supported way to upgrade. Where Problems Could Occur -- - We have landed the change from this SRU in Debian Unstable and it successfully migrated to Debian Testing on April 27 as one of the first t64 packages to migrate there. - - This SRU was recommended by Julian Klode, the apt maintainer for Debian - and Ubuntu. - - The original transitional package was added by Simon McVittie in hopes - that it would help apt be able to calculate the upgrade easier. At least - in the Ubuntu Desktop 22.04 LTS → 24.04 LTS case, it looks like it was - the opposite. + Doing an upload to not build a package that already does not exist in Ubuntu 24.04 LTS should have no regression potential. The only other change in this SRU is bumping the Breaks version to ensure that the transitional libglib2.0-0 is also removed for people who were using Ubuntu 24.04 LTS early. That also should not cause problems since the package was an empty transitional package for early Ubuntu 24.04 LTS users. Other Info -- This is related to LP: #2061918 for the thunderbird deb to snap upgrade There are likely several other Launchpad bugs that can be resolved by - this update and some other workarounds in other packages, like in the - transitional thunderbird package. + removing the transitional package and some other workarounds in other + packages, like in the transitional thunderbird package. https://salsa.debian.org/gnome-team/glib/-/merge_requests/34 + + We have landed the removal in Debian Unstable and it successfully + migrated to Debian Testing on April 27 as one of the first t64 packages + to migrate there. + + The removal was recommended by Julian Klode, the apt maintainer for + Debian and Ubuntu. + + The original transitional package was added by Simon McVittie in hopes + that it would help apt be able to calculate the upgrade eas
[Touch-packages] [Bug 2063221] Re: Drop libglib2.0-0 transitional package
** Description changed: Impact -- apt can struggle with ordering when handling the massive Y2028 time_t transition when upgrading to Ubuntu 24.04 LTS. It was identified that dropping the libglib2.0-0 transitional package can help apt do things in the correct order. Test Case - Is libglib2.0-0 built? + Where Problems Could Occur + -- + We have landed the change from this SRU in Debian Unstable and it successfully migrated to Debian Testing on April 27 as one of the first t64 packages to migrate there. + + This SRU was recommended by Julian Klode, the apt maintainer for Debian + and Ubuntu. + + The original transitional package was added by Simon McVittie in hopes + that it would help apt be able to calculate the upgrade easier. At least + in the Ubuntu Desktop 22.04 LTS → 24.04 LTS case, it looks like it was + the opposite. + + Hmm, we can't actually drop libglib2.0-0 after release, can we? + Other Info -- This is related to LP: #2061918 for the thunderbird deb to snap upgrade There are likely several other Launchpad bugs that can be resolved by this update and some other workarounds in other packages, like in the transitional thunderbird package. https://salsa.debian.org/gnome-team/glib/-/merge_requests/34 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to glib2.0 in Ubuntu. https://bugs.launchpad.net/bugs/2063221 Title: Drop libglib2.0-0 transitional package Status in glib2.0 package in Ubuntu: In Progress Status in glib2.0 source package in Noble: Incomplete Bug description: Impact -- apt can struggle with ordering when handling the massive Y2028 time_t transition when upgrading to Ubuntu 24.04 LTS. It was identified that dropping the libglib2.0-0 transitional package can help apt do things in the correct order. Test Case - Is libglib2.0-0 built? Where Problems Could Occur -- We have landed the change from this SRU in Debian Unstable and it successfully migrated to Debian Testing on April 27 as one of the first t64 packages to migrate there. This SRU was recommended by Julian Klode, the apt maintainer for Debian and Ubuntu. The original transitional package was added by Simon McVittie in hopes that it would help apt be able to calculate the upgrade easier. At least in the Ubuntu Desktop 22.04 LTS → 24.04 LTS case, it looks like it was the opposite. Hmm, we can't actually drop libglib2.0-0 after release, can we? Other Info -- This is related to LP: #2061918 for the thunderbird deb to snap upgrade There are likely several other Launchpad bugs that can be resolved by this update and some other workarounds in other packages, like in the transitional thunderbird package. https://salsa.debian.org/gnome-team/glib/-/merge_requests/34 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/2063221/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2063221] Re: Drop libglib2.0-0 transitional package
** Tags removed: block-proposed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to glib2.0 in Ubuntu. https://bugs.launchpad.net/bugs/2063221 Title: Drop libglib2.0-0 transitional package Status in glib2.0 package in Ubuntu: In Progress Status in glib2.0 source package in Noble: In Progress Bug description: Impact -- apt can struggle with ordering when handling the massive Y2028 time_t transition when upgrading to Ubuntu 24.04 LTS. It was identified that dropping the libglib2.0-0 transitional package can help apt do things in the correct order. Test Case - Is libglib2.0-0 built? Other Info -- This is related to LP: #2061918 for the thunderbird deb to snap upgrade There are likely several other Launchpad bugs that can be resolved by this update and some other workarounds in other packages, like in the transitional thunderbird package. https://salsa.debian.org/gnome-team/glib/-/merge_requests/34 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/2063221/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1876486] Re: systemd breaks due to old libsecomp libs left on the system
I just ran into this same issue. I have a server that started out on 16.04. I just did "do-release-upgrade -m server" to upgrade to 18.04 and then again to 20.04. After the 20.04 upgrade finished the server would no longer boot with the exact same error described here: /sbin/init: symbol lookup error: /lib/systemd/libsystemd-shared-245.so: undefined symbol: seccomp_api_get I do not understand why bugs like this cannot get fixed even years after several people have reported the same issue and the repro steps are clear: Start with 16.04 upgrade to 18.04 and then 20.04. Clearly the upgrade tool is not properly cleaning up these files. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libseccomp in Ubuntu. https://bugs.launchpad.net/bugs/1876486 Title: systemd breaks due to old libsecomp libs left on the system Status in libseccomp package in Ubuntu: Expired Bug description: Upgraded Ubuntu 18.04 to 20.04. Following the upgrade, booting was not possible. The error messages is: /sbin/init: symbol lookup error: /lib/systemd/libsystemd-shared-245.so: undefined symbol: seccomp_api_get [4.608900] Kernel panic - not syncing: Attempted to kill init! exitcode=0x7f00 See also attached photograph of screen during boot. Upgrade followed steps from here: https://help.ubuntu.com/community/FocalUpgrades/Kubuntu With the excpetion that The -d flag was used for the do-release-upgrade: sudo do-release-upgrade -d -m desktop 1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu Prior to upgrade: Ubuntu 18.04.4 After upgrade (but never booted): Ubuntu (Kubuntu) 20.04 Note that Ubuntu had originally be installed, but kubuntu-desktop was recently installed to change to Kubuntu, but no booting problems were experienced before updating to 20.04. 2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Unknown -- Package version may have changed when upgrading to 20.04. 3) What you expected to happen Boot without kernel panic. 4) What happened instead Could not boot. Even selecting safe mode from grub could not boot. Had to restore system from backups. Will not attempt upgrade again. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libseccomp/+bug/1876486/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2063221] Re: Drop libglib2.0-0 transitional package
** Tags added: block-proposed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to glib2.0 in Ubuntu. https://bugs.launchpad.net/bugs/2063221 Title: Drop libglib2.0-0 transitional package Status in glib2.0 package in Ubuntu: In Progress Status in glib2.0 source package in Noble: In Progress Bug description: Impact -- apt can struggle with ordering when handling the massive Y2028 time_t transition when upgrading to Ubuntu 24.04 LTS. It was identified that dropping the libglib2.0-0 transitional package can help apt do things in the correct order. Test Case - Is libglib2.0-0 built? Other Info -- This is related to LP: #2061918 for the thunderbird deb to snap upgrade There are likely several other Launchpad bugs that can be resolved by this update and some other workarounds in other packages, like in the transitional thunderbird package. https://salsa.debian.org/gnome-team/glib/-/merge_requests/34 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/2063221/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2063221] Re: Drop libglib2.0-0 transitional package
** Changed in: glib2.0 (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to glib2.0 in Ubuntu. https://bugs.launchpad.net/bugs/2063221 Title: Drop libglib2.0-0 transitional package Status in glib2.0 package in Ubuntu: In Progress Bug description: Impact -- apt can struggle with ordering when handling the massive Y2028 time_t transition when upgrading to Ubuntu 24.04 LTS. It was identified that dropping the libglib2.0-0 transitional package can help apt do things in the correct order. Test Case - Is libglib2.0-0 built? Other Info -- This is related to LP: #2061918 for the thunderbird deb to snap upgrade There are likely several other Launchpad bugs that can be resolved by this update and some other workarounds in other packages, like in the transitional thunderbird package. https://salsa.debian.org/gnome-team/glib/-/merge_requests/34 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/2063221/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2063221] [NEW] Drop libglib2.0-0 transitional package
Public bug reported: Impact -- apt can struggle with ordering when handling the massive Y2028 time_t transition when upgrading to Ubuntu 24.04 LTS. It was identified that dropping the libglib2.0-0 transitional package can help apt do things in the correct order. Test Case - Is libglib2.0-0 built? Other Info -- This is related to LP: #2061918 for the thunderbird deb to snap upgrade There are likely several other Launchpad bugs that can be resolved by this update and some other workarounds in other packages, like in the transitional thunderbird package. https://salsa.debian.org/gnome-team/glib/-/merge_requests/34 ** Affects: glib2.0 (Ubuntu) Importance: High Status: Triaged ** Tags: noble -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to glib2.0 in Ubuntu. https://bugs.launchpad.net/bugs/2063221 Title: Drop libglib2.0-0 transitional package Status in glib2.0 package in Ubuntu: Triaged Bug description: Impact -- apt can struggle with ordering when handling the massive Y2028 time_t transition when upgrading to Ubuntu 24.04 LTS. It was identified that dropping the libglib2.0-0 transitional package can help apt do things in the correct order. Test Case - Is libglib2.0-0 built? Other Info -- This is related to LP: #2061918 for the thunderbird deb to snap upgrade There are likely several other Launchpad bugs that can be resolved by this update and some other workarounds in other packages, like in the transitional thunderbird package. https://salsa.debian.org/gnome-team/glib/-/merge_requests/34 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/2063221/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2061316] Re: first screen refers to Noble Numbat (development branch)
I'm closing since base-files is now in noble-proposed and should migrate to -release soon. Here's the updated screenshot. ** Attachment added: "Screenshot from 2024-04-22 11-30-38.png" https://bugs.launchpad.net/ubuntu/+source/base-files/+bug/2061316/+attachment/5769448/+files/Screenshot%20from%202024-04-22%2011-30-38.png ** Changed in: base-files (Ubuntu Noble) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to base-files in Ubuntu. https://bugs.launchpad.net/bugs/2061316 Title: first screen refers to Noble Numbat (development branch) Status in base-files package in Ubuntu: Fix Released Status in base-files source package in Noble: Fix Released Bug description: While Noble is still in development and this screen is currently accurate, what will make it change to say Ubuntu 24.04? This should be done by the end of the week / early next week as we will be building candidate images for the final release. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/base-files/+bug/2061316/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2062115] Re: Connected Google account, but Drive is not shown
The extra info in your original bug report says that your install was originally with Ubuntu 20.04 LTS but there is no upgrade log for upgrading to Ubuntu 24.04 LTS which I think means that you did not use update-manager or do-release-upgrade to do the upgrade. I don't know if that affects how gnome-online-accounts is working for you. I was able to add my Google account to GNOME Online Accounts successfully and it shows up in my Nautilus file browser in the left sidebar in the second section from the top (listed after Trash). -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gnome-online-accounts in Ubuntu. https://bugs.launchpad.net/bugs/2062115 Title: Connected Google account, but Drive is not shown Status in gnome-online-accounts package in Ubuntu: New Bug description: After the recent updates of Ubuntu 24.04 Noble Numbat, Nautilus is unable to access Google Drive: it is not shown. I cannot find any error message in the logs. ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: gnome-online-accounts 3.50.0-4ubuntu1 ProcVersionSignature: Ubuntu 6.8.0-22.22-generic 6.8.1 Uname: Linux 6.8.0-22-generic x86_64 ApportVersion: 2.28.0-0ubuntu1 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: ubuntu:GNOME Date: Thu Apr 18 06:56:05 2024 InstallationDate: Installed on 2023-07-05 (288 days ago) InstallationMedia: Ubuntu 20.04.6 LTS "Focal Fossa" - Release amd64 (20230316) ProcEnviron: LANG=en_US.UTF-8 PATH=(custom, no user) SHELL=/bin/bash TERM=xterm-256color XDG_RUNTIME_DIR= SourcePackage: gnome-online-accounts UpgradeStatus: No upgrade log present (probably fresh install) modified.conffile..etc.init.d.apport: [modified] mtime.conffile..etc.init.d.apport: 2024-02-22T15:20:00 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-online-accounts/+bug/2062115/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2062377] Re: Ubuntu 24.04. Xorg crash when dmz-white cursor is selected
** Package changed: xorg (Ubuntu) => mutter (Ubuntu) ** Changed in: mutter (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/2062377 Title: Ubuntu 24.04. Xorg crash when dmz-white cursor is selected Status in mutter package in Ubuntu: New Bug description: 1)Go to xorg 2)Download Gnome Tweak Tool 3)Select DMZ-white 4)crash from the system ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: xorg 1:7.7+23ubuntu3 ProcVersionSignature: Ubuntu 6.8.0-22.22-generic 6.8.1 Uname: Linux 6.8.0-22-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia .proc.driver.nvidia.capabilities.gpu0: Error: path was not a regular file. .proc.driver.nvidia.capabilities.mig: Error: path was not a regular file. .proc.driver.nvidia.gpus..01.00.0: Error: path was not a regular file. .proc.driver.nvidia.registry: Binary: "" .proc.driver.nvidia.suspend: suspend hibernate resume .proc.driver.nvidia.suspend_depth: default modeset uvm .proc.driver.nvidia.version: NVRM version: NVIDIA UNIX x86_64 Kernel Module 535.161.07 Sat Feb 17 22:55:48 UTC 2024 GCC version: ApportVersion: 2.28.0-0ubuntu1 Architecture: amd64 CasperMD5CheckResult: pass CompositorRunning: None CurrentDesktop: ubuntu:GNOME Date: Thu Apr 18 17:38:02 2024 DistUpgraded: Fresh install DistroCodename: noble DistroVariant: ubuntu ExtraDebuggingInterest: Yes, if not too technical GraphicsCard: Subsystem: Acer Incorporated [ALI] GA107M [GeForce RTX 3050 Ti Mobile] [1025:1524] Advanced Micro Devices, Inc. [AMD/ATI] Lucienne [1002:164c] (rev c2) (prog-if 00 [VGA controller]) Subsystem: Acer Incorporated [ALI] Lucienne [1025:1524] InstallationDate: Installed on 2024-04-17 (1 days ago) InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Beta amd64 (20240417.2) MachineType: Acer Aspire A715-42G ProcEnviron: LANG=en_US.UTF-8 PATH=(custom, no user) SHELL=/bin/bash TERM=xterm-256color ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.8.0-22-generic root=UUID=12cf9ac8-f034-465e-92e4-0c64e47e2350 ro quiet splash vt.handoff=7 RebootRequiredPkgs: Error: path contained symlinks. SourcePackage: xorg Symptom: display Title: Xorg crash UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 02/19/2021 dmi.bios.release: 1.2 dmi.bios.vendor: Insyde Corp. dmi.bios.version: V1.02 dmi.board.asset.tag: Type2 - Board Asset Tag dmi.board.name: Azalea_CAS dmi.board.vendor: LN dmi.board.version: V1.02 dmi.chassis.type: 10 dmi.chassis.vendor: Acer dmi.chassis.version: V1.02 dmi.ec.firmware.release: 1.2 dmi.modalias: dmi:bvnInsydeCorp.:bvrV1.02:bd02/19/2021:br1.2:efr1.2:svnAcer:pnAspireA715-42G:pvrV1.02:rvnLN:rnAzalea_CAS:rvrV1.02:cvnAcer:ct10:cvrV1.02:sku: dmi.product.family: Aspire 7 dmi.product.name: Aspire A715-42G dmi.product.sku: dmi.product.version: V1.02 dmi.sys.vendor: Acer version.compiz: compiz N/A version.libdrm2: libdrm2 2.4.120-2build1 version.libgl1-mesa-dri: libgl1-mesa-dri 24.0.5-1ubuntu1 version.libgl1-mesa-glx: libgl1-mesa-glx N/A version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A version.xserver-xorg-core: xserver-xorg-core 2:21.1.11-2ubuntu1 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:22.0.0-1build1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917+git20210115-1build1 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-2build1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2062377/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2062115] Re: Connected Google account, but Drive is not shown
I believe there is an upgrade issue where you need to reauthenticate in Settings > Online Accounts after upgrading to gnome-online-accounts 3.49/3.50 (which will happen when upgrading to Ubuntu 24.04 LTS). Could you check if this fixes your issue? If it does, we can use this bug to track that upgrade issue. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gnome-online-accounts in Ubuntu. https://bugs.launchpad.net/bugs/2062115 Title: Connected Google account, but Drive is not shown Status in gnome-online-accounts package in Ubuntu: New Bug description: After the recent updates of Ubuntu 24.04 Noble Numbat, Nautilus is unable to access Google Drive: it is not shown. I cannot find any error message in the logs. ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: gnome-online-accounts 3.50.0-4ubuntu1 ProcVersionSignature: Ubuntu 6.8.0-22.22-generic 6.8.1 Uname: Linux 6.8.0-22-generic x86_64 ApportVersion: 2.28.0-0ubuntu1 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: ubuntu:GNOME Date: Thu Apr 18 06:56:05 2024 InstallationDate: Installed on 2023-07-05 (288 days ago) InstallationMedia: Ubuntu 20.04.6 LTS "Focal Fossa" - Release amd64 (20230316) ProcEnviron: LANG=en_US.UTF-8 PATH=(custom, no user) SHELL=/bin/bash TERM=xterm-256color XDG_RUNTIME_DIR= SourcePackage: gnome-online-accounts UpgradeStatus: No upgrade log present (probably fresh install) modified.conffile..etc.init.d.apport: [modified] mtime.conffile..etc.init.d.apport: 2024-02-22T15:20:00 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-online-accounts/+bug/2062115/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2061118] Re: Rendering issues in vmware with 3d on (GTK ngl backend)
(The latest version of the Ubuntu Desktop installer installs all available updates at the end of the install. It's a nice feature in cases like this.) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/2061118 Title: Rendering issues in vmware with 3d on (GTK ngl backend) Status in GTK+: New Status in Mesa: New Status in gtk4 package in Ubuntu: Invalid Status in mesa package in Ubuntu: Triaged Status in gtk4 source package in Noble: Invalid Status in mesa source package in Noble: Triaged Bug description: Build: Noble Daily Current from 12th April Host OS: Windows 11 VM App: VMWare Workstation 17 Player Issue: During installation there is continuous black flickering artefacts throughout the flow. Installation completed successfully, got to GDM, logged in but desktop screen is black and then locks up the whole application, cannot shutdown or interact with Player and need to hard kill from task manager. The issue appears does not appear with Mantic with the exact same machine configuration and appears to be an issue with GPU, my host machine is running an NVIDIA 4070ti with the latest windows drivers. On reboot some elements of the desktop are visible but cannot be interacted with without further lockups. To manage notifications about this bug go to: https://bugs.launchpad.net/gtk/+bug/2061118/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1986450] Re: Visual artifact 1px vertical white line right side of the wallpaper
Ambiance/Radiance are basically unmaintained so if there's a bug it would probably be easier for you to propose a fix then trying to find someone else to do it. If you have concerns about the extension, I suggest filing an upstream issue: https://gitlab.com/rastersoft/desktop-icons-ng/-/issues ** Summary changed: - Visual artifact 1px vertical white line right side of the wallpaper + Visual artifact 1px vertical white line right side of the wallpaper with Ambiance/Radiance -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu. https://bugs.launchpad.net/bugs/1986450 Title: Visual artifact 1px vertical white line right side of the wallpaper with Ambiance/Radiance Status in gnome-shell package in Ubuntu: New Status in gnome-shell-extension-desktop-icons-ng package in Ubuntu: New Status in ubuntu-themes package in Ubuntu: New Bug description: After manually upgrading from 20.04 LTS to 22.04.1 LTS I find that there is a 1px wide vertical white line on the desktop that appears whenever an application has focus. It is on the right side of the monitor, covering the background wallpaper but not the menu. Workaround: in Displays, change scale to something else than 100% and then change back to 100%. That white vertical line will stay at the former 100% window size location until the Settings window is closed. It disappears when the Settings is closed. --- ProblemType: Bug ApportVersion: 2.20.11-0ubuntu82.1 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: ubuntu:GNOME DisplayManager: gdm3 DistroRelease: Ubuntu 22.04 InstallationDate: Installed on 2018-04-27 (1570 days ago) InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426) Package: gnome-shell 42.2-0ubuntu0.2 PackageArchitecture: amd64 ProcVersionSignature: Ubuntu 5.15.0-46.49-generic 5.15.39 RelatedPackageVersions: mutter-common 42.2-0ubuntu1 Tags: wayland-session jammy Uname: Linux 5.15.0-46-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo www-data _MarkForUpload: True To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1986450/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1986450] Re: Visual artifact 1px vertical white line right side of the wallpaper
Wow, I didn't realize that people were still trying to use Ambiance and Radiance (from source package ubuntu-themes) with Ubuntu 24.04 LTS. Would you like to submit a patch and subscribe ubuntu-sponsors? ** Package changed: light-themes (Ubuntu) => ubuntu-themes (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu. https://bugs.launchpad.net/bugs/1986450 Title: Visual artifact 1px vertical white line right side of the wallpaper Status in gnome-shell package in Ubuntu: New Status in gnome-shell-extension-desktop-icons-ng package in Ubuntu: New Status in ubuntu-themes package in Ubuntu: New Bug description: After manually upgrading from 20.04 LTS to 22.04.1 LTS I find that there is a 1px wide vertical white line on the desktop that appears whenever an application has focus. It is on the right side of the monitor, covering the background wallpaper but not the menu. Workaround: in Displays, change scale to something else than 100% and then change back to 100%. That white vertical line will stay at the former 100% window size location until the Settings window is closed. It disappears when the Settings is closed. --- ProblemType: Bug ApportVersion: 2.20.11-0ubuntu82.1 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: ubuntu:GNOME DisplayManager: gdm3 DistroRelease: Ubuntu 22.04 InstallationDate: Installed on 2018-04-27 (1570 days ago) InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426) Package: gnome-shell 42.2-0ubuntu0.2 PackageArchitecture: amd64 ProcVersionSignature: Ubuntu 5.15.0-46.49-generic 5.15.39 RelatedPackageVersions: mutter-common 42.2-0ubuntu1 Tags: wayland-session jammy Uname: Linux 5.15.0-46-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo www-data _MarkForUpload: True To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1986450/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2061118] Re: Rendering issues in vmware with 3d on (GTK ngl backend)
I was unable to complete the VMWare Workstation Player 17 install on a Ubuntu 24.04 LTS host even though there is a Linux installer. Note that this bug report says that the host is Windows 11. Similarly, I was able to install VirtualBox on a Ubuntu 24.04 LTS host but was unable to duplicate https://launchpad.net/bugs/2061584 . I suspect that it happens on a Windows 11 host because I have heard reports of it affecting someone with a Windows 11 host with Intel graphics (no Nvidia). I have other priority work I need to do today, but someone interested in trying to duplicate this bug should check if it happens with a Windows 11 host. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/2061118 Title: Rendering issues in vmware with 3d on (GTK ngl backend) Status in GTK+: New Status in Mesa: New Status in gtk4 package in Ubuntu: Invalid Status in mesa package in Ubuntu: Triaged Status in gtk4 source package in Noble: Invalid Status in mesa source package in Noble: Triaged Bug description: Build: Noble Daily Current from 12th April Host OS: Windows 11 VM App: VMWare Workstation 17 Player Issue: During installation there is continuous black flickering artefacts throughout the flow. Installation completed successfully, got to GDM, logged in but desktop screen is black and then locks up the whole application, cannot shutdown or interact with Player and need to hard kill from task manager. The issue appears does not appear with Mantic with the exact same machine configuration and appears to be an issue with GPU, my host machine is running an NVIDIA 4070ti with the latest windows drivers. On reboot some elements of the desktop are visible but cannot be interacted with without further lockups. To manage notifications about this bug go to: https://bugs.launchpad.net/gtk/+bug/2061118/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2054908] Re: gpg-wks-server pulls in postfix
*** This bug is a duplicate of bug 2060578 *** https://bugs.launchpad.net/bugs/2060578 ** This bug has been marked a duplicate of bug 2060578 postfix installed during release upgrade to Noble -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bugs/2054908 Title: gpg-wks-server pulls in postfix Status in Auto Package Testing: Fix Released Status in apt package in Ubuntu: Invalid Status in gnupg2 package in Ubuntu: Won't Fix Status in munin package in Ubuntu: Invalid Bug description: Example 1 I did a sudo apt dist-upgrade today on my developer machine running Ubuntu Desktop 24.04 LTS and it surprisingly pulled in postfix. I did not built this into a full reproducible test case because I found another test case… Example 2 munin's autopkgtests are now failing because postfix is now unexpectedly being installed. https://autopkgtest.ubuntu.com/packages/munin/noble/amd64 Other Info gnupg2's changelog indicates that there was an attempt to avoid this misbehavior by having gnupg only Suggest gpg-wks-server. In fact, there is **nothing** in Ubuntu 24.04 LTS that Depends or Recommends gpg-wks-server. I added a munin bug task as a pointer in case anyone wonder's about the autopkgtest regression but I don't believe munin needs any changes. To manage notifications about this bug go to: https://bugs.launchpad.net/auto-package-testing/+bug/2054908/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2061118] Re: Rendering issues in vmware with 3d on (GTK ngl backend)
I have split VirtualBox to a separate issue, https://launchpad.net/bugs/2061584 because we believe the VMWare issue is fixed with mesa 24.0.5-1ubuntu1 in noble-proposed. ** Summary changed: - Rendering issues in vmware/virtualbox with 3d on (GTK ngl backend) + Rendering issues in vmware with 3d on (GTK ngl backend) ** Changed in: gtk4 (Ubuntu Noble) Status: Triaged => Invalid ** Changed in: mesa (Ubuntu Noble) Status: Triaged => Fix Committed ** No longer affects: open-vm-tools (Ubuntu) ** No longer affects: open-vm-tools (Ubuntu Noble) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/2061118 Title: Rendering issues in vmware with 3d on (GTK ngl backend) Status in GTK+: New Status in Mesa: New Status in gtk4 package in Ubuntu: Invalid Status in mesa package in Ubuntu: Fix Committed Status in gtk4 source package in Noble: Invalid Status in mesa source package in Noble: Fix Committed Bug description: Build: Noble Daily Current from 12th April Host OS: Windows 11 VM App: VMWare Workstation 17 Player Issue: During installation there is continuous black flickering artefacts throughout the flow. Installation completed successfully, got to GDM, logged in but desktop screen is black and then locks up the whole application, cannot shutdown or interact with Player and need to hard kill from task manager. The issue appears does not appear with Mantic with the exact same machine configuration and appears to be an issue with GPU, my host machine is running an NVIDIA 4070ti with the latest windows drivers. On reboot some elements of the desktop are visible but cannot be interacted with without further lockups. To manage notifications about this bug go to: https://bugs.launchpad.net/gtk/+bug/2061118/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2061584] [NEW] Rendering issues in VirtualBox with 3d on (GTK ngl backend)
Public bug reported: GTK4 apps are rendering very badly with Ubuntu 24.04 LTS Beta when ran in VirtualBox. This includes the Welcome to Ubuntu app (gnome-initial-setup), gnome- text-editor, and drawing the background (which uses gnome-shell- extension-desktop-icons-ng on Ubuntu). This issue was triggered by GTK4's switch to ngl as the default renderer instead of gl. However, some other similar issues (LP: #2061118, LP: #2060679) are being fixed in mesa instead of in gtk4 itself. ** Affects: gtk Importance: Unknown Status: Unknown ** Affects: mesa Importance: Unknown Status: Unknown ** Affects: gtk4 (Ubuntu) Importance: High Status: Triaged ** Affects: mesa (Ubuntu) Importance: High Status: Triaged ** Affects: gtk4 (Ubuntu Noble) Importance: High Status: Triaged ** Affects: mesa (Ubuntu Noble) Importance: High Status: Triaged ** Tags: iso-testing noble ** Also affects: gtk4 (Ubuntu Noble) Importance: High Status: Triaged ** Bug watch added: gitlab.gnome.org/GNOME/gtk/-/issues #6542 https://gitlab.gnome.org/GNOME/gtk/-/issues/6542 ** Also affects: gtk via https://gitlab.gnome.org/GNOME/gtk/-/issues/6542 Importance: Unknown Status: Unknown ** Description changed: GTK4 apps are rendering very badly with Ubuntu 24.04 LTS Beta when ran in VirtualBox. This includes the Welcome to Ubuntu app (gnome-initial-setup), gnome- text-editor, and drawing the background (which uses gnome-shell- extension-desktop-icons-ng on Ubuntu). + + This issue was triggered by GTK4's switch to ngl as the default renderer + instead of gl. + + However, some other similar issues (LP: #2061118, LP: #2060679) are + being fixed in mesa instead of in gtk4 itself. ** Also affects: mesa (Ubuntu) Importance: Undecided Status: New ** Changed in: mesa (Ubuntu Noble) Importance: Undecided => High ** Changed in: mesa (Ubuntu Noble) Status: New => Triaged ** Bug watch added: gitlab.freedesktop.org/mesa/mesa/-/issues #11008 https://gitlab.freedesktop.org/mesa/mesa/-/issues/11008 ** Also affects: mesa via https://gitlab.freedesktop.org/mesa/mesa/-/issues/11008 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/2061584 Title: Rendering issues in VirtualBox with 3d on (GTK ngl backend) Status in GTK+: Unknown Status in Mesa: Unknown Status in gtk4 package in Ubuntu: Triaged Status in mesa package in Ubuntu: Triaged Status in gtk4 source package in Noble: Triaged Status in mesa source package in Noble: Triaged Bug description: GTK4 apps are rendering very badly with Ubuntu 24.04 LTS Beta when ran in VirtualBox. This includes the Welcome to Ubuntu app (gnome-initial-setup), gnome- text-editor, and drawing the background (which uses gnome-shell- extension-desktop-icons-ng on Ubuntu). This issue was triggered by GTK4's switch to ngl as the default renderer instead of gl. However, some other similar issues (LP: #2061118, LP: #2060679) are being fixed in mesa instead of in gtk4 itself. To manage notifications about this bug go to: https://bugs.launchpad.net/gtk/+bug/2061584/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2060679] Re: No icons for gtk4 applications under noble
** Changed in: mesa (Ubuntu Noble) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/2060679 Title: No icons for gtk4 applications under noble Status in mesa package in Ubuntu: Fix Committed Status in mesa source package in Noble: Fix Committed Bug description: While testing the Ubuntu noble (24.04) desktop for Raspberry Pi beta, I noticed that all GTK4 applications appear to be missing various icons. All lack the minimize / maximize / close icons (which are left as three empty circles on the window), and others lack icons within the windows, e.g. on various controls like radio buttons, or folder icons in nautilus. GTK3 applications appear unaffected. I'll attach some screenshots demonstrating the issue. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/2060679/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2060009] Re: mesa 24.0.3-1ubuntu3 breaks OpenGL applications on amdgpu
** Changed in: mesa (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/2060009 Title: mesa 24.0.3-1ubuntu3 breaks OpenGL applications on amdgpu Status in mesa package in Ubuntu: Fix Committed Bug description: With mesa 24.0.3-1ubuntu3 OpenSCAD does not work correctly on AMD GPUs. Cf. https://github.com/openscad/openscad/issues/5072 According to OpenSCAD maintainers this was a bug fixed in Mesa-24.0.4. Cf. https://docs.mesa3d.org/relnotes/24.0.4.html --- ProblemType: Bug ApportVersion: 2.28.0-0ubuntu1 Architecture: amd64 BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log' CasperMD5CheckResult: pass CompositorRunning: None CurrentDesktop: KDE DistUpgraded: Fresh install DistroCodename: noble DistroRelease: Ubuntu 24.04 DistroVariant: ubuntu DkmsStatus: fwts-efi-runtime-dkms/24.01.00, 6.8.0-11-generic, x86_64: installed (WARNING! Diff between built and installed module!) fwts-efi-runtime-dkms/24.01.00, 6.8.0-20-generic, x86_64: installed (WARNING! Diff between built and installed module!) DpkgLog: ExtraDebuggingInterest: No GraphicsCard: Advanced Micro Devices, Inc. [AMD/ATI] Raven Ridge [Radeon Vega Series / Radeon Vega Mobile Series] [1002:15dd] (rev c4) (prog-if 00 [VGA controller]) Subsystem: Lenovo Raven Ridge [Radeon Vega Series / Radeon Vega Mobile Series] [17aa:506f] InstallationDate: Installed on 2021-07-01 (1006 days ago) InstallationMedia: Kubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420) Lsusb: Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 003 Device 003: ID 04f2:b604 Chicony Electronics Co., Ltd Integrated Camera (1280x720@30) Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub MachineType: LENOVO 20KV0008GE Package: mesa (not installed) ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-6.8.0-20-generic root=/dev/mapper/vgubuntu-root ro ProcVersionSignature: Ubuntu 6.8.0-20.20-generic 6.8.1 Tags: noble ubuntu regression reproducible Uname: Linux 6.8.0-20-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dialout dip libvirt lpadmin lxd plugdev sambashare sbuild sispmctl sudo _MarkForUpload: True dmi.bios.date: 02/08/2023 dmi.bios.release: 1.63 dmi.bios.vendor: LENOVO dmi.bios.version: R0UET83W (1.63 ) dmi.board.asset.tag: Not Available dmi.board.name: 20KV0008GE dmi.board.vendor: LENOVO dmi.board.version: SDK0J40697 WIN dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: None dmi.ec.firmware.release: 1.63 dmi.modalias: dmi:bvnLENOVO:bvrR0UET83W(1.63):bd02/08/2023:br1.63:efr1.63:svnLENOVO:pn20KV0008GE:pvrThinkPadE585:rvnLENOVO:rn20KV0008GE:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_20KV_BU_Think_FM_ThinkPadE585: dmi.product.family: ThinkPad E585 dmi.product.name: 20KV0008GE dmi.product.sku: LENOVO_MT_20KV_BU_Think_FM_ThinkPad E585 dmi.product.version: ThinkPad E585 dmi.sys.vendor: LENOVO version.compiz: compiz N/A version.libdrm2: libdrm2 2.4.120-2 version.libgl1-mesa-dri: libgl1-mesa-dri 24.0.3-1ubuntu3 version.libgl1-mesa-glx: libgl1-mesa-glx 23.1.3-1ubuntu1 version.xserver-xorg-core: xserver-xorg-core 2:21.1.11-2ubuntu1 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:22.0.0-1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917+git20210115-1 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-2build1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/2060009/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2061118] Re: Rendering issues in vmware/virtualbox with 3d on (GTK ngl backend)
** Package changed: gnome-shell (Ubuntu Noble) => gtk4 (Ubuntu Noble) ** Changed in: gtk4 (Ubuntu Noble) Status: New => Triaged ** Bug watch added: gitlab.freedesktop.org/mesa/mesa/-/issues #10901 https://gitlab.freedesktop.org/mesa/mesa/-/issues/10901 ** Also affects: mesa via https://gitlab.freedesktop.org/mesa/mesa/-/issues/10901 Importance: Unknown Status: Unknown ** Also affects: mesa (Ubuntu) Importance: Undecided Status: New ** Changed in: mesa (Ubuntu Noble) Status: New => Triaged ** Changed in: mesa (Ubuntu Noble) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/2061118 Title: Rendering issues in vmware/virtualbox with 3d on (GTK ngl backend) Status in GTK+: Fix Released Status in Mesa: Unknown Status in gtk4 package in Ubuntu: Triaged Status in mesa package in Ubuntu: Triaged Status in open-vm-tools package in Ubuntu: Invalid Status in gtk4 source package in Noble: Triaged Status in mesa source package in Noble: Triaged Status in open-vm-tools source package in Noble: Invalid Bug description: Build: Noble Daily Current from 12th April Host OS: Windows 11 VM App: VMWare Workstation 17 Player Issue: During installation there is continuous black flickering artefacts throughout the flow. Installation completed successfully, got to GDM, logged in but desktop screen is black and then locks up the whole application, cannot shutdown or interact with Player and need to hard kill from task manager. The issue appears does not appear with Mantic with the exact same machine configuration and appears to be an issue with GPU, my host machine is running an NVIDIA 4070ti with the latest windows drivers. On reboot some elements of the desktop are visible but cannot be interacted with without further lockups. To manage notifications about this bug go to: https://bugs.launchpad.net/gtk/+bug/2061118/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2060813] Re: Upgrade UPower to 1.90.3 to lower cpu and disk usage
This bug was fixed in the package upower - 1.90.3-1 --- upower (1.90.3-1) unstable; urgency=medium * New upstream version 1.90.3 * Drop patches, merged upstream * Bump Build-Depends on meson to (>= 0.60.0) and libglib2.0-dev to (>= 2.66) as per meson.build * Switch Build-Depends on pkg-config to pkgconf * Bump Standards-Version to 4.7.0 -- Michael Biebl Mon, 08 Apr 2024 09:42:45 +0200 ** Changed in: upower (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to upower in Ubuntu. https://bugs.launchpad.net/bugs/2060813 Title: Upgrade UPower to 1.90.3 to lower cpu and disk usage Status in upower package in Ubuntu: Fix Released Status in upower package in Debian: Unknown Bug description: Reference: https://www.phoronix.com/news/UPower-1.90.4-Released Upower 1.90.4 has been released, which fixes an issue making some users (maybe having Logitech devices and others) use more cpu and disk than intended. For me (I have Logitech mouse receiver), when I look at htop without doing anything, I see upower appearing there as using CPU. If the upgrade cannot be done at this stage, maybe the patch can be added to 1.90.2 (the current version in the repository of 24.04): https://gitlab.freedesktop.org/upower/upower/-/merge_requests/212 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/upower/+bug/2060813/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2060898] Re: Trying to install gimp-help-en threatens to install wslu
Sorry, I ran this command. Not sure why it's wrong. $ seeded-in-ubuntu chromium-browser chromium-browser (from chromium-browser) is seeded in: ubuntustudio: dvd -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-meta in Ubuntu. https://bugs.launchpad.net/bugs/2060898 Title: Trying to install gimp-help-en threatens to install wslu Status in edubuntu-meta package in Ubuntu: Triaged Status in kubuntu-meta package in Ubuntu: Triaged Status in lubuntu-meta package in Ubuntu: Triaged Status in ubuntu-budgie-meta package in Ubuntu: Fix Committed Status in ubuntu-mate-meta package in Ubuntu: Triaged Status in ubuntu-meta package in Ubuntu: Invalid Status in ubuntustudio-meta package in Ubuntu: Triaged Status in wslu package in Ubuntu: Invalid Status in edubuntu-meta source package in Noble: Triaged Status in kubuntu-meta source package in Noble: Triaged Status in lubuntu-meta source package in Noble: Triaged Status in ubuntu-budgie-meta source package in Noble: Fix Committed Status in ubuntu-mate-meta source package in Noble: Triaged Status in ubuntu-meta source package in Noble: Invalid Status in ubuntustudio-meta source package in Noble: Triaged Status in wslu source package in Noble: Invalid Bug description: Filing this against ubuntu-meta since I believe this is a seed problem that potentially affects all variants of Ubuntu (flavors or otherwise). wslu is "a collection of utilities for the Windows 10 Linux Subsystem, such as for converting Linux paths to a Windows paths or creating Linux application shortcuts on the Windows 10 Desktop." Obviously this package should *never* be installed on a desktop or even on most VMs, but only within WSL instances. However... wslu provides the virtual package www-browser, as one of its features is to open links in Windows 10 using the default browser set there. This means that if a package depends or recommends www-browser, it may attempt to pull in one of several packages, wslu included. In the past, this hasn't been a problem because Firefox was present on all flavor images, and Firefox provides www-browser as well. However, now that Firefox is a Snap, it is possible for Firefox to be installed without the firefox transitional apt package being installed. (This is the case in a default installation of Kubuntu Noble Beta.) As it turns out, Kubuntu Noble Beta ships with *no* packages that provide www- browser, meaning that any package that depends on it will have to install a new browser. Due to some stroke of misfortune, apt is picking wslu out of all packages as the package for this use case. Installing gimp-help-en will also install www-browser, which results in wslu becoming installed. wslu causes quite a few problems when installed on a desktop system - among them, the syslog is spammed with errors due to the system not in fact being a WSL VM, audio breaks in weird ways, and application launchers sometimes fail. Why this happens is unclear, but the issues appear to resolve once wslu is removed from the system. It is therefore probably a good idea to avoid wslu becoming installed on accident in this way. Probably the best way to resolve this is to ensure that some package that provides www-browser is available on every Ubuntu image. This could be done via seeding or by adding a package to ubuntu-minimal. Alternatively, wslu could be set to no longer provide www-browser, though it's unclear if that would break its functionality. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/edubuntu-meta/+bug/2060898/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2060693] Re: No welcome/login sound on Ubuntu desktop
** Tags added: ally noble -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libcanberra in Ubuntu. https://bugs.launchpad.net/bugs/2060693 Title: No welcome/login sound on Ubuntu desktop Status in libcanberra package in Ubuntu: New Bug description: Under the Ubuntu desktop for Raspberry Pi, for several recent releases, the startup sound from the Yaru sound theme has failed to play both at the initial setup (from oem-config, where it used to play just before language selection), and at the greeter. This worked in Jammy (22.04), but on at least mantic (23.10) and the forthcoming noble (24.04) (and possibly earlier), this has failed. It's not due to a crash in canberra-gtk-play (used to play the sound). The only hint that something has failed appears in the oem-config.log: Failed to play sound: Not available Unfortunately there's nothing else in the log that hints at why canberra-gtk-play is failing. There are several similar bug report, but I doubt they are related given their age (e.g. LP: #1002114 relates to ubuntu 12.04 which had a very different sound stack and predates the preinstalled desktop images). To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libcanberra/+bug/2060693/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp