File: startlxqt.1

package info (click to toggle)
lxqt-session 0.14.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,584 kB
  • sloc: cpp: 3,132; xml: 480; sh: 87; makefile: 18
file content (48 lines) | stat: -rw-r--r-- 1,861 bytes parent folder | download | duplicates (4)
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
.TH STARTLXQT 1 2015-11-03 "LXQt 0.10.0" "LXQt session management"
.SH NAME
startlxqt \- script to initialize and launch LXQt sessions
.SH SYNOPSIS
.B startlxqt
.SH DESCRIPTION
\fBstartlxqt\fR is a shell script meant to initialize and launch LXQt sessions.
It is as such similar to counterparts of other desktop environments like startlxde in
LXDE or startkde in KDE.
.P
It's main tasks are exporting environment variables, partly after performing
corresponding checks, and launching \fBlxqt-session\fR, the LXQt session manager.
.P
It is not meant to be run by users.
Rather, it is invoked as backend, e. g. by script \fBstartx\fR on virtual terminals or display
managers like SDDM or LightDM, see section \fIEXAMPLE\fR.
.SH FILES
.I $XDG_DATA_DIRS/xsessions/lxqt.desktop
.RS 5
Desktop entry file stating startlxqt as binary needed to start LXQt sessions. Sourced e. g.
by display managers.
.RE
.SH BUGS
None at the time of this writing. Bugs can be reported on https://github.com/lxqt/lxqt/issues.
.SH EXAMPLE
To start an LXQt session from a virtual terminal (virtual console) add a line
.P
.RS 5
exec startlxqt
.RE
.P
to file \fI~/.xinitrc\fR. An LXQt session will then be launched by running \fBstartx\fR.
.P
Display managers are making use of scripts like \fBstartlxqt\fR automatically. Information about
available desktop environments is provided by files \fI$XDG_DATA_DIRS/xsessions/*.desktop\fR, typically
\fI/usr/share/xessions/*.desktop\fR.
.br
File \fIlxqt.desktop\fR provided by LXQt is stating \fBstartlxqt\fR in key \fIExec\fR while making sure the session
manager \fBlxqt-session\fR does exist by stating it in key \fITryExec\fR.
.SH SEE ALSO
.BR lxqt-session (1)
.BR startx (1)
.BR sddm (1)
.P
.B https://www.freedesktop.org/wiki/Specifications/desktop-entry-spec/
.RS 5
Desktop Entry Specification defining desktop entry files (*.desktop).
.RE