Open leancode opened 4 weeks ago
Hey @leancode
As a first step - what happens if you edit the .desktop file manually and change MimeType of that Teams desktop file to
MimeType=text/html;text/xml;application/xhtml_xml;x-scheme-handler/http;x-scheme-handler/https;
and then do a refresh inside Browsers app
Will also throw Mint's webapp manager python script as a reference for myself here - https://github.com/linuxmint/webapp-manager/blob/master/usr/lib/webapp-manager/common.py
Yes, that makes it show up and is a working workaround. Most certainly a step in the right direction. Great!
Agreed, Windows also needs it.
Is your feature request related to a problem? Please describe. I use "Web Apps" on Mint to organise all my web apps and they all run in their individual contexts. These are not detected by Browsers unfortunately. E.g. Microsoft Teams has been set up and the desktop shortcut contains the following:
Describe the solution you'd like If the rules page would allow me to add my own command like e.g. that would do it. If it could be detected even better:
brave-browser --app="https://www.microsoft.com/en-us/microsoft-teams/join-a-meeting" --class=WebApp-TeamsMicrosoft6971 --name=WebApp-TeamsMicrosoft6971 --user-data-dir=/home/dom/.local/share/ice/profiles/TeamsMicrosoft6971
Describe alternatives you've considered I have not found any alternative way to implement this
Additional context N/A