Comment by cromka
3 months ago
Would be great if it was also possible to have it open the Team URIs in that App Mode instance instead of the browser itself — I assume it does not.
3 months ago
Would be great if it was also possible to have it open the Team URIs in that App Mode instance instead of the browser itself — I assume it does not.
What kind of URLs does it use? If it's anything with a unique prefix (like Telegram's tg://), you can add it to the desktop file:
and run `update-mime-database`.
If not, I would write a shell wrapper and set it as the default browser; something to the effect of:
(gtk-launch uses flags from the .desktop file so you don't have to repeat them)