alsa-tray crash on volume hotkeys pressed
Bug #960324 reported by
flux
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ALSA Tray |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Hi, i have a problem with alsa-tray that crash when I press hotkeys to turn up/down the volume. These are the messages on the shell...
libnotify-WARNING **: you must call notify_init() before showing
**
libnotify:
Annullato (core dump creato)
I use 0.6 version.
Changed in alsa-tray: | |
status: | New → Confirmed |
To post a comment you must log in.
This affected me too, but it's easy to fix. Download the source code, and in alsa_tray.py, change
import pynotify
NOTIFY = True
into
import pynotify init("alsa- tray")
pynotify.
NOTIFY = True
Now run
sudo ./install.sh --install
Now you should either log out and log in again, or kill alsa-tray and restart it, to see the effect.