Ignore:
Timestamp:
09/17/2014 10:52:31 PM (10 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.6, 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, krejzi/svn, 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:
02fc2ae
Parents:
8c64b06
Message:

Three tags.

Update to lxappearance-obconf-0.2.2.
Update to lxtask-0.1.5.
Update to lxinput-0.3.3.
Fixes and tweaks: GPicView-0.2.4, LXDM-0.5.0, PCManFM-1.2.2, and Vim-7.4.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/vim.xml

    r8c64b06 r7a2aeb5  
    4242    <application>X</application> support is automatically detected.</para>
    4343
    44     &lfs75_checked;
     44    &lfs76_checked;
    4545
    4646    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    194194    </sect3>
    195195
     196    <sect3 id='vim-desktop'>
     197      <title>Desktop File</title>
     198
     199      <para>
     200        If desired, create a menu entry for graphical vim,
     201        <filename>gvim.desktop</filename>, as the <systemitem
     202        class="username">root</systemitem> user
     203      </para>
     204
     205<screen role="root"><userinput>cat &gt; /usr/share/applications/gvim.desktop &lt;&lt; "EOF"
     206<literal>[Desktop Entry]
     207Name=GVim Text Editor
     208Comment=Edit text files
     209Comment[pt_BR]=Edite arquivos de texto
     210TryExec=gvim
     211Exec=gvim -f %F
     212Terminal=false
     213Type=Application
     214Icon=gvim.png
     215Categories=Utility;TextEditor;
     216StartupNotify=true
     217MimeType=text/plain;</literal>
     218EOF</userinput></screen>
     219
     220    </sect3>
     221
    196222    <sect3 id='vim-init'>
    197223      <title>Configuration Information</title>
Note: See TracChangeset for help on using the changeset viewer.