Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

How do I prevent this error message from appearing? It appears when opening some applications in Ubuntu.

Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
share|improve this question
This has no effect on how the applications run; it's a code API deprecation warning. Getting it to disappear requires modifying the codebase of the apps; please file bugs if you want them fixed. :) – Jacob Johan Edwards Sep 25 '12 at 22:17

closed as off topic by Jacob Johan Edwards, Mik, LnxSlck, ObsessiveSSOℲ, Call me V Sep 26 '12 at 2:41

Questions on Ask Ubuntu are expected to relate to Ubuntu within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

If it is your own application, just set the default adjustment for the Gtk.SpinButton higher than 0.

If it's not, open a bugreport for the application this error occurs.

Just for clarity: this isn't a critical message and won't stop anything from working.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.