Hi, Gary, please see my comments >> Does your /etc/security/prof_attr file have a line >> like this where >> "Console User" has the "Desktop Removable Media User" >> role? >> >> Console User:::Manage System as the Console >> User:profiles=Suspend To >> RAM,Suspend To Disk,Brightness,CPU Power >> Management,Network Autoconf, >> Desktop Removable Media User,Network Wifi >> Info;auths=solaris.system.shutdown;help=RtConsUser.htm >> l >> >> and also a line like this? >> >> Desktop Removable Media User:::Access removable media >> for desktop user: >> Device Management:::Control Access to Removable >> Media:auths=solaris.device.*,solaris.admin.serialmgr.* >> ;help=RtDeviceMngmnt.html >> >> Does your /etc/security/exec_attr file have lines >> like this to >> allow brasero and sound-juicer to run using this >> role? Also you >> might need to add a similar line for rhythmbox if you >> want it to >> work. >> >> Desktop Removable Media >> User:solaris:cmd:::/usr/bin/brasero:privs=sys_devices >> Desktop Removable Media >> User:solaris:cmd:::/usr/bin/sound-juicer:privs=sys_dev >> ices >> > > Yes, it has all of those lines. I added one to exec_attr for > rhythmbox, and logged out and in again on the console, but > it made no difference. I still get the red stopsign next to the > first track when I press [Play]. I did discover that when I right- > click on the stopsign and select [Properties] I see this error > message: > > Could not initialize Xv output > > I don't know what that means. > Are you using SPARC?
gstreamer has two video output plugin, one is xlib(No Xv), another is Xv, you can try xvinfo to check if xv extension of X works well on your machine. I guess that you select Xv output using gstreamer-properties, but it does not work well on your machine. when you run rhythmbox , select one track to play and enable visualization plugins, rhythmbox can not start the visualization mode, so a stop sign shows there. To fix it 1. run gstreamer-properties, select Video->default output as "X window System (no XV)" or 2. you can disable visualization plugin for rhythmbox when play.
