[Bug 1969460] Re: software-properties-gtk crashed with TypeError in on_driver_selection_changed(): Expected a string or a pair of strings

2022-06-01 Thread Shih-Yuan Lee
I checked software-properties/0.99.22.2 in jammy-proposed and it does
fix the problem.

** Changed in: oem-priority
   Importance: Undecided => High

** Changed in: oem-priority
 Assignee: (unassigned) => Shih-Yuan Lee (fourdollars)

** Changed in: oem-priority
   Status: New => Fix Committed

** Tags removed: verification-needed verification-needed-jammy
** Tags added: verification-done verification-done-jammy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1969460

Title:
  software-properties-gtk crashed with TypeError in
  on_driver_selection_changed(): Expected a string or a pair of strings

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1969460/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1969460] Re: software-properties-gtk crashed with TypeError in on_driver_selection_changed(): Expected a string or a pair of strings

2022-06-01 Thread Robie Basak
Hello Shih-Yuan, 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.2 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
jammy to verification-done-jammy. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-jammy. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Description changed:

  - Impact
  
  software-properties-gtk hit an exception when dealing some drivers
  
  - Test Case
  
  On a Dell XPS 13 9320 enable ppa:oem-solutions-group/intel-ipu6 and try
  to install libcamhal-ipu6ep0 using software-properties-gtk
  
  https://errors.ubuntu.com/problem/d3c26abd1d80970615ad06cff24972cee3001e57
  should not include reports on the new version
  
  - Regression potential
  
  The change make the driver code ignore one extra type of error, it
  shouldn't impact on any of the already working cases. Ensure that
  drivers that were hitting the error correctly install now
  
+ [racb] It's possible that we accidentally catch and hide a real error
+ due to an unrelated TypeError exception being raised inside the try
+ block.
+ 
  
  
  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
  Ubuntu 22.04
  
  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
   software-properties-gtk 0.99.22
  
  3) What you expected to happen
  No crash when using Additional Drivers with 
ppa:oem-solutions-group/intel-ipu6 on Dell XPS 13 9320
  It can install libcamhal-ipu6ep0 from Additional Drivers without any problem.
  
  4) What happened instead
  It crashed when selecting libcamhal-ipu6ep0 in Additional Drivers

** Tags added: verification-needed verification-needed-jammy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1969460

Title:
  software-properties-gtk crashed with TypeError in
  on_driver_selection_changed(): Expected a string or a pair of strings

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1969460/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1969460] Re: software-properties-gtk crashed with TypeError in on_driver_selection_changed(): Expected a string or a pair of strings

2022-05-31 Thread Launchpad Bug Tracker
This bug was fixed in the package software-properties - 0.99.24

---
software-properties (0.99.24) kinetic; urgency=medium

  * softwareproperties/gtk/SoftwarePropertiesGtk.py:
Don't crash if the driver package does not have a matching modules package
Fixes LP: #1969460

 -- Alberto Milone   Mon, 30 May 2022
16:50:03 +0200

** Changed in: software-properties (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1969460

Title:
  software-properties-gtk crashed with TypeError in
  on_driver_selection_changed(): Expected a string or a pair of strings

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1969460/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1969460] Re: software-properties-gtk crashed with TypeError in on_driver_selection_changed(): Expected a string or a pair of strings

2022-05-31 Thread Sebastien Bacher
** Description changed:

+ - Impact
+ 
+ software-properties-gtk hit an exception when dealing some drivers
+ 
+ - Test Case
+ 
+ On a Dell XPS 13 9320 enable ppa:oem-solutions-group/intel-ipu6 and try
+ to install libcamhal-ipu6ep0 using software-properties-gtk
+ 
+ - Regression potential
+ 
+ The change make the driver code ignore one extra type of error, it
+ shouldn't impact on any of the already working cases. Ensure that
+ drivers that were hitting the error correctly install now
+ 
+ 
+ 
+ 
+ 
  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
  Ubuntu 22.04
  
  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
-  software-properties-gtk 0.99.22
+  software-properties-gtk 0.99.22
  
  3) What you expected to happen
  No crash when using Additional Drivers with 
ppa:oem-solutions-group/intel-ipu6 on Dell XPS 13 9320
  It can install libcamhal-ipu6ep0 from Additional Drivers without any problem.
  
  4) What happened instead
  It crashed when selecting libcamhal-ipu6ep0 in Additional Drivers

** Description changed:

  - Impact
  
  software-properties-gtk hit an exception when dealing some drivers
  
  - Test Case
  
  On a Dell XPS 13 9320 enable ppa:oem-solutions-group/intel-ipu6 and try
  to install libcamhal-ipu6ep0 using software-properties-gtk
  
+ https://errors.ubuntu.com/problem/d3c26abd1d80970615ad06cff24972cee3001e57
+ should not include reports on the new version
+ 
  - Regression potential
  
  The change make the driver code ignore one extra type of error, it
  shouldn't impact on any of the already working cases. Ensure that
  drivers that were hitting the error correctly install now
  
- 
  
- 
  
  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
  Ubuntu 22.04
  
  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
   software-properties-gtk 0.99.22
  
  3) What you expected to happen
  No crash when using Additional Drivers with 
ppa:oem-solutions-group/intel-ipu6 on Dell XPS 13 9320
  It can install libcamhal-ipu6ep0 from Additional Drivers without any problem.
  
  4) What happened instead
  It crashed when selecting libcamhal-ipu6ep0 in Additional Drivers

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1969460

Title:
  software-properties-gtk crashed with TypeError in
  on_driver_selection_changed(): Expected a string or a pair of strings

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1969460/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1969460] Re: software-properties-gtk crashed with TypeError in on_driver_selection_changed(): Expected a string or a pair of strings

2022-05-31 Thread Sebastien Bacher
** Changed in: software-properties (Ubuntu Jammy)
 Assignee: (unassigned) => Alberto Milone (albertomilone)

** Changed in: software-properties (Ubuntu Jammy)
   Importance: Undecided => High

** Changed in: software-properties (Ubuntu Jammy)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1969460

Title:
  software-properties-gtk crashed with TypeError in
  on_driver_selection_changed(): Expected a string or a pair of strings

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1969460/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1969460] Re: software-properties-gtk crashed with TypeError in on_driver_selection_changed(): Expected a string or a pair of strings

2022-05-30 Thread Brian Murray
** Also affects: software-properties (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Changed in: software-properties (Ubuntu Jammy)
Milestone: None => ubuntu-22.04.1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1969460

Title:
  software-properties-gtk crashed with TypeError in
  on_driver_selection_changed(): Expected a string or a pair of strings

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1969460/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1969460] Re: software-properties-gtk crashed with TypeError in on_driver_selection_changed(): Expected a string or a pair of strings

2022-05-30 Thread Sebastien Bacher
** Changed in: software-properties (Ubuntu)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1969460

Title:
  software-properties-gtk crashed with TypeError in
  on_driver_selection_changed(): Expected a string or a pair of strings

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1969460/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1969460] Re: software-properties-gtk crashed with TypeError in on_driver_selection_changed(): Expected a string or a pair of strings

2022-04-21 Thread Launchpad Bug Tracker
** Merge proposal linked:
   
https://code.launchpad.net/~albertomilone/software-properties/+git/software-properties/+merge/420027

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1969460

Title:
  software-properties-gtk crashed with TypeError in
  on_driver_selection_changed(): Expected a string or a pair of strings

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1969460/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1969460] Re: software-properties-gtk crashed with TypeError in on_driver_selection_changed(): Expected a string or a pair of strings

2022-04-21 Thread Alberto Milone
** Changed in: software-properties (Ubuntu)
 Assignee: (unassigned) => Alberto Milone (albertomilone)

** Changed in: software-properties (Ubuntu)
   Importance: Undecided => High

** Changed in: software-properties (Ubuntu)
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1969460

Title:
  software-properties-gtk crashed with TypeError in
  on_driver_selection_changed(): Expected a string or a pair of strings

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1969460/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1969460] Re: software-properties-gtk crashed with TypeError in on_driver_selection_changed(): Expected a string or a pair of strings

2022-04-20 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: software-properties (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1969460

Title:
  software-properties-gtk crashed with TypeError in
  on_driver_selection_changed(): Expected a string or a pair of strings

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1969460/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1969460] Re: software-properties-gtk crashed with TypeError in on_driver_selection_changed(): Expected a string or a pair of strings

2022-04-20 Thread Sebastien Bacher
error tracker
https://errors.ubuntu.com/problem/d3c26abd1d80970615ad06cff24972cee3001e57

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1969460

Title:
  software-properties-gtk crashed with TypeError in
  on_driver_selection_changed(): Expected a string or a pair of strings

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1969460/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1969460] Re: software-properties-gtk crashed with TypeError in on_driver_selection_changed(): Expected a string or a pair of strings

2022-04-19 Thread Shih-Yuan Lee
** Description changed:

- 1) Ubuntu 22.04
- 2) software-properties-gtk 0.99.22
- 3) No crash when using Additional Drivers with 
ppa:oem-solutions-group/intel-ipu6 on Dell XPS 13 9320
- 4) It can install libcamhal-ipu6ep0 from Additional Drivers without any 
problem.
+ 1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
+ Ubuntu 22.04
+ 
+ 2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
+  software-properties-gtk 0.99.22
+ 
+ 3) What you expected to happen
+ No crash when using Additional Drivers with 
ppa:oem-solutions-group/intel-ipu6 on Dell XPS 13 9320
+ It can install libcamhal-ipu6ep0 from Additional Drivers without any problem.
+ 
+ 4) What happened instead
+ It crashed when selecting libcamhal-ipu6ep0 in Additional Drivers

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1969460

Title:
  software-properties-gtk crashed with TypeError in
  on_driver_selection_changed(): Expected a string or a pair of strings

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1969460/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1969460] Re: software-properties-gtk crashed with TypeError in on_driver_selection_changed(): Expected a string or a pair of strings

2022-04-19 Thread Yuan-Chen Cheng
** Tags added: oem-priority

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1969460

Title:
  software-properties-gtk crashed with TypeError in
  on_driver_selection_changed(): Expected a string or a pair of strings

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1969460/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs