Missing Icon of the PulseAudio Applet
From froelix.com - Wiki
Problem:
- The PulseAudio Applet (padevchooser) shows a generic blank page icon.
Reason:
- The used icon theme does not provide the stock_line_in.svg icon.
Solution:
- Copy the icon to use in the followind directory: /usr/share/icons/{MyUsedTheme}/scalable/stock/media/.
- The name of the icon must be stock_line_in.svg.
- Add the following lines to the end of the file /usr/share/icons/{MyUsedTheme}/index.theme:
[scalable/stock/media] MinSize=1 Size=48 MaxSize=256 Context=Stock Type=Scalable
- For more details, see [1].
Alternative solution:
- The bug is fixed in the current version of the git repository.
- Build padevchooser out of the sources:
git clone git://git.0pointer.de/padevchooser.git cd padevchooser ./autogen.sh make sudo make install
- For more details, see [2].