个人工具

“UbuntuHelp:SolvingGnomeThumbnailsTrouble”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/SolvingGnomeThumbnailsTrouble}} {{Languages|UbuntuHelp:SolvingGnomeThumbnailsTrouble}} === Description === This tutorial helps solving image/vide...)
 
第2行: 第2行:
 
{{Languages|UbuntuHelp:SolvingGnomeThumbnailsTrouble}}
 
{{Languages|UbuntuHelp:SolvingGnomeThumbnailsTrouble}}
 
=== Description ===
 
=== Description ===
 
 
This tutorial helps solving image/video thumbnails problems in Gnome Nautilus on Ubuntu Breezy.
 
This tutorial helps solving image/video thumbnails problems in Gnome Nautilus on Ubuntu Breezy.
 
 
=== The work ===
 
=== The work ===
 
 
==== Install/Remove ====
 
==== Install/Remove ====
 
 
First, install Totem-xine, unnistalling Totem-gstreamer, because it has more video codecs, including proprietaries ones, if you have codecs installed.
 
First, install Totem-xine, unnistalling Totem-gstreamer, because it has more video codecs, including proprietaries ones, if you have codecs installed.
 
 
==== Refreshing thumbnails icons ====
 
==== Refreshing thumbnails icons ====
 
 
As you may have entered folders that have video with Totem-gstreamer or other video-thumbnail app., let's clean the cache.
 
As you may have entered folders that have video with Totem-gstreamer or other video-thumbnail app., let's clean the cache.
 
 
Type the following in the console:
 
Type the following in the console:
 
 
<pre><nowiki>
 
<pre><nowiki>
 
rm -rf ~/.thumbnails/normal/*
 
rm -rf ~/.thumbnails/normal/*
 
rm -rf ~/.thumbnails/fail/*
 
rm -rf ~/.thumbnails/fail/*
 
</nowiki></pre>
 
</nowiki></pre>
 
 
This will force Nautilus to reconstruc all thumbnails, and as you got the right thumbnailer, you will get thumbs. from all formats.
 
This will force Nautilus to reconstruc all thumbnails, and as you got the right thumbnailer, you will get thumbs. from all formats.
 
 
[[category:CategoryDocumentation]] [[category:CategoryCleanup]]
 
[[category:CategoryDocumentation]] [[category:CategoryCleanup]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月30日 (五) 21:32的版本

Description

This tutorial helps solving image/video thumbnails problems in Gnome Nautilus on Ubuntu Breezy.

The work

Install/Remove

First, install Totem-xine, unnistalling Totem-gstreamer, because it has more video codecs, including proprietaries ones, if you have codecs installed.

Refreshing thumbnails icons

As you may have entered folders that have video with Totem-gstreamer or other video-thumbnail app., let's clean the cache. Type the following in the console:

rm -rf ~/.thumbnails/normal/*
rm -rf ~/.thumbnails/fail/*

This will force Nautilus to reconstruc all thumbnails, and as you got the right thumbnailer, you will get thumbs. from all formats.