Changeset 18fa498


Ignore:
Timestamp:
10/28/2014 09:45:26 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
07c39524
Parents:
f46244e8
Message:

Fixes to LXDE section.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/krejzi@14781 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
7 edited
1 moved

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rf46244e8 r18fa498  
    5151        </listitem>
    5252        <listitem>
     53          <para>[krejzi] - Changed LXDE-Common instructions to work on systemd setups.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[krejzi] - Temporarily removed LXDM.</para>
     57        </listitem>
     58        <listitem>
    5359          <para>[krejzi] - Changed Xfce4-Session instructions to work on systemd setups.</para>
    5460        </listitem>
  • lxde/apps/apps.xml

    rf46244e8 r18fa498  
    2727  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxtask.xml"/>
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxterminal.xml"/>
    29   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxdm.xml"/>
     29<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxdm.xml"/> -->
    3030
    3131</chapter>
  • lxde/apps/gpicview.xml

    rf46244e8 r18fa498  
    9191    </para>
    9292
    93 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     93<screen><userinput>sed -i 's/Utility;//' gpicview.desktop.in &amp;&amp;
     94./configure --prefix=/usr &amp;&amp;
    9495make</userinput></screen>
    9596
     
    102103    </para>
    103104
    104 <screen role="root"><userinput>make install &amp;&amp;
    105 sed -i 's/Utility;//' /usr/share/applications/gpicview.desktop</userinput></screen>
    106 
    107     <para>
    108       If you have <xref linkend="xdg-utils"/> installed, as the
    109       <systemitem class="username">root</systemitem> user, you should run the
    110       <command>xdg-icon-resource forceupdate --theme hicolor</command> command,
    111       for the installed icon to be displayed in the menu item.
    112     </para>
     105<screen role="root"><userinput>make install</userinput></screen>
    113106
    114107  </sect2>
     
    118111
    119112    <para>
    120       <command>sed -i ...</command>: Fixes submenu for
     113      <command>sed -i ...</command>: Fixes menu category for
    121114      <application>GPicView</application>.
    122115    </para>
  • lxde/apps/lxterminal.xml

    rf46244e8 r18fa498  
    119119
    120120    <para>
    121       <command>sed -i ... lxterminal.desktop.in</command>: Fixes submenu for
    122       lxterminal entry.
     121      <command>sed -i ...</command>: Fixes menu category for
     122      <application>LXTerminal</application>.
    123123    </para>
    124124
  • lxde/desktop/desktop.xml

    rf46244e8 r18fa498  
    4343  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxpolkit.xml"/>
    4444  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxsession.xml"/>
    45   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxde-common.xml"/>
     45  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxde-common-systemd.xml"/>
    4646
    4747</chapter>
  • lxde/desktop/lxde-common-systemd.xml

    rf46244e8 r18fa498  
    7575    <bridgehead renderas="sect4">Required</bridgehead>
    7676    <para role="required">
    77       <xref linkend="systemd"/>,
    7877      <xref linkend="lxde-icon-theme"/>,
    7978      <xref linkend="lxpanel"/>,
    8079      <xref linkend="lxsession"/>,
    81       <xref linkend="openbox"/> (runtime), and
    82       <xref linkend="pcmanfm"/>
     80      <xref linkend="openbox"/>,
     81      <xref linkend="pcmanfm"/>, and
     82      <xref linkend="systemd"/> (for Logind)
    8383    </para>
    8484
     
    147147
    148148<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
    149 ck-launch-session startlxde
     149startlxde
    150150EOF
    151151
     
    153153
    154154  </sect2>
    155 <!--
    156   <sect2 role="commands">
    157     <title>Command Explanations</title>
    158 
    159     <para>
    160       <command>ln -svfn profile/LXDE ...</command>: Fixes the wrong path of the
    161       default <application>LXPanel</application> profile.
    162     </para>
    163 
    164   </sect2>-->
    165155
    166156  <sect2 role="content">
  • lxde/desktop/lxsession.xml

    rf46244e8 r18fa498  
    7878      <xref linkend="gtk2"/>,
    7979      <xref linkend="libgee"/>,
    80       <xref linkend="lsb-release"/> (runtime for lxde-logout do not crash),
     80      <xref linkend="lsb-release"/> (runtime),
    8181      <xref linkend="polkit"/> and
    8282      <xref linkend="vala"/>
     
    8888      <xref linkend="DocBook"/>,
    8989      <xref linkend="docbook-xsl"/> (to build man pages) and
    90       <xref linkend="upower"/> with
    91       <xref linkend="pm-utils"/> (used by <command>lxsession-logout</command>)
     90      <xref linkend="upower"/>
    9291    </para>
    9392
     
    117116
    118117<screen role="root"><userinput>make install &amp;&amp;
    119 install -vdm755 /usr/share/app-install/desktop</userinput></screen>
     118install -v -dm755 /usr/share/app-install/desktop</userinput></screen>
    120119
    121120  </sect2>
     
    131130
    132131    <para>
    133       <command>install -vdm755 /usr/share/app-install/desktop</command>:
    134       There is a hanging problem with
    135       <command>lxsession-default-apps</command>, if this directory is not found.
     132      <command>install -v -dm755 /usr/share/app-install/desktop</command>:
     133      This commands creates a directory that prevents
     134      <command>lxsession-default-apps</command> from hanging.
    136135    </para>
    137136
  • lxde/desktop/pcmanfm.xml

    rf46244e8 r18fa498  
    7878    </para>
    7979
    80     <bridgehead renderas="sect4">Recommended</bridgehead>
    81     <para role="recommended">
    82       <xref linkend="adwaita-icon-theme"/> or
    83       <xref linkend="oxygen-icons"/> or
     80    <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
     81    <para role="optional">
     82      An icon theme such as <xref linkend="adwaita-icon-theme"/>,
     83      <xref linkend="gnome-icon-theme"/> or
    8484      <xref linkend="lxde-icon-theme"/>
    8585    </para>
     
    9898    </para>
    9999
    100 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     100<screen><userinput>sed -i 's/System;//' data/pcmanfm.desktop* &amp;&amp;
     101./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    101102make</userinput></screen>
    102103
     
    109110    </para>
    110111
    111 <screen role="root"><userinput>make install &amp;&amp;
    112 sed -i 's/System;//' /usr/share/applications/pcmanfm.desktop</userinput></screen>
     112<screen role="root"><userinput>make install</userinput></screen>
    113113
    114114  </sect2>
     
    118118
    119119    <para>
    120       <command>sed -i ...</command>: Fixes submenu for
    121       <application>PCManFM</application> entry.
     120      <command>sed -i ...</command>: Fixes menu category for
     121      <application>PCManFM</application>.
    122122    </para>
    123123
     
    140140        </seg>
    141141        <seg>
    142           /etc/xdg/pcmanfm, /usr/lib/pcmanfm and /usr/share/pcmanfm
     142          /etc/xdg/pcmanfm,
     143          /usr/lib/pcmanfm and
     144          /usr/share/pcmanfm
    143145        </seg>
    144146      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.