I can't reproduce these problems, so I've uploaded a new version with some debugging code. Add this to /etc/default/titchy-phoneui-shiny:
With just a clean install of your rootfs, change of apt sources list to sid and apt-get dist-upgrade, the phoneui-shiny exhibits the above behavior. This is without the glossy one being installed.
DEBUG=True
Install the new version, and see if anything is written to /var/log/titchy-phoneui-shiny when a problem occurs.
I get:
[div class=\'codetop\']CODE[/div][div class=\'codemain\' style=\'height:200px;white-space:pre;overflow:auto\']Traceback (most recent call last):
File "/usr/bin/titchy-phoneui-shiny", line 317, in <module>
if not draw(ringing, incall, missedcalls, messages, alerts, phonebook, persist, key):
File "theme.py", line 144, in draw
simplemenu(phonebook, (80, 128, 480, 224), 32, (200, 200, 200), (255, 255, 255))
File "/usr/bin/titchy-phoneui-shiny", line 153, in simplemenu
y = ((rect[3] - size) / 2) - (s * size)
TypeError: unsupported operand type(s) for *: 'NoneType' and 'int'[/div]