summaryrefslogtreecommitdiff
path: root/xfce4-session-logout
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright yearsSimon Steinbeiss2020-08-141-1/+1
|
* Switch to new logout iconSimon Steinbeiss2020-05-231-1/+1
|
* Do not show translation info on --help outputAndre Miranda2019-08-251-1/+1
|
* xfce4-session-logout: deconflict -h option (Bug #12806)Eric Koegel2017-06-111-2/+2
| | | | | Every other logout option had a -h flag, change it to other letters not in use.
* Hybrid Sleep support - "hibernate" and suspend the systempoma2017-06-112-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hybrid Sleep initially only writes hibernation image to SWAP space, it does not power off the machine, as a whole Suspend To Disk (S4) does, it rather Suspend To RAM (S3). The benefit of this combination is pronto RESUME from S3, whilst in case of battery drained or interruptions in power supply of any kind, you ain't gonna lose your work. Hybrid Sleep is the feature of the Linux kernel. To test it directly via cli: echo suspend > /sys/power/disk ; echo disk > /sys/power/state However to make this feature work, both Suspend To RAM (S3) and Suspend To Disk (S4) must be provided by the hardware dmesg: ACPI: (supports ... S3 S4 ...) in working order. Furthermore Suspend To Disk (S4) requires a relatively simple configuration an appendix to kernel command line: resume=<path to resume partition> i.e. directive to utilize particular SWAP space man 7 dracut.cmdline Ref. https://www.kernel.org/doc/Documentation/power/swsusp.txt Signed-off-by: Eric Koegel <eric.koegel@gmail.com>
* Add switch-user to the xfsm-logout programEric Koegel2016-06-281-1/+18
|
* Fix shutdown and reboot gdbus callsEric Koegel2016-05-211-3/+7
|
* session-logout: Port to GDBusEric Koegel2016-04-252-59/+75
|
* Bump copyright year.Jérôme Guelfucci2012-08-301-1/+1
|
* Fix logic of the --fast action (bug #8857).Nick Schermer2012-07-221-2/+6
|
* Fallback to old method for shutdown (bug #8630).Nick Schermer2012-04-131-0/+37
|
* Directly use upower for suspend/hibernate.Nick Schermer2012-03-241-46/+32
| | | | | Working with Xfpm is too much work to get right for 4.10, so readd the upower dbus communication.
* Update the logout helper for new dbus methods.Nick Schermer2012-03-242-101/+87
|
* remove .cvsignore filesBrian J. Tarricone2011-09-261-5/+0
| | | | what?! how are these still here...
* Update FSF address.Jérôme Guelfucci2011-02-141-2/+2
|
* Fix --fast CLI option when used with another option (bug #7197).Krzysiek2011-02-021-4/+5
|
* Updates for release.xfce4-session-4.8.0Nick Schermer2011-01-161-1/+1
|
* Add main category to desktop file.Nick Schermer2011-01-021-1/+1
|
* Fix possibly shadowed variables.Nick Schermer2010-11-281-26/+22
|
* Remove trailing white spaces and fix indentation in a lot of places...Jérôme Guelfucci2010-09-291-2/+2
|
* Remove deprecated encoding key from desktop files.Nick Schermer2010-08-221-1/+0
|
* Add add the actual desktop files too.Nick Schermer2010-04-281-0/+12
|
* Add a desktop file for xfce4-session-logout.Nick Schermer2010-04-281-1/+9
| | | | | This desktop file was shipped with Xfdesktop, but now the menu files are moved to Garcon, it is better to pack it here.
* Use gtk_init_with_args in xfce4-session-logout.Jérôme Guelfucci2010-03-082-67/+86
|
* Update the build system for libxfce4ui.Jérôme Guelfucci2010-01-282-3/+3
|
* Fix some remaining compiler warnings.Nick Schermer2009-09-291-1/+1
| | | | | | Just like we do with the other generated files from gdk-pixbuf-csource, include the nopreview.h file with the guchar fix to prevent compiler warnings.
* * *: Implement suspend/hibernate support using HAL. Partial patchBrian Tarricone2008-11-011-1/+1
| | | | | | | | | | | | | | | | | from Michael Casadevall. * xfce4-session/shutdown.c: Add buttons for suspend/hibernate. * xfce4-session/xfsm-manager.c: Handle suspend and hibernate as initiated from the dialog or over dbus. Don't quit the SM after a successful suspend/hibernate. Show errors to the user via dialog boxes rather than printfs to console. * xfce4-session/xfsm-shutdown-helper.[ch]: Call HAL Suspend and Hibernate methods as appropriate. Add a ton of error reporting so callers can present hopefully-useful error messages to the user. * icons/48x48/xfsm-{hibernate,suspend}.png: Add icons for the suspend/hibernate buttons in the UI. (Old svn revision: 28552)
* * xfce4-session-logout/{main.c,xfce4-session-logout.1}: AddBrian Tarricone2008-10-082-0/+10
| | | | | | | --fast command-line option to instruct the session manager not to save the session. (Old svn revision: 28101)
* * configure.in.in: Add separate deps on dbus and dbus-glib.Brian Tarricone2008-10-083-34/+130
| | | | | | | | | | | | | * xfce4-session-logout/Makefile.am,xfce4-session/Makefile.am: Fix/add dbus/dbus-glib deps. * xfce4-session-logout/main.c: Make xfce4-session-logout use the more flexible dbus interface for shutting down, and add command-line options to take action while skipping the logout confirmation dialog. * xfce4-session-logout/xfce4-session-logout.1: Update manual page to reflect new command-line options. (Old svn revision: 28099)
* 2005-01-27 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2005-01-271-578/+0
| | | | | | | | | * Removed autogenerated files from CVS. * Fixed bug #734 by depending on libgnome-2.0, rather than gconf, which pulls in the required path settings. (Old svn revision: 4785)
* Update automake/autoconf/libtool/gettext versions to generate the configure ↵Olivier Fourdan2004-11-061-26/+17
| | | | | | | | | | scripts and Makefiles, Update versions of all packages to 4.1.99.1 (ie 4.2 RC1), Update ChangeLogs. (Old svn revision: 4718)
* Rework GNOME compat a bit. Disable AST (which requires gconf) by default.Benedikt Meurer2004-11-021-3/+3
| | | | (Old svn revision: 4713)
* Replace the compile time check for sudo with a runtime check.Benedikt Meurer2004-11-011-1/+0
| | | | (Old svn revision: 4712)
* Resolve the libxfsm build order problem. Issue a detailed message if theBenedikt Meurer2004-11-015-0/+775
failsafe session couldn't be loaded. Imported the xfce4-session-logout hack from Brian, requested too often to ignore. Update the man pages, esp. mention the XDG variables in the xfce4-session man page. Update the po files. (Old svn revision: 4711)