-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add custom browser or cli command #228
Comments
Hey @leancode As a first step - what happens if you edit the .desktop file manually and change MimeType of that Teams desktop file to
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. |
Hi, I have another use case for this on macOS, as I am running browsers in a virtual machine. I would like Browsers to open a command line utility. The following script can be called #!/usr/bin/osascript
on run argv
set remoteMachine to "eppc://vm1.local"
tell application "Finder" of machine remoteMachine to open location (item 1 of argv)
end run If Browsers could support opening links to the |
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
The text was updated successfully, but these errors were encountered: