Changeset 1c060d7 for lxqt


Ignore:
Timestamp:
06/24/2023 04:22:37 AM (11 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:
fccb7d3d
Parents:
5c25cbdc
Message:

More changes to lxqt desktop instructions.

Location:
lxqt/desktop
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • lxqt/desktop/desktop.xml

    r5c25cbdc r1c060d7  
    3737  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libqtxdg.xml"/>
    3838  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxqt-menu-data.xml"/>
     39  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxqt-kwindowsystem.xml"/>
    3940  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="liblxqt.xml"/>
    4041  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libsysstat.xml"/>
    41   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxqt-kwindowsystem.xml"/>
    4242  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libfm-qt.xml"/>
    4343  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxqt-themes.xml"/>
  • lxqt/desktop/post-install.xml

    r5c25cbdc r1c060d7  
    121121    </para>
    122122
    123 <screen revision="sysv"><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
    124 <literal>ck-launch-session dbus-launch --exit-with-session startlxqt</literal>
    125 EOF
    126 
    127 startx</userinput></screen>
    128 
    129 <screen revision="systemd"><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
     123<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
    130124<literal>exec startlxqt</literal>
    131125EOF
     
    141135      <command>startx</command> was executed will display many messages,
    142136      including X starting messages, applications automatically started with
    143       the session, and eventually, some warning and error messages. You may
    144       prefer to redirect those messages to a log file, which not only will keep
    145       the initial vt uncluttered, but can also be used for debug purposes. This
    146       can be done starting X with:
     137      the session, and eventually, some warning and error messages, but are
     138      hidden by the graphical interface. You may prefer to redirect those
     139      messages to a log file, which can  be used for debug purposes. This can
     140      be done starting X with:
    147141    </para>
    148142
     
    151145  </sect2>
    152146
     147  <sect2>
     148    <title>Initial Configuration</title>
     149
     150    <para>
     151      When LXQt first starts, it will ask you for the window manager to use.
     152      To start, the BLFS editors recomment using <application>openbox</application>.
     153      At this point both the background and the panel will be black.  Right clicking
     154      on the backgound will bring up a menu and selecting "Desktop Preferences"
     155      will allow you to change the background color or set a background image.
     156    </para>
     157
     158    <para>
     159      The panel will be at the bottom of the screen.  Right clicking on the
     160      panel will bring up a menu that will allow you to customize the panel
     161      including adding widgets and setting the background color.
     162    </para>
     163
     164  </sect2>
    153165</sect1>
  • lxqt/desktop/pre-install.xml

    r5c25cbdc r1c060d7  
    7272pathappend /opt/lxqt/lib/pkgconfig PKG_CONFIG_PATH
    7373pathappend /opt/lxqt/lib/plugins   QT_PLUGIN_PATH
    74 # End LXQt profile</literal>
     74
     75export CMAKE_PREFIX_PATH=$LXQT_PREFIX# End LXQt profile</literal>
    7576EOF
    7677
     
    100101
    101102    <para>
    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 &root; user:
    109     </para>
    110 
    111 <screen role="root"><userinput>source /etc/profile                                       &amp;&amp;
    112 install -v -dm755 /usr/share/lxqt
    113 ln -sfv /usr/share/lxqt                $LXQT_PREFIX/share &amp;&amp;
    114 ln -sfv /usr/share/applications        $LXQT_PREFIX/share &amp;&amp;
    115 ln -sfv /usr/share/icons               $LXQT_PREFIX/share &amp;&amp;
    116 ln -sfv /usr/share/desktop-directories $LXQT_PREFIX/share &amp;&amp;
    117 ln -sfv /usr/share/dbus-1              $LXQT_PREFIX/share</userinput></screen>
     103      Some packages from the KF5 bundle and lxqt packagesinstall files into
     104      files in /usr/share, but look in $LFS_PREFIX/share. In order to have
     105      applications find these files, create a symlink between these directories.
     106      Run the following commands as the &root; user:
     107    </para>
     108
     109<screen role="root"><userinput>source /etc/profile              &amp;&amp;
     110install -v -dm755   $LXQT_PREFIX &amp;&amp;
     111ln -sfv /usr/share  $LXQT_PREFIX</userinput></screen>
    118112
    119113<!--install -v -dm755                $LXQT_PREFIX/share/icons &amp;&amp;-->
     
    170164        </para>
    171165      </step>
    172 <!--
    173       <step>
    174         <para>
    175           Build <xref linkend="gtk2"/> and its required and recommended
    176           dependencies. GTK+2 is needed for <xref linkend="libfm"/>, and
    177           brings the <command>gtk-update-icon-cache</command> executable,
    178           which is needed by libqtxdg
    179         </para>
    180       </step>
    181 -->
     166
    182167      <step>
    183168        <para>
     
    217202            <xref linkend="pm-utils"/>,
    218203          </phrase>
     204
    219205          <xref linkend="polkit"/>,
    220206          <xref linkend="pulseaudio"/>, and
Note: See TracChangeset for help on using the changeset viewer.