Changeset a861450


Ignore:
Timestamp:
12/13/2014 11:17:27 AM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
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:
eba08ed
Parents:
a0814e3e
Message:

IceWM-1.3.8: Fix example menu and reformat xml.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    ra0814e3e ra861450  
    4949      <itemizedlist>
    5050         <listitem>
     51          <para>[fernando] - IceWM-1.3.8: Fix example menu and
     52          reformat xml.</para>
     53        </listitem>
     54         <listitem>
    5155          <para>[fernando] - Update to gpgme-1.5.3. Fixes
    5256          <ulink url="&blfs-ticket-root;5944">#5944</ulink>.</para>
  • x/wm/icewm.xml

    ra0814e3e ra861450  
    103103    <title>Command Explanations</title>
    104104
    105     <para><parameter>sed -i '/^LIBS/s/\(.*\)/\1 -lfontconfig/' src/Makefile.in</parameter>:
    106     this fixes the build with recent versions of <application>binutils</application>.
     105    <para>
     106      <parameter>sed -i '/^LIBS/s/\(.*\)/\1 -lfontconfig/'
     107      src/Makefile.in</parameter>: this fixes the build with recent versions of
     108      <application>binutils</application>.
    107109    </para>
    108110
     
    116118
    117119      <para><filename>~/.icewm/keys</filename>,
    118       <filename>~/.icewm/menu</filename>, and
    119       <filename>~/.icewm/preferences</filename>, and
    120       <filename>~/.icewm/toolbar</filename>, and
    121       <filename>~/.icewm/winoptions</filename>. The default versions are installed
    122       in <filename class="directory">/usr/share/icewm/</filename> and will be used
    123       if you have not copied them to <filename class="directory">~/.icewm</filename>.
     120        <filename>~/.icewm/menu</filename>, and
     121        <filename>~/.icewm/preferences</filename>, and
     122        <filename>~/.icewm/toolbar</filename>, and
     123        <filename>~/.icewm/winoptions</filename>. The default versions are
     124        installed in <filename class="directory">/usr/share/icewm/</filename>
     125        and will be used if you have not copied them to <filename
     126        class="directory">~/.icewm</filename>.
    124127      </para>
    125128
     
    149152      <title>Configuration Information</title>
    150153
    151       <para>If <application>IceWM</application> is the only Window Manager
    152       you want to use, you can start it with an <filename>.xinitrc</filename>
    153       file in your home folder. Be sure to backup your
    154       current <filename>.xinitrc</filename> before proceeding.</para>
     154      <para>If <application>IceWM</application> is the only Window Manager you
     155      want to use, you can start it with an <filename>.xinitrc</filename> file
     156      in your home folder. Be sure to backup your current
     157      <filename>.xinitrc</filename> before proceeding.</para>
    155158
    156159      <indexterm zone="icewm icewm-config">
     
    170173cp -v /usr/share/icewm/winoptions ~/.icewm/winoptions</userinput></screen>
    171174
    172       <para>You can now edit these files to meet your requirements. In particular,
    173       review the <filename>preferences</filename> file. You can use
     175      <para>You can now edit these files to meet your requirements. In
     176      particular, review the <filename>preferences</filename> file. You can use
    174177      <command>Logout -> Restart-IceWM</command> on the main menu to load your
    175178      changed preferences, but changes to the background only take effect when
     
    181184      old applications on the main menu, everything else on the
    182185      <command>Programs</command> menu) will benefit from being updated to meet
    183       your needs. The following examples are  provided to encourage you to think
    184       about how you wish to organise your menus. Please note the following:</para>
     186      your needs. The following examples are  provided to encourage you to
     187      think about how you wish to organise your menus. Please note the
     188      following:</para>
    185189
    186190      <itemizedlist>
     
    188192          <para>If a program listed in the menu has not been installed, it will
    189193          not appear when the menu is displayed. Similarly, if the program
    190           exists but the specified icon does not, no icon will be displayed in the
    191           menu.</para>
     194          exists but the specified icon does not, no icon will be displayed in
     195          the menu.</para>
    192196        </listitem>
    193197        <listitem>
     
    195199          <filename>.png</filename> files, and there is no need to specify the
    196200          extension. If the icon is located in the &quot;library&quot;
    197           (<filename class="directory">/usr/share/icewm/icons</filename>) there is
    198           no need to specifiy the path.</para>
    199         </listitem>
    200         <listitem>
    201           <para>Most programs are in sub-menus, and the main menu will always append
    202           entries for <literal>windows, help, settings, logout</literal> at the
    203           bottom.</para>
    204         </listitem>
    205         <listitem>
    206           <para>An icon for <application>firefox</application> was copied to the
    207           library directory and given a meaningful name. The icon for
    208           <application>xine</application> is <filename>xine.xpm</filename> which
    209           was installed to a pixmap directory.</para>
     201          (<filename class="directory">/usr/share/icewm/icons</filename>) there
     202          is no need to specifiy the path.</para>
     203        </listitem>
     204        <listitem>
     205          <para>Most programs are in sub-menus, and the main menu will always
     206          append entries for <literal>windows, help, settings, logout</literal>
     207          at the bottom.</para> </listitem>
     208        <listitem>
     209          <para>An icon for <application>firefox</application> was copied to
     210          the library directory and given a meaningful name. The icon for
     211          <application>xine</application> is <filename>xine.xpm</filename>
     212          which was installed to a pixmap directory.</para>
    210213        </listitem>
    211214        <listitem>
     
    214217      </itemizedlist>
    215218
    216       <para>It is unlikely that these examples meet your desires, but if you wish
    217       to use them run the following commands:</para>
    218 
    219 <screen role="nodump"><userinput>cat &gt; ~/.icewm/menu &lt;&lt; "EOF"
     219      <para>It is unlikely that these examples meet your desires, but if you
     220      wish to use them run the following commands:</para>
     221
     222<screen role="nodump"><userinput>cat &gt; ~/.icewm/menu &lt;&lt; "EOF" &amp;&amp;
    220223<literal>prog Urxvt xterm urxvt
    221224prog GVolWheel /usr/share/pixmaps/gvolwheel/audio-volume-medium gvolwheel
     
    224227menufile Multimedia folder multimedia
    225228menufile Tool_bar folder toolbar</literal>
    226 EOF &amp;&amp;
    227 >cat &gt; ~/.icewm/general &lt;&lt; "EOF"
     229EOF
     230cat &gt; ~/.icewm/general &lt;&lt; "EOF" &amp;&amp;
    228231<literal>prog Firefox firefox firefox
    229232prog Epiphany /usr/share/icons/gnome/16x16/apps/web-browser epiphany
     
    234237prog Evince /usr/share/icons/hicolor/16x16/apps/evince evince
    235238prog Epdfview /usr/share/epdfview/pixmaps/icon_epdfview-48 epdfview</literal>
    236 EOF &amp;&amp;
    237 >cat &gt; ~/.icewm/multimedia &lt;&lt; "EOF"
     239EOF
     240cat &gt; ~/.icewm/multimedia &lt;&lt; "EOF"
    238241<literal>prog Audacious /usr/share/icons/hicolor/48x48/apps/audacious audacious
    239242separator
     
    242245prog Vlc /usr/share/icons/hicolor/16x16/apps/vlc vlc
    243246prog Xine /usr/share/pixmaps/xine xine</literal>
    244 EOF &amp;&amp;</userinput></screen>
    245 
    246       <para>If you wish to put icons on your desktop, you will need to install a
    247       program such as <xref linkend="rox-filer"/> which provides a pinboard. If you
    248       do that you will no longer be able to access the menu by right-clicking on the
    249       desktop, you will have to use the <application>IceWM</application> button. To
    250       ensure that the <application>rox</application> pinboard is running, the
    251       following commands will put it in the startup file:</para>
     247EOF</userinput></screen>
     248
     249      <para>If you wish to put icons on your desktop, you will need to install
     250      a program such as <xref linkend="rox-filer"/> which provides a pinboard.
     251      If you do that you will no longer be able to access the menu by
     252      right-clicking on the desktop, you will have to use the
     253      <application>IceWM</application> button. To ensure that the
     254      <application>rox</application> pinboard is running, the following
     255      commands will put it in the startup file:</para>
    252256
    253257<screen role="nodump"><userinput>cat &gt; ~/.icewm/startup &lt;&lt; "EOF"
Note: See TracChangeset for help on using the changeset viewer.