The pop-up sounds terribly annoying (and somewhat encouraging -- at
least BR.EXE is being executed).

I don't know if IPC::Open3 is available in Slimserver (IPC::Open2 is),
but it seems that changing "system(@cmdArgs);" around line 520 to
something like

Code:
--------------------
                    use IPC::Open3;
  my $pid = open3(\*CHLD_IN, \*CHLD_OUT, \*CHLD_ERR, @cmdArgs);
  close(CHLD_IN);
  close(CHLD_OUT);
  close(CHLD_ERR);
--------------------

might, just might, squelch the annoying popups.

Permissions -- do the (Default) and COM1 registry keys' permissions
seem to match the account your Slimserver is running as?

I'm sorry this is so rough. :-/


-- 
peterw

http://www.tux.org/~peterw/
free plugins: http://www.tux.org/~peterw/#slim
BlankSaver BottleRocket FuzzyTime SaverSwitcher SleepFade StatusFirst
VolumeLock
------------------------------------------------------------------------
peterw's Profile: http://forums.slimdevices.com/member.php?userid=2107
View this thread: http://forums.slimdevices.com/showthread.php?t=35853

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to