


Various Gnome Stuff by FLOZz 68 comments
The code for music thumbnail is from line 259 to line 285
http://bazaar.launchpad.net/~flozz/cover-thumbnailer/v0.8/annotate/head%3A/cover-thumbnailer/cover-thumbnailer.py#L259
you can change those lines :
x = int((bg_width - cover_width + delta) / 2)
y = int((bg_height - cover_height) / 2)
- Dec 01 2010

Various Gnome Stuff by FLOZz 68 comments
http://pix.toile-libre.org/upload/original/1291205067.png - Dec 01 2010

Various Gnome Stuff by FLOZz 68 comments
For the moment, you have to change the files stored in /usr/share/cover-thumbnailer
:) - Nov 28 2010

Various Gnome Stuff by FLOZz 68 comments

Various Gnome Stuff by FLOZz 68 comments
I will add this for the next version.
Can you report this as a bug ?
https://bugs.launchpad.net/cover-thumbnailer/+filebug
(I don't want to forget to do it ^^'...) - Nov 10 2010

Various Gnome Stuff by FLOZz 68 comments

Various Gnome Stuff by FLOZz 68 comments
if you type the following commands, what is the result ?
gconftool-2 --get /desktop/gnome/thumbnailers/inode@directory/enable
gconftool-2 --get /desktop/gnome/thumbnailers/inode@directory/command
test -x /usr/bin/cover-thumbnailer && echo ok || echo error
:) - Sep 14 2010

GTK2 Themes by deusnova 37 comments
I noticed that the "ETCHED_IN" state is missing for the checkbox and radio button. It can be good to add it to the theme :)
http://pix.toile-libre.org/upload/original/1281302996.png
Regards, - Aug 08 2010

Various Gnome Stuff by FLOZz 68 comments
if you need help for creating your picture, you can contact me by mail:
http://www.flogisoft.com/contact/ - Jul 28 2010

Various Gnome Stuff by FLOZz 68 comments

Various Gnome Stuff by FLOZz 68 comments

Various Gnome Stuff by FLOZz 68 comments

Various Gnome Stuff by FLOZz 68 comments
I'll report this bug on launchpad and I'll fix it as soon as I can... thank you !
For the moment, you can configure GNOME's folders for not having this bug:
gedit ~/.config/user-dirs.dirs
and past this in the file :
##
XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Download"
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos"
## - Jul 19 2010

Various Gnome Stuff by FLOZz 68 comments

Various Gnome Stuff by FLOZz 68 comments

Various Gnome Stuff by FLOZz 68 comments
The spacing between two icon depends on the name length under the icon. It's nautilus which calculates the space between two columns.
But you can increase the thumbnail size with gconf-editor or gconftool :
big size thumbnails :
gconftool-2 -t int -s /apps/nautilus/icon_view/thumbnail_size 128
normal size thumbnails :
gconftool-2 -t int -s /apps/nautilus/icon_view/thumbnail_size 96
regards, - May 02 2010

Various Gnome Stuff by FLOZz 68 comments

Various Gnome Stuff by FLOZz 68 comments
I think that the better way to remove the thumbnail is by clicking on the "Clear Thumbnail Cache" before removing the software.
But you can also enter the following command in your terminal :
rm -rf ~/.thumbnails
:) - Mar 22 2010

Various Gnome Stuff by FLOZz 68 comments
I think that the better way to remove the thumbnail is by clicking on the "Clear Thumbnail Cache" before removing the software.
But you can also enter the following command in your terminal :
rm -rf ~/.thumbnails
:) - Mar 22 2010

Various Gnome Stuff by FLOZz 68 comments
Sinon c'est vrai que j'avais vu récemment que dolphin avait cette fonctionnalité :
http://1.bp.blogspot.com/_zDPqioLuxns/SeCgQ6mviwI/AAAAAAAAAGY/5ccXdwAWBHI/s400/previews.png
ça rend pas si mal que ça non plus je trouve... Mais je préfère Nautilus+Cover thumbnailer :) - Mar 07 2010

Various Gnome Stuff by FLOZz 68 comments
Why not... I will see for a future version :) - Feb 18 2010

Various Gnome Stuff by FLOZz 68 comments
[.] folder/cover .jpg/.png in it
Example :
~/Video/Series/BattleStar/.cover.png - Feb 18 2010

Various Gnome Stuff by FLOZz 68 comments
\o/ - Feb 17 2010

Various Gnome Stuff by FLOZz 68 comments
* Have-you restarted your GNOME session ?
* can you try this command ?
covet-thumbnailer /home/$USER/Music/MyArtist OUT.PNG
(give a real path in the command)
The command output an error ?
OUT.PNG has been created in your home folder ?
* what did this command output ?
gconftool-2 -g /desktop/gnome/thumbnailers/inode@directory/enable
:) - Feb 17 2010

Various Gnome Stuff by FLOZz 68 comments
I think you have just forgot to install the dependencies;
try an "urmpi python-imaging",
and then, clear the thumbnail cache, and it should works :)
http://software.flogisoft.com/cover-thumbnailer/img/screenshot_more03.png
The dependencies are :
- python
- python-imaging
- gconf
- nautilus
- gettext (just when you install cover-thumbnailer, for building local files) - Feb 17 2010

Various Gnome Stuff by FLOZz 68 comments

Various Gnome Stuff by FLOZz 68 comments
Thumbnails are enabled in the nautilus preferences dialog ? - Feb 16 2010

Various Gnome Stuff by FLOZz 68 comments
- take the src package,
- extract it,
- install gettext,
- run the install script as root,
- and then, restart your GNOME session
:) - Feb 16 2010

Nautilus Scripts by alexibaba 67 comments
Thanks you ! - Feb 16 2010

Various Gnome Stuff by FLOZz 68 comments