<?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"
	>
<channel>
	<title>Comments on: More fun with usplash</title>
	<atom:link href="http://blogs.ubuntu-nl.org/dennis/2006/09/13/more-fun-with-usplash/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.ubuntu-nl.org/dennis/2006/09/13/more-fun-with-usplash/</link>
	<description>Bastard Operator For Life</description>
	<pubDate>Mon, 22 Mar 2010 11:12:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: systemize</title>
		<link>http://blogs.ubuntu-nl.org/dennis/2006/09/13/more-fun-with-usplash/#comment-83071</link>
		<dc:creator>systemize</dc:creator>
		<pubDate>Sun, 25 May 2008 17:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.ubuntu-nl.org/dennis/2006/09/13/more-fun-with-usplash/#comment-83071</guid>
		<description>Link to the source is dead, could someone share it or reupload it?</description>
		<content:encoded><![CDATA[<p>Link to the source is dead, could someone share it or reupload it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lotacus</title>
		<link>http://blogs.ubuntu-nl.org/dennis/2006/09/13/more-fun-with-usplash/#comment-17937</link>
		<dc:creator>lotacus</dc:creator>
		<pubDate>Sat, 07 Apr 2007 02:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.ubuntu-nl.org/dennis/2006/09/13/more-fun-with-usplash/#comment-17937</guid>
		<description>I've compiled it and ran it. Now when the program pops up, it fails to display the themes already installed through synaptic. IE: xubuntu, ubuntu etc.. However, it seems that included in your program is an edubuntu theme which it previews.

When I use the program to set the theme and manually preview using the command sudo usplash -c my screen turns off with hv over frequency.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve compiled it and ran it. Now when the program pops up, it fails to display the themes already installed through synaptic. IE: xubuntu, ubuntu etc.. However, it seems that included in your program is an edubuntu theme which it previews.</p>
<p>When I use the program to set the theme and manually preview using the command sudo usplash -c my screen turns off with hv over frequency.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter B.</title>
		<link>http://blogs.ubuntu-nl.org/dennis/2006/09/13/more-fun-with-usplash/#comment-12631</link>
		<dc:creator>Peter B.</dc:creator>
		<pubDate>Sat, 03 Mar 2007 13:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.ubuntu-nl.org/dennis/2006/09/13/more-fun-with-usplash/#comment-12631</guid>
		<description>Aha! Thankyou, partymola. I was just trying 'gcc usplash-switcher.c', which wasn't working. 

Now it's working - but for some reason, some of the images display a bit odd. Oh well, I guess that's more a problem with usplash-dev that usplash-switcher.

I'm working on a Ruby version of it, simply because I can :)</description>
		<content:encoded><![CDATA[<p>Aha! Thankyou, partymola. I was just trying &#8216;gcc usplash-switcher.c&#8217;, which wasn&#8217;t working. </p>
<p>Now it&#8217;s working - but for some reason, some of the images display a bit odd. Oh well, I guess that&#8217;s more a problem with usplash-dev that usplash-switcher.</p>
<p>I&#8217;m working on a Ruby version of it, simply because I can :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: partymola</title>
		<link>http://blogs.ubuntu-nl.org/dennis/2006/09/13/more-fun-with-usplash/#comment-6840</link>
		<dc:creator>partymola</dc:creator>
		<pubDate>Sat, 17 Feb 2007 03:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.ubuntu-nl.org/dennis/2006/09/13/more-fun-with-usplash/#comment-6840</guid>
		<description>There is a problem with this blog... it substitutes two consecutive dashes with a long dash... so it messes up the compiling line.

Correct line is:
gcc -o usplash-switcher usplash-switcher.c `pkg-config -(removethis)-libs -(removethis)-cflags gtk+-2.0` -lusplash

Don't forget to remove the "(removethis)" parts... lol</description>
		<content:encoded><![CDATA[<p>There is a problem with this blog&#8230; it substitutes two consecutive dashes with a long dash&#8230; so it messes up the compiling line.</p>
<p>Correct line is:<br />
gcc -o usplash-switcher usplash-switcher.c `pkg-config -(removethis)-libs -(removethis)-cflags gtk+-2.0` -lusplash</p>
<p>Don&#8217;t forget to remove the &#8220;(removethis)&#8221; parts&#8230; lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: partymola</title>
		<link>http://blogs.ubuntu-nl.org/dennis/2006/09/13/more-fun-with-usplash/#comment-6839</link>
		<dc:creator>partymola</dc:creator>
		<pubDate>Sat, 17 Feb 2007 03:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.ubuntu-nl.org/dennis/2006/09/13/more-fun-with-usplash/#comment-6839</guid>
		<description>Follow these steps:

# Install development files for usplash
sudo apt-get install usplash-dev

# Compile usplash-switcher
gcc -o usplash-switcher usplash-switcher.c `pkg-config --libs --cflags gtk+-2.0` -lusplash

# Run usplash-switcher as root
sudo ./usplash-switcher

Enjoy it :)</description>
		<content:encoded><![CDATA[<p>Follow these steps:</p>
<p># Install development files for usplash<br />
sudo apt-get install usplash-dev</p>
<p># Compile usplash-switcher<br />
gcc -o usplash-switcher usplash-switcher.c `pkg-config &#8211;libs &#8211;cflags gtk+-2.0` -lusplash</p>
<p># Run usplash-switcher as root<br />
sudo ./usplash-switcher</p>
<p>Enjoy it :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chiller</title>
		<link>http://blogs.ubuntu-nl.org/dennis/2006/09/13/more-fun-with-usplash/#comment-5524</link>
		<dc:creator>Chiller</dc:creator>
		<pubDate>Thu, 25 Jan 2007 10:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.ubuntu-nl.org/dennis/2006/09/13/more-fun-with-usplash/#comment-5524</guid>
		<description>Thanks a lot for the gcc hint, but I also have the error message plus a whole bunch of other ones:
hangeusplash.c:37:21: error: gtk/gtk.h: No such file or directory
changeusplash.c:47: error: expected specifier-qualifier-list before â€˜GtkWidgetâ€™
changeusplash.c:53: error: expected â€˜=â€™, â€˜,â€™, â€˜;â€™, â€˜asmâ€™ or â€˜__attribute__â€™ befo
re â€˜*â€™ token
changeusplash.c:54: error: expected â€˜)â€™ before â€˜*â€™ token
changeusplash.c:55: error: expected â€˜)â€™ before â€˜*â€™ token
changeusplash.c:56: error: expected â€˜)â€™ before â€˜*â€™ token
changeusplash.c:57: error: expected â€˜)â€™ before â€˜*â€™ token
changeusplash.c:58: error: expected â€˜)â€™ before â€˜*â€™ token
changeusplash.c:60: error: expected â€˜)â€™ before â€˜pâ€™
changeusplash.c:67: error: expected â€˜=â€™, â€˜,â€™, â€˜;â€™, â€˜asmâ€™ or â€˜__attribute__â€™ befo
re â€˜*â€™ token
changeusplash.c: In function â€˜mainâ€™:
changeusplash.c:71: error: â€˜GtkWidgetâ€™ undeclared (first use in this function)
changeusplash.c:71: error: (Each undeclared identifier is reported only once
changeusplash.c:71: error: for each function it appears in.)
changeusplash.c:71: error: â€˜vbâ€™ undeclared (first use in this function)
changeusplash.c:71: error: â€˜hbâ€™ undeclared (first use in this function)
changeusplash.c:71: error: â€˜lâ€™ undeclared (first use in this function)
changeusplash.c:71: error: â€˜bâ€™ undeclared (first use in this function)
changeusplash.c:71: error: â€˜imgâ€™ undeclared (first use in this function)
changeusplash.c:79: error: â€˜GErrorâ€™ undeclared (first use in this function)
changeusplash.c:79: error: â€˜errâ€™ undeclared (first use in this function)
changeusplash.c:92: warning: assignment makes pointer from integer without a cas
t
changeusplash.c:106: error: â€˜struct theme_dataâ€™ has no member named â€˜nameâ€™
changeusplash.c:107: error: â€˜struct theme_dataâ€™ has no member named â€˜nameâ€™
changeusplash.c:108: error: â€˜struct theme_dataâ€™ has no member named â€˜nameâ€™
changeusplash.c:116: error: â€˜MainWindowâ€™ undeclared (first use in this function)
changeusplash.c:116: error: â€˜GTK_WINDOW_TOPLEVELâ€™ undeclared (first use in this
function)
changeusplash.c:118: error: â€˜FALSEâ€™ undeclared (first use in this function)
changeusplash.c:119: error: â€˜destroyâ€™ undeclared (first use in this function)
changeusplash.c:125: error: â€˜TRUEâ€™ undeclared (first use in this function)
changeusplash.c:134: error: â€˜struct theme_dataâ€™ has no member named â€˜buttonâ€™
changeusplash.c:138: error: â€˜GTK_STOCK_MISSING_IMAGEâ€™ undeclared (first use in t
his function)
changeusplash.c:138: error: â€˜GTK_ICON_SIZE_DIALOGâ€™ undeclared (first use in this
 function)
changeusplash.c:140: error: â€˜GTK_POS_TOPâ€™ undeclared (first use in this function
)
changeusplash.c:141: error: â€˜struct theme_dataâ€™ has no member named â€˜nameâ€™
changeusplash.c:143: error: â€˜switch_themeâ€™ undeclared (first use in this functio
n)
changeusplash.c:150: error: â€˜struct theme_dataâ€™ has no member named â€˜buttonâ€™
changeusplash.c:156: error: â€˜GTK_STOCK_CLOSEâ€™ undeclared (first use in this func
tion)
changeusplash.c:162: error: â€˜GTK_STOCK_OKâ€™ undeclared (first use in this functio
n)
changeusplash.c:162: error: â€˜GTK_ICON_SIZE_BUTTONâ€™ undeclared (first use in this
 function)
changeusplash.c:163: error: â€˜GTK_POS_LEFTâ€™ undeclared (first use in this functio
n)
changeusplash.c:165: error: â€˜save_themeâ€™ undeclared (first use in this function)
changeusplash.c:168: error: â€˜GTK_STOCK_MEDIA_PLAYâ€™ undeclared (first use in this
 function)
changeusplash.c:171: error: â€˜previewâ€™ undeclared (first use in this function)
changeusplash.c: At top level:
changeusplash.c:181: error: expected â€˜)â€™ before â€˜*â€™ token
changeusplash.c:186: error: expected â€˜)â€™ before â€˜*â€™ token
changeusplash.c:208: error: expected â€˜)â€™ before â€˜*â€™ token
changeusplash.c:255: error: expected â€˜)â€™ before â€˜*â€™ token
changeusplash.c:307: error: expected â€˜)â€™ before â€˜pâ€™
changeusplash.c: In function â€˜get_alternativesâ€™:
changeusplash.c:322: error: â€˜gcharâ€™ undeclared (first use in this function)
changeusplash.c:322: error: â€˜outâ€™ undeclared (first use in this function)
changeusplash.c:323: error: â€˜GErrorâ€™ undeclared (first use in this function)
changeusplash.c:323: error: â€˜errorâ€™ undeclared (first use in this function)
changeusplash.c:324: error: â€˜commandâ€™ undeclared (first use in this function)
changeusplash.c:330: warning: incompatible implicit declaration of built-in func
tion â€˜fprintfâ€™
changeusplash.c:330: error: â€˜stderrâ€™ undeclared (first use in this function)
changeusplash.c: In function â€˜load_themeâ€™:
changeusplash.c:346: warning: incompatible implicit declaration of built-in func                                                                                                   tion â€˜fprintfâ€™
changeusplash.c:346: error: â€˜stderrâ€™ undeclared (first use in this function)
changeusplash.c:352: warning: incompatible implicit declaration of built-in func                                                                                                   tion â€˜fprintfâ€™
changeusplash.c:356: warning: incompatible implicit declaration of built-in func                                                                                                   tion â€˜fprintfâ€™
changeusplash.c: At top level:
changeusplash.c:363: error: expected â€˜=â€™, â€˜,â€™, â€˜;â€™, â€˜asmâ€™ or â€˜__attribute__â€™ bef                                                                                                   ore â€˜*â€™ token
changeusplash.c: In function â€˜display_errorâ€™:
changeusplash.c:392: error: â€˜GtkWidgetâ€™ undeclared (first use in this function)
changeusplash.c:392: error: â€˜dialogâ€™ undeclared (first use in this function)
changeusplash.c:393: error: â€˜MainWindowâ€™ undeclared (first use in this function)
changeusplash.c:394: error: â€˜GTK_DIALOG_MODALâ€™ undeclared (first use in this fun                                                                                                   ction)
changeusplash.c:394: error: â€˜GTK_DIALOG_DESTROY_WITH_PARENTâ€™ undeclared (first u                                                                                                   se in this function)
changeusplash.c:395: error: â€˜GTK_MESSAGE_ERRORâ€™ undeclared (first use in this fu                                                                                                   nction)
changeusplash.c:396: error: â€˜GTK_BUTTONS_CLOSEâ€™ undeclared (first use in this fu                                                                                                   nction)</description>
		<content:encoded><![CDATA[]]></content:encoded>
	</item>
	<item>
		<title>By: Tiede</title>
		<link>http://blogs.ubuntu-nl.org/dennis/2006/09/13/more-fun-with-usplash/#comment-5470</link>
		<dc:creator>Tiede</dc:creator>
		<pubDate>Wed, 24 Jan 2007 09:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.ubuntu-nl.org/dennis/2006/09/13/more-fun-with-usplash/#comment-5470</guid>
		<description>PPS: I already have libgtk2.0-dev installed</description>
		<content:encoded><![CDATA[<p>PPS: I already have libgtk2.0-dev installed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiede</title>
		<link>http://blogs.ubuntu-nl.org/dennis/2006/09/13/more-fun-with-usplash/#comment-5468</link>
		<dc:creator>Tiede</dc:creator>
		<pubDate>Wed, 24 Jan 2007 08:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.ubuntu-nl.org/dennis/2006/09/13/more-fun-with-usplash/#comment-5468</guid>
		<description>Do we need to install additional libraries in spite of the default ones?
I tried compiling it (both via terminal and via CodeBlocks ) and I get an error.
It says that it cannot find the appropriate headers.
Exact message is: error: gtk/gtk.h: No such file or directory.
Am I missing something? Shouldn't I ALREADY have those libraries installed on Ubuntu Edgy?
P.S:I am compiling from the desktop. But if I remember well from my introductory programming class ('twas just a month ago :D ) it should not matter...</description>
		<content:encoded><![CDATA[<p>Do we need to install additional libraries in spite of the default ones?<br />
I tried compiling it (both via terminal and via CodeBlocks ) and I get an error.<br />
It says that it cannot find the appropriate headers.<br />
Exact message is: error: gtk/gtk.h: No such file or directory.<br />
Am I missing something? Shouldn&#8217;t I ALREADY have those libraries installed on Ubuntu Edgy?<br />
P.S:I am compiling from the desktop. But if I remember well from my introductory programming class (&#8217;twas just a month ago :D ) it should not matter&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petar</title>
		<link>http://blogs.ubuntu-nl.org/dennis/2006/09/13/more-fun-with-usplash/#comment-5378</link>
		<dc:creator>Petar</dc:creator>
		<pubDate>Mon, 22 Jan 2007 00:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.ubuntu-nl.org/dennis/2006/09/13/more-fun-with-usplash/#comment-5378</guid>
		<description>@Chiller

This a C source file, you have to compile it by issuing a command in terminal
gcc usplash-source.c 
and copying resulting binary in e.g.  /usr/bin.</description>
		<content:encoded><![CDATA[<p>@Chiller</p>
<p>This a C source file, you have to compile it by issuing a command in terminal<br />
gcc usplash-source.c<br />
and copying resulting binary in e.g.  /usr/bin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chiller</title>
		<link>http://blogs.ubuntu-nl.org/dennis/2006/09/13/more-fun-with-usplash/#comment-4871</link>
		<dc:creator>Chiller</dc:creator>
		<pubDate>Sun, 14 Jan 2007 15:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.ubuntu-nl.org/dennis/2006/09/13/more-fun-with-usplash/#comment-4871</guid>
		<description>Hi, I'm a complete noob in ubuntu. How do we use this source? I tried "chmod 755 usplash.sh" (because I saved it as usplash.sh.
Could someone help me with this?</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m a complete noob in ubuntu. How do we use this source? I tried &#8220;chmod 755 usplash.sh&#8221; (because I saved it as usplash.sh.<br />
Could someone help me with this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis Kaarsemaker</title>
		<link>http://blogs.ubuntu-nl.org/dennis/2006/09/13/more-fun-with-usplash/#comment-108</link>
		<dc:creator>Dennis Kaarsemaker</dc:creator>
		<pubDate>Wed, 25 Oct 2006 16:42:08 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.ubuntu-nl.org/dennis/2006/09/13/more-fun-with-usplash/#comment-108</guid>
		<description>You're supposed to install them properly, including adding them to the usplash-artwork.so alternative.</description>
		<content:encoded><![CDATA[<p>You&#8217;re supposed to install them properly, including adding them to the usplash-artwork.so alternative.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZarK</title>
		<link>http://blogs.ubuntu-nl.org/dennis/2006/09/13/more-fun-with-usplash/#comment-107</link>
		<dc:creator>ZarK</dc:creator>
		<pubDate>Wed, 25 Oct 2006 07:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.ubuntu-nl.org/dennis/2006/09/13/more-fun-with-usplash/#comment-107</guid>
		<description>This is superb! I can't get the problem to detect any other themes though... where am I supposed to put my .so files so the program will read them?</description>
		<content:encoded><![CDATA[<p>This is superb! I can&#8217;t get the problem to detect any other themes though&#8230; where am I supposed to put my .so files so the program will read them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zenrox</title>
		<link>http://blogs.ubuntu-nl.org/dennis/2006/09/13/more-fun-with-usplash/#comment-83</link>
		<dc:creator>zenrox</dc:creator>
		<pubDate>Tue, 17 Oct 2006 02:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.ubuntu-nl.org/dennis/2006/09/13/more-fun-with-usplash/#comment-83</guid>
		<description>works great
looks like it dont find all .so files in the /usr/lib/usplash dir
i suspect blow line 90 is the issue</description>
		<content:encoded><![CDATA[<p>works great<br />
looks like it dont find all .so files in the /usr/lib/usplash dir<br />
i suspect blow line 90 is the issue</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JustAnotherUselessPage &#187; usplash-switcher</title>
		<link>http://blogs.ubuntu-nl.org/dennis/2006/09/13/more-fun-with-usplash/#comment-65</link>
		<dc:creator>JustAnotherUselessPage &#187; usplash-switcher</dc:creator>
		<pubDate>Thu, 05 Oct 2006 00:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.ubuntu-nl.org/dennis/2006/09/13/more-fun-with-usplash/#comment-65</guid>
		<description>[...] Usplash-switcher is an easy way to choose which of the installed usplashes is active. [...]</description>
		<content:encoded><![CDATA[<p>[...] Usplash-switcher is an easy way to choose which of the installed usplashes is active. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
