View Single Post
Posts: 609 | Thanked: 232 times | Joined on Dec 2007 @ the end of my rope
#229
Originally Posted by qwerty12 View Post
That one can be modified easily; just edit usr\lib\sliderotate\sliderotate.py and replace all "left" strings with "right"
I tried to do this and think I failed. I'm still rather new to linux, and stumbled upon this method. Should I use this the change all "left"s to "right"s?:

Code:
cd directorypath
for f in filespec
do mv $f $f.old
sed 's#findstring#replacestring#g' $f.old > $f
rm -f $f.old
done
Anyway, I tried that and it didn't seem to work. I know it's a lot to ask, but any way you can supply us with the modded .py file? Pretty please?