Changeset ea371d3


Ignore:
Timestamp:
04/26/2020 11:54:33 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
ac7356b
Parents:
fa993491
Message:

Separate update-desktop-database from ninja install in eog:
it helps jhalfs
the deskto update is not really an install command, rather a config one

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/eog.xml

    rfa993491 rea371d3  
    126126    </para>
    127127
    128 <screen role="root"><userinput>ninja install &amp;&amp;
    129 update-desktop-database</userinput></screen>
     128<screen role="root"><userinput>ninja install</userinput></screen>
     129
     130    <para>
     131      Still as the <systemitem class="username">root</systemitem> user,
     132      rebuild the cache database of
     133      MIME types handled by desktop files so <xref linkend="nautilus"/> will
     134      be able to open image files with EOG.
     135    </para>
     136
     137<screen role="root"><userinput>update-desktop-database</userinput></screen>
    130138
    131139  </sect2>
     
    138146      <application>GTK-Doc</application> is installed and you wish to rebuild
    139147      and install the API documentation.
    140     </para>
    141 
    142     <para>
    143       <command>update-desktop-database</command>: Rebuild the cache database of
    144       MIME types handled by desktop files so <xref linkend="nautilus"/> will
    145       be able to open image files with EOG.
    146148    </para>
    147149
Note: See TracChangeset for help on using the changeset viewer.