<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>auto add selected apps</title>
		<link>http://linguasos.wikidot.com/forum/t-34774/auto-add-selected-apps</link>
		<description>Posts in the discussion thread &quot;auto add selected apps&quot; - A script I am contemplating adding to the next release to facilitate addition of specific, recommended applications.</description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://linguasos.wikidot.com/forum/t-34774#post-89687</guid>
				<title>auto add selected apps</title>
				<link>http://linguasos.wikidot.com/forum/t-34774/auto-add-selected-apps#post-89687</link>
				<description></description>
				<pubDate>Thu, 10 Jan 2008 19:49:00 +0000</pubDate>
				<wikidot:authorName>tonytraductor</wikidot:authorName>				<wikidot:authorUserId>61021</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>#!/bin/bash</p> <p>## install recommended packages via a script.<br /> export DISPLAY=:0.0</p> <p>usr=$(whoami)</p> <p>zenity —info —title EXTRAS —text "Greetings, $usr. First we need to update apt."</p> <p>gksu apt-get update | tee &gt;(zenity —title "updating apt" —progress —pulsate —auto-close)</p> <p>zenity —info —title EXTRAS —text "Okay, $usr, now we are ready to install KDE. Click OKAY to proceed."</p> <p>gksu apt-get install kdebase | tee &gt;(zenity —title Idle-Python —text "Installing KDE Desktop" —progress —pulsate —auto-close)</p> <p>zenity —info —title SUCCESS —text "KDE Desktop installed"</p> <p>zenity —info —title B-BYE —text "Thank you for using Linguas OS, $usr! Have a nice day"</p> <p>exit</p> <ol> <li>it occurs to me that I should find a way to pipe the output from apt to a window or text file.</li> <li># you know, just in case the network is down or repos are hung or something, so the user know what happened.</li> <li>## Obviously, I could add other packages to be installed, or separate scripts.</li> <li>## As likely as not, I will scrap this, and just leave good instructions for the user to use synaptic, which is pretty self-explanatory anyway.</li> <li># It's fun to write scripts, though!</li> </ol> <p>Linux is FUN!</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>