[Bug 41976] Re: adept ask a question but not possible to answer

Fabio Massimo Di Nitto fabbione at ubuntu.com
Tue May 9 06:34:31 UTC 2006


This is really weird because before entering the loop we make sure that the value is safe.

# next question requires input validation; assume safe valid value already
# present (possibly the template default)
SAFE=
if db_get x11-common/xwrapper/nice_value; then
  SAFE="$RET"
fi

# make sure it's really safe; if not, use the default
if ! validate_nice_value "$RET"; then
  SAFE="0"
  run db_set x11-common/xwrapper/nice_value "$SAFE"
fi

and the loop of death..

anyway i am going to bump the priority in case of error. it seems the most sane thing to do anyway.

Fabio

** Changed in: xorg (Ubuntu)
       Status: Unconfirmed => Fix Committed

-- 
adept ask a question but not possible to answer
https://launchpad.net/bugs/41976




More information about the kubuntu-bugs mailing list