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

2022-08-11 Thread Launchpad Bug Tracker
This bug was fixed in the package software-properties - 0.99.22.3 --- software-properties (0.99.22.3) jammy; urgency=medium * Fix GPG keys are not shown in Software and Updates (LP: #1970449) * Fix spelling mistake of repository -- Benjamin Drung Tue, 26 Jul 2022 13:37:33

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

2022-07-27 Thread Manfred Hampl
Re-running the autopkgtest has succeeded, https://autopkgtest.ubuntu.com/packages/d/crash/jammy/arm64 Confirming the SRU. ** Tags removed: verification-needed verification-needed-jammy ** Tags added: verification-done verification-done-jammy -- You received this bug notification because you

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

2022-07-27 Thread Benjamin Drung
Thanks for the testing and looking into the crash/8.0.0-1ubuntu1 (arm64) failure. I retried the test. If that test passes, you can tag this SRU as successful. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

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

2022-07-26 Thread Manfred Hampl
I tested the updated package on my system and I can confirm that the new version now correctly shows the apt keys. Other actions in software- properties-gtk like changing the repository server and disabling -proposed still work as before. For the autopkgtest regression that has been reported in

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

2022-07-26 Thread Launchpad Bug Tracker
This bug was fixed in the package software-properties - 0.99.25 --- software-properties (0.99.25) kinetic; urgency=medium * Fix GPG keys are not shown in Software and Updates (LP: #1970449) * Remove trailing spaces * Drop obsolete imports from __future__ * Remove duplicate

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

2022-07-26 Thread Łukasz Zemczak
Hello MadhuSoodanan, or anyone else affected, Accepted software-properties into jammy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/software- properties/0.99.22.3 in a few hours, and then in the -proposed repository. Please help us by testing this

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

2022-07-26 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch -- 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 Software and Updates Status in

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

2022-07-26 Thread Benjamin Drung
** Changed in: software-properties (Ubuntu Kinetic) Status: Confirmed => Fix Committed ** Changed in: software-properties (Ubuntu Jammy) Status: Confirmed => Fix Committed ** Description changed: + [Impact] + software-properties-gtk does not show the registered apt gpg keys in

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

2022-07-26 Thread Benjamin Drung
subprocess.run is nicer that subprocess.Popen since you do not have to close the opened process. The underlying problem is that subprocess.Popen gave you the output line by line, but stdout from subprocess.run is the complete output. To iterate over the lines you have to call splitlines() first.

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

2022-07-25 Thread Benjamin Drung
This regression was introduce in https://git.launchpad.net/software- properties/commit/?id=d70fcb4445a912e1bc88e56dd8474467a288c640 and was included in software-properties 0.99.2. Therefore jammy and kinetic carry that regression. focal is not affected despite having version 0.99.9.8 (but this

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

2022-07-25 Thread Benjamin Drung
** Changed in: software-properties (Ubuntu Jammy) Status: New => Confirmed -- 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

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

2022-07-21 Thread Lukas Märdian
** Also affects: software-properties (Ubuntu Kinetic) Importance: Low Status: Confirmed ** Also affects: software-properties (Ubuntu Jammy) Importance: Undecided Status: New ** Tags added: fr-2565 ** Tags removed: fr-2565 rls-jj-incoming -- You received this bug

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

2022-07-18 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

[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

[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

[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

[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

[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

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

2022-07-15 Thread Dan Streetman
I believe the problem is that 'apt-key' uses only the /etc/apt/trusted.gpg file, while software-properties now (correctly) creates individual /etc/apt/trusted.gpg.d/*.gpg files for each key added. The software-properties AptAuth.py module should probably be changed to stop using apt-key, and/or

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

2022-07-14 Thread Brian Murray
** Changed in: software-properties (Ubuntu) Importance: Undecided => Low -- 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

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

2022-07-11 Thread Sebastien Bacher
updating the description to be about the key issue, please report a new bug about the livepatch problem including a screenshot ** Description changed: - Canonical livepatch icon doesn't appear on the title bar. + software-properties-gtk does not show the registered apt gpg keys in the +

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

2022-07-11 Thread Julian Andres Klode
** Tags added: rls-jj-incoming -- 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 Software and Updates Status in

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

2022-04-28 Thread Manfred Hampl
Fact is: software-properties-gtk does not show the registered apt gpg keys in the "Authentication" tab on my Ubuntu 21.10 and 22.04 systems. My Ubuntu 20.04 shows the registered keys in the window. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

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

2022-04-28 Thread Manfred Hampl
Due to the fact that the system in question showed two different issues, there is a mix of information related to the two problems. I have tried to clean that up a bit. ** Package changed: ubuntu-release-upgrader (Ubuntu) => software- properties (Ubuntu) -- You received this bug notification