mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Make "nodump" what shouldn't be run by jhalfs
This commit is contained in:
parent
44b3f4400e
commit
665150acb4
@ -440,7 +440,7 @@ EOF</userinput></screen>
|
||||
run the following commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>cat > ~/.xinitrc << "EOF"
|
||||
<screen role="nodump"><userinput>cat > ~/.xinitrc << "EOF"
|
||||
<literal>dbus-launch --exit-with-x11 $KF5_PREFIX/bin/startplasma-x11</literal>
|
||||
EOF
|
||||
|
||||
@ -460,7 +460,7 @@ startx</userinput></screen>
|
||||
can be done starting X with:
|
||||
</para>
|
||||
|
||||
<screen><userinput>startx &> ~/x-session-errors</userinput></screen>
|
||||
<screen role="nodump"><userinput>startx &> ~/x-session-errors</userinput></screen>
|
||||
|
||||
<para>
|
||||
When shutting down or rebooting, the shutdown messages appear on the vt
|
||||
|
@ -87,7 +87,7 @@ update-desktop-database -q</userinput></screen>
|
||||
run the following commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>cat > ~/.xinitrc << "EOF"
|
||||
<screen role="nodump"><userinput>cat > ~/.xinitrc << "EOF"
|
||||
<literal>exec startlxqt</literal>
|
||||
EOF
|
||||
|
||||
@ -107,7 +107,7 @@ startx</userinput></screen>
|
||||
can be done starting X with:
|
||||
</para>
|
||||
|
||||
<screen><userinput>startx &> ~/.x-session-errors</userinput></screen>
|
||||
<screen role="nodump"><userinput>startx &> ~/.x-session-errors</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
<!ENTITY sddm-md5sum "7af67d5fb767639861d35c80eb4e1191">
|
||||
<!ENTITY sddm-size "3.4 MB">
|
||||
<!ENTITY sddm-buildsize "22 MB">
|
||||
<!ENTITY sddm-time "0.3 SBU (Using parallelism=4">
|
||||
<!ENTITY sddm-time "0.3 SBU (Using parallelism=4)">
|
||||
]>
|
||||
|
||||
<sect1 id="sddm" xreflabel="sddm-&sddm-version;">
|
||||
@ -418,7 +418,7 @@ EOF</userinput></screen>
|
||||
&root; user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>/etc/rc.d/init.d/xdm start</userinput></screen>
|
||||
<screen role="nodump"><userinput>/etc/rc.d/init.d/xdm start</userinput></screen>
|
||||
|
||||
<para>
|
||||
By convention, X should be executed at runlevel 5, consequently, the
|
||||
@ -428,7 +428,7 @@ EOF</userinput></screen>
|
||||
<command>sddm</command> bootscript, bringing up the greeter screen:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>init 5</userinput></screen>
|
||||
<screen role="nodump"><userinput>init 5</userinput></screen>
|
||||
|
||||
<para>
|
||||
In order to permanently set the default to 5, starting the
|
||||
|
@ -137,7 +137,7 @@ ldconfig</userinput></screen>
|
||||
|
||||
<para>
|
||||
After this change, the virtual terminal does not need to be
|
||||
specified on the startx command line.
|
||||
specified on the <command>startx</command> command line.
|
||||
</para>
|
||||
|
||||
</note>
|
||||
|
@ -181,7 +181,7 @@ update-mime-database /usr/share/mime</userinput></screen>
|
||||
<!-- TODO: A plain "startxfce4" command works for me on Systemd.
|
||||
But maybe it does not work on SysV. Need more investigate. -->
|
||||
|
||||
<screen><userinput>cat > ~/.xinitrc << "EOF"
|
||||
<screen role="nodump"><userinput>cat > ~/.xinitrc << "EOF"
|
||||
<literal>dbus-launch --exit-with-x11 startxfce4</literal>
|
||||
EOF
|
||||
|
||||
@ -201,7 +201,7 @@ startx</userinput></screen>
|
||||
can be done starting X with:
|
||||
</para>
|
||||
|
||||
<screen><userinput>startx &> ~/.x-session-errors</userinput></screen>
|
||||
<screen role="nodump"><userinput>startx &> ~/.x-session-errors</userinput></screen>
|
||||
|
||||
<note revision="sysv">
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user