<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.3">
</HEAD>
<BODY>
<BLOCKQUOTE TYPE=CITE>
<PRE>
Message: 1
Date: Sat, 12 Dec 2009 10:41:03 -0800
From: Robert Arkiletian <<A HREF="mailto:robark@gmail.com">robark@gmail.com</A>>
Subject: Re: [K12OSN] Local apps enable ltsp5?
To: "Support list for open source software in schools."
        <<A HREF="mailto:k12osn@redhat.com">k12osn@redhat.com</A>>
Message-ID:
        <<A HREF="mailto:a18d8e260912121041u2ef54c57n1d8b382981fc4d63@mail.gmail.com">a18d8e260912121041u2ef54c57n1d8b382981fc4d63@mail.gmail.com</A>>
Content-Type: text/plain; charset=ISO-8859-1

On Fri, Dec 11, 2009 at 9:36 AM, Nathan Shaffer <<A HREF="mailto:nathan@grandvache.com">nathan@grandvache.com</A>> wrote:
> We currently have a test server set up with F10-LTSP and was trying to find
> some info on enabling local apps for Firefox, OOffice & a few other programs
> (like tuxtype & tuxpaint). The wiki doesn't seem to have any entries on this
> subject and I just come up with fragments searching the list.
>
> Can someone point me in the right direction with regards to implementing
> this?
>

Install new software in chroot
  chroot /opt/ltsp/i386
  mount /proc
  yum install firefox
  umount /proc
  exit

launch app as a local app
   /usr/bin/ltsp-localapps /usr/bin/firefox

If network apps don't work then you may need to setup nat in your
firewall on your external nic

iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE

You can also set this up with the gui program system-config-firewall
</PRE>
</BLOCKQUOTE>
<BR>
<BR>
In /var/lib/tftpboot/ltsp/i386/lts.conf<BR>
<BR>
LOCAL_APPS_MENU=True<BR>
LOCAL_APPS_MENU_ITEMS = mozilla-firefox <BR>
<BR>
To find the apps to list out for LOCAL_APPS_MENU_ITEMS, look under /opt/ltsp/i386/usr/share/applications  List them out without the .desktop file.  This actually substitutes in the menu the local app version instead of the version on the server.<BR>
<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<TABLE>
<TR>
<TD>
<BR>
<BR>
</TD>
<TD>
Henry Burroughs<BR>
Technology Director<BR>
Hilton Head Preparatory School<BR>
www.hhprep.org
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>