summaryrefslogtreecommitdiff
path: root/README.md
blob: a1f6063bcb939f33924e9ae2d4a320ec1d23bd21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://gitlab.xfce.org/xfce/xfce4-session/-/blob/master/COPYING)

# 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](https://docs.xfce.org/xfce/xfce4-session/start)

### Changelog

See [NEWS](https://gitlab.xfce.org/xfce/xfce4-session/-/blob/master/NEWS) for details on changes and fixes made in the current release.

### Source Code Repository

[Xfce4-session source code](https://gitlab.xfce.org/xfce/xfce4-session)

### Download a Release Tarball

[Xfce4-session archive](https://archive.xfce.org/src/xfce/xfce4-session)
    or
[Xfce4-session tags](https://gitlab.xfce.org/xfce/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](https://docs.xfce.org/xfce/xfce4-session/bugs) page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.