View Single Post
Posts: 289 | Thanked: 83 times | Joined on Jul 2006
#10
Originally Posted by KotCzarny View Post
ok, i have managed to hack xvkbd enough to be usefull, enjoy and comment!

installation:
wget -O/usr/local/bin/xvkbd.gz http://mrrau.dyndns.org:23280/n800/xvkbd/xvkbd.gz
gzip -d /usr/local/bin/xvkbd.gz
chmod +x /usr/local/bin/xvkbd
wget -O/usr/share/applications/hildon/xvkbd.desktop http://mrrau.dyndns.org:23280/n800/xvkbd/xvkbd.desktop
Need additionally to install the libraries libxmu6 and libxpm4 -- which I fetched from pupnik.de.

I tried launching xvbkd from within an xterm and see,

Code:
~ $ xvkbd
Warning: Cannot convert string
"-*-lucidatypewriter-bold-r-*-*-12-*-*-*-*-*-iso8859- 1" to type FontStruct
Warning: Cannot convert string
"-*-helvetica-bold-r-*-*-12-*-*-*-*-*-iso8859-1" to t ype FontStruct
Warning: Cannot convert string
"-*-helvetica-medium-r-*-*-12-*-*-*-*-*-iso8859-1" to  type FontStruct
Warning: Cannot convert string
"-*-helvetica-medium-r-*-*-10-*-*-*-*-*-iso8859-1" to  type FontStruct
xvkbd: Mode_switch not available as a modifier
xvkbd: AltGr can't be used
Warning: Cannot convert string "-*-lucida-bold-i-*-*-14-*-*-*-*-*-iso8859-1"
to type  FontStruct
~ $
The Mode-switch... / AltGr... messages only happen on the first invocation... subsequent invocations only elicit the font warning messages.

-- Denis
 

The Following User Says Thank You to delaroca For This Useful Post: