<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[The Ubuntu Forums - All Forums]]></title>
		<link>http://theubuntuforums.org/</link>
		<description><![CDATA[The Ubuntu Forums - http://theubuntuforums.org]]></description>
		<pubDate>Sun, 01 Aug 2010 04:04:54 -0400</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Brother MFC8860DN printer install]]></title>
			<link>http://theubuntuforums.org/showthread.php?tid=2255</link>
			<pubDate>Wed, 28 Jul 2010 08:42:49 -0400</pubDate>
			<guid isPermaLink="false">http://theubuntuforums.org/showthread.php?tid=2255</guid>
			<description><![CDATA[I have followed the instructions on the thread that davidmohammed kindly suggested. The printer lpr and cupswrapper drivers I downloaded from the Brother solutions page were downloaded and installed in the order suggested. The thread added a few things in the installation instructions that the Brother printer solutions page did not include. Those were the addition of two file paths, /var/spool/lpd and /usr/share/cups/model and a cp command for a printer brlpdwrapper filter that my setup does not require, because the printer filter file is already in the right place. Otherwise, I did everything suggested in the thread, but the Brother MFC-8860DN printer would not print when I tried to print a test page. I checked the http://localhost:631 web page as suggested by the thread and everything looked fine, but the printer still did not print.<br />
<br />
I also checked the Brothers solutions web page and followed their instructions. The downloading and installation of the drivers was the same, but there were a few steps in the Brother solutions page instructions that the thread did not include in its installation instructions. <br />
<br />
The Brother solutions page states that a user should check the printer configuration in the /etc/printcap file for the following entry: :lp=/dev/usb/lp0:\. The printcap file, however, is not at the /etc/printcap location. My printcap file is to be found at the /etc/profile.d path on my Ubuntu 10.04 64 bit system and it does not contain the information as shown on the Brother printer solutions page. My printcap file contains the following information:<br />
<br />
# This file was automatically generated by cupsd( from the<br />
# /etc/cups/printers.conf file. All changes to this file<br />
# will be lost.<br />
MFC8860DN|MFC8860DN:rm=bill-desktop:rp=MFC8860DN:<br />
<br />
The /etc/cups/printers.conf file mentioned above contains the following:<br />
<br />
# Printer configuration file for CUPS v1.4.3<br />
# Written by cupsd<br />
# DO NOT EDIT THIS FILE WHEN CUPSD IS RUNNING<br />
<br />
Info MFC8860DN<br />
MakeModel Brother MFC8860DN for CUPS<br />
DeviceURI usb:/dev/usb/lp0<br />
State Idle<br />
StateTime 1280260821<br />
Type 8392724<br />
Filter application/vnd.cups-raw 0 -<br />
Filter application/vnd.cups-postscript 0 brlpdwrapperMFC8860DN<br />
Accepting Yes<br />
Shared Yes<br />
JobSheets classified classified<br />
QuotaPeriod 0<br />
PageLimit 0<br />
KLimit 0<br />
OpPolicy default<br />
ErrorPolicy retry-job<br />
Option fitplot false<br />
<br />
<br />
The Brother solutions page shows the following for a printcap configuration file in the /etc/printcap file for a printer USB connection:<br />
<br />
printcap or printcap.local file (for USB connection)<br />
&#36; cat /etc/printcap<br />
DCP540CN:\<br />
:mx=0:\<br />
:sd=/var/spool/lpd/dcp540cn:\<br />
:sh:\<br />
:lp=/dev/usb/lp0:\<br />
:if=/usr/local/Brother/Printer/dcp540cn/lpd/filterdcp540cn:<br />
<br />
The Brother solutions page also points to an /etc/init.d/lpr file to restart the print system. A command line search however states there is no such file or directory.<br />
<br />
My suspicion is that if I could somehow join the install instructions of both the thread and the Brother solutions page I could get the printer working. It is clear to me that the problem is an incomplete or incorrect printer configuration that has something to do with the missing /etc/printcap file and the missing /etc/init.d/lpr file. I just don't know how to do it. Do I create these files? If yes, how do you create these files and where should I put them? Am I on the right track? Or is there another solution? Any help would be appreciated.<br />
<br />
Bill]]></description>
			<content:encoded><![CDATA[I have followed the instructions on the thread that davidmohammed kindly suggested. The printer lpr and cupswrapper drivers I downloaded from the Brother solutions page were downloaded and installed in the order suggested. The thread added a few things in the installation instructions that the Brother printer solutions page did not include. Those were the addition of two file paths, /var/spool/lpd and /usr/share/cups/model and a cp command for a printer brlpdwrapper filter that my setup does not require, because the printer filter file is already in the right place. Otherwise, I did everything suggested in the thread, but the Brother MFC-8860DN printer would not print when I tried to print a test page. I checked the http://localhost:631 web page as suggested by the thread and everything looked fine, but the printer still did not print.<br />
<br />
I also checked the Brothers solutions web page and followed their instructions. The downloading and installation of the drivers was the same, but there were a few steps in the Brother solutions page instructions that the thread did not include in its installation instructions. <br />
<br />
The Brother solutions page states that a user should check the printer configuration in the /etc/printcap file for the following entry: :lp=/dev/usb/lp0:\. The printcap file, however, is not at the /etc/printcap location. My printcap file is to be found at the /etc/profile.d path on my Ubuntu 10.04 64 bit system and it does not contain the information as shown on the Brother printer solutions page. My printcap file contains the following information:<br />
<br />
# This file was automatically generated by cupsd( from the<br />
# /etc/cups/printers.conf file. All changes to this file<br />
# will be lost.<br />
MFC8860DN|MFC8860DN:rm=bill-desktop:rp=MFC8860DN:<br />
<br />
The /etc/cups/printers.conf file mentioned above contains the following:<br />
<br />
# Printer configuration file for CUPS v1.4.3<br />
# Written by cupsd<br />
# DO NOT EDIT THIS FILE WHEN CUPSD IS RUNNING<br />
<br />
Info MFC8860DN<br />
MakeModel Brother MFC8860DN for CUPS<br />
DeviceURI usb:/dev/usb/lp0<br />
State Idle<br />
StateTime 1280260821<br />
Type 8392724<br />
Filter application/vnd.cups-raw 0 -<br />
Filter application/vnd.cups-postscript 0 brlpdwrapperMFC8860DN<br />
Accepting Yes<br />
Shared Yes<br />
JobSheets classified classified<br />
QuotaPeriod 0<br />
PageLimit 0<br />
KLimit 0<br />
OpPolicy default<br />
ErrorPolicy retry-job<br />
Option fitplot false<br />
<br />
<br />
The Brother solutions page shows the following for a printcap configuration file in the /etc/printcap file for a printer USB connection:<br />
<br />
printcap or printcap.local file (for USB connection)<br />
&#36; cat /etc/printcap<br />
DCP540CN:\<br />
:mx=0:\<br />
:sd=/var/spool/lpd/dcp540cn:\<br />
:sh:\<br />
:lp=/dev/usb/lp0:\<br />
:if=/usr/local/Brother/Printer/dcp540cn/lpd/filterdcp540cn:<br />
<br />
The Brother solutions page also points to an /etc/init.d/lpr file to restart the print system. A command line search however states there is no such file or directory.<br />
<br />
My suspicion is that if I could somehow join the install instructions of both the thread and the Brother solutions page I could get the printer working. It is clear to me that the problem is an incomplete or incorrect printer configuration that has something to do with the missing /etc/printcap file and the missing /etc/init.d/lpr file. I just don't know how to do it. Do I create these files? If yes, how do you create these files and where should I put them? Am I on the right track? Or is there another solution? Any help would be appreciated.<br />
<br />
Bill]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[I have installed Ubuntu and I have several questions.]]></title>
			<link>http://theubuntuforums.org/showthread.php?tid=2254</link>
			<pubDate>Wed, 28 Jul 2010 03:00:30 -0400</pubDate>
			<guid isPermaLink="false">http://theubuntuforums.org/showthread.php?tid=2254</guid>
			<description><![CDATA[I have installed Ubuntu and I have several questions.<br />
<br />
I have an old Sony Vaio Desktop from 2001.<br />
<br />
The computer has 124 megs of memory and has one hard drive of about 100 gigs.  Is Ubuntu the best choice for a Linux distribution?  It seems to run a little slowly.<br />
<br />
How do I set up internet connection?  I launched FireFox and I tried a few web sites.  I have not tested the new connection to my router.  I would like to try to see if the software is set up before I test my cable connection on my other computer.  How do I do this?<br />
<br />
I have an old Lexmark all-in-one printer that had worked with the old Windows XP OS.  How do I get a printer driver for Ubuntu?]]></description>
			<content:encoded><![CDATA[I have installed Ubuntu and I have several questions.<br />
<br />
I have an old Sony Vaio Desktop from 2001.<br />
<br />
The computer has 124 megs of memory and has one hard drive of about 100 gigs.  Is Ubuntu the best choice for a Linux distribution?  It seems to run a little slowly.<br />
<br />
How do I set up internet connection?  I launched FireFox and I tried a few web sites.  I have not tested the new connection to my router.  I would like to try to see if the software is set up before I test my cable connection on my other computer.  How do I do this?<br />
<br />
I have an old Lexmark all-in-one printer that had worked with the old Windows XP OS.  How do I get a printer driver for Ubuntu?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Cheap bags]]></title>
			<link>http://theubuntuforums.org/showthread.php?tid=2253</link>
			<pubDate>Sun, 25 Jul 2010 12:48:27 -0400</pubDate>
			<guid isPermaLink="false">http://theubuntuforums.org/showthread.php?tid=2253</guid>
			<description><![CDATA[Xinvon.com Wholesale LV handbags,Cheap ED Harday purses,coach purses, prada purses,chole bags, wallets and other brand name purses,<br />
<br />
Website: http://www.xinvon.com]]></description>
			<content:encoded><![CDATA[Xinvon.com Wholesale LV handbags,Cheap ED Harday purses,coach purses, prada purses,chole bags, wallets and other brand name purses,<br />
<br />
Website: http://www.xinvon.com]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Running Glib 2.2 supported software on Ubuntu 9.04]]></title>
			<link>http://theubuntuforums.org/showthread.php?tid=2252</link>
			<pubDate>Wed, 21 Jul 2010 07:23:16 -0400</pubDate>
			<guid isPermaLink="false">http://theubuntuforums.org/showthread.php?tid=2252</guid>
			<description><![CDATA[Hi<br />
I am a newcomer to this. I have software where the  earliest support version specified is 2.2. Can i still run this on this version of Ubuntu.<br />
Thanks in advance<br />
James]]></description>
			<content:encoded><![CDATA[Hi<br />
I am a newcomer to this. I have software where the  earliest support version specified is 2.2. Can i still run this on this version of Ubuntu.<br />
Thanks in advance<br />
James]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Very new to ubuntu!]]></title>
			<link>http://theubuntuforums.org/showthread.php?tid=2251</link>
			<pubDate>Sun, 11 Jul 2010 04:53:49 -0400</pubDate>
			<guid isPermaLink="false">http://theubuntuforums.org/showthread.php?tid=2251</guid>
			<description><![CDATA[I just installed ubuntu about an hour ago, sorry to just be another noobie, but i have lots of questions.<br />
<br />
NOTICE: I'M USED TO RUNNING WINDOWS<br />
<br />
1. Does Ubuntu primarily use .exe files?<br />
<br />
2. Where is the equivalent to the "program files" folder (i wanted to add a shortcut, but i didnt know where the main program was)?<br />
<br />
3. Will i be able to install all of my games, such as modern warfare?<br />
<br />
4. Since i've partitioned, can i simply drag and drop files from my windows partition, and be fully compatible?<br />
<br />
5. how can i change mouse pointers?]]></description>
			<content:encoded><![CDATA[I just installed ubuntu about an hour ago, sorry to just be another noobie, but i have lots of questions.<br />
<br />
NOTICE: I'M USED TO RUNNING WINDOWS<br />
<br />
1. Does Ubuntu primarily use .exe files?<br />
<br />
2. Where is the equivalent to the "program files" folder (i wanted to add a shortcut, but i didnt know where the main program was)?<br />
<br />
3. Will i be able to install all of my games, such as modern warfare?<br />
<br />
4. Since i've partitioned, can i simply drag and drop files from my windows partition, and be fully compatible?<br />
<br />
5. how can i change mouse pointers?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[how to make sudo work]]></title>
			<link>http://theubuntuforums.org/showthread.php?tid=2250</link>
			<pubDate>Fri, 09 Jul 2010 11:09:49 -0400</pubDate>
			<guid isPermaLink="false">http://theubuntuforums.org/showthread.php?tid=2250</guid>
			<description><![CDATA[I am completely new to ubuntu and computers in general for that matter<br />
<br />
I have already made myself a root user and I am still unable to make the sudo command work.  When I try a sudo command it asks for the password and when I try to enter that nothing happens the cursor just keeps blinking at the same spot.<br />
<br />
I need to use sudo free up space on my hard drives.....when trying to install updates from the update manager I get the "not enough free disk space on disk '/'"message.<br />
<br />
Thanx any help here is appreciated]]></description>
			<content:encoded><![CDATA[I am completely new to ubuntu and computers in general for that matter<br />
<br />
I have already made myself a root user and I am still unable to make the sudo command work.  When I try a sudo command it asks for the password and when I try to enter that nothing happens the cursor just keeps blinking at the same spot.<br />
<br />
I need to use sudo free up space on my hard drives.....when trying to install updates from the update manager I get the "not enough free disk space on disk '/'"message.<br />
<br />
Thanx any help here is appreciated]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Best Ubu WSYWIG web editor]]></title>
			<link>http://theubuntuforums.org/showthread.php?tid=2249</link>
			<pubDate>Mon, 05 Jul 2010 20:27:35 -0400</pubDate>
			<guid isPermaLink="false">http://theubuntuforums.org/showthread.php?tid=2249</guid>
			<description><![CDATA[Hello<br />
<br />
what editor for Ubuntu is most like dreamweaver? i've been messing about with filezilla and a few basic editors and run into a problem with folder levels... namely messing about with Joomla CMS i often have to edit many files with the same name, but filezilla doesnt maintain folder and file hierarchy in the local copies, so its actually very easy (for me anyway) to overwrite a file... which is undesirable to say the least.<br />
<br />
any pointers gratefully received.]]></description>
			<content:encoded><![CDATA[Hello<br />
<br />
what editor for Ubuntu is most like dreamweaver? i've been messing about with filezilla and a few basic editors and run into a problem with folder levels... namely messing about with Joomla CMS i often have to edit many files with the same name, but filezilla doesnt maintain folder and file hierarchy in the local copies, so its actually very easy (for me anyway) to overwrite a file... which is undesirable to say the least.<br />
<br />
any pointers gratefully received.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Vehicle License Plate Recognition]]></title>
			<link>http://theubuntuforums.org/showthread.php?tid=2248</link>
			<pubDate>Tue, 29 Jun 2010 10:40:01 -0400</pubDate>
			<guid isPermaLink="false">http://theubuntuforums.org/showthread.php?tid=2248</guid>
			<description><![CDATA[hi all...<br />
<br />
I am doing vehicle number plate recognition project. This is a real time one. Can anybody help me to do this task?<br />
<br />
I have problems on detecting the number plate area on a given image. I have  used EmguCV for the implementation. By the way it wont work correctly.. :(<br />
<br />
If anybody know this area, plz help me.. thanx...<br />
<br />
<br />
here is the emguCv link. This is the sample coding that i am using..<br />
http://www.emgu.com/wiki/index.php/Licen..._in_CSharp]]></description>
			<content:encoded><![CDATA[hi all...<br />
<br />
I am doing vehicle number plate recognition project. This is a real time one. Can anybody help me to do this task?<br />
<br />
I have problems on detecting the number plate area on a given image. I have  used EmguCV for the implementation. By the way it wont work correctly.. :(<br />
<br />
If anybody know this area, plz help me.. thanx...<br />
<br />
<br />
here is the emguCv link. This is the sample coding that i am using..<br />
http://www.emgu.com/wiki/index.php/Licen..._in_CSharp]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Grouping user applications in the Gnome-panel menu in Programming]]></title>
			<link>http://theubuntuforums.org/showthread.php?tid=2247</link>
			<pubDate>Thu, 03 Jun 2010 22:06:56 -0400</pubDate>
			<guid isPermaLink="false">http://theubuntuforums.org/showthread.php?tid=2247</guid>
			<description><![CDATA[Hi,<br />
<br />
I have Debian packaged my own application and when I install it in Ubuntu 8.04 i386 Desktop 32-bit, it puts a *.desktop file in /usr/local/applications/ path and thus creating a launcher in Gnome-start Menu > Programming. The question is I have 2 executables bundled inside the package and I have created 2 *.desktop files for each of the exe. They are coming in the Programming menu but due to their name they are alphabetically ordered in the menu. Now I want to group it in the menu by creating a folder exclusively for my my application bearing the name and place it there my 2 executable binaries.<br />
<br />
I need your extended help to accomplish this. I searched in google but of no use.]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I have Debian packaged my own application and when I install it in Ubuntu 8.04 i386 Desktop 32-bit, it puts a *.desktop file in /usr/local/applications/ path and thus creating a launcher in Gnome-start Menu > Programming. The question is I have 2 executables bundled inside the package and I have created 2 *.desktop files for each of the exe. They are coming in the Programming menu but due to their name they are alphabetically ordered in the menu. Now I want to group it in the menu by creating a folder exclusively for my my application bearing the name and place it there my 2 executable binaries.<br />
<br />
I need your extended help to accomplish this. I searched in google but of no use.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Problem creating Desktop shortcut through debian dpkg packaging installer scripts]]></title>
			<link>http://theubuntuforums.org/showthread.php?tid=2246</link>
			<pubDate>Wed, 21 Apr 2010 11:23:07 -0400</pubDate>
			<guid isPermaLink="false">http://theubuntuforums.org/showthread.php?tid=2246</guid>
			<description><![CDATA[Hi,<br />
<br />
I am creating a debian package (*.deb) for my application using the command <br />
Quote:fakeroot dpkg-deb --build <br />
<br />
I am using debian pre/post installer scripts to do certain tasks before/after installation/uninstallation. One such task is to create a shortcut on the user's desktop to launch my application. I am trying to do this by copying the *.desktop file from /usr/share/applications/.desktop to "&#36;{HOME}"/Desktop. As we are running the dpkg install command (or gdebi-gtk UI installer) as root (sudo) unfortunately the process does not predicate the user on whom behalf the install command is running. Hence the copy is not taking place as expected. The script could not figure out the correct user if I issue the command "logname" "id -un" "whoami" or "&#36;USER" as all these commands return the user as root. I also tried to create a symbolic link on the users Desktop directory and failed to do that.<br />
<br />
Please help me how to solve this problem?<br />
<br />
Also, I am using delivering a notification through a pop-up screen if the user tries to remove/uninstall on his system that installed package when one of the instance is running. This I am doing using "notify-send" command of "libnotify-bin" package. To get the pop up screen I need to run the command as<br />
<br />
Quote:gksudo -u  "sudo dpkg --purge "<br />
<br />
What my question is, since we are running this using gksudo, why I need to give sudo command once again and why I am getting "dpkg: requested operation requires superuser privilege" error if I am not giving that?]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I am creating a debian package (*.deb) for my application using the command <br />
Quote:fakeroot dpkg-deb --build <br />
<br />
I am using debian pre/post installer scripts to do certain tasks before/after installation/uninstallation. One such task is to create a shortcut on the user's desktop to launch my application. I am trying to do this by copying the *.desktop file from /usr/share/applications/.desktop to "&#36;{HOME}"/Desktop. As we are running the dpkg install command (or gdebi-gtk UI installer) as root (sudo) unfortunately the process does not predicate the user on whom behalf the install command is running. Hence the copy is not taking place as expected. The script could not figure out the correct user if I issue the command "logname" "id -un" "whoami" or "&#36;USER" as all these commands return the user as root. I also tried to create a symbolic link on the users Desktop directory and failed to do that.<br />
<br />
Please help me how to solve this problem?<br />
<br />
Also, I am using delivering a notification through a pop-up screen if the user tries to remove/uninstall on his system that installed package when one of the instance is running. This I am doing using "notify-send" command of "libnotify-bin" package. To get the pop up screen I need to run the command as<br />
<br />
Quote:gksudo -u  "sudo dpkg --purge "<br />
<br />
What my question is, since we are running this using gksudo, why I need to give sudo command once again and why I am getting "dpkg: requested operation requires superuser privilege" error if I am not giving that?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Registered ROTT on Karmic X64]]></title>
			<link>http://theubuntuforums.org/showthread.php?tid=2245</link>
			<pubDate>Wed, 10 Mar 2010 12:40:38 -0500</pubDate>
			<guid isPermaLink="false">http://theubuntuforums.org/showthread.php?tid=2245</guid>
			<description><![CDATA[Ever wanted to play your favourite ROTT (the registered version) on Linux ?<br />
(Karmic repositories contain the binary for the shareware version only)<br />
Well now you can !<br />
<br />
Installing registered version of ROTT in Karmic - 64bit.<br />
<br />
Un-install the ROTT version available in the repositories (since this runs only the shareware version).<br />
<br />
Download the rott-registered-1.1.1-0.pm.1.1.x86_64.rpm from - <br />
http://rpm.pbone.net/index.php3/stat/4/i...4.rpm.html<br />
<br />
Mkdir /home//.rott<br />
Mkdir /home//.rott/registered<br />
<br />
Dump all the files from the registered ROTT CD into /home//.rott/registered/<br />
Note these files should include the Darkwar WAD files.<br />
<br />
Use an archive manager (file-roller) to extract the file rott-registered.bin from rott-registered-1.1.1-0.pm.1.1.x86_64.rpm.<br />
Place the file rott-registered.bin into /home//.rott/registered/<br />
Make sure it belongs to  and is executable.<br />
<br />
Create a script /home//ROTT, containing -<br />
<br />
cd /home//.rott/registered<br />
./rott-registered.bin<br />
<br />
and make ROTT executable.<br />
<br />
Add ROTT (the script) to your panel and enjoy the registered version of ROTT on linux.<br />
<br />
-K.Ghosh]]></description>
			<content:encoded><![CDATA[Ever wanted to play your favourite ROTT (the registered version) on Linux ?<br />
(Karmic repositories contain the binary for the shareware version only)<br />
Well now you can !<br />
<br />
Installing registered version of ROTT in Karmic - 64bit.<br />
<br />
Un-install the ROTT version available in the repositories (since this runs only the shareware version).<br />
<br />
Download the rott-registered-1.1.1-0.pm.1.1.x86_64.rpm from - <br />
http://rpm.pbone.net/index.php3/stat/4/i...4.rpm.html<br />
<br />
Mkdir /home//.rott<br />
Mkdir /home//.rott/registered<br />
<br />
Dump all the files from the registered ROTT CD into /home//.rott/registered/<br />
Note these files should include the Darkwar WAD files.<br />
<br />
Use an archive manager (file-roller) to extract the file rott-registered.bin from rott-registered-1.1.1-0.pm.1.1.x86_64.rpm.<br />
Place the file rott-registered.bin into /home//.rott/registered/<br />
Make sure it belongs to  and is executable.<br />
<br />
Create a script /home//ROTT, containing -<br />
<br />
cd /home//.rott/registered<br />
./rott-registered.bin<br />
<br />
and make ROTT executable.<br />
<br />
Add ROTT (the script) to your panel and enjoy the registered version of ROTT on linux.<br />
<br />
-K.Ghosh]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Problems with emerald]]></title>
			<link>http://theubuntuforums.org/showthread.php?tid=2244</link>
			<pubDate>Fri, 26 Feb 2010 12:39:55 -0500</pubDate>
			<guid isPermaLink="false">http://theubuntuforums.org/showthread.php?tid=2244</guid>
			<description><![CDATA[Hey all ,i am using a hardy heron , and have been experiencing some ,weird problems ,with it.<br />
after i say emerald--replace & in terminal<br />
emerald starts working perfectly<br />
but the moment , i close it it immediately stops working and the windows disappear<br />
and my windows vanish (probably because i set my windows to full transparency)<br />
How do i solve this ?i cant keep on running terminal when i want to use a beautiful emerald theme<br />
please help]]></description>
			<content:encoded><![CDATA[Hey all ,i am using a hardy heron , and have been experiencing some ,weird problems ,with it.<br />
after i say emerald--replace & in terminal<br />
emerald starts working perfectly<br />
but the moment , i close it it immediately stops working and the windows disappear<br />
and my windows vanish (probably because i set my windows to full transparency)<br />
How do i solve this ?i cant keep on running terminal when i want to use a beautiful emerald theme<br />
please help]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[No GUI]]></title>
			<link>http://theubuntuforums.org/showthread.php?tid=2243</link>
			<pubDate>Mon, 22 Feb 2010 13:11:56 -0500</pubDate>
			<guid isPermaLink="false">http://theubuntuforums.org/showthread.php?tid=2243</guid>
			<description><![CDATA[I'm have much computer experience but am new to Ubuntu.<br />
<br />
Standard installation with nothing out of the ordinary changed. Basically default settings all the way.<br />
<br />
I typed in sudo apt-get install ubuntu-desktop and it tells me it's already installed. Good. So it should work. I type sudo/etc/init.d/gdm start and the screen goes blank for 8 seconds three times in a row and then back to the command line. I have also tried gdm start without the path before and it says GDM already running. Aborting!<br />
<br />
I have 8.10 and it's a valid disk (no errors).<br />
<br />
Can someone help please?]]></description>
			<content:encoded><![CDATA[I'm have much computer experience but am new to Ubuntu.<br />
<br />
Standard installation with nothing out of the ordinary changed. Basically default settings all the way.<br />
<br />
I typed in sudo apt-get install ubuntu-desktop and it tells me it's already installed. Good. So it should work. I type sudo/etc/init.d/gdm start and the screen goes blank for 8 seconds three times in a row and then back to the command line. I have also tried gdm start without the path before and it says GDM already running. Aborting!<br />
<br />
I have 8.10 and it's a valid disk (no errors).<br />
<br />
Can someone help please?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[webcam not working on gateway]]></title>
			<link>http://theubuntuforums.org/showthread.php?tid=2242</link>
			<pubDate>Mon, 22 Feb 2010 01:12:42 -0500</pubDate>
			<guid isPermaLink="false">http://theubuntuforums.org/showthread.php?tid=2242</guid>
			<description><![CDATA[i have a gateway <br />
<br />
Gateway MD24 Series Notebook to be exact<br />
<br />
so my webcam doesn't work and when i ran the test below, I highlighted the bold part! WHAT DOES THAT MEAN? Please, any help is awesome, I have tinkered with linux to get a scanner to work, to get a usb drive to be wiped (it had a special format mode running on it and linux wasn't liking it) so i know my way around, but this one has me stumped!<br />
<br />
my laptop has a 64 bit processor, 3 gig ram, duo core AMD, uh... dedicated ATI gfx card (drivers installed)<br />
<br />
the part that tweeks me out and makes me know its working is I can login to chat roulette and the FIRST TIME it will work, and i can see people and myself, but if i refresh or move on to another chatter its gone, no webcam. <br />
<br />
root@mike:~# luvcview -f yuv<br />
luvcview 0.2.4<br />
<br />
SDL information:<br />
Video driver: x11<br />
A window manager is available<br />
Device information:<br />
Device path: /dev/video0<br />
ERROR opening V4L interface: Cannot send after transport endpoint shutdow<br />
<br />
ANY HELP?]]></description>
			<content:encoded><![CDATA[i have a gateway <br />
<br />
Gateway MD24 Series Notebook to be exact<br />
<br />
so my webcam doesn't work and when i ran the test below, I highlighted the bold part! WHAT DOES THAT MEAN? Please, any help is awesome, I have tinkered with linux to get a scanner to work, to get a usb drive to be wiped (it had a special format mode running on it and linux wasn't liking it) so i know my way around, but this one has me stumped!<br />
<br />
my laptop has a 64 bit processor, 3 gig ram, duo core AMD, uh... dedicated ATI gfx card (drivers installed)<br />
<br />
the part that tweeks me out and makes me know its working is I can login to chat roulette and the FIRST TIME it will work, and i can see people and myself, but if i refresh or move on to another chatter its gone, no webcam. <br />
<br />
root@mike:~# luvcview -f yuv<br />
luvcview 0.2.4<br />
<br />
SDL information:<br />
Video driver: x11<br />
A window manager is available<br />
Device information:<br />
Device path: /dev/video0<br />
ERROR opening V4L interface: Cannot send after transport endpoint shutdow<br />
<br />
ANY HELP?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[authentication required screen]]></title>
			<link>http://theubuntuforums.org/showthread.php?tid=2241</link>
			<pubDate>Thu, 18 Feb 2010 12:10:00 -0500</pubDate>
			<guid isPermaLink="false">http://theubuntuforums.org/showthread.php?tid=2241</guid>
			<description><![CDATA[hi<br />
<br />
Installed Karmic on 3 computers each using same router and all connected without problem. Now installed on 4th pc (Advent 5421) and can see the router on the network, input the correct WPA password and tries to connect. Keeps coming back to the authentication required screen and does the same over and over again without final connection.<br />
<br />
Can anyone help me please]]></description>
			<content:encoded><![CDATA[hi<br />
<br />
Installed Karmic on 3 computers each using same router and all connected without problem. Now installed on 4th pc (Advent 5421) and can see the router on the network, input the correct WPA password and tries to connect. Keeps coming back to the authentication required screen and does the same over and over again without final connection.<br />
<br />
Can anyone help me please]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Installation Fail]]></title>
			<link>http://theubuntuforums.org/showthread.php?tid=2240</link>
			<pubDate>Wed, 10 Feb 2010 19:58:26 -0500</pubDate>
			<guid isPermaLink="false">http://theubuntuforums.org/showthread.php?tid=2240</guid>
			<description><![CDATA[I just downloaded the latest version of Ubuntu and went to install it on a Pentium 4 desktop that previously had XP on it. I get the main setup screen where it allows you several options including installation. Once I select installation, it appears to be installing but then comes up with a message that includes the following: "removing gdm-guest-session" It will not do anything else and the machine appears to go into sleep mode. When I try to shut it down, it appears that the kernel had loaded. Any ideas why the normal installation  isn't continuing? Just for Grins and Giggles , I tried installing Open Suse and it installed without a hitch.]]></description>
			<content:encoded><![CDATA[I just downloaded the latest version of Ubuntu and went to install it on a Pentium 4 desktop that previously had XP on it. I get the main setup screen where it allows you several options including installation. Once I select installation, it appears to be installing but then comes up with a message that includes the following: "removing gdm-guest-session" It will not do anything else and the machine appears to go into sleep mode. When I try to shut it down, it appears that the kernel had loaded. Any ideas why the normal installation  isn't continuing? Just for Grins and Giggles , I tried installing Open Suse and it installed without a hitch.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Need Help wth Ubuntu 9.10]]></title>
			<link>http://theubuntuforums.org/showthread.php?tid=2239</link>
			<pubDate>Tue, 09 Feb 2010 23:59:09 -0500</pubDate>
			<guid isPermaLink="false">http://theubuntuforums.org/showthread.php?tid=2239</guid>
			<description><![CDATA[Hello Friends,<br />
<br />
I have heard that Ubuntu 9.10 has been released and would like to know the major change from 9.04 to 9.10 and is the new 9.10 better to use. If anyone can help me in getting the difference between both that would help me.<br />
<br />
Hoping to hear from you!<br />
<br />
Chio!!<br />
abhay]]></description>
			<content:encoded><![CDATA[Hello Friends,<br />
<br />
I have heard that Ubuntu 9.10 has been released and would like to know the major change from 9.04 to 9.10 and is the new 9.10 better to use. If anyone can help me in getting the difference between both that would help me.<br />
<br />
Hoping to hear from you!<br />
<br />
Chio!!<br />
abhay]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Sales Promotion from Linux]]></title>
			<link>http://theubuntuforums.org/showthread.php?tid=2238</link>
			<pubDate>Thu, 04 Feb 2010 03:10:48 -0500</pubDate>
			<guid isPermaLink="false">http://theubuntuforums.org/showthread.php?tid=2238</guid>
			<description><![CDATA[Hey guys, I was wondering, if you have seen any sales promotion from VMware, Xen or KVM.  If so, will be interested in details of the promotion.]]></description>
			<content:encoded><![CDATA[Hey guys, I was wondering, if you have seen any sales promotion from VMware, Xen or KVM.  If so, will be interested in details of the promotion.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[A bit odd, But lets see what you can do... One Slow Laptop.]]></title>
			<link>http://theubuntuforums.org/showthread.php?tid=2237</link>
			<pubDate>Wed, 03 Feb 2010 08:30:31 -0500</pubDate>
			<guid isPermaLink="false">http://theubuntuforums.org/showthread.php?tid=2237</guid>
			<description><![CDATA[ok,<br />
<br />
So here's the story. While running windows (bleah, i know) my laptop randomly decided that it wanted to run slowly (really slowly). I did every test imaginable, reformatted it etc but to no avail. So I reinstalled drivers and tried all that lot. In the end I've decided its the hardware, but no-one seems to agree which piece of hardware,<br />
<br />
So why post on an ubuntu forum? well I decided (after installing a hard drive i found) I installed ubuntu, I figured it would rule out software. So I figure on an ubuntu forum, hopefully someone might be able to tell me what type of tests to run in ubuntu to make this laptop run right again,<br />
<br />
Thanks if anyone decides to help,<br />
<br />
Cat]]></description>
			<content:encoded><![CDATA[ok,<br />
<br />
So here's the story. While running windows (bleah, i know) my laptop randomly decided that it wanted to run slowly (really slowly). I did every test imaginable, reformatted it etc but to no avail. So I reinstalled drivers and tried all that lot. In the end I've decided its the hardware, but no-one seems to agree which piece of hardware,<br />
<br />
So why post on an ubuntu forum? well I decided (after installing a hard drive i found) I installed ubuntu, I figured it would rule out software. So I figure on an ubuntu forum, hopefully someone might be able to tell me what type of tests to run in ubuntu to make this laptop run right again,<br />
<br />
Thanks if anyone decides to help,<br />
<br />
Cat]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Linux Evaluation]]></title>
			<link>http://theubuntuforums.org/showthread.php?tid=2236</link>
			<pubDate>Mon, 01 Feb 2010 10:34:07 -0500</pubDate>
			<guid isPermaLink="false">http://theubuntuforums.org/showthread.php?tid=2236</guid>
			<description><![CDATA[Hey guys, we are trying to evaluate linux in our enterprise, wondering, what parts within the enterprise, is Linux ideally suited for.  Do you think, since Linux is a good replacement for Solaris or Windows.  Which server do you think does the best job supporting Linux]]></description>
			<content:encoded><![CDATA[Hey guys, we are trying to evaluate linux in our enterprise, wondering, what parts within the enterprise, is Linux ideally suited for.  Do you think, since Linux is a good replacement for Solaris or Windows.  Which server do you think does the best job supporting Linux]]></content:encoded>
		</item>
	</channel>
</rss>