View Single Post
zlatko's Avatar
Posts: 861 | Thanked: 936 times | Joined on Feb 2010 @ Bulgaria
#228
@vasvlad

Here you are:

Code:
/home/developer $ ls -la /home/user/.cache/com.meecast.omweather
total 440
drwxr-xr-x    2 user     users         4096 Feb 22 07:28 .
drwxr-xr-x   15 user     users         4096 Feb  6 12:53 ..
-rw-r--r--    1 user     users       224967 Feb 21 22:43 wallpaper_MeeCast.png
-rw-r--r--    1 user     users       213508 Feb 21 23:34 wallpaper_MeeCast_original.png
And the config xml:
Code:
/home/developer $ cat /home/user/.config/com.meecast.omweather/config.xml
<?xml version="1.0" encoding="utf-8"?>
<config xmlns="http://omweather.garage.maemo.org/schemas">
 <base>/opt/com.meecast.omweather/share/</base>
 <iconset>Meecast</iconset>
 <temperature_unit>C</temperature_unit>
 <wind_speed_unit>m/s</wind_speed_unit>
 <pressure_unit>mbar</pressure_unit>
 <current_station_id>0</current_station_id>
 <update_period>7200</update_period>
 <update_connect>false</update_connect>
 <fullscreen>false</fullscreen>
 <lockscreen>false</lockscreen>
 <standbyscreen>false</standbyscreen>
 <gps>false</gps>
</config>

Last edited by zlatko; 2012-02-22 at 07:19.