Difference between revisions of "Missing Icon of the PulseAudio Applet"
From froelix.com - Wiki
(Created page with ''''Problem:''' * The PulseAudio Applet shows a generic blank page icon. '''Reason:''' * The used icon theme does not provide the ''stock_line_in.svg'' icon. '''Solution:''' * C…') |
|||
| Line 1: | Line 1: | ||
'''Problem:''' | '''Problem:''' | ||
| − | * The PulseAudio Applet shows a generic blank page icon. | + | * The PulseAudio Applet (padevchooser) shows a generic blank page icon. |
'''Reason:''' | '''Reason:''' | ||
| Line 16: | Line 16: | ||
Type=Scalable | Type=Scalable | ||
* For more details, see [https://bugs.launchpad.net/ubuntu/+source/padevchooser/+bug/431015]. | * For more details, see [https://bugs.launchpad.net/ubuntu/+source/padevchooser/+bug/431015]. | ||
| + | |||
| + | '''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 [http://0pointer.de/lennart/projects/padevchooser/]. | ||
Latest revision as of 23:40, 21 March 2011
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].