Xfce Wiki

Sub domains
 

Differences

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

Link to this comparison view

apps:screensaver:4.16:start [2020/08/12 00:40] – created kevinbowenapps:screensaver:4.16:start [2020/09/28 09:14] (current) – removed deprecated page kevinbowen
Line 1: Line 1:
-~~NOTOC~~ 
-{{ :apps:screensaver:preferences-desktop-screensaver.png?nolink|}} 
-====== Xfce Screensaver ====== 
-  * **[[#Usage|Usage]]** 
-  * **[[installation|Building & Installation]]** -- Instructions for building and installing the screensaver. 
-  * **[[dbus|DBUS Interface]]** -- Interacting with the screensaver via DBUS. 
-  * **[[faq|Frequently Asked Questions]]** -- Diagnose and resolve configuration issues. 
-  * **[[#Latest Release|Latest Release]]** 
-  * **[[#Source Code Repository|Source Code Repository]]** 
-  * **[[#Reporting Bugs|Reporting Bugs]]** 
- 
----- 
- 
-===== Introduction ===== 
-**Xfce Screensaver** is a screen saver and locker that aims to have simple, sane, secure defaults and be well integrated with the desktop. 
- 
-This project is a port of [[https://github.com/mate-desktop/mate-screensaver|MATE Screensaver]], itself a port of [[https://gitlab.gnome.org/Archive/gnome-screensaver|GNOME Screensaver]].\\ 
-It has been tightly integrated with the Xfce desktop, utilizing Xfce libraries and the Xfconf configuration backend. 
- 
----- 
- 
-==== Features ==== 
-  * Integration with the Xfce desktop 
-  * Support for the xdg-screensaver standard 
-  * (optional) Integration with ConsoleKit and Systemd 
-  * DBUS interface for limited control and querying screensaver status 
-  * Idle time and inhibition state are based on the X11 Screensaver extension 
-  * No GNOME or MATE dependencies. Requirements are lightweight and shared with Xfce. 
- 
----- 
- 
-===== Usage ===== 
-The application combines two functions: a **screensaver** that blanks the screen or fills it with images when the computer is idle; a **locker** that provides session security.  
- 
-<figure "Screensaver preferences">{{:apps:screensaver:4.16:screensaver-prefs.png?610x635|}}</figure> 
- 
----- 
- 
-==== Enable Screensaver ====  
-        * This is the master switch for the screensaver. Note that the screensaver will not actually run unless activation has been enabled at the bottom of the tab. 
- 
----- 
- 
-==== Theme ==== 
-        * The middle box consists of two parts: a list panel on the left and a small preview screen. 
-        * The list panel displays available themes (also called “screensavers”). At the  bottom of the list panel there is a small configuration button that can be clicked to change available theme traits.  
-        * A full-screen preview can be seen by clicking the Preview button at the bottom of the tab. 
-        * Only a small number of themes are available by default. But Xfce Screensaver uses [[https://www.jwz.org/xscreensaver/|Xscreensaver]]-compatible screensavers, and collections of such screensavers (xscreensaver-data, xscreensaver-gl, etc.) can usually be installed separately from the main Xscreensaver package.  
-        * For troubleshooting information about themes, consult the FAQs. 
- 
----- 
- 
-==== Activate screensaver ==== 
-        * Click the slider to activate the screensaver when the computer is idle.  
-        * Use the counter below the slider to set the time interval after the last screen activity before the computer is considered “idle.” 
- 
-<figure "Lock Screen (Locker)">{{:apps:screensaver:4.16:screensaver-locker.png?610x635|}}</figure> 
- 
----- 
- 
-==== Enable Lock Screen ==== 
-        * This is the master switch for the locker. This also integrates with Xfce4 [[:xfce:xfce4-power-manager:|Power Manager]], which can be launched using the button at the bottom of the tab.  
-        * Note that the locker will not automatically run unless at least one activation listed below has been enabled, although manual locking remains available. 
-==== Lock Screen with Screensaver ==== 
-        * User has the option to decide how long the screensaver should run before the screen is locked.  
-==== Lock Screen with System Sleep ==== 
-        * Enable to allow Xfce4-screensaver to put the system to sleep (suspend). 
- 
----- 
- 
-==== On Screen Keyboard ==== 
- 
-        * Enabling this triggers an on-screen keyboard for login. The keyboard’s visibility before the screen was locked is remembered; a small toggle on the right end of the login screen can be used to restore visibility if required. 
-        * The command and any options to activate an installed on-screen keyboard may be entered in the command box. For example: **onboard -e** needs to be used to activate the onboard keyboard, if installed. 
- 
-==== Session Status Messages ==== 
-        * When enabled, status messages will be shown despite the locked state. 
- 
-==== Logout ==== 
-        * Enable to use Xfce4-screensaver to log out. 
-        * Enter any required command, and use the counter below the slider to set the time interval before logout. 
- 
-==== User switching ==== 
-        * Enable to allow Xfce4-screensaver to switch user. 
- 
-[[|Back to Top]] 
----- 
- 
-===== Latest Release ===== 
-==== 0.1.8 (2019/08/11) ==== 
- [[https://archive.xfce.org/src/apps/xfce4-screensaver/0.1/xfce4-screensaver-0.1.8.tar.bz2|xfce4-screensaver-0.1.8.tar.bz2]] 
- 
----- 
-===== Source code repository ===== 
-[[https://gitlab.xfce.org/apps/xfce4-screensaver]] 
- 
----- 
-===== Reporting Bugs ===== 
-If you are experiencing a bug in ''xfce4-screensaver'', your way of helping things getting fixed is to report a bug about it in [[https://gitlab.xfce.org/explore/groups?sort=name_desc|Xfce GitLab]]. Please note that to do this you will need to have / create an account. 
- 
- 
-<note important>Before reporting a new bug, please try your best to check if it has already been reported (see the latest reports below). [[https://gitlab.xfce.org/apps/xfce4-screensaver/-/issues?scope=all&state=all|Click here for a full list of bug reports]].</note> 
- 
- 
-===== Report a new bug ===== 
- 
-If your bug has not been reported before, please [[https://gitlab.xfce.org/apps/xfce4-screensaver/-/issues/new|submit a new bug report]]. 
- 
-When writing your bug report, try to be as descriptive as possible, but avoid verbosity; Mozilla has a nice guide on [[https://developer.mozilla.org/en-US/docs/Mozilla/QA/Bug_writing_guidelines|how to write a bug report]]. 
- 
-For more information, see [[https://docs.xfce.org/contribute/bugs/start|Bug Reporting and Fixing]]. 
- 
-**[[https://gitlab.xfce.org/apps/xfce4-screensaver/-/issues/new|File a new bug or enhancement request]]** 
- 
----- 
- 
- 
-==== Open Bugs ==== 
-Here's a list (updated daily) of open bug reports with the date that bug was reported in parenthesis. 
- 
-{{rss>https://gitlab.xfce.org/apps/xfce4-screensaver/-/issues.atom?state=opened 20 1d date}} 
- 
-[[|Back To Top]] 
----- 
-[[:start|Back to main Xfce documentation page]]