Xfce
Contents |
Xfce4 Installation
Before reading;
- it command is install that installs packages from binary repository with all dependencies
- -d is the parameter that means debug. It lets us see debug output.
- -c is the paramater that means component. It installs all packages from the component
Adding Repository
You can install Xfce from contrib repository. You just need to add it;
sudo pisi ar contrib-2007 http://paketler.pardus.org.tr/contrib-2007/pisi-index.xml.bz2
If you have already added it, update it;
sudo pisi up
Xfce4
To install Xfce4, you need to install all packages of desktop.xfce4 component. Just enter and wait;
sudo pisi it -c desktop.xfce4 -d
Yeah, xfce is installed but we should do some configuration changes.
Configuration
Build the kdmtheme application to change a login theme to see the Xfce4 option and login
sudo pisi it kdmtheme -d
Configure it by writing,
kcmshell kdmtheme
And give root privileges in the application, Please select another login theme and press OK
After it, we should move ".gtkrc-2.0" file in the home directory
mv ~/.gtkrc-2.0 ~/.gtkrc-2.0.backup
Xfce is ready! Please shutdown the session and select the Xfce from menu than login ;)
Additional Applications
Abiword
Fully featured yet light and fast cross platform word processor
sudo pisi it abiword -d
Gedit
A Text editor for Gnome Desktop
sudo pisi it gedit -d
Tilda
Drop down terminal
sudo pisi it tilda -d
Xchat
Gtk based IRC Client
sudo pisi it xchat -d
Gaim
Gtk based Msn/Icq/Jabber/etc. client
sudo pisi it gaim
Liferea
Gtk based rss aggregator
sudo pisi it liferea -d
Evince
Gtk based document reader (pdf, tiff, dvi etc.)
sudo pisi it evince -d
Glipper
Gtk based clipper application
sudo pisi it glipper -d
Sylpheed
Gtk based mail/pop3 client
sudo pisi it sylpheed
Geany
Gtk based fast and lightweight programming tool
sudo pisi it geany -d
Gtranslator
Gtk based po editing tool
sudo pisi it gtranslator -d
Eren Türkay <turkay.eren@gmail.com>
2007/04/27 15:47