PDA

View Full Version : alarm-clock problem



COKEDUDE
May 27th, 2010, 01:59 AM
I'm having difficulty with the terminal feature of alarm-clock.
http://packages.ubuntu.com/lucid/alarm-clock

I wrote a very simple script that runs perfectly in the terminal or when I put it in a executable file. I doesn't run properly when I use the alarm-clock terminal feature. Its supposed to run 3 video files and put them in a playlist, then play the files on repeat. The problem is for some unknown reason it opens VLC player twice which is quite annoying. It sounds like a big echo box which is quite annoying. Here is my very simple script.

vlc -L /home/vids/vid1 /home/vids/vid2 /home/vids/vid3