About Me

header ads

Add 3D Shadow in the Thumbnails of nautilus

Nautilus should be the most used file manager in linux as is that comes default with Ubuntu. Here we can see thumbnails of images or videos with an edge inelegant. In this super simple tutorial I explains how to change that edge by an effect on 3D.

This is how it should be:


And to do it alone we should write these commands in the console:
wget http://a.imageshack.us/img135/8666/thumbnailframe.png
sudo mv thumbnailframe.png /usr/share/pixmaps/nautilus/thumbnail_frame.png
killall nautilus
If you liked us and we return to the old effect, that is this:


We just have to type these commands in the console:
wget http://a.imageshack.us/img651/5790/thumbnailframey.png
sudo mv thumbnailframey.png /usr/share/pixmaps/nautilus/thumbnail_frame.png
killall nautilus
I hope you learn

Post a Comment

0 Comments