source: lxqt/desktop/post-install.xml@ 68cba69d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 68cba69d was fd42347a, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Comment out sddm from systemd version of the book.
Finish all tags.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17736 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="lxqt-post-install" xreflabel="LXQt-Post-Install">
9 <?dbhtml filename="post-install.html"?>
10
11 <sect1info>
12 <othername>$LastChangedBy$</othername>
13 <date>$Date$</date>
14 </sect1info>
15
16 <title>LXQt Desktop Final Instructions</title>
17
18 <indexterm zone="lxqt-post-install">
19 <primary sortas="g-lxqt-post-install">LXQt-post-install</primary>
20 </indexterm>
21
22 <sect2 role="package">
23 <title>Post-Install Instructions</title>
24
25 <para>
26 Final steps, before starting <application>LXQt</application>.
27 </para>
28
29 <bridgehead renderas="sect3">Dependencies to Start LXQt</bridgehead>
30
31 <bridgehead renderas="sect4">Required</bridgehead>
32 <para role="required">
33 <xref linkend="openbox"/> (runtime) - this may be replaced by
34 another WM, see the Configuring instructions in <xref
35 linkend="lxqt-session"/>.
36 </para>
37
38 <bridgehead renderas="sect4">Recommended</bridgehead>
39 <para role="recommended">
40 <phrase revision="sysv">
41 <xref linkend="consolekit"/> alone or with
42 <xref linkend="sddm"/> (this has been
43 reported as the <quote>recommended <application>LXQt</application>
44 display manager</quote>) or another Display Manager, e.g.
45 </phrase>
46 <xref linkend="lxdm"/>, and
47 <xref linkend="dbus"/>
48 </para>
49
50 <para condition="html" role="usernotes">
51 User Notes: <ulink url="&blfs-wiki;/post-install"/>
52 </para>
53
54 </sect2>
55
56 <sect2 role="final-config">
57 <title>Final configuration</title>
58
59 <para>
60 If installed in /usr, you do not need final configuration. Jump to
61 <quote>Starting LXQt</quote>, below.
62 </para>
63
64 <para>
65 If installed in /opt, in order for the system to find some files, run the
66 following commands, as the <systemitem class="username">root</systemitem>
67 user:
68 </para>
69
70<screen role="root"><userinput>ln -svfn $LXQT_PREFIX/share/lxqt /usr/share/lxqt &amp;&amp;
71
72cp -v {$LXQT_PREFIX,/usr}/share/xsessions/lxqt.desktop &amp;&amp;
73
74for i in $LXQT_PREFIX/share/applications/*
75do
76 ln -svf $i /usr/share/applications/
77done
78
79for i in $LXQT_PREFIX/share/desktop-directories/*
80do
81 ln -svf $i /usr/share/desktop-directories/
82done
83
84unset i
85
86ldconfig</userinput></screen>
87
88 </sect2>
89
90 <sect2 role="starting">
91 <title>Starting LXQt</title>
92
93 <para revision="sysv">
94 You can start <application>LXQt</application> from runlevel 3, using
95 <xref linkend="xinit"/>, or from runlevel 5, using a Display Manager,
96 such as <xref linkend="sddm"/>. The <filename>lxqt.desktop</filename>
97 file needs to be fixed, or will not be listed in <xref linkend="sddm"/>
98 and <xref linkend="lxdm"/>:
99 </para>
100
101 <para revision="systemd">
102 You can start <application>LXQt</application> from a TTY, using
103 <xref linkend="xinit"/><!--, or by using a graphical display manager such
104 as <xref linkend="sddm"/>. The <filename>lxqt.desktop</filename>
105 file needs to be fixed, or it will not be listed in <xref linkend="sddm"/>
106 and <xref linkend="lxdm"/>-->.
107 </para>
108
109<screen role="root"><userinput>sed -e '/TryExec/d' \
110 -i /usr/share/xsessions/lxqt.desktop</userinput></screen>
111
112 <para>
113 To start <application>LXQt</application> using <xref linkend="xinit"/>,
114 run the following commands:
115 </para>
116
117<screen revision="sysv"><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
118<literal>ck-launch-session dbus-launch --exit-with-session startlxqt</literal>
119EOF
120
121startx</userinput></screen>
122
123<screen revision="systemd"><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
124<literal>dbus-launch --exit-with-session startlxqt</literal>
125EOF
126
127startx</userinput></screen>
128
129 <para>
130 The X session starts on the first unused virtual terminal, normally vt7.
131 You can switch to another vt<emphasis>n</emphasis> simultaneously
132 pressing the keys Ctrl-Alt-F<emphasis>n</emphasis>
133 (<emphasis>n</emphasis>=1, 2, ...). To switch back to the X session,
134 normally started at vt7, use Ctrl-Alt-F7. The vt where the command
135 <command>startx</command> was executed will display many messages,
136 including X starting messages, applications automatically started with
137 the session, and eventually, some warning and error messages. You may
138 prefer to redirect those messages to a log file, which not only will keep
139 the initial vt uncluttered, but can also be used for debug purposes. This
140 can be done starting X with:
141 </para>
142
143 <screen><userinput>startx &amp;&gt; ~/.x-session-errors</userinput></screen>
144
145 <note revision="sysv">
146 <para>
147 You may wish to drop consolekit and/or dbus-launch, e.g., just using
148 startlxqt in ~/.xinitrc. However some capabilities such as mounting or
149 umounting file systems from a file manager will not be possible, or the
150 reboot option will be absent or inoperative, among other problems.
151 </para>
152 </note>
153
154 <para>
155 When shutting down or rebooting, the shutdown messages appear on the vt
156 where X was running. If you wish to see those messages, simultaneously
157 press keys Alt-F7 (assuming that X was running on vt7).
158 </para>
159
160 </sect2>
161
162</sect1>
Note: See TracBrowser for help on using the repository browser.