[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][main] MB 463: Fix typo in MimeType entry in .desktop file included in deb/rpm package



Title: GitLab

boklm pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

  • 4c8683ec
    by Nicolas Vigier at 2025-09-04T16:03:43+02:00
    MB 463: Fix typo in MimeType entry in .desktop file included in deb/rpm package
    

1 changed file:

Changes:

  • projects/linux-packages/browser.desktop.in
    ... ... @@ -10,6 +10,6 @@ Icon=[% c("var/system_pkg/pkg_name") %]
    10 10
     StartupNotify=true
    
    11 11
     StartupWMClass=[% c("var/display_name") %]
    
    12 12
     [% IF ! c("var/tor-browser") -%]
    
    13
    -MimeType=text/html;text/xml;application/xhtml_xml;x-scheme-handler/http;x-scheme-handler/https;
    
    13
    +MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;
    
    14 14
     [% END -%]
    
    15 15
     Terminal=false

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx