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
apps:screensaver:start [2020/08/15 00:05] – moving bug reporting to its own page kevinbowenapps:screensaver:start [2021/02/09 15:46] (current) kevinbowen
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
-{{ :apps:screensaver:preferences-desktop-screensaver.png?nolink|}} +{{ :xfce:xfce.ScreenSaver.png?no link|}} 
-====== Xfce Screensaver ======+====== xfce4-screensaver - Xfce Screensaver ======
   * **[[#Usage|Usage]]**   * **[[#Usage|Usage]]**
-  * **[[installation|Building & Installation]]** -- Instructions for building and installing the screensaver. +  * **[[:apps:xfce4-screensaver:installation|Building & Installation]]** -- Instructions for building and installing the screensaver. 
-  * **[[dbus|DBUS Interface]]** -- Interacting with the screensaver via DBUS. +  * **[[:apps:xfce4-screensaver:dbus|DBUS Interface]]** -- Interacting with the screensaver via DBUS. 
-  * **[[faq|Frequently Asked Questions]]** -- Diagnose and resolve configuration issues.+  * **[[:apps:xfce4-screensaver:faq|Frequently Asked Questions]]** -- Diagnose and resolve configuration issues. 
 +  * **[[#Known Issues|Known Issues]]** 
 +  * **[[#Installation|Installation]]**
   * **[[#Latest Release|Latest Release]]**   * **[[#Latest Release|Latest Release]]**
   * **[[#Source Code Repository|Source Code Repository]]**   * **[[#Source Code Repository|Source Code Repository]]**
Line 21: Line 23:
  
 ==== Features ==== ==== Features ====
-  * Integration with the Xfce desktop +  * Integration with the Xfce desktop per-monitor wallpaper 
-  * Support for the xdg-screensaver standard+  * Locking down of configuration settings via Xfconf 
 +  * Support for XScreensaver screensavers
   * (optional) Integration with ConsoleKit and Systemd   * (optional) Integration with ConsoleKit and Systemd
   * DBUS interface for limited control and querying screensaver status   * DBUS interface for limited control and querying screensaver status
   * Idle time and inhibition state are based on the X11 Screensaver extension   * Idle time and inhibition state are based on the X11 Screensaver extension
 +  * Shared styles with LightDM GTK+ Greeter
   * No GNOME or MATE dependencies. Requirements are lightweight and shared with Xfce.   * No GNOME or MATE dependencies. Requirements are lightweight and shared with Xfce.
 +  * Full translation support into many languages
 +  * User switching
  
 ---- ----
Line 85: Line 91:
  
 [[|Back to Top]] [[|Back to Top]]
 +----
 +
 +===== Known Issues =====
 +
 +Allow embedding a keyboard into the window, /embedded-keyboard-enabled, may be non-functional. Onboard crashes when embedded.
 +
 +----
 +
 +===== Installation =====
 +
 +See the file 'INSTALL'
 +
 +''./autogen.sh --prefix=/usr --sysconfdir=/etc''
 +
 +You may need to set your PAM auth type if it is not correctly detected.
 +
 +''--with-pam-auth-type=<auth-type>   specify pam auth type (common or system)''
 +
 +(For testing, we are using:
 + ''./autogen.sh --disable-static --with-mit-ext --with-console-kit --enable-locking --enable-debug --sysconfdir=/etc''
 +)
 +
 +''make && sudo make install''
 +
 +
 ---- ----
  
 ===== Latest Release ===== ===== Latest Release =====
-==== 0.1.8 (2019/08/11) ==== +{{rss>https://archive.xfce.org/feeds/project/xfce4-screensaver 1 date description 2h}}
- [[https://archive.xfce.org/src/apps/xfce4-screensaver/0.1/xfce4-screensaver-0.1.8.tar.bz2|xfce4-screensaver-0.1.8.tar.bz2]]+
  
 +
 +  * **[[https://archive.xfce.org/src/apps/xfce4-screensaver/|Previous Releases]]**
 +
 +[[|Back to Top]]
 ---- ----
 ===== Source code repository ===== ===== Source code repository =====
Line 97: Line 131:
 ---- ----
 ===== Reporting Bugs ===== ===== Reporting Bugs =====
-  * **[[:apps:screensaver:bugs|Reporting Bugs]]** -- Open bug reports and how to report new bugs+  * **[[:apps:xfce4-screensaver:bugs|Reporting Bugs]]** -- Open bug reports and how to report new bugs 
 + 
 +In the bug report please include information about your system, if possible:
  
 + - What operating system and version
 + - What version of xfce4-screensaver, i.e. the output of the ''xfce4-screensaver-command --version'' command
  
 +If you want to debug your installation you may also be able to get meaningful debug output when starting xfce4-screensaver from the debug script:
 +''./src/debug-screensaver.sh''
  
 [[|Back To Top]] [[|Back To Top]]