Could you do me a favour and have a look to see if you have a file named /etc/osso_software_version ? Open a terminal and type: Code: ls -l /etc/osso_software_version This is the way we determine if the application is running on maemo and it seems that in your case it's trying to build the non-maemo gui. If that file doesn't exist try creating it (as root): Code: touch /etc/osso_software_version Then try running panucci again. Thanks for the report, nick
ls -l /etc/osso_software_version
touch /etc/osso_software_version