0

I'm using a flatpak app whose desktop notifications I find useful in general, but too loud and annoying to endure all day long. It's an electron app showing up as "Chromium" in my OS's sound settings so I can't disable the audio for it there.

That's why I want to know if there's a way to intentionally run flatpak applications without any audio output


Details about my problem:

I'm using Microsoft Teams for work on Ubuntu 22.04, but the official PWA client does not support 'meeting started' notifications anymore. That's why I'm using it in combination with an inofficial teams client that's available on FlatHub which still has working notifications for when a meeting starts, but the option to turn off notification sounds doesn't work there, and the notifications are unbearibly loud compared to the actual meetings.

Hence I'd like to disable the audio of the inofficial client entirely while using the official client for joining meetings.

I tried to disable the inofficial client's audio through Ubuntu's Sound settings, but since it's a electron application it just shows up as Chromium there, just like my browser Vivaldi, and I can't figure out how to disable the audio in one, but not in the other.


1
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking.
    – Community Bot
    Commented Oct 19, 2023 at 11:03

1 Answer 1

0

For my specific problem I learned that the inofficial microsoft teams client can be run with a --disableNotificationSound flag, i.e. through

flatpak runc om.github.IsmaelMartinez.teams_for_linux --disableNotificationSound

source: https://github.com/IsmaelMartinez/teams-for-linux/discussions/985#discussioncomment-7325589

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .