[Touch-packages] [Bug 1970449] Re: GPG keys are not shown in Software and Updates

2022-07-17 Thread Heiko Hösch
Here is a working version of the AptAuth.py for Ubuntu 22.04. The testing version of Ubuntu might have another software-properties- version. I just changed the subprocess.run to subprocess.Popen and added a p.close to end the subprocess where it reads the keys. I left the rest as it is. I did no

[Touch-packages] [Bug 1979053] Re: UI glitches (coloured squares) in GTK application with AMDGPU

2022-07-17 Thread Daniel van Vugt
** Also affects: linux via https://gitlab.freedesktop.org/drm/amd/-/issues/2088 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/1

[Touch-packages] [Bug 1963767] Missing required logs.

2022-07-17 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem. While running an Ubuntu kernel (not a mainline or third-party kernel) please enter the following command in a terminal window: apport-collect 1963767 and then change the status of the bug to 'Confirmed'. If, due to the nature

[Touch-packages] [Bug 1963767] Re: Microphone not working after suspend

2022-07-17 Thread Daniel van Vugt
** Tags removed: impish ** Tags added: jammy ** Changed in: linux (Ubuntu) Status: Won't Fix => New ** Changed in: pulseaudio (Ubuntu) Status: Won't Fix => New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pu

[Touch-packages] [Bug 1981622] Re: mtd device must be supplied (device name is empty)

2022-07-17 Thread Parsa
I Have the same issue but the diffrence is that my device wont boot after getting this eror message Ps:im using kubuntu on a 4460 core i5 cpu and nvidia proprietary drivers -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to syst

[Touch-packages] [Bug 1981932] [NEW] Loud squeaking noise which disappears when audio is played

2022-07-17 Thread M.N Sanjana de Costa
Public bug reported: When I connect my headset, theres a loud radio like noise which disappears when I play some audio but comes back as soon as i stop. ProblemType: Bug DistroRelease: Ubuntu 22.04 Package: alsa-base 1.0.25+dfsg-0ubuntu7 ProcVersionSignature: Ubuntu 5.15.0-41.44-generic 5.15.39 U

[Touch-packages] [Bug 1927337] Re: [USB-Audio - RODECaster Pro, playback] Sound is distorted (21.04)

2022-07-17 Thread Tyler Tolley
I have the same issue. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1927337 Title: [USB-Audio - RODECaster Pro, playback] Sound is distorted (21.04) Status in alsa-

[Touch-packages] [Bug 1971984] Re: pcscd 1.9.5-3 do not start automatically, only manual

2022-07-17 Thread Ludovic Rousseau
@apinunt, pcscd is not started at boot but when an application is calling the WinSCard API. See https://ludovicrousseau.blogspot.com/2011/11/pcscd-auto-start-using-systemd.html Where do you find that pcscd manpage indicates it is started at boot? Interesting to know that this bug was already pr

[Touch-packages] [Bug 1970449] Re: GPG keys are not shown in Software and Updates

2022-07-17 Thread Heiko Hösch
The version from Ubuntu 20.04 has a p.close() at the end to close the subprocess. I have it here in my download folder. Perhaps it would be better to include that. The problem is that I can't make a package. I could upload a AptAuth.py that works. I can't understand why the importance was set t

[Touch-packages] [Bug 1970449] Re: GPG keys are not shown in Software and Updates

2022-07-17 Thread Heiko Hösch
Now I change the AptAuth.py. I changed subprocess.run to subprocess.Popen. (In the passage where it reads the keys) I did not change anything else. (The version in Ubuntu 20.04 had a p.close() or something additionally.) Here it works. It shows the keys ** Attachment added: "Bildschirmfoto vom

[Touch-packages] [Bug 1970449] Re: GPG keys are not shown in Software and Updates

2022-07-17 Thread Heiko Hösch
I would say that the application window gets no value when you use subprocess.run. When you change subprocess.run to subprocess.Popen it works. I can try to post a screenshot. I do not know if that works. That is the actual version. ** Attachment added: "Bildschirmfoto vom 2022-07-17 10-03-16.p

[Touch-packages] [Bug 1970449] Re: GPG keys are not shown in Software and Updates

2022-07-17 Thread Heiko Hösch
subprocess.Popen was substituted with subprocess.run in the AptAuth.py. That seems to be the reason. They behave differently here. The other operations seem to work, but it does not read the keys with subprocess.run. It only reads the keys with subprocess.Popen. I do not exactly know why. I wrot

[Touch-packages] [Bug 1970449] Re: GPG keys are not shown in Software and Updates

2022-07-17 Thread Heiko Hösch
apt-key list works. It also shows the keys in /etc/apt/trusted.gpg.d/ -- 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/1970449 Title: GPG keys are not shown in S

[Touch-packages] [Bug 1971984] Re: pcscd 1.9.5-3 do not start automatically, only manual

2022-07-17 Thread apinunt
Forgot to say, but the same problem exists on both a Dell G5, running Ubuntu Mate 21.10 and a Dell Latitude 3190 running Ubuntu Mate 22.04. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pcsc-lite in Ubuntu. https://bugs.laun

[Touch-packages] [Bug 1971984] Re: pcscd 1.9.5-3 do not start automatically, only manual

2022-07-17 Thread apinunt
We've been having to run "service pcscd start" manually to use the ACS ACR39U card reader each time. Man pcscd seems to say the service is started at boot, which it is not, though ideally we would like it to start when the reader is plugged into the computer and stop when it is unplugged. -- Y