Comment 5 for bug 85979

Revision history for this message
Paul Dufresne (paulduf) wrote :

In bug #68267, I suggest a possible fix to x11-common.
Mainly, to replace:
  if [ $? -ne 2 ]; then
by:
if [ $? -eq 1 ]; then
in validate_nice_value () of the config script.