Xfce
From PardusWiki
(Difference between revisions)
ErenTurkay (Talk | contribs) (→Additional Applications) |
|||
| Line 9: | Line 9: | ||
== Adding Repository == | == Adding Repository == | ||
| − | + | Firstly, add the contrib repository. Look [[Package-manager|here]] for instructions. | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
== Xfce4 == | == Xfce4 == | ||
| − | To install Xfce4, you need to | + | To install Xfce4, you need to get all packages of desktop.xfce4 component. You can do that by installing all packages from the XFCE category you see when you open the PISI package manager or by entering in console: |
sudo pisi it -c desktop.xfce4 -d | sudo pisi it -c desktop.xfce4 -d | ||
| − | + | Xfce is installed but we should do some configuration changes. | |
== Configuration == | == Configuration == | ||
| − | + | You need to build the kdmtheme application and change the login theme in order to see the Xfce4 option. | |
| + | |||
| + | Type in console: | ||
sudo pisi it kdmtheme -d | sudo pisi it kdmtheme -d | ||
| − | Configure it by writing | + | Configure it by writing: |
| − | kcmshell kdmtheme | + | sudo kcmshell kdmtheme |
| − | + | Please select another login theme and press OK | |
| − | After | + | After that, we should move ".gtkrc-2.0" file to the home directory.Type: |
mv ~/.gtkrc-2.0 ~/.gtkrc-2.0.backup | mv ~/.gtkrc-2.0 ~/.gtkrc-2.0.backup | ||
| − | Xfce is ready! Please shutdown the session and select the Xfce from | + | Xfce is ready! Please, shutdown the session and select the Xfce option from the start screen and then login ;) |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | |||
| − | |||
[[nl:Xfce4]] | [[nl:Xfce4]] | ||
[[tr:NASIL:Xfce4]] | [[tr:NASIL:Xfce4]] | ||
Revision as of 22:18, 22 November 2008
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
Firstly, add the contrib repository. Look here for instructions.
Xfce4
To install Xfce4, you need to get all packages of desktop.xfce4 component. You can do that by installing all packages from the XFCE category you see when you open the PISI package manager or by entering in console:
sudo pisi it -c desktop.xfce4 -d
Xfce is installed but we should do some configuration changes.
Configuration
You need to build the kdmtheme application and change the login theme in order to see the Xfce4 option.
Type in console:
sudo pisi it kdmtheme -d
Configure it by writing:
sudo kcmshell kdmtheme
Please select another login theme and press OK
After that, we should move ".gtkrc-2.0" file to the home directory.Type:
mv ~/.gtkrc-2.0 ~/.gtkrc-2.0.backup
Xfce is ready! Please, shutdown the session and select the Xfce option from the start screen and then login ;)