Changeset 70154c1 for x/wm/fluxbox.xml


Ignore:
Timestamp:
12/10/2005 07:41:54 AM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
89abecc
Parents:
f1aeb59e
Message:

Added an FTP download URL and fixed some typos in the Fluxbox instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/wm/fluxbox.xml

    rf1aeb59e r70154c1  
    66
    77  <!ENTITY fluxbox-download-http "http://prdownloads.sourceforge.net/fluxbox/fluxbox-&fluxbox-version;.tar.bz2">
    8   <!ENTITY fluxbox-download-ftp  " ">
     8  <!ENTITY fluxbox-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/fluxbox-&fluxbox-version;.tar.bz2">
    99  <!ENTITY fluxbox-md5sum        "7641aaea532841e103e9705bb5b98f62">
    1010  <!ENTITY fluxbox-size          "657 KB">
     
    120120      <title>Configuration Information</title>
    121121
    122       <para>If Fluxbox is the only Window Manager you want to use you can start it with an
    123       <filename>.xinitrc</filename> file in your home folder. Be sure to backup your
     122      <para>If <application>Fluxbox</application> is the only Window Manager
     123      you want to use, you can start it with an <filename>.xinitrc</filename>
     124      file in your home folder. Be sure to backup your
    124125      current <filename>.xinitrc</filename> before proceeding.</para>
    125126
     
    133134      <xref linkend="gdm"/> or <application>kdm</application> and would
    134135      like to be able to choose <application>Fluxbox</application> at the login
    135       prompt, create a <filename>fluxbox.desktop</filename> file like this</para>
     136      prompt, create a <filename>fluxbox.desktop</filename> file like this.</para>
    136137
    137138      <para>As <systemitem class="username">root</systemitem>:</para>
     
    146147EOF</userinput></screen>
    147148
    148 
    149       <para>If you didn't install <xref linkend="gdm"/> or <application>kdm</application>
    150       in /usr then change that command to fit the prefix you chose.</para>
     149      <para>If you didn't install <xref linkend="gdm"/> or
     150      <application>kdm</application> in <filename class='directory'>/usr</filename>,
     151      then change that command to fit the prefix you chose.</para>
    151152
    152153      <para>Now create the <application>Fluxbox</application> configuration
     
    157158cp -v /usr/share/fluxbox/keys ~/.fluxbox/keys</userinput></screen>
    158159
    159       <para>Now if you have <application>Which</application> installed.</para>
     160      <para>Now if you have <application>Which</application> installed:</para>
    160161
    161162<screen><userinput>cd ~/.fluxbox &amp;&amp;
     
    163164
    164165      <para>Else, if you do not have <application>Which</application>
    165       installed.</para>
     166      installed:</para>
    166167
    167168<screen><userinput>cp -v /usr/share/fluxbox/menu ~/.fluxbox/menu</userinput></screen>
    168169
    169       <para>Menu Items are added by editing <filename>~/.fluxbox/menu</filename>.
     170      <para>Menu items are added by editing <filename>~/.fluxbox/menu</filename>.
    170171      The syntax is explained on the <command>fluxbox</command> man page.</para>
    171172
Note: See TracChangeset for help on using the changeset viewer.