If exists active bluetooth connection, tray icon of blueman applet changes to
incorrect (red cross on tray icon appears, see attachment). I suppose that
program don't find any *.png icons.
I have debian squeeze (20.11.2009) updated from lenny RC.
Linux x50n 2.6.30-2-amd64 #1 SMP Fri Sep 25 22:16:56 UTC 2009 x86_64 GNU/Linux
P.S. sorry if this message contains errors, it's my first bug-report.
____________________
Best regards,
Andrey
Definitely. The missing icon is included as svg. ;-)
It should be found at
/usr/share/blueman/icons/hicolor/scalable/status/blueman-txrx.svg.
The only reason for the problem I can think about right now is that
you're missing required svg support. Please run 'dpkg -l | grep svg'.
If it's not already installed, try installing librsvg2-common and see
whether that fixes the problem.
Thanks for your report :-)
--
To UNSUBSCRIBE, email to debian-bugs-...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Thanks :)
installing this package (librsvg2-common) fixes the problem!