View Single Post
Posts: 316 | Thanked: 29 times | Joined on Feb 2007 @ Maryland, US
#6
I followed Vlad's instructions quoted below. (follow link for rest of thread)
I actually downloaded to my PC and renamed the N/A icon on my PC and then moved to the tablet. It was tricky getting it to the correct folder, but once I got it there it works fine.

Originally Posted by vasvlad View Post
This way only for experienced users.
Small instruction. (I do not bear any responsibility)
1. load xterm
2. Change user to root "sudo gainroot"
3. apt-get install wget bzip2
4. Change directory "cd /usr/share/omweather/icons"
5. Download for example POD iconset
'wget "http://www.liquidweather.net/phpmv2/phpmyvisites.php?url=http%3A//mirror1.liquidweather.net/Pod.tar.bz2&id=1&pagename=FILE:Icons%3APod"'
6. Unpack bzip archive "bzip2 -d Pod.tar.bz2"
7. Unpack tar archive "tar xf Pod.tar"
8. Move files from Pod/large_icons directory to Pod directory "mv Pod/large_icons/* Pod"
9. Rename N/A icon "cd Pod;mv na.png 48.png"
10. Change iconset to Pod in OMWeather settings
11. This the end. Good luck

Vlad.