Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
xfce:getting-started [2019/08/05 07:56] – [Running Xfce] kevinbowenxfce:getting-started [2020/10/09 01:44] (current) – added xfce logo kevinbowen
Line 1: Line 1:
 +~~NOTOC~~
 +{{ :xfce-64x64.png?nolink|}}
 ====== Getting Started with Xfce ====== ====== Getting Started with Xfce ======
 +
 +  * **[[#Installation|Installation]]**
 +  * **[[#Running Xfce|Running Xfce]]**
 +  * **[[#The Desktop Environment|The Desktop Environment]]**
 +  * **[[#Common Tasks|Common Tasks]]**
 +  * **[[#Further Reading|Further Reading]]**
 +
 +----
  
 ===== Introduction ===== ===== Introduction =====
Line 8: Line 18:
  
 Another priority of Xfce is an adherence to standards, specifically those defined at [[https://freedesktop.org|freedesktop.org]]. Another priority of Xfce is an adherence to standards, specifically those defined at [[https://freedesktop.org|freedesktop.org]].
 +
 +----
  
 ===== System Requirements ===== ===== System Requirements =====
  
 Even though Xfce is very light-weight, there are some [[xfce:system-requirements|distribution specific minimum requirements]]. Even though Xfce is very light-weight, there are some [[xfce:system-requirements|distribution specific minimum requirements]].
 +
 +----
  
 ===== Installation ===== ===== Installation =====
Line 28: Line 42:
  
 Detailed instructions on compiling Xfce yourself can be found [[.:building|here]]. Detailed instructions on compiling Xfce yourself can be found [[.:building|here]].
 +
 +----
 +
 ===== Running Xfce ===== ===== Running Xfce =====
  
Line 38: Line 55:
 Use ''startxfce4'' to start an Xfce session or choose //Xfce Session// from the login manager, which includes the [[:xfce:xfce4-session:start|session manager]], the [[:xfce:xfce4-panel:start|panel]], the [[:xfce:xfwm4:start|window manager]] and the [[:xfce:xfdesktop:start|desktop manager]]. See [[.:xfce4-session:advanced|auto login from console]] for more information. Use ''startxfce4'' to start an Xfce session or choose //Xfce Session// from the login manager, which includes the [[:xfce:xfce4-session:start|session manager]], the [[:xfce:xfce4-panel:start|panel]], the [[:xfce:xfwm4:start|window manager]] and the [[:xfce:xfdesktop:start|desktop manager]]. See [[.:xfce4-session:advanced|auto login from console]] for more information.
  
-By default the //Xfce session manager// manages the startup of applications. It allows you to save your session when you quit Xfce, so that the next time you log in, the same applications will be started for you automatically.+By defaultthe //Xfce session manager// manages the startup of applications. It allows you to save your session when you quit Xfce, so that the next time you log in, the same applications will be started for you automatically. 
 + 
 +----
  
 ===== The Desktop Environment ===== ===== The Desktop Environment =====
Line 45: Line 64:
  
 <figure "Default Xfce session, with desktop manager and panel"> <figure "Default Xfce session, with desktop manager and panel">
-{{:xfce:slider-desktop.jpg?nolink|}}+{{:xfce:slider-desktop.jpg?600nolink|}}
 </figure> </figure>
  
Line 59: Line 78:
 ! The middle mouse button (or Shift + left click) opens a list of all applications that are currently running. You can activate an application by clicking on its menu entry. ! The middle mouse button (or Shift + left click) opens a list of all applications that are currently running. You can activate an application by clicking on its menu entry.
 ? Window Manager ? Window Manager
-! The window manager is responsible for placing the windows on the screen and provides the window borders and decorations. It allows you to move windows around by dragging the title bar, and provides title bar buttons: for example to close, minimize or maximize a window. Look at the [[.:xfwm4:|manual]] for a detailed explanation of the window manager settings.+! The Window Manager is responsible for placing the windows on the screen and provides the window borders and decorations. It allows you to move windows around by dragging the title bar, and provides title bar buttons: for example to close, minimize or maximize a window. Look at the [[.:xfwm4:|manual]] for a detailed explanation of the window manager settings.
 ? Settings Manager ? Settings Manager
 ! The settings manager runs in the background and ensures that all Xfce applications update their settings when the user changes something within the application. It is also responsible for reading the configuration files on disk at startup. Look at the [[.:xfce4-settings:|manual]] for a detailed explanation of the settings manager. ! The settings manager runs in the background and ensures that all Xfce applications update their settings when the user changes something within the application. It is also responsible for reading the configuration files on disk at startup. Look at the [[.:xfce4-settings:|manual]] for a detailed explanation of the settings manager.
 +
 +[[|Back To Top]]
 +----
  
 ===== Common Tasks ===== ===== Common Tasks =====
  
-This section will explain how to perform several common tasks to quickly get you started working with Xfce and familiar with it'applications. +This section will explain how to perform several common tasks to quickly get you started working with Xfce and familiar with its applications. 
  
 === Running Programs === === Running Programs ===
Line 79: Line 101:
  
 ? Basic window operations ? Basic window operations
-! You can move a window around the screen by dragging on it'title bar. A window can be closed, minimized, maximized, shaded and made sticky (make it show up on all workspaces) by using the title bar buttons.+! You can move a window around the screen by dragging on its title bar. A window can be closed, minimized, maximized, shaded and made sticky (make it show up on all workspaces) by using the title bar buttons.
 ! Right-clicking on the title bar will open a menu that gives access to all window operations. ! Right-clicking on the title bar will open a menu that gives access to all window operations.
-! Shading a window, or rolling it up to hide it'contents and only show the title bar, can also be accomplished by scrolling the mouse wheel while hovering over the title bar. Mouse wheel up is shade, mouse wheel down is unshade.+! Shading a window, or rolling it up to hide its contents and only show the title bar, can also be accomplished by scrolling the mouse wheel while hovering over the title bar. Mouse wheel up is shade, mouse wheel down is unshade.
 ! If you don't want maximized windows to cover up the entire screen, you can set workspace margins in the Settings Manager. ! If you don't want maximized windows to cover up the entire screen, you can set workspace margins in the Settings Manager.
  
Line 97: Line 119:
  
 Refer to the individual manuals of the Xfce components for more information on settings specifically for that application. Don't be afraid to explore all the settings to find out what options are available that allow you to create the best possible working environment. Refer to the individual manuals of the Xfce components for more information on settings specifically for that application. Don't be afraid to explore all the settings to find out what options are available that allow you to create the best possible working environment.
 +
 +----
  
 ===== Further Reading ===== ===== Further Reading =====
Line 102: Line 126:
 This guide provides only a general overview of the Xfce Desktop Environment. More information is available in the [[.:|manuals]] of the individual components of Xfce. This guide provides only a general overview of the Xfce Desktop Environment. More information is available in the [[.:|manuals]] of the individual components of Xfce.
  
 +
 +[[|Back To Top]]
 +----
 +[[:start|Back to main Xfce documentation page]]