Wayne Ward: In principle you only need sudo apt-get install pidgin and then copy my two files for pidgin: http://paste.ubuntu.com/15511168/ But in line 27 you must write: DISPLAY=$DISP pidgin
So for other programs, too. But you have to install a keyboard and a desktop, too and a xterm instead of a start menu for other programs: packages: xvkbd fluxbox xterm Then the pidgin.sh have to look like: #!/bin/bash DISP=$1 Xmir $DISP & sleep 0.5; export DISPLAY=$DISP fluxbox & pidgin & xterm & xvkbd -geometry 920x270+0+220 -no-keypad -nonexitable But I want to go further an use the more robust technology libertine and there with real software keyboard from ubuntu touch! -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-phone More help : https://help.launchpad.net/ListHelp

