UCK works incorrect in window "Select items from the list"
Bug #997033 reported by
Konstantin Zakharchenko
This bug affects 6 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Customization Kit |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
ISO: ubuntu-
UCK version: 2.4.6
UCK works incorrect in window "Select items from the list".
After selecting any of the items on window "Please choose customization action" the program closes with a message "Script cancelled by user".
Fix: open file "libraries/
go to line 175
replace text
original:
if [ $RESULT -ne 0 ] ; then
must be:
if [ -z $CHOICE ] ; then
Changed in uck: | |
status: | New → Fix Committed |
status: | Fix Committed → New |
description: | updated |
description: | updated |
To post a comment you must log in.
This fix not working for me