Search found 1 match

Go to advanced search

by fstafforini
27 Aug 2008 05:46
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC Ubuntu - Only allow one instance possible?
Replies: 3
Views: 914

Re: VLC Ubuntu - Only allow one instance possible?

Meanwhile, you can use a little bash script to close previous vlc instance before launching new one:

Code: Select all

#! /bin/bash killall vlc vlc "$1" &
(edit: corrected typo)

Go to advanced search

cron