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…') |
(No difference)
|
Revision as of 01:11, 11 November 2010
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:
- 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].