Advertisement
Guest User

mate video thumbs fix

a guest
Oct 16th, 2011
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.70 KB | None | 0 0
  1. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/application@x-flash-video/enable "true"
  2. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/application@x-flash-video/command "/usr/bin/totem-video-thumbnailer -s %s %u %o"
  3. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/video@3gpp/enable "true"
  4. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/video@3gpp/command "/usr/bin/totem-video-thumbnailer -s %s %u %o"
  5. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/video@mp2t/enable "true"
  6. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/video@mp2t/command "/usr/bin/totem-video-thumbnailer -s %s %u %o"
  7. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/video@mp4/enable "true"
  8. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/video@mp4/command "/usr/bin/totem-video-thumbnailer -s %s %u %o"
  9. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/video@mpeg/enable "true"
  10. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/video@mpeg/command "/usr/bin/totem-video-thumbnailer -s %s %u %o"
  11. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/video@msvideo/enable "true"
  12. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/video@msvideo/command "/usr/bin/totem-video-thumbnailer -s %s %u %o"
  13. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/video@x-avi/enable "true"
  14. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/video@x-avi/command "/usr/bin/totem-video-thumbnailer -s %s %u %o"
  15. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/video@x-flv/enable "true"
  16. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/video@x-flv/command "/usr/bin/totem-video-thumbnailer -s %s %u %o"
  17. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/video@x-m4v/enable "true"
  18. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/video@x-m4v/command "/usr/bin/totem-video-thumbnailer -s %s %u %o"
  19. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/video@x-mpeg/enable "true"
  20. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/video@x-mpeg/command "/usr/bin/totem-video-thumbnailer -s %s %u %o"
  21. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/video@x-ms-asf/enable "true"
  22. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/video@x-ms-asf/command "/usr/bin/totem-video-thumbnailer -s %s %u %o"
  23. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/video@x-ms-asx/enable "true"
  24. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/video@x-ms-asx/command "/usr/bin/totem-video-thumbnailer -s %s %u %o"
  25. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/video@x-ms-wm/enable "true"
  26. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/video@x-ms-wm/command "/usr/bin/totem-video-thumbnailer -s %s %u %o"
  27. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/video@x-ms-wmv/enable "true"
  28. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/video@x-ms-wmv/command "/usr/bin/totem-video-thumbnailer -s %s %u %o"
  29. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/video@x-ms-wmx/enable "true"
  30. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/video@x-ms-wmx/command "/usr/bin/totem-video-thumbnailer -s %s %u %o"
  31. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/video@x-msvideo/enable "true"
  32. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/video@x-msvideo/command "/usr/bin/totem-video-thumbnailer -s %s %u %o"
  33. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/video@x-theora/enable "true"
  34. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/video@x-theora/command "/usr/bin/totem-video-thumbnailer -s %s %u %o"
  35.  
  36.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement