Xfce

From PardusWiki
(Difference between revisions)
Jump to: navigation, search
(Undo revision 3107 by Itycajofa (Talk) Spam.)
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
= Please note that this page will soon undergo reconstruction to offer more indepth help  =
+
= Basics =  
 
+
Before reading;
+
  
 
*''it'' command is ''install'' that installs packages from binary repository with all dependencies
 
*''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
 
*''-c'' is the paramater that means ''component''. It installs all packages from the component
 
= Basics =
 
  
 
== Adding Contribution Repository ==
 
== Adding Contribution Repository ==
Line 15: Line 10:
 
= Installation =  
 
= Installation =  
  
= configuration =
+
The installation of Xfce4 can be achieved through two methods.  The first method involves using the graphical Pardus Linux Package Manager, whilst the second method uses the command line.  If you are a new user it is recommended that you follow the first method.
  
= Extras =  
+
=== Method One ===
  
 +
Open up the Pardus Linux Package Manager and select all of the packages from the Xfce category.  After you have selected all of the packages, press the install button.  Pardus will now proceed to download all of the Xfce packages and their subsequent dependencies.  After this process is complete, Xfce is not successfully installed.
  
To install Xfce4, we must install all of the Xfce packages and their dependencies.  This can be achieved through two methods.  The first method involves using the Pardus Package Manager.  Open up the Pardus Package Manager and proceed to select all of the packages from the XFCE category, followed by selecting the install button.  This will install Xfce4 and any subsequent dependencies that may be.
+
=== Method Two ===
  
Alternatively open a console (Konsole) and enter  
+
Open up a command line terminal (Konsole, Yakuake, Guake, etc.) and enter the following command;
  
 +
sudo pisi it -c desktop.xfce.base -y
  
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:
+
If you want to install all addons (panel plugins, Thunar extensions, etc.), you should also enter the following command:
sudo pisi it -c desktop.xfce4 -d
+
  
Xfce is installed but we should do some configuration changes.
+
sudo pisi it -c desktop.xfce.addon -y
  
==  Configuration  ==
+
Pardus will now proceed to download and install all of the Xfce4 packages and any subsequent dependencies.  After this process has completed, Xfce4 will have been successfully installed.
You need to build the kdmtheme application and change the login theme in order to see the Xfce4 option.
+
  
Type in console:
+
= Using GNOME Display Manager =
  
sudo pisi it kdmtheme -d
+
You can start Xfce Session with KDM that is Pardus' default display manager. But if you use GDM instead of KDM, you can remove all KDE packages. First of all, install GDM package. It's in Contribution Repository. Then, open '''/etc/conf.d/xdm''' file with any editor as root and edit:
  
Configure it by writing:
+
# Preferred display manager
  sudo kcmshell kdmtheme
+
DISPLAY_MANAGER="gdm"
 +
 +
# Cursor theme
 +
  #XCURSOR_THEME=""
  
Please select another login theme and press OK
+
And last, restart Pardus.
  
After that, we should move ".gtkrc-2.0" file to the home directory.Type:
+
= Extras =  
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 ;)
+
 
+
==  Additional reccomended software ==
+
  
*Pidgin
+
The Xfce4 desktop is vary basic as a result it is recommended that a number of additional software packages be installed afterwards.  The following are a selection of packages that cna further enhance the Xfce desktop.
*Gajim
+
*Quod Libet
+
*Gcolor2
+
*Galculator
+
*Thuderbird
+
  
 +
*Pidgin or Gajim (IM Client)
 +
*Quod Libet or Listen (Music Player)
 +
*Gcolor2 (Color Chooser)
 +
*Galculator (Calculator)
 +
*Sylpheed or Thunderbird (Mail Reader)
 +
* FileZilla or GFTP (FTP Client)
 +
* Liferea (RSS Reader)
 +
* Transmission (BİtTorrent Client)
 +
* Ristretto (Image Viewer)
 +
* Midori (Web Browser)
 +
* EpdfViewer (PDF Document Viewer)
 +
* Wicd (Network Manager)
 +
* GNOME Mplayer (Media Player)
  
 +
= Screenshots =
 +
<gallery>
 +
image:xfce_ozum.png|[[Kullanıcı:Kaos|Ünal Özüm]]'s desktop
 +
image:Cairo denemesi.png|[[Kullanıcı:gkmngrgn|Gökmen Görgen]]'s desktop
 +
image: Yenimasaustu.png |[[Kullanıcı:ozgurkuru|Özgür Kuru]]'s desktop
 +
image: Xfce_desktop_alierkanimrek.png |[[Kullanıcı:armut|Ali E.İmrek]]'s desktop
 +
</gallery>
  
 
[[nl:Xfce4]]
 
[[nl:Xfce4]]
[[tr:NASIL:Xfce4]]
+
[[tr:Xfce]]

Latest revision as of 14:02, 30 November 2010

Contents

Basics

Adding Contribution Repository

Firstly, add the contrib repository. Look here for instructions.

Installation

The installation of Xfce4 can be achieved through two methods. The first method involves using the graphical Pardus Linux Package Manager, whilst the second method uses the command line. If you are a new user it is recommended that you follow the first method.

Method One

Open up the Pardus Linux Package Manager and select all of the packages from the Xfce category. After you have selected all of the packages, press the install button. Pardus will now proceed to download all of the Xfce packages and their subsequent dependencies. After this process is complete, Xfce is not successfully installed.

Method Two

Open up a command line terminal (Konsole, Yakuake, Guake, etc.) and enter the following command;

sudo pisi it -c desktop.xfce.base -y

If you want to install all addons (panel plugins, Thunar extensions, etc.), you should also enter the following command:

sudo pisi it -c desktop.xfce.addon -y

Pardus will now proceed to download and install all of the Xfce4 packages and any subsequent dependencies. After this process has completed, Xfce4 will have been successfully installed.

Using GNOME Display Manager

You can start Xfce Session with KDM that is Pardus' default display manager. But if you use GDM instead of KDM, you can remove all KDE packages. First of all, install GDM package. It's in Contribution Repository. Then, open /etc/conf.d/xdm file with any editor as root and edit:

# Preferred display manager
DISPLAY_MANAGER="gdm"

# Cursor theme
#XCURSOR_THEME=""

And last, restart Pardus.

Extras

The Xfce4 desktop is vary basic as a result it is recommended that a number of additional software packages be installed afterwards. The following are a selection of packages that cna further enhance the Xfce desktop.

Screenshots

Personal tools
Namespaces
Variants
Actions
Navigation
Print/export
Toolbox
In other languages