


Nautilus Scripts by Thura 62 comments
If you can install those on your system, it will probably work. Otherwise, you are stuck with version 2.3, which use pygtk and
should work on lucid.
https://launchpad.net/nautilus-renamer/trunk/2.3 - Jul 10 2012

Network by Thura 2 comments
GNOME_COMPILE_WARNINGS(maximum)
try deleting those two lines from "configure.ac" file (located in project's root directory)
- Dec 20 2010

Nautilus Scripts by Thura 62 comments
So, deb package may not be coming any time soon ;( - Nov 20 2010

Nautilus Scripts by Thura 62 comments
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors
- Oct 19 2010

Nautilus Scripts by Thura 62 comments

Nautilus Scripts by Thura 62 comments
We can use tooltips to explain patterns directly. It is pretty easy to add tooltips, but it is quite troublesome for me to write, because of my poor english.
If you are interested, please read the TODO in line 87 of Renamer source file.
Currently, I am on vacation. I will consider using launchpad and other suggestions as soon as I get back (probably in July). - Jun 04 2010

Nautilus Scripts by Thura 62 comments
Return in pattern entry will also trigger rename ... - Mar 29 2010

Nautilus Scripts by Thura 62 comments

Nautilus Scripts by Thura 62 comments

Nautilus Scripts by Thura 62 comments
Of course, if you also want the extension, you will need to put {ext}. - Mar 11 2010

Nautilus Scripts by Thura 62 comments

Nautilus Scripts by Thura 62 comments

Nautilus Scripts by Thura 62 comments
I don't get the last two options of folder/subfolder creation .. Could you elaborate more? - Mar 06 2010

Nautilus Scripts by Thura 62 comments
Please, try the updated package. - Mar 06 2010

GTK2 Themes by perenoel 25 comments

GTK2 Themes by Cygoku 13 comments

GTK2 Themes by MadMax2000 135 comments
Nice Theme - Feb 12 2009

Nautilus Scripts by Thura 62 comments
I think, instead of using variables to translate, translating directly would be easier ...
Just convert Everyth inside double quotes, " " to corresponding strings ...
You don't need to translate the strings inside single quotes, ' '
- Feb 11 2009

Nautilus Scripts by boemianrapsodi 3 comments
#! /bin/sh
echo "Creating Directory ..."
mkdir "$HOME"/.run
sleep 1
echo "Copying Contents ..."
cp -r ./* "$HOME"/.run/
sleep 1
echo "Configuring Settings ..."
gconftool-2 -s -t string "/apps/metacity/global_keybindings/run_command_1" "<Alt>F3"
gconftool-2 -s -t string "/apps/metacity/keybinding_commands/command_1" "$HOME/.run/run.py"
sleep 1
echo "----------------------"
echo "Installation Finished!"
echo "----------------------"
- Jan 09 2009

Nautilus Scripts by Thura 62 comments
How come you cannot download ?
plz, try again ...
- Nov 15 2008

Nautilus Scripts by Thura 62 comments

Nautilus Scripts by marc41 380 comments
I am gonna give it a try ...
- Nov 04 2008

Nautilus Scripts by Thura 62 comments
I am not serious about this script ...
And I know this script is no use for you all ...
I am just learning python and still a beginner in programming ( and in Linux too and I don't really know how to rename in bash and I rarely used terminal ) ...
And This is just my way of practicing my python skill ...
Again, I am just a geek ...
Sorry if my script bothers you ...
I won't further update it ...
- Sep 24 2008

Nautilus Scripts by Thura 62 comments
Not bad ...
But I think my script is better ... Coz
1. It does not support folders and not recursive ...
2. Ease of use ... (Of course, scripts are easier to use ...)
3. And I don't know how to batch rename in Purr ..
I mean N001 , N002, N003 ...
4. And it also don't have "Undo Last Operation" ...
You may think it is not necessary but when you make a mistake in renaming folders with lots of files and subfolders ...
Then, you will see how nice this fuction is ...
5. And Most important of all , I prefer mine as I wrote it ... Yep, a little bias ... :D - Aug 26 2008

Nautilus Scripts by Thura 62 comments
I really appreciate it ... - Aug 26 2008