I am running lubuntu-desktop (quantal quetzal) which I installed after having started with the standard ubuntu install. It all works fine but when I run an application from the command line I get warnings in the terminal. For example emacs gives me
** (emacs:25391): WARNING **: Invalid borders specified for theme pixmap:
/usr/share/themes/Lubuntu-default/gtk-2.0/images/null.png,
borders don't fit within the image
** (emacs:25391): WARNING **: Invalid borders specified for theme pixmap:
/usr/share/themes/Lubuntu-default/gtk-2.0/images/scrollbar_vertical.png,
borders don't fit within the image
Is there a way to stop this or is there another way to run emacs that works better for lubuntu-desktop?
emacs -nw(no window). – psny18 Dec 4 '12 at 3:00