software-properties-{qt,kde} attempts to use KUrl but it doesn't exist
Bug #1795278 reported by
Kristopher Ives
This bug affects 9 people
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
software-properties (Ubuntu) | Status tracked in Lunar | |||||
Focal |
Triaged
|
Undecided
|
Unassigned | |||
Jammy |
Triaged
|
Undecided
|
Unassigned | |||
Kinetic |
Triaged
|
Undecided
|
Unassigned | |||
Lunar |
Triaged
|
Undecided
|
Unassigned |
Bug Description
Release: Kubuntu 18.04
Version: 0.96.24.32.1
When clicking the "Import Key" button in the "Authentication" section of the panel it throws this error:
Traceback (most recent call last):
File "/usr/lib/
url = KUrl.fromPath(home)
NameError: name 'KUrl' is not defined
While this doesn't crash the program it causes nothing to happen when clicking the button. Running the program in a terminal reveals the error being printed to stderr.
After debugging it appears KUrl doesn't exist anywhere and I'm not sure if's a python module that has changed.
Related branches
~arraybolt3/software-properties:ubuntu/master
- Ubuntu Core Development Team: Pending requested
-
Diff: 17 lines (+4/-2)1 file modifiedsoftwareproperties/qt/SoftwarePropertiesQt.py (+4/-2)
tags: | added: bionic |
tags: | added: rls-hh-incoming |
tags: |
added: rls-hh-notfixing removed: rls-hh-incoming |
tags: |
added: impish removed: eoan groovy |
tags: | added: kinetic |
tags: |
added: rls-kk-notfix removed: rls-kk-incoming |
tags: |
added: rls-kk-notfixing removed: rls-kk-notfix |
To post a comment you must log in.
This came from this Ask Ubuntu post:
https:/ /askubuntu. com/questions/ 1079793/ cannot- add-ppa- key-in- 18-04-nameerror -name-kurl- is-not- defined/ 1079823