Skip to content

xfce-mirror/xfce4-session

Repository files navigation

License

xfce4-session

Xfce4-session is a session manager for Xfce. Its task is to save the state of your desktop (opened applications and their location) and restore it during a next startup. You can create several different sessions and choose one of them on startup.


Homepage

Xfce4-session documentation

Changelog

See NEWS for details on changes and fixes made in the current release.

Source Code Repository

Xfce4-session source code

Download a Release Tarball

Xfce4-session archive or Xfce4-session tags

Installation

From source:

% cd xfce4-session
% ./autogen.sh
% make
% make install

From release tarball:

% tar xf xfce4-session-<version>.tar.bz2
% cd xfce4-session-<version>
% ./configure
% make
% make install

Reporting Bugs

Visit the reporting bugs page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.