* finarfin <[EMAIL PROTECTED]> [30-08-2005 10:16]:
> access("/root/.Xauthority", R_OK) = 0
> open("/root/.Xauthority", O_RDONLY) = 4
~~~~~~
> write(2, "CRITICAL **: ", 13CRITICAL **: ) = 13
> write(2, "Unable to open display", 22Unable to open display) = 22
Passiert das auch, wenn du xmms als normaler $USER startest?
Als root kriege ich das auch hin:
$ su -c 'strace xmms'
...
access("/root/.Xauthority", R_OK) = 0
open("/root/.Xauthority", O_RDONLY) = 4
...
write(2, "CRITICAL **: ", 13CRITICAL **: ) = 13
write(2, "Unable to open display", 22Unable to open display) = 22
...
Arbeite also nicht als root!
signature.asc
Description: Digital signature

