 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; Linux desktop environment</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/linux-desktop-environment/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 10:00:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>When I minimize an application in Red Hat Linux, it goes missing.</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/application/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/application/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 21:28:19 +0000</pubDate>
		<dc:creator>Dharlan</dc:creator>
				<category><![CDATA[Linux administration]]></category>
		<category><![CDATA[Linux applications]]></category>
		<category><![CDATA[Linux desktop environment]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[Red Hat Linux]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[When I minimize an application I can&#8217;t find it. Where does it go or how do I fix this setting?]]></description>
				<content:encoded><![CDATA[<p>When I minimize an application I can&#8217;t find it. Where does it go or how do I fix this setting?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to cd into a directory and stay there</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-cd-into-a-directory-and-stay-there/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-cd-into-a-directory-and-stay-there/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 19:49:53 +0000</pubDate>
		<dc:creator>Whattheheckisthis</dc:creator>
				<category><![CDATA[Linux desktop environment]]></category>
		<category><![CDATA[Linux desktops]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[How to cd into a directory and stay there ? Please help me with modifying the script, or some other different way of accomplishing the objective.]]></description>
				<content:encoded><![CDATA[<p>How to cd into a directory and stay there ?<br/><br/><br />
Please help me with modifying the script, or some other<br />
different way of accomplishing the objective.<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-cd-into-a-directory-and-stay-there/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>display mode</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/display-mode/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/display-mode/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 01:41:49 +0000</pubDate>
		<dc:creator>Alex75</dc:creator>
				<category><![CDATA[Display resolution]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux desktop environment]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[what lets you select a graphical display mode such as 640&#215;480 for the instillation?]]></description>
				<content:encoded><![CDATA[<p>what lets you select a graphical display mode such as 640&#215;480 for the instillation?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/display-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auto Load USB Printer Firmware When Printer Turned On &#8211; Linux</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/auto-load-usb-printer-firmware-when-printer-turned-on-linux/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/auto-load-usb-printer-firmware-when-printer-turned-on-linux/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 20:02:19 +0000</pubDate>
		<dc:creator>Bdika</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux desktop environment]]></category>
		<category><![CDATA[Printing]]></category>
		<category><![CDATA[Puppy Linux]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am using a derivative of Puppy Linux. I compiled the driver for the HP Laserjet 1020 printer. For the printer to work the firmware has to be loaded every time the printer is turned on. I have added the following command to the rc.local file in Puppy Linux which runs every time Puppy Linux [...]]]></description>
				<content:encoded><![CDATA[<p>I am using a derivative of Puppy Linux. I compiled the driver for the HP Laserjet 1020 printer. For the printer to work the firmware has to be loaded every time the printer is turned on.</p>
<p>I have added the following command to the rc.local file in Puppy Linux which runs every time Puppy Linux boots up:</p>
<pre>
cat /usr/share/foo2zjs/firmware/sihp1020.dl &gt; /dev/usb/lp0
</pre>
<p>This works fine if the printer is on when I boot into Puppy Linux. If the printer is not on when I boot up then I have to run the code in a shell before the printer will print.</p>
<p>This is OK for me but my family members need to be able to just turn on the printer any time and have it print. They do not even know what a shell is and cannot be expected to issue shell commands to get the printer to work.</p>
<p>My question is this:</p>
<p>Can I put the above code in a script that will execute every time the USB printer is turned on?</p>
<p>Knowing the kind of operating system that Linux is, I am sure that there is a way to do this. I&#8217;m just not skilled enough to know how to do it.</p>
<p>Any help would be much appreciated.</p>
<p>bdika</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/auto-load-usb-printer-firmware-when-printer-turned-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are there any issues to be concerned with desktop Linux deployment ?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/are-there-any-issues-to-be-concerned-with-desktop-linux-deployment/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/are-there-any-issues-to-be-concerned-with-desktop-linux-deployment/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 15:08:00 +0000</pubDate>
		<dc:creator>Donran</dc:creator>
				<category><![CDATA[Linux administration and management]]></category>
		<category><![CDATA[Linux desktop environment]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am in the process of promoting Ubuntu Linux for desktop computer users. I am concerned with the availablity of drivers for many of the external units that most people wish to connect to their PCs. Is this an issue to be concerned with before progressing ?.]]></description>
				<content:encoded><![CDATA[<p>I am in the process of promoting Ubuntu Linux for desktop computer users.  I am concerned with the availablity of drivers for many of the external units that most people wish to connect to their PCs.<br />
Is this an issue to be concerned with before progressing ?.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/are-there-any-issues-to-be-concerned-with-desktop-linux-deployment/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/22 queries in 0.025 seconds using memcached
Object Caching 581/662 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-23 12:45:16 -->