GNOME Bugzilla – Bug 407556
Should not issue a warning when cdrom player is not present
Last modified: 2008-12-16 14:01:39 UTC
This bug was reported to the Debian BTS. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=409489 "When starting rhythmbox, I can see the following warning: ** (rhythmbox:10842): WARNING **: Couldn't read /proc/sys/dev/cdrom/info The /proc/sys/dev/cdrom directory doesn't exist on system where there is no cdrom drive. A check should be added on existance of this directory and not issue a warning if it doesn't exist, which would be significant of "no cdrom" and not "acl issue reading /proc/sys/dev/cdrom/info file" or something like that."
Rhythmbox itself isn't emitting this warning, it's one of the libraries we use (probably libnautilusburn). If reproducable, running with --g-fatal-warnings under gdb ("gdb rhythmbox" "run --g-fatal-warnings" "bt") and getting a stack trace to find out what is emitting it would be handy.
Here you are
+ Trace 111175
You're right, it's libnautilusburn.
Moving to libnautilusburn.
Nothing left in libnautilus-burn that could be a problem there, so closing.