Date: Fri, 19 Jun 2009 07:56:27 -0400 From: Carmel NY <carmel_ny@hotmail.com> To: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: gmplayer cannot show video in xfce4 Message-ID: <BLU0-SMTP836936F204F211F58AE83B933A0@phx.gbl>
next in thread | raw e-mail | index | archive | help
When I start mplayer (gmplayer) from within xfce4 and attempt to play a video, I receive an error message. The audio portion works fine however. The screen-shot of the error message is viewable here: http://imagebin.ca/view/OdMEXlY.html What is strange is that the video was working until I modified the PolicyKit.conf file. This is the modification I added. I substituted 'me' for the actual users name. <match action="org.freedesktop.hal.storage.mount-removable"> <match user="me"> <return result="yes"/> </match> </match> <match action="org.freedesktop.hal.storage.mount-fixed"> <match user="me"> <return result="yes"/> </match> </match> <match user="me"> <return result="yes"/> </match> If I remove the modifications, I cannot mount a CD. Is there something else I should be or not be doing here? -- Carmel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BLU0-SMTP836936F204F211F58AE83B933A0>