source: lxqt/desktop/post-install.xml@ f1ce80b

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 f1ce80b was f1ce80b, checked in by DJ Lucas <dj@…>, 8 years ago

[systemd-merge] - Section II layout

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

  • Property mode set to 100644
File size: 4.7 KB
RevLine 
[5af3a383]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
[d1920c49]8<sect1 id="lxqt-post-install" xreflabel="LXQt-Post-Install">
[5af3a383]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
[d1920c49]18 <indexterm zone="lxqt-post-install">
19 <primary sortas="g-lxqt-post-install">LXQt-post-install</primary>
[5af3a383]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">
[6073ef0]33 <xref linkend="openbox"/> (runtime) - this may be replaced by
34 another WM, see the Configuring instructions in <xref
35 linkend="lxqt-session"/>.
[5af3a383]36 </para>
37
38 <bridgehead renderas="sect4">Recommended</bridgehead>
39 <para role="recommended">
[f1ce80b]40 <phrase revision="sysv"><xref linkend="consolekit"/> alone or with</phrase>
[298fee30]41 <xref linkend="sddm"/> (this has been
[7c4f32b]42 reported as the <quote>recommended <application>LXQt</application>
[298fee30]43 display manager</quote>) or another Display Manager, e.g.
[d09eb9b]44 <xref linkend="lxdm"/>, and
45 <xref linkend="dbus"/>
[5af3a383]46 </para>
47
48 <para condition="html" role="usernotes">
49 User Notes: <ulink url="&blfs-wiki;/post-install"/>
50 </para>
51
52 </sect2>
53
54 <sect2 role="final-config">
55 <title>Final configuration</title>
56
57 <para>
[298fee30]58 If installed in /usr, you do not need final configuration. Jump to
59 <quote>Starting LXQt</quote>, below.
[5af3a383]60 </para>
61
[298fee30]62 <para>
[472a89e3]63 If installed in /opt, in order for the system to find some files, run the
64 following commands, as the <systemitem class="username">root</systemitem>
65 user:
[298fee30]66 </para>
67
68<screen role="root"><userinput>ln -svfn $LXQT_PREFIX/share/lxqt /usr/share/lxqt &amp;&amp;
[5af3a383]69
[a5c252d]70cp -v {$LXQT_PREFIX,/usr}/share/xsessions/lxqt.desktop &amp;&amp;
[358258c2]71
[6073ef0]72for i in $LXQT_PREFIX/share/applications/*
[5af3a383]73do
74 ln -svf $i /usr/share/applications/
75done
[28370fe]76
77for i in $LXQT_PREFIX/share/desktop-directories/*
78do
79 ln -svf $i /usr/share/desktop-directories/
80done
81
[fdb9781]82unset i
83
84ldconfig</userinput></screen>
[5af3a383]85
86 </sect2>
87
88 <sect2 role="starting">
89 <title>Starting LXQt</title>
90
91 <para>
[eca7a58]92 You can start <application>LXQt</application> from runlevel 3, using
93 <xref linkend="xinit"/>, or from runlevel 5, using a Display Manager,
[358258c2]94 such as <xref linkend="sddm"/>. The <filename>lxqt.desktop</filename>
95 file needs to be fixed, or will not be listed in <xref linkend="sddm"/>
96 and <xref linkend="lxdm"/>:
[5af3a383]97 </para>
98
[358258c2]99<screen role="root"><userinput>sed -e '/TryExec/d' \
100 -i /usr/share/xsessions/lxqt.desktop</userinput></screen>
101
[5af3a383]102 <para>
103 To start <application>LXQt</application> using <xref linkend="xinit"/>,
104 run the following commands:
105 </para>
106
[eca7a58]107<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
108<literal>ck-launch-session dbus-launch --exit-with-session startlxqt</literal>
[5af3a383]109EOF
110
111startx</userinput></screen>
112
[eca7a58]113 <para>
114 The X session starts on the first unused virtual terminal, normally vt7.
[d09eb9b]115 You can switch to another vt<emphasis>n</emphasis> simultaneously
116 pressing the keys Ctrl-Alt-F<emphasis>n</emphasis>
117 (<emphasis>n</emphasis>=1, 2, ...). To switch back to the X session,
118 normally started at vt7, use Ctrl-Alt-F7. The vt where the command
119 <command>startx</command> was executed will display many messages,
120 including X starting messages, applications automatically started with
121 the session, and eventually, some warning and error messages. You may
122 prefer to redirect those messages to a log file, which not only will keep
123 the initial vt uncluttered, but can also be used for debug purposes. This
124 can be done starting X with:
[eca7a58]125 </para>
126
127 <screen><userinput>startx &amp;&gt; ~/.x-session-errors</userinput></screen>
128
[d09eb9b]129 <note>
130 <para>
131 You may wish to drop consolekit and/or dbus-launch, e.g., just using
[1bac25ed]132 startlxqt in ~/.xinitrc. However some capabilities such as mounting or
[a7035bb]133 umounting file systems from a file manager will not be possible, or the
134 reboot option will be absent or inoperative, among other problems.
[d09eb9b]135 </para>
136 </note>
[eca7a58]137
138 <para>
[a7035bb]139 When shutting down or rebooting, the shutdown messages appear on the vt
[d09eb9b]140 where X was running. If you wish to see those messages, simultaneously
141 press keys Alt-F7 (assuming that X was running on vt7).
[eca7a58]142 </para>
143
[5af3a383]144 </sect2>
145
146</sect1>
Note: See TracBrowser for help on using the repository browser.