Changeset 0ea82524


Ignore:
Timestamp:
06/23/2023 03:55:56 AM (12 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
532405b
Parents:
1cc6ea03
Message:

Update pre and post lxqt install for current conditions

Location:
lxqt/desktop
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lxqt/desktop/post-install.xml

    r1cc6ea03 r0ea82524  
    127127
    128128<screen revision="systemd"><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
    129 <literal>dbus-launch --exit-with-session startlxqt</literal>
     129<literal>exec startlxqt</literal>
    130130EOF
    131131
     
    133133
    134134    <para>
    135       The X session starts on the first unused virtual terminal, normally vt7.
     135      The X session starts on the first unused virtual terminal, normally vt1.
    136136      You can switch to another vt<emphasis>n</emphasis> simultaneously
    137137      pressing the keys Ctrl-Alt-F<emphasis>n</emphasis>
    138       (<emphasis>n</emphasis>=1, 2, ...).  To switch back to the X session,
    139       normally started at vt7, use Ctrl-Alt-F7. The vt where the command
     138      (<emphasis>n</emphasis>=2, 3, ...).  To switch back to the X session,
     139      normally started at vt1, use Ctrl-Alt-F1. The vt where the command
    140140      <command>startx</command> was executed will display many messages,
    141141      including X starting messages, applications automatically started with
     
    148148    <screen><userinput>startx &amp;&gt; ~/.x-session-errors</userinput></screen>
    149149
    150     <note revision="sysv">
    151       <para>
    152         You may wish to drop consolekit and/or dbus-launch, e.g., just using
    153         startlxqt in ~/.xinitrc. However some capabilities such as mounting or
    154         umounting file systems from a file manager will not be possible, or the
    155         reboot option will be absent or inoperative, among other problems.
    156       </para>
    157     </note>
    158 
    159     <para>
    160       When shutting down or rebooting, the shutdown messages appear on the vt
    161       where X was running. If you wish to see those messages, simultaneously
    162       press keys Alt-F7 (assuming that X was running on vt7).
    163     </para>
    164 
    165150  </sect2>
    166151
  • lxqt/desktop/pre-install.xml

    r1cc6ea03 r0ea82524  
    100100
    101101    <para>
    102       Some packages from the KDE Frameworks 5 bundle install files into D-Bus
    103       directories. In order to have D-Bus find those files, the easiest
    104       way is to create a symlink. Some packages may also install icons from
    105       the <quote>hicolor</quote> icon set. Since that icon set is used by many
    106       packages, it is a good idea to create a symlink to the one in <filename
    107       class="directory">/usr/share</filename> to avoid having multiple
    108       installations of <xref linkend="hicolor-icon-theme"/>. Run the
    109       following commands as the <systemitem class="username">root</systemitem>
    110       user:
     102      Some packages from the KDE Frameworks5 bundle install files into D-Bus
     103      directories. In order to have D-Bus find those files, the easiest way is
     104      to create a symlink. Some packages may also install icons and desktop
     105      files. Since many packages use the <filename
     106      class="directory">/usr/share</filename> heirarchy, is is a good idea to
     107      create symlinks to avoid having multiple locations for these files.  Run
     108      the following commands as the <systemitem
     109      class="username">root</systemitem> user:
    111110    </para>
    112111
    113112<screen role="root"><userinput>source /etc/profile                                       &amp;&amp;
    114 install -v -dm755                $LXQT_PREFIX/share/icons &amp;&amp;
    115 ln -sfv /usr/share/icons/hicolor $LXQT_PREFIX/share/icons &amp;&amp;
    116 ln -sfv /usr/share/dbus-1        $LXQT_PREFIX/share </userinput></screen>
    117 
     113ln -sfv /usr/share/applications $LXQT_PREFIX/share &amp;&amp;
     114ln -sfv /usr/share/icons        $LXQT_PREFIX/share &amp;&amp;
     115ln -sfv /usr/share/dbus-1       $LXQT_PREFIX/share</userinput></screen>
     116
     117<!--install -v -dm755                $LXQT_PREFIX/share/icons &amp;&amp;-->
    118118    <tip>
    119119      <para>
Note: See TracChangeset for help on using the changeset viewer.