Skip to content

Commit

Permalink
Silencing the 'kill vlc' app
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryr committed Mar 18, 2015
1 parent afd8f67 commit ff70d68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gec22_demo/vlc-oml.oedl
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,6 @@ end
# even after a very long period of time... here we make sure that it stops!
defApplication('kill_vlc') do |app|
app.quiet = true
app.silent = true
app.binary_path = "/usr/bin/killall -s 9 vlc"
end

0 comments on commit ff70d68

Please sign in to comment.