Hey guys, I just pretty much (re)discovered a really awesome tool
hotwire
that lets you combine ur shell working habits with gui... like how many
times have u wanted ur 'rm'ed files to go to trash instead of going blip?
also, when have u thought you would rather click on those lsed files than
type another command to run.. oh yeah that happens when i'm working with
images... just give it a shot
http://code.google.com/p/hotwire-shell/
btw.. i had a minor problem due to the icons because it wasn't taking the
icons nicely...
i had to edit /usr/lib/python2.5/site-packages/hotwire_ui/shell.py file
and changed iinf = gtk.icon_theme_get_default().lookup_icon('hotwire',
24, 0)
to iinf = gtk.icon_theme_get_default().lookup_icon('python', 24, 0)
minor thing.. but was halting the startup nonetheless...
something worth seeing
also the installation scripts are
python setup.py build
and
sudo python setup.py install
this was on ubuntu 7.10, the version on the site is slightly outdated.. so
compiling is better
--~--~---------~--~----~------------~-------~--~----~
FOSS Nepal mailing list: [email protected]
http://groups.google.com/group/foss-nepal
To unsubscribe, e-mail: [EMAIL PROTECTED]
Community website: http://www.fossnepal.org/
-~----------~----~----~----~------~----~------~--~---