pa-applet icon indicating copy to clipboard operation
pa-applet copied to clipboard

Notification says "pa-applet" instead of the volume.

Open JarrColl opened this issue 7 years ago • 6 comments

I am using i3wm and dunst.

JarrColl avatar Aug 28 '17 11:08 JarrColl

I'm getting this as well. I wonder if it's something to do with the notification daemon missing or missing the correct icons?

mschwager avatar Oct 12 '17 23:10 mschwager

Same for me, on awesome windows manager.

kckbck88 avatar May 03 '18 08:05 kckbck88

Also facing this issue on awesome wm.

michaelmyc avatar Dec 27 '18 06:12 michaelmyc

Wrote a fix for this issue. You can clone my fork, cd to the directory and compile:

./autogen.sh
./configure
make

Test it with ./src/pa-applet. If it works, run sudo make install. You should be fine after that. I'm using Manjaro-awesome, so this should work for you @kckbck88 .

michaelmyc avatar Dec 27 '18 07:12 michaelmyc

Finally figured out how to get the volume slider working. On Ubuntu you have to install the notify-osd and notify-osd-icons packages. This will detect volume changes and present a visible notification.

mschwager avatar May 24 '19 03:05 mschwager

@michaelmyc :pray: Thank you, it works quite nice!

@mschwager So kind from you to drop here the solution. I'm on Manjaro and unfortunately I found only notify-osd package, so the result was the same on my case: showing that "pa-applet" text and complaining about missing icons in ~/.xsession-errors file.

dxps avatar Apr 02 '21 12:04 dxps