[MPlayer-dev-eng] xscreensaver & cdrom blocking
Jindrich Makovicka
makovick at kmlinux.fjfi.cvut.cz
Wed Oct 30 19:34:44 CET 2002
There is another problem with the xscreensaver support: after playing a
movie from a CD, the xscreensaver is respawned in the CWD, which is
usually the cdrom mountpoint. This blocks a subsequent umount. Maybe we
should chdir to some safer point first (x11_common.c):
- system("xscreensaver -no-splash &");
+ system("cd /; xscreensaver -no-splash &");
--
Jindrich Makovicka
More information about the MPlayer-dev-eng
mailing list