<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Wally：壁纸更换工具</title>
	<atom:link href="http://linuxtoy.org/archives/wally.html/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxtoy.org/archives/wally.html</link>
	<description>LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神，可以点击顶部导航 Contact 按钮进行投稿。</description>
	<lastBuildDate>Fri, 25 May 2012 13:34:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Feng</title>
		<link>http://linuxtoy.org/archives/wally.html#comment-92276</link>
		<dc:creator>Feng</dc:creator>
		<pubDate>Thu, 11 Sep 2008 05:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2373#comment-92276</guid>
		<description>&lt;p&gt;我也没有编译成功。qmake没有任何提示。make的时候：
g++ -c -pipe -fpermissive -O2 -Wall -W -D&lt;em&gt;REENTRANT -DQT&lt;/em&gt;SHARED -DQT&lt;em&gt;NO&lt;/em&gt;DEBUG -DQT&lt;em&gt;XML&lt;/em&gt;LIB -DQT&lt;em&gt;GUI&lt;/em&gt;LIB -DQT&lt;em&gt;NETWORK&lt;/em&gt;LIB -DQT&lt;em&gt;CORE&lt;/em&gt;LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -Iinclude -Iui&lt;em&gt;h -Imoc -Iui&lt;/em&gt;h -o build/main.o src/main.cpp
In file included from src/main.cpp:5:
include/folders.h: In member function ‘virtual Qt::ItemFlags Folders::flags(const QModelIndex&amp;) const’:
include/folders.h:85: error: ‘NoItemFlags’ is not a member of ‘Qt’
In file included from src/main.cpp:6:
include/flickr.h: In member function ‘virtual Qt::ItemFlags Flickr::flags(const QModelIndex&amp;) const’:
include/flickr.h:111: error: ‘NoItemFlags’ is not a member of ‘Qt’
In file included from src/main.cpp:7:
include/yahoo.h: In member function ‘virtual Qt::ItemFlags Yahoo::flags(const QModelIndex&amp;) const’:
include/yahoo.h:94: error: ‘NoItemFlags’ is not a member of ‘Qt’
make: *** [build/main.o] Error 1&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>我也没有编译成功。qmake没有任何提示。make的时候：
g++ -c -pipe -fpermissive -O2 -Wall -W -D<em>REENTRANT -DQT</em>SHARED -DQT<em>NO</em>DEBUG -DQT<em>XML</em>LIB -DQT<em>GUI</em>LIB -DQT<em>NETWORK</em>LIB -DQT<em>CORE</em>LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -Iinclude -Iui<em>h -Imoc -Iui</em>h -o build/main.o src/main.cpp
In file included from src/main.cpp:5:
include/folders.h: In member function ‘virtual Qt::ItemFlags Folders::flags(const QModelIndex&amp;) const’:
include/folders.h:85: error: ‘NoItemFlags’ is not a member of ‘Qt’
In file included from src/main.cpp:6:
include/flickr.h: In member function ‘virtual Qt::ItemFlags Flickr::flags(const QModelIndex&amp;) const’:
include/flickr.h:111: error: ‘NoItemFlags’ is not a member of ‘Qt’
In file included from src/main.cpp:7:
include/yahoo.h: In member function ‘virtual Qt::ItemFlags Yahoo::flags(const QModelIndex&amp;) const’:
include/yahoo.h:94: error: ‘NoItemFlags’ is not a member of ‘Qt’
make: *** [build/main.o] Error 1</p>]]></content:encoded>
	</item>
	<item>
		<title>By: marvel</title>
		<link>http://linuxtoy.org/archives/wally.html#comment-92269</link>
		<dc:creator>marvel</dc:creator>
		<pubDate>Thu, 11 Sep 2008 03:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2373#comment-92269</guid>
		<description>&lt;p&gt;环境是kde4, debian expriemental
$ dpkg -l &#124;grep qt4-dev
ii  libqt4-dev                                  4.4.0-4                        Qt 4 development files&lt;/p&gt;

&lt;p&gt;$ qmake
WARNING: Found potential symbol conflict of settings.cpp (src/settings.cpp) in SOURCES
WARNING: Found potential symbol conflict of settings.h (include/settings.h) in HEADERS
WARNING: Found potential symbol conflict of pictures.cpp (src/pictures.cpp) in SOURCES
WARNING: Found potential symbol conflict of pictures.h (include/pictures.h) in HEADERS
WARNING: Found potential symbol conflict of folders.cpp (src/folders.cpp) in SOURCES
WARNING: Found potential symbol conflict of folders.h (include/folders.h) in HEADERS
WARNING: Found potential symbol conflict of flickr.cpp (src/flickr.cpp) in SOURCES
WARNING: Found potential symbol conflict of flickr.h (include/flickr.h) in HEADERS
WARNING: Found potential symbol conflict of yahoo.cpp (src/yahoo.cpp) in SOURCES
WARNING: Found potential symbol conflict of yahoo.h (include/yahoo.h) in HEADERS
WARNING: Found potential symbol conflict of panoramio.cpp (src/panoramio.cpp) in SOURCES
WARNING: Found potential symbol conflict of panoramio.h (include/panoramio.h) in HEADERS&lt;/p&gt;

&lt;p&gt;$ make
Makefile:316: warning: overriding commands for target &lt;code&gt;build/settings.o&#039;
Makefile:225: warning: ignoring old commands for target&lt;/code&gt;build/settings.o&#039;
Makefile:322: warning: overriding commands for target &lt;code&gt;build/pictures.o&#039;
Makefile:231: warning: ignoring old commands for target&lt;/code&gt;build/pictures.o&#039;
Makefile:328: warning: overriding commands for target &lt;code&gt;build/folders.o&#039;
Makefile:237: warning: ignoring old commands for target&lt;/code&gt;build/folders.o&#039;
Makefile:335: warning: overriding commands for target &lt;code&gt;build/flickr.o&#039;
Makefile:244: warning: ignoring old commands for target&lt;/code&gt;build/flickr.o&#039;
Makefile:342: warning: overriding commands for target &lt;code&gt;build/yahoo.o&#039;
Makefile:259: warning: ignoring old commands for target&lt;/code&gt;build/yahoo.o&#039;
Makefile:349: warning: overriding commands for target &lt;code&gt;build/panoramio.o&#039;
Makefile:274: warning: ignoring old commands for target&lt;/code&gt;build/panoramio.o&#039;
Makefile:390: warning: overriding commands for target &lt;code&gt;build/moc_settings.o&#039;
Makefile:353: warning: ignoring old commands for target&lt;/code&gt;build/moc&lt;em&gt;settings.o&#039;
Makefile:393: warning: overriding commands for target &lt;code&gt;build/moc_pictures.o&#039;
Makefile:359: warning: ignoring old commands for target&lt;/code&gt;build/moc&lt;/em&gt;pictures.o&#039;
Makefile:396: warning: overriding commands for target &lt;code&gt;build/moc_folders.o&#039;
Makefile:362: warning: ignoring old commands for target&lt;/code&gt;build/moc&lt;em&gt;folders.o&#039;
Makefile:400: warning: overriding commands for target &lt;code&gt;build/moc_flickr.o&#039;
Makefile:366: warning: ignoring old commands for target&lt;/code&gt;build/moc&lt;/em&gt;flickr.o&#039;
Makefile:404: warning: overriding commands for target &lt;code&gt;build/moc_yahoo.o&#039;
Makefile:373: warning: ignoring old commands for target&lt;/code&gt;build/moc&lt;em&gt;yahoo.o&#039;
Makefile:408: warning: overriding commands for target &lt;code&gt;build/moc_panoramio.o&#039;
Makefile:386: warning: ignoring old commands for target&lt;/code&gt;build/moc&lt;/em&gt;panoramio.o&#039;
Makefile:444: warning: overriding commands for target &lt;code&gt;moc/moc_settings.cpp&#039;
Makefile:411: warning: ignoring old commands for target&lt;/code&gt;moc/moc&lt;em&gt;settings.cpp&#039;
Makefile:447: warning: overriding commands for target &lt;code&gt;moc/moc_pictures.cpp&#039;
Makefile:417: warning: ignoring old commands for target&lt;/code&gt;moc/moc&lt;/em&gt;pictures.cpp&#039;
Makefile:450: warning: overriding commands for target &lt;code&gt;moc/moc_folders.cpp&#039;
Makefile:420: warning: ignoring old commands for target&lt;/code&gt;moc/moc&lt;em&gt;folders.cpp&#039;
Makefile:453: warning: overriding commands for target &lt;code&gt;moc/moc_flickr.cpp&#039;
Makefile:423: warning: ignoring old commands for target&lt;/code&gt;moc/moc&lt;/em&gt;flickr.cpp&#039;
Makefile:456: warning: overriding commands for target &lt;code&gt;moc/moc_yahoo.cpp&#039;
Makefile:429: warning: ignoring old commands for target&lt;/code&gt;moc/moc&lt;em&gt;yahoo.cpp&#039;
Makefile:459: warning: overriding commands for target &lt;code&gt;moc/moc_panoramio.cpp&#039;
Makefile:441: warning: ignoring old commands for target&lt;/code&gt;moc/moc&lt;/em&gt;panoramio.cpp&#039;
/usr/share/qt3/bin/uic ui/pictures.ui -o ui&lt;em&gt;h/pictures.h
uic: File generated with too recent version of Qt Designer (4.0 vs. 3.3.8b)
make: *** [ui&lt;/em&gt;h/pictures.h] Error 1&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>环境是kde4, debian expriemental
$ dpkg -l |grep qt4-dev
ii  libqt4-dev                                  4.4.0-4                        Qt 4 development files</p>

<p>$ qmake
WARNING: Found potential symbol conflict of settings.cpp (src/settings.cpp) in SOURCES
WARNING: Found potential symbol conflict of settings.h (include/settings.h) in HEADERS
WARNING: Found potential symbol conflict of pictures.cpp (src/pictures.cpp) in SOURCES
WARNING: Found potential symbol conflict of pictures.h (include/pictures.h) in HEADERS
WARNING: Found potential symbol conflict of folders.cpp (src/folders.cpp) in SOURCES
WARNING: Found potential symbol conflict of folders.h (include/folders.h) in HEADERS
WARNING: Found potential symbol conflict of flickr.cpp (src/flickr.cpp) in SOURCES
WARNING: Found potential symbol conflict of flickr.h (include/flickr.h) in HEADERS
WARNING: Found potential symbol conflict of yahoo.cpp (src/yahoo.cpp) in SOURCES
WARNING: Found potential symbol conflict of yahoo.h (include/yahoo.h) in HEADERS
WARNING: Found potential symbol conflict of panoramio.cpp (src/panoramio.cpp) in SOURCES
WARNING: Found potential symbol conflict of panoramio.h (include/panoramio.h) in HEADERS</p>

<p>$ make
Makefile:316: warning: overriding commands for target <code>build/settings.o'
Makefile:225: warning: ignoring old commands for target</code>build/settings.o'
Makefile:322: warning: overriding commands for target <code>build/pictures.o'
Makefile:231: warning: ignoring old commands for target</code>build/pictures.o'
Makefile:328: warning: overriding commands for target <code>build/folders.o'
Makefile:237: warning: ignoring old commands for target</code>build/folders.o'
Makefile:335: warning: overriding commands for target <code>build/flickr.o'
Makefile:244: warning: ignoring old commands for target</code>build/flickr.o'
Makefile:342: warning: overriding commands for target <code>build/yahoo.o'
Makefile:259: warning: ignoring old commands for target</code>build/yahoo.o'
Makefile:349: warning: overriding commands for target <code>build/panoramio.o'
Makefile:274: warning: ignoring old commands for target</code>build/panoramio.o'
Makefile:390: warning: overriding commands for target <code>build/moc_settings.o'
Makefile:353: warning: ignoring old commands for target</code>build/moc<em>settings.o'
Makefile:393: warning: overriding commands for target <code>build/moc_pictures.o'
Makefile:359: warning: ignoring old commands for target</code>build/moc</em>pictures.o'
Makefile:396: warning: overriding commands for target <code>build/moc_folders.o'
Makefile:362: warning: ignoring old commands for target</code>build/moc<em>folders.o'
Makefile:400: warning: overriding commands for target <code>build/moc_flickr.o'
Makefile:366: warning: ignoring old commands for target</code>build/moc</em>flickr.o'
Makefile:404: warning: overriding commands for target <code>build/moc_yahoo.o'
Makefile:373: warning: ignoring old commands for target</code>build/moc<em>yahoo.o'
Makefile:408: warning: overriding commands for target <code>build/moc_panoramio.o'
Makefile:386: warning: ignoring old commands for target</code>build/moc</em>panoramio.o'
Makefile:444: warning: overriding commands for target <code>moc/moc_settings.cpp'
Makefile:411: warning: ignoring old commands for target</code>moc/moc<em>settings.cpp'
Makefile:447: warning: overriding commands for target <code>moc/moc_pictures.cpp'
Makefile:417: warning: ignoring old commands for target</code>moc/moc</em>pictures.cpp'
Makefile:450: warning: overriding commands for target <code>moc/moc_folders.cpp'
Makefile:420: warning: ignoring old commands for target</code>moc/moc<em>folders.cpp'
Makefile:453: warning: overriding commands for target <code>moc/moc_flickr.cpp'
Makefile:423: warning: ignoring old commands for target</code>moc/moc</em>flickr.cpp'
Makefile:456: warning: overriding commands for target <code>moc/moc_yahoo.cpp'
Makefile:429: warning: ignoring old commands for target</code>moc/moc<em>yahoo.cpp'
Makefile:459: warning: overriding commands for target <code>moc/moc_panoramio.cpp'
Makefile:441: warning: ignoring old commands for target</code>moc/moc</em>panoramio.cpp'
/usr/share/qt3/bin/uic ui/pictures.ui -o ui<em>h/pictures.h
uic: File generated with too recent version of Qt Designer (4.0 vs. 3.3.8b)
make: *** [ui</em>h/pictures.h] Error 1</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 黑日白月</title>
		<link>http://linuxtoy.org/archives/wally.html#comment-92261</link>
		<dc:creator>黑日白月</dc:creator>
		<pubDate>Wed, 10 Sep 2008 15:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2373#comment-92261</guid>
		<description>&lt;p&gt;@gnome&lt;/p&gt;

&lt;p&gt;请不要在这里发表侮辱性的言语，无论是用中文还是憋足的英文。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@gnome</p>

<p>请不要在这里发表侮辱性的言语，无论是用中文还是憋足的英文。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 普林斯赖</title>
		<link>http://linuxtoy.org/archives/wally.html#comment-92256</link>
		<dc:creator>普林斯赖</dc:creator>
		<pubDate>Wed, 10 Sep 2008 07:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2373#comment-92256</guid>
		<description>&lt;p&gt;Gnome的wallpaper tray也很好用&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Gnome的wallpaper tray也很好用</p>]]></content:encoded>
	</item>
	<item>
		<title>By: drizzle</title>
		<link>http://linuxtoy.org/archives/wally.html#comment-92254</link>
		<dc:creator>drizzle</dc:creator>
		<pubDate>Wed, 10 Sep 2008 06:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2373#comment-92254</guid>
		<description>&lt;p&gt;从来没有自己换壁纸的习惯&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>从来没有自己换壁纸的习惯</p>]]></content:encoded>
	</item>
	<item>
		<title>By: DS</title>
		<link>http://linuxtoy.org/archives/wally.html#comment-92252</link>
		<dc:creator>DS</dc:creator>
		<pubDate>Wed, 10 Sep 2008 06:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2373#comment-92252</guid>
		<description>&lt;p&gt;Gnome 可以用 Wallpapoz，功能远没有 Wally 强大。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Gnome 可以用 Wallpapoz，功能远没有 Wally 强大。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ainux</title>
		<link>http://linuxtoy.org/archives/wally.html#comment-92250</link>
		<dc:creator>ainux</dc:creator>
		<pubDate>Wed, 10 Sep 2008 05:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2373#comment-92250</guid>
		<description>&lt;p&gt;不小心被换上和谐的壁纸然后被不该看到的人看到，那怎么办？&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>不小心被换上和谐的壁纸然后被不该看到的人看到，那怎么办？</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Leo</title>
		<link>http://linuxtoy.org/archives/wally.html#comment-92247</link>
		<dc:creator>Leo</dc:creator>
		<pubDate>Wed, 10 Sep 2008 03:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2373#comment-92247</guid>
		<description>&lt;p&gt;不错哦&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>不错哦</p>]]></content:encoded>
	</item>
	<item>
		<title>By: xzhang</title>
		<link>http://linuxtoy.org/archives/wally.html#comment-92246</link>
		<dc:creator>xzhang</dc:creator>
		<pubDate>Wed, 10 Sep 2008 03:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2373#comment-92246</guid>
		<description>&lt;p&gt;楼上的……有创意……哈哈，估计会保留最后一个吧&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>楼上的……有创意……哈哈，估计会保留最后一个吧</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Noxide</title>
		<link>http://linuxtoy.org/archives/wally.html#comment-92245</link>
		<dc:creator>Noxide</dc:creator>
		<pubDate>Wed, 10 Sep 2008 03:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2373#comment-92245</guid>
		<description>&lt;p&gt;不知断网的话会不会没有壁纸了&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>不知断网的话会不会没有壁纸了</p>]]></content:encoded>
	</item>
</channel>
</rss>

