Skip to content
Snippets Groups Projects
Commit d3be66ed authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

doc: vlc-thumb: Remove trailing whitespace

parent 33949648
No related branches found
No related tags found
1 merge request!980doc: thumbnailer: Use new libvlc media thumbnailer API
......@@ -12,7 +12,7 @@
list=`grep ^Mime vlc.desktop|cut -d= -f2-|sed -e s/";"/\\\n/g -e s,/,@,g`
vid=`echo $mimes|grep ^vid`
for i in $vid
do
do
key=/desktop/gnome/thumbnailers/$i/enable
gconftool-2 -t boolean -s $key true
gconftool-2 -t string -s $key "vlc-thumb -s %s %u %o"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment