Image Icons and Linux

Requests, feedback, and general discussion about WoWRoster
DO NOT post topics about WoWRoster AddOns here!

Image Icons and Linux

Postby TiMbErLaNd » Sun Sep 02, 2007 9:16 am

Someone please tell me that there is an easier way to deal with the 1000+ icons that have the "INV_" prefix when the wowroster is attemping to find "inv_" prefix instead of manually changing them due to linux and case sensitivity.

If someone has already done this and was kind enough to upload something let me know.

Or if I am just not well versed in this manner and someone has an easy solution that would also be greatly appreciated.

Thanks for your time.
TiMbErLaNd
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Sat Sep 01, 2007 11:25 pm

Image Icons and Linux

Postby Subxero » Sun Sep 02, 2007 9:58 am

download http://wowroster.net/Forums/viewtopic/t=3932.html

delete folder & upload again ...
Subxero - Priest 70 Holy - Asphelt Knight Officer - Zul'jin Horde.
User avatar
Subxero
WR.net Artisan
WR.net Artisan
 
Posts: 234
Joined: Thu Jul 06, 2006 4:08 pm
Realm: Zul'jin (PvE) - US

Image Icons and Linux

Postby PleegWat » Sun Sep 02, 2007 7:01 pm

Roster 2.0 beta questions should be asked in the beta forums - these forums are for 1.7.3 support.

However, I just wanted to say there is a simpler way to convert your filenames, if you've got shell access to your webserver.

Log into your server shell, go to your interface icons directory, and run the following commands.

Code: Select all
IFS='
'
for f in `ls -1`
do
g=`echo $f | sed 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxys/'`
mv "$f" "$g"
done

You should be able to just copy/paste this into your shell.
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm


Return to General Support & Feedback

Who is online

Users browsing this forum: No registered users and 1 guest

cron