我用时钟日期天气 conky我注意到它与文件有关~/.cache/weather.xml
。
我很好奇:这个文件是由 conky 还是其他程序创建的?它默认存在于系统中吗?可以编辑吗?它是在某个时刻生成的并且可以安全删除吗?
其主要目的是什么?
~/.conkyrc
它具有以下内容(但在磁盘上由我或可能由我更改curl
):
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<rss version="2.0" xmlns:yweather="http://xml.weather.yahoo.com/ns/rss/1.0" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#">
<channel>
<title>Yahoo! Weather - London, GB</title>
<link>http://us.rd.yahoo.com/dailynews/rss/weather/London__GB/*http://weather.yahoo.com/forecast/UKXX0085_c.html</link>
<description>Yahoo! Weather for London, GB</description>
<language>en-us</language>
<lastBuildDate>Fri, 10 Jul 2015 9:49 am BST</lastBuildDate>
<ttl>60</ttl>
<yweather:location city="London" region="" country="United Kingdom"/>
<yweather:units temperature="C" distance="km" pressure="mb" speed="km/h"/>
<yweather:wind chill="21" direction="160" speed="12.87" />
<yweather:atmosphere humidity="40" visibility="9.99" pressure="1015.92" rising="0" />
<yweather:astronomy sunrise="4:53 am" sunset="9:14 pm"/>
<image>
<title>Yahoo! Weather</title>
<width>142</width>
<height>18</height>
<link>http://weather.yahoo.com</link>
<url>http://l.yimg.com/a/i/brand/purplelogo//uh/us/news-wea.gif</url>
</image>
<item>
<title>Conditions for London, GB at 9:49 am BST</title>
<geo:lat>51.51</geo:lat>
<geo:long>-0.13</geo:long>
<link>http://us.rd.yahoo.com/dailynews/rss/weather/London__GB/*http://weather.yahoo.com/forecast/UKXX0085_c.html</link>
<pubDate>Fri, 10 Jul 2015 9:49 am BST</pubDate>
<yweather:condition text="Fair" code="34" temp="21" date="Fri, 10 Jul 2015 9:49 am BST" />
<description><![CDATA[
<img src="http://l.yimg.com/a/i/us/we/52/34.gif"/><br />
<b>Current Conditions:</b><br />
Fair, 21 C<BR />
<BR /><b>Forecast:</b><BR />
Fri - Mostly Sunny. High: 26 Low: 14<br />
Sat - Mostly Sunny. High: 27 Low: 15<br />
Sun - Showers. High: 22 Low: 14<br />
Mon - Cloudy. High: 24 Low: 16<br />
Tue - AM Showers. High: 23 Low: 12<br />
<br />
<a href="http://us.rd.yahoo.com/dailynews/rss/weather/London__GB/*http://weather.yahoo.com/forecast/UKXX0085_c.html">Full Forecast at Yahoo! Weather</a><BR/><BR/>
(provided by <a href="http://www.weather.com" >The Weather Channel</a>)<br/>
]]></description>
<yweather:forecast day="Fri" date="10 Jul 2015" low="14" high="26" text="Mostly Sunny" code="34" />
<yweather:forecast day="Sat" date="11 Jul 2015" low="15" high="27" text="Mostly Sunny" code="34" />
<yweather:forecast day="Sun" date="12 Jul 2015" low="14" high="22" text="Showers" code="11" />
<yweather:forecast day="Mon" date="13 Jul 2015" low="16" high="24" text="Cloudy" code="26" />
<yweather:forecast day="Tue" date="14 Jul 2015" low="12" high="23" text="AM Showers" code="39" />
<guid isPermaLink="false">UKXX0085_2015_07_14_7_00_BST</guid>
</item>
</channel>
</rss>
<!-- fan1678.sports.bf1.yahoo.com Fri Jul 10 02:28:42 PDT 2015 -->
答案1
这个文件是由 conky 还是其他程序创建的?
看起来它是由 conky 天气程序创建的。键入lsof ~/.cache/weather.xml
以了解哪个进程正在使用该文件。
它默认存在于系统中吗?
我认为肯定不是,它看起来是由那个 conky 程序创建的。
可以编辑吗?
当然,如果你想让它显示不正确的信息......
它是在某个时刻生成的并且可以安全删除吗?其主要目的是什么?
它看起来像是天气预报的本地缓存。如果您删除它,天气程序只会从其提供商 Yahoo! 取回数据。天气。