Originally Posted by
kleeman
Didn't work here:
I got smaller text and a message saying splashy was not running and to check the
/etc/default/splashy and /etc/splashy/config.xml files for format errors. I got green text saying boot was 30% 40% etc complete. Strangely when I shutdown it seemed to be working........
Please, try to change the contents of /etc/splashy/config.xml to this:
Code:
<splashy>
<progressbar>
<!-- here are tags to set the bar... x is the x coordinate and
y is the y coordinate, width and height are for the progress bar.
Remember that x, y width and height are expressed in percentage -->
<x>20</x>
<y>90</y>
<width>60</width>
<height>2</height>
<!-- here you can set the color of the progressbar...
set the amount of red, green, blue and alpha channel.
Remember that the max value is 255 and the minumun value is 0-->
<red>207</red>
<green>0</green>
<blue>0</blue>
<alpha>255</alpha>
</progressbar>
<background>
<boot>/etc/splashy/themes/ubuntu/background.jpg</boot>
<shutdown>/etc/splashy/themes/ubuntu/shutdown.jpg</shutdown>
<errorimg>/etc/splashy/themes/ubuntu/error.jpg</errorimg>
</background>
<fifo>/etc/splashy/splashy.fifo</fifo>
<pid>/etc/splashy/splashy.pid</pid>
<autoverboseonerror>yes</autoverboseonerror>
</splashy>
Bookmarks