[Thinlinc-technical] Linux Mint 13
Peter Åstrand
astrand at cendio.se
Thu Sep 27 09:44:58 CEST 2012
On Thu, 27 Sep 2012, Tobias Oetiker wrote:
> #!/bin/sh
>
> tlc () {
> if [ "$2" = "" ]; then
> /opt/thinlinc/bin/hivetool -r
> /opt/thinlinc/etc/thinlinc.hconf $1
> else
> /opt/thinlinc/bin/hivetool -r
> /opt/thinlinc/etc/thinlinc.hconf $1="$2"
> fi
> }
Any particular reason why you are using this helper function instead of
the ThinLinc tool "tl-config"? It should do the same. Ie, instead of:
tlc /profiles/default mate
you do:
tl-config /profiles/default=mate
> # add a bunch of nice default settings
> tlc /vsmagent/fontpath
> # /usr/share/X11/fonts/misc,/usr/share/X11/fonts/75dpi,/usr/share/X11/fonts/100dpi,/usr/share/X11/fonts/Type1
Also curious about this one. Any problems with the default font path?
Regards,
---
Peter Åstrand ThinLinc Chief Developer
Cendio AB http://cendio.com
Teknikringen 8 http://twitter.com/ThinLinc
583 30 Linköping http://facebook.com/ThinLinc
Phone: +46-13-214600 http://plus.google.com/112509906846170010689
More information about the Thinlinc-technical
mailing list