Xfce Forum

Sub domains
 

You are not logged in.

#1 2024-08-19 23:34:56

advice1010
Member
Registered: 2023-02-19
Posts: 105

Turn off PulseAudio panel plugin volume notification for a program

When using PulseAudio panel plugin there is a setting where you can choose to show or hide the volume notification dialog it generates.
I was wondering if anyone knew if it was possible to be able to hide this volume notification dialog but only for one program, for example MPV.

Thank you for any information shared

Offline

#2 2024-08-24 22:02:27

advice1010
Member
Registered: 2023-02-19
Posts: 105

Re: Turn off PulseAudio panel plugin volume notification for a program

Ahh so this is probably not possible?
It is a setting that is just on or off, cannot be added in any way to a command line command, such as one with the application MPV.

Offline

#3 2024-08-24 22:07:05

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,481

Re: Turn off PulseAudio panel plugin volume notification for a program

advice1010 wrote:

Ahh so this is probably not possible?
It is a setting that is just on or off, cannot be added in any way to a command line command, such as one with the application MPV.


You can use xfconf-query to programmatically change the values, those being:

  • 0 = None

  • 1 = All

  • 2 = Output Only

  • 3 = Input Only

The command is:

xfconf-query -c xfce4-panel -p /plugins/plugin-8/show-notifications -s VALUE

...where "8" is the actual plugin ID on your system and VALUE is one of the values from above.

And no, it doesn't appear the plugin directly supports per-application notification settings.


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 523.42 KiB (Peak: 529.83 KiB) ]