mate-desktop / mate-media

Media tools for MATE
https://mate-desktop.org
GNU General Public License v2.0
19 stars 25 forks source link

Volume control applet changes volume to 100% when a notification occurs #152

Closed martinvonwittich closed 5 years ago

martinvonwittich commented 5 years ago

Expected behaviour

  1. Opening the volume applet and changing the volume by dragging the slider with the mouse should not set the volume to 100% when a notification occurs.

Actual behaviour

  1. Volume is set to 100% :(

Steps to reproduce the behaviour

  1. Run the following command in the terminal to trigger a notification in 5 seconds:

    sleep 5; notify-send foo
  2. Open the volume applet and click and drag the slider. Keep the mouse button down.

  3. Wait for the notification ot occur, and notice that the volume slider jumps to 100%.

MATE general version

Not sure how to determine this. mate-about says MATE Desktop Environment 1.20.1

Package version

martin@dogmeat ~ % dpkg -l | grep mate-media
ii  mate-media                                 1.20.0-1                                            amd64        MATE media utilities
ii  mate-media-common                          1.20.0-1                                            all          MATE media utilities (common files)

Linux Distribution

martin@dogmeat ~ % lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 18.04.3 LTS
Release:        18.04
Codename:       bionic

Link to downstream report of your Distribution

martinvonwittich commented 5 years ago

I've made a video to illustrate the issue: https://imgur.com/a/JW6A7lj

lukefromdc commented 5 years ago

I was unable to duplicate this (following your exact instructions) with current mate-media 1.23.0 from git master. I tested both the status icon and the newer panel applet and neither one jumped the volume when the notification came up with the mouse button still down on dragging the slider

martinvonwittich commented 5 years ago

@lukefromdc thanks for attempting to reproduce it! If this is already fixed, I'll just wait for the next Ubuntu LTS release.