Commit 93fc2052 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Forget to set a default

parent 8afa1caa
#!/bin/sh #!/bin/sh
# share/applications/gnome-vlc-default.sh # share/applications/gnome-vlc-default.sh
# $Id:$ # $Id$
# #
# Copyright (C) 2006, VideoLAN team # Copyright (C) 2006, VideoLAN team
# Authors: Torsten Spindler # Authors: Torsten Spindler
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
# Set vlc as default player on the gnome desktop # Set vlc as default player on the gnome desktop
# Tested on Ubuntu 6.10 Edgy # Tested on Ubuntu 6.10 Edgy
# #
GCONFTOOL=gconftool
if test -x /usr/bin/gconftool; then if test -x /usr/bin/gconftool; then
GCONFTOOL=/usr/bin/gconftool GCONFTOOL=/usr/bin/gconftool
OPTS="-t string -s" OPTS="-t string -s"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment