ubuntu-phone team mailing list archive
-
ubuntu-phone team
-
Mailing list archive
-
Message #19156
Re: Libertine (old solution without libertine)
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!
Follow ups
References
-
Libertine
From: Wayne Ward, 2016-03-24
-
Re: Libertine
From: Wayne Ward, 2016-03-24
-
Re: Libertine
From: Wayne Ward, 2016-03-24
-
Re: Libertine
From: Wayne Ward, 2016-03-24
-
Re: Libertine
From: Stephen M. Webb, 2016-03-24
-
Re: Libertine
From: Andrea Bernabei, 2016-03-24
-
Re: Libertine
From: lgd, 2016-03-24
-
Re: Libertine
From: Stephen M. Webb, 2016-03-25
-
Re: Libertine
From: lgd, 2016-03-25
-
Re: Libertine
From: lgd, 2016-03-25
-
Re: Libertine
From: lgd, 2016-03-26