[Touch-packages] [Bug 2093797] Re: aa-teardown fails after loading my custom flags=(kill) profile

2025-01-10 Thread Ubuntu Foundations Team Bug Bot
The attachment "apparmor-aa-teardown-fix-flags-kill- launchpad-2093797.patch" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message perform

[Touch-packages] [Bug 2093797] Re: aa-teardown fails after loading my custom flags=(kill) profile

2025-01-10 Thread Daniel Tang
** Patch added: "apparmor-aa-teardown-fix-flags-kill-launchpad-2093797.patch" https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2093797/+attachment/5850958/+files/apparmor-aa-teardown-fix-flags-kill-launchpad-2093797.patch -- You received this bug notification because you are a member o

[Touch-packages] [Bug 2093797] [NEW] aa-teardown fails after loading my custom flags=(kill) profile

2025-01-10 Thread Daniel Tang
Public bug reported: The `aa-teardown` command fails when unloading my custom profiles containing flags=(kill). $ lsb_release -rd Description:Ubuntu 24.10 Release:24.10 $ apt-cache policy apparmor apparmor:   Installed: 4.1.0~beta1-0ubuntu3   Candidate: 4.1.0~beta1-0ubuntu3   Version

[Touch-packages] [Bug 2085260] Re: Merge openldap from Debian unstable for plucky

2025-01-10 Thread Sergio Durigan Junior
** Merge proposal linked: https://code.launchpad.net/~sergiodj/ubuntu/+source/openldap/+git/openldap/+merge/479249 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openldap in Ubuntu. https://bugs.launchpad.net/bugs/2085260

Re: [Touch-packages] [Bug 2085260] Re: Merge openldap from Debian unstable for plucky

2025-01-10 Thread Ryan Tandy
Hi Sergio, just to let you know, there will be at least one more upload following up on what's currently in experimental, adding more support and documentation for the transition to OpenSSL. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 2093790] Re: Windows pulses weirdly

2025-01-10 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => xorg (Ubuntu) -- 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/2093790 Title: Windows pulses weirdly Status in xorg package in Ubuntu: New Bug

[Touch-packages] [Bug 2093790] [NEW] Windows pulses weirdly

2025-01-10 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: I have 2 monitors and configured to have a workspace on the main display. I noticed that when I have one window open on the secondary display and have windows (not fullsized) on different workspaces, they pulse when navigating between them. Not sure if it

[Touch-packages] [Bug 2085260] Re: Merge openldap from Debian unstable for plucky

2025-01-10 Thread Sergio Durigan Junior
** Changed in: openldap (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openldap in Ubuntu. https://bugs.launchpad.net/bugs/2085260 Title: Merge openldap from Debian unstable for p

[Touch-packages] [Bug 2066183] Re: AppStream metadata allow user uninstallation of PackageKit

2025-01-10 Thread Simon Quigley
The SRU template looks a little light, and I corrected the version number, but uploaded and in the queue now. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to packagekit in Ubuntu. https://bugs.launchpad.net/bugs/2066183 Title

[Touch-packages] [Bug 2089563] Autopkgtest regression report (librsvg/2.59.2+dfsg-1~1ubuntu24.10.1)

2025-01-10 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted librsvg (2.59.2+dfsg-1~1ubuntu24.10.1) for oracular have finished running. The following regressions have been reported in tests triggered by the package: conky/unknown (amd64) ffmpeg/unknown (amd64) formiko/unknown (amd64) gnome-mastermind/unknown (ppc64el

[Touch-packages] [Bug 2093687] [NEW] Audio starts crackling every now and then

2025-01-10 Thread Jussi Pakkanen
Public bug reported: Symptom: Audio starts crackling and sounds distorted. How to trigger: Watching e.g. Youtube and skipping forwards/backwards with left and right arrow. Typically requires a bunch of attempts as the issue is fairly rare. Hack to fix it: Plugging headphones in and out makes

[Touch-packages] [Bug 2086110] Re: setupcon fails to set console font in 24.04 LTS

2025-01-10 Thread Andreas Hasenack
Sponsored: Uploading console-setup_1.226ubuntu3.dsc Uploading console-setup_1.226ubuntu3.tar.xz Uploading console-setup_1.226ubuntu3_source.buildinfo Uploading console-setup_1.226ubuntu3_source.changes If you want this in a stable release (like 24.04, for which you filed this bug), then the SRU

[Touch-packages] [Bug 2086110] Re: setupcon fails to set console font in 24.04 LTS

2025-01-10 Thread Andreas Hasenack
Ah, found something in /etc/default/console-setup, at the very end: ... VIDEOMODE= # The following is an example how to use a braille font # FONT='lat9w-08.psf.gz brl-8x8.psf' -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 2086110] Re: setupcon fails to set console font in 24.04 LTS

2025-01-10 Thread Andreas Hasenack
I understand the patch, and it makes sense, I just cannot hit that part of the code in my testing. We only get there if $FONT is defined: # FONTFILES FONTFILES='' if [ "$FONT" ]; then for f in $FONT; do RES=`findfile $fontdir $f` if [ -z "$RES" ]; then fdec="${f%.g

[Touch-packages] [Bug 2086110] Re: setupcon fails to set console font in 24.04 LTS

2025-01-10 Thread Andreas Hasenack
I can reproduce it if I call setupcon like this: # FONT=Uni2-Terminus32x16.psf.gz setupcon -v ... setfont: INFO setfont.c:164 try_loadfont: Loading 1024-char 16x32 font setfont: ERROR kdfontop.c:211 put_font_kdfontop: ioctl(KDFONTOP): Invalid argument -- You received this bug notification becau

[Touch-packages] [Bug 2086110] Re: setupcon fails to set console font in 24.04 LTS

2025-01-10 Thread Andreas Hasenack
As for your patch, here is a git branch with it applied, and d/changelog updated, ready to sponsor: https://code.launchpad.net/~ahasenack/ubuntu/+source/console- setup/+git/console-setup/+ref/plucky-setupcon-duplicate-font -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1957024] Re: pam-mkhomedir does not honor private home directories

2025-01-10 Thread Andrew Lowther
It is great to hear pam_mkhomedir now uses /etc/login.defs. That is certainly better than modifying the pam configuration. I was curious when this happened and found this commit on 2021-03-05. The commit message does not indicate any specific motivation for why the change was made. https://githu

[Touch-packages] [Bug 2093416] Re: 7 packages can be upgraded is printed, when they cannot

2025-01-10 Thread Julian Andres Klode
It's confusing but the first message shows you how many packages have a newer candidate version and can be upgraded for no other reason which maps directly to upgradable both --upgradable and ?upgradable, and changing that to exclude phased updates would be a strange ABI break. Note that people do

[Touch-packages] [Bug 2055012] Re: When I upgraded from 22.04 to 24.04, DNS resolution went wrong.

2025-01-10 Thread Mike
*** This bug is a duplicate of bug 2054761 *** https://bugs.launchpad.net/bugs/2054761 Somebody should re-open this thread. The bug is confirmed in here, but nobody said it is fixed, so why is it closed? I have exactly this described bug. -- You received this bug notification because you a

[Touch-packages] [Bug 2093393] Re: python3 contains turtle.py without python3-tk installed

2025-01-10 Thread Stefano Rivera
I swear I've seen this bug filed somewhere else before, but I can't find it. The turtle module would not be a good fit in python3-tk. The rigth thing to do here is to just emit a more helpful error message. ** Package changed: python3-defaults (Ubuntu) => python3.13 (Ubuntu) -- You received thi

[Touch-packages] [Bug 2093402] Re: The calculator in 24.04.1 does not work in the Financial settings.

2025-01-10 Thread Manoj
Screenshot of the bug attached ** Attachment added: "calculator.png" https://bugs.launchpad.net/ubuntu/+source/libnotify/+bug/2093402/+attachment/5850813/+files/calculator.png -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed

[Touch-packages] [Bug 2093423] [NEW] If an initrd is already present in UEFI, systemd stub fails booting

2025-01-10 Thread Adriano Cordova Fedeli
Public bug reported: The systemd stub prepares an initrd and tries to register it in UEFI. If an initrd is already present in UEFI, systemd stub fails booting. This does not permit to boot with a preexistent initrd. ** Affects: systemd (Ubuntu) Importance: Undecided Status: New --

[Touch-packages] [Bug 2093420] [NEW] add-apt-repository --enable-source should work directly on deb822 sources

2025-01-10 Thread Simon Chopin
Public bug reported: Currently, if you want to enable sources, you need to enter the option twice, otherwise you're treated to a somewhat confusing error message (assuming you patched python-apt with https://salsa.debian.org/apt- team/python-apt/-/merge_requests/99): ``` ❯ sudo add-apt-repository

[Touch-packages] [Bug 2093416] [NEW] 7 packages can be upgraded is printed, when they cannot

2025-01-10 Thread Dimitri John Ledkov
Public bug reported: $ sudo apt update Hit:1 http://ddebs.ubuntu.com noble InRelease ... Fetched 48.8 kB in 2s (26.5 kB/s) Reading package lists... Done Building dependency tree... Done Reading state information... Done 7 packages can be upgraded. Run 'apt list --upgradable' to see them. $ sudo a

[Touch-packages] [Bug 2093409] [NEW] The glob of ovf is pointing to ova

2025-01-10 Thread liquid2026
Public bug reported: Distro: Ubuntu 24.04 Package: shared-mime-info 2.4-4 In the file /usr/share/mime/globs, the lines application/ovf:*.ova application/x-virtualbox-ova:*.ova should be application/ovf:*.ovf application/x-virtualbox-ova:*.ova ** Affects: shared-mime-info (Ubuntu) Importa

[Touch-packages] [Bug 2089563] Re: [SRU] librsvg 2.59.2

2025-01-10 Thread Timo Aaltonen
Hello Nathan, or anyone else affected, Accepted librsvg into oracular-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/librsvg/2.59.2+dfsg-1~1ubuntu24.10.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package

[Touch-packages] [Bug 2039342] Re: package linux-image-6.5.0-1005-raspi 6.5.0-1005.7 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2025-01-10 Thread Brian Candler
For reference, this was a bug in incus and lxd which has now been fixed. It was triggered by */dev/* occurring in the path /usr/lib/x86_64-linux- gnu/dhcpcd/dev/udev.so https://github.com/lxc/incus/issues/815 https://github.com/canonical/lxd/pull/13588 ** Bug watch added: github.com/lxc/incus/iss

[Touch-packages] [Bug 2093402] [NEW] The calculator in 24.04.1 does not work in the Financial settings.

2025-01-10 Thread Manoj
Public bug reported: The calculator in 24.04.1 does not work in the Financial settings mode. I tried updating, reopening and restarting the computer, even purged the gnome-calculator but the bug still exists. but it still doesn't work. I guess this is a regression. It was working earlier must have

[Touch-packages] [Bug 2093256] Re: Please merge pulseaudio 17.0+dfsg1-1 from debian unstable

2025-01-10 Thread Sebastien Bacher
Thanks, uploaded! ** Changed in: pulseaudio (Ubuntu) Importance: Undecided => Low ** Changed in: pulseaudio (Ubuntu) Status: Confirmed => Fix Committed ** Changed in: pulseaudio (Ubuntu) Assignee: (unassigned) => Alessandro Astone (aleasto) -- You received this bug notification

[Touch-packages] [Bug 2093399] Re: Screen Stuttering on Intel Graphics

2025-01-10 Thread Daniel van Vugt
Thanks for the bug report. The tearing issue is tracked in bug 1754284, but it sounds like you have a workaround. We would prefer you used Wayland instead of Xorg though, then tearing would never occur. Is there a reason you're using Xorg? Please also attach the output from running 'vainfo' on th