Ignore:
Timestamp:
08/31/2021 08:39:20 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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:
70d859c8
Parents:
b2054970
Message:

Fix up MimeType entries in .desktop instructions
We aso had a sed in the Makefile that changes text/html.
I changed that to only look at the top 20 lines of each page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/thunderbird.xml

    rb2054970 r28909b72  
    360360<screen role="root"><userinput>mkdir -pv /usr/share/{applications,pixmaps} &amp;&amp;
    361361
    362 MIMETYPE="text/html;text/xml;application/xhtml+xml;application/xml"
    363 MIMETYPE="$MIMETYPE;application/rss+xml;x-scheme-handler/mailto;"
    364 
    365 cat &gt; /usr/share/applications/thunderbird.desktop &lt;&lt; EOF &amp;&amp;
     362cat &gt; /usr/share/applications/thunderbird.desktop &lt;&lt; "EOF" &amp;&amp;
    366363<literal>[Desktop Entry]
    367364Name=Thunderbird Mail
     
    373370Icon=thunderbird
    374371Categories=Network;Email;
    375 MimeType=$MIMETYPE
     372MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;x-scheme-handler/mailto;
    376373StartupNotify=true</literal>
    377374EOF
    378 
    379 unset MIMETYPE
    380375
    381376ln -sfv /usr/lib/thunderbird/chrome/icons/default/default256.png \
Note: See TracChangeset for help on using the changeset viewer.