Bug 34242 - loading of system-setup ends in endless progress bar
loading of system-setup ends in endless progress bar
Status: RESOLVED DUPLICATE of bug 34484
Product: UCS
Classification: Unclassified
Component: UMC - Basic settings
UCS 3.2
Other Linux
: P5 normal (vote)
: UCS 3.2-x
Assigned To: UMC maintainers
:
: 27463 (view as bug list)
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-03-04 13:11 CET by Florian Best
Modified: 2014-07-31 14:22 CEST (History)
3 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Best univentionstaff 2014-03-04 13:11:45 CET
The system setup module cannot be started when the UCR variable "locale" is unset.

Fix: replacing None by ''
util.py
-       values = dict([ (ikey, ucr[ikey]) for ikey in UCR_VARIABLES ])
+       values = dict((ikey, ucr.get(key, '')) for ikey in UCR_VARIABLES)
Comment 1 Florian Best univentionstaff 2014-07-25 12:49:08 CEST
*** Bug 27463 has been marked as a duplicate of this bug. ***
Comment 2 Alexander Kläser univentionstaff 2014-07-31 14:22:56 CEST
Fixed in Bug 34484.

*** This bug has been marked as a duplicate of bug 34484 ***