Changeset a85c6ce for xfce/core


Ignore:
Timestamp:
01/25/2015 11:55:39 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ad86df81
Parents:
4d5c31d
Message:

Some formatting changes and make a couple of instructions optional.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xfce/core/thunar.xml

    r4d5c31d ra85c6ce  
    110110    <title>Installation of Thunar</title>
    111111
     112    <note><para>
     113      By default,  <application>Thunar</application> installs its
     114      menu in the System category.  If desired, change it to the
     115      Utiliities category:</para>
     116
     117<screen><userinput>sed -i 's/System;//' Thunar.desktop.in.in</userinput></screen>
     118    </note>
     119
    112120    <para>
    113121      Install <application>Thunar</application> by running the following
     
    115123    </para>
    116124
    117 <screen><userinput>sed -i 's/System;//' Thunar.desktop.in.in &amp;&amp;
    118 
    119 ./configure --prefix=/usr \
     125<screen><userinput>./configure --prefix=/usr \
    120126            --sysconfdir=/etc \
    121127            --docdir=/usr/share/doc/Thunar-&thunar-version; &amp;&amp;
     
    136142  <sect2 role="commands">
    137143    <title>Command Explanations</title>
    138 
    139     <para>
    140       <command>sed -i 's/System;//' Thunar.desktop.in.in</command>: Move
    141       <application>Thunar</application> menu entry to the
    142       <quote>utilities</quote> submenu.
    143     </para>
    144144
    145145    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.