Ignore:
Timestamp:
10/18/2016 08:59:33 AM (8 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
Children:
31be310
Parents:
f382ddf
Message:

Revert 17894, because some files are missing

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxqt/desktop/lxqt-common.xml

    rf382ddf r0622919d  
    77  <!ENTITY lxqt-common-download-http "&lxqt-http-repo;/&lxqt-version;/lxqt-common-&lxqt-common-version;.tar.xz">
    88  <!ENTITY lxqt-common-download-ftp  " ">
    9   <!ENTITY lxqt-common-md5sum        "cd3beb74d1634922f720581a39a3ae84">
    10   <!ENTITY lxqt-common-size          "3.1 MB">
    11   <!ENTITY lxqt-common-buildsize     "10 MB">
    12   <!ENTITY lxqt-common-time          "less than 0.1 SBU">
     9  <!ENTITY lxqt-common-md5sum        "6bf2c06e0de15da33a054bb02b681b02">
     10  <!ENTITY lxqt-common-size          "3.9 MB">
     11  <!ENTITY lxqt-common-buildsize     "12 MB">
     12  <!ENTITY lxqt-common-time          "less than 0.1 SBU (desktop, mime and hicolor databases and cache updates take over 0.1 SBU)">
    1313]>
    1414
     
    3131
    3232    <para>
    33       The <application>lxqt-common</application> package provides common files
    34       for various <application>LXQt</application> components.
     33      The <application>lxqt-common</application> package provides common files for <application>LXQt</application>.
    3534    </para>
    3635
     
    7675    <para role="required">
    7776      <xref linkend="liblxqt"/>,
    78       <xref linkend="hicolor-icon-theme"/>, and at runtime
    79       <xref linkend="xorg7-app"/> (for <command>xmessage</command>)
     77      <xref linkend="openbox"/> (runtime - may be replaced by another WM, e.g.
     78      <xref linkend="xfwm4"/>),
     79      <xref linkend="xdg-utils"/>
     80    </para>
     81
     82    <bridgehead renderas="sect4">Recommended</bridgehead>
     83    <para role="recommended">
     84      <phrase revision="sysv"><xref linkend="consolekit"/> alone or with</phrase>
     85      <xref linkend="lxdm"/><phrase revision='sysv'> or another Display Manager, e.g.
     86      <xref linkend="sddm"/> (this has been
     87      reported as the <quote>recommended <application>LXQt</application>
     88      display manager</quote>)</phrase>,
     89      <xref linkend="desktop-file-utils"/>,
     90      <xref linkend="hicolor-icon-theme"/>, and
     91      <xref linkend="shared-mime-info"/>
     92    </para>
     93
     94    <bridgehead renderas="sect4">Optional</bridgehead>
     95    <para role="optional">
     96      <xref linkend="xscreensaver"/>
    8097    </para>
    8198
     
    93110    </para>
    94111
    95 <screen><userinput>sed -e '/TryExec/s@=@='$LXQT_PREFIX'/bin/@' \
    96     -i xsession/lxqt.desktop.in &amp;&amp;
    97 
    98 mkdir -v build &amp;&amp;
     112<screen><userinput>mkdir -v build &amp;&amp;
    99113cd       build &amp;&amp;
    100114
     
    114128<screen role="root"><userinput>make install</userinput></screen>
    115129
    116   </sect2>
     130    <para>
     131      If you have installed recommended dependencies, run the following
     132      commands as <systemitem class="username">root</systemitem> user:
     133    </para>
    117134
    118   <sect2 role="commands">
    119     <title>Command Explanations</title>
    120 
    121     <para>
    122       <command>sed -e '/TryExec/s@=@='$LXQT_PREFIX'/bin/@' -i xsessions/lxqt.desktop.in</command>:
    123       If using a display manager, the full path of the <quote>TryExec</quote>
    124       directive has to be given so that the <application>LXQt</application>
    125       desktop appear in the sessions list.
    126     </para>
     135<screen role="root"><userinput>update-mime-database /usr/share/mime          &amp;&amp;
     136xdg-icon-resource forceupdate --theme hicolor &amp;&amp;
     137update-desktop-database -q</userinput></screen>
    127138
    128139  </sect2>
     
    144155        </seg>
    145156        <seg>
    146           /etc/xdg/{pcmanfm-qt,lxqt} and
     157          /etc/xdg/pcmanfm-qt/lxqt and
    147158          $LXQT_PREFIX/share/{desktop-directories,lxqt/{graphics,openbox,themes}}
    148159        </seg>
Note: See TracChangeset for help on using the changeset viewer.