![]() |
2008-06-05
, 15:45
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#2
|
![]() |
2008-06-05
, 18:11
|
|
Posts: 28 |
Thanked: 4 times |
Joined on May 2008
@ Regina, Saskatchewan, Canada
|
#3
|
![]() |
2008-06-05
, 20:55
|
|
Posts: 28 |
Thanked: 4 times |
Joined on May 2008
@ Regina, Saskatchewan, Canada
|
#4
|
![]() |
2008-06-05
, 21:02
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#5
|
![]() |
2008-06-05
, 21:06
|
|
Posts: 28 |
Thanked: 4 times |
Joined on May 2008
@ Regina, Saskatchewan, Canada
|
#6
|
Why? The point, as far as I can see, is one per time zone; therefore, one in US Eastern, and one in Canadian Eastern, because DST may differ, but not one for each US state in Eastern. (I think this is accomplished from the factory.)
To me, it's just a cool tweak to be able to put my very own hometown on, but if I'm not going wild with that, any city guaranteed to be the same offset from UTC is close enough... so the 3-max seems pointless.
![]() |
2008-06-05
, 21:25
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#7
|
![]() |
2008-06-06
, 02:59
|
|
Posts: 28 |
Thanked: 4 times |
Joined on May 2008
@ Regina, Saskatchewan, Canada
|
#8
|
![]() |
2008-06-06
, 04:33
|
|
Posts: 28 |
Thanked: 4 times |
Joined on May 2008
@ Regina, Saskatchewan, Canada
|
#9
|
![]() |
2008-12-13
, 14:07
|
|
Posts: 28 |
Thanked: 4 times |
Joined on May 2008
@ Regina, Saskatchewan, Canada
|
#10
|
The Following 2 Users Say Thank You to tbrminsanity For This Useful Post: | ||
1. Get root access (I use the ssh approach (ssh root@localhost))
2. cd /usr/share/osso-clock/
3. nano wdb-parsed.txt (you can use vi if you want but I've installed and prefer nano over vi)
4. Here is my home city info:
- Regina|CA|Canada|America/Regina|285|262|en_CA
- (City name)|(Country initials)|(Country)|(Time zone)|(x co-ordinate on clock image)|(y co-ordinate on clock image)|(Default language)
5. Save and your doneNow you will need to add your city's name into OS2008. This info comes from the following post.
1. cd /usr/share/local/(enter language here mine is en_CA)/LC_MESSAGES/
2. Copy osso-cities.mo from this location to a Linux box
* If the file does not exist then grab the file from another language (I had to grab en_US)
3. msgunfmt osso-cities.mo -o osso-cities.po
4. nano osso-cities.po (or vi osso-cities.po if you prefer vi over nano)
5. Add the following 4 lines (the blank spaces are important!)
msgid "osso_db_city_regina"
msgstr "Regina"
6. msgfmt osso-cities.po -o osso-cities.mo
7. Copy osso-cities.mo back to your PDA and overwrite the old file.
I hope this helps people out.
Last edited by tbrminsanity; 2008-06-05 at 20:44.