Changeset c78bc34
- Timestamp:
- 09/08/2021 01:20:01 PM (3 years ago)
- Branches:
- 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- d761e0a
- Parents:
- 78b2022
- Location:
- xsoft/graphweb
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
xsoft/graphweb/firefox-legacy.xml
r78b2022 rc78bc34 503 503 mkdir -pv /usr/share/pixmaps && 504 504 505 MIMETYPE="text/xml;text/mml;text/html ;"&&505 MIMETYPE="text/xml;text/mml;text/html" && 506 506 MIMETYPE="$MIMETYPE;application/xhtml+xml;application/vnd.mozilla.xul+xml" && 507 MIMETYPE="$MIMETYPE;x-scheme-handler/http;x-scheme-handler/https ;&&507 MIMETYPE="$MIMETYPE;x-scheme-handler/http;x-scheme-handler/https" && 508 508 509 509 cat > /usr/share/applications/firefox.desktop << EOF && -
xsoft/graphweb/firefox.xml
r78b2022 rc78bc34 501 501 mkdir -pv /usr/share/pixmaps && 502 502 503 MIMETYPE="text/xml;text/mml;text/html ;"&&503 MIMETYPE="text/xml;text/mml;text/html" && 504 504 MIMETYPE="$MIMETYPE;application/xhtml+xml;application/vnd.mozilla.xul+xml" && 505 MIMETYPE="$MIMETYPE;x-scheme-handler/http;x-scheme-handler/https ;&&505 MIMETYPE="$MIMETYPE;x-scheme-handler/http;x-scheme-handler/https" && 506 506 507 507 cat > /usr/share/applications/firefox.desktop << EOF &&
Note:
See TracChangeset
for help on using the changeset viewer.