Possible Duplicate:
How to make Clutterflow show automatically in Nautilus
Can anyone help to enable the clutter by default whenever i open folders? it looks like i need to press F4 always to enable.
Any help would be greatly appreciated.
Mani
Possible Duplicate:
How to make Clutterflow show automatically in Nautilus
Can anyone help to enable the clutter by default whenever i open folders? it looks like i need to press F4 always to enable.
Any help would be greatly appreciated.
Mani
There is a thread on ubuntu-forums asking just this - it appears that it is not possible as yet.
All credit to "fatriff" for providing a couple of workarounds:
Both involve using an extra package called
xdotool
which you can install as follows:sudo apt-get install xdotool
workaround 1
/home/yourname/.gnome2/nautilus-scripts
, right click in the folder and select create document>empty file.In this file put the following..
Now Save As clutterflow.sh
nautilus --no-desktop %U
Replace with this...
Don't forget to replace yourname in the line above with whatever name you use on your machine!
workaround 2 For single launchers that only open 1 folder like Music or Videos etc.. just create a sh file called music.sh or videos.sh and use this instead.
Remember to change yourname to your machines and Music to whatever folder you want..
Then create the launcher and change the name to match your sh script..