|
Just Beginning
Introduction Is Ubuntu for You?* Which Ubuntu to pick? Installing Ubuntu inside XP Plan Partitions Download and Burn Ubuntu Burn ISO from Mac Install Desktop CD Ubuntu Install Alternate CD Ubuntu* Modest Specs Where's the Terminal? Password in Terminal Install Software Extra Repositories* File Permissions Security in Ubuntu Next Steps Beyond the Basics Playing Around Troubleshooting * Off-site link |
Installing XPDE on Ubuntu
Why XPDE? My advice, though: if you really want a fake XP environment, consider using the Smooth XP theme for Gnome.
Installing XPDE Then go to a terminal and copy and paste these commands: cd ~/Desktop chmod +x installxpde.sh ./installxpde.sh
In order for your changes to take effect, press Control-Alt-Backspace or reboot. That's it. It should be installed now and available in your KDM or GDM "sessions" menu. By the way, there's a README file in the .tar.gz from XPDE.com that tells you do edit the xinitrc file. Those instructions don't work.
Removing XPDE
sudo rm -rf /usr/share/xpde
|