<?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: Konqueror Userscript</title>
	<atom:link href="http://blog.neofreko.com/index.php/2007/01/12/konqueror-userscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.neofreko.com/index.php/2007/01/12/konqueror-userscript/</link>
	<description>Nothing but neofreko</description>
	<lastBuildDate>Tue, 20 Dec 2011 13:40:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: rfunk</title>
		<link>http://blog.neofreko.com/index.php/2007/01/12/konqueror-userscript/comment-page-1/#comment-54881</link>
		<dc:creator>rfunk</dc:creator>
		<pubDate>Tue, 13 Mar 2007 20:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.neofreko.com/?p=594#comment-54881</guid>
		<description>Ah, works better if I run it from my home directory.  I guess the userscript_dir initialization needs to get the home dir.</description>
		<content:encoded><![CDATA[<p>Ah, works better if I run it from my home directory.  I guess the userscript_dir initialization needs to get the home dir.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rfunk</title>
		<link>http://blog.neofreko.com/index.php/2007/01/12/konqueror-userscript/comment-page-1/#comment-54880</link>
		<dc:creator>rfunk</dc:creator>
		<pubDate>Tue, 13 Mar 2007 20:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.neofreko.com/?p=594#comment-54880</guid>
		<description>I love this idea.  But I when I tried it konq crashed even without a userscript installed.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1234970944 (LWP 19590)]
0xb6ef4827 in QGListIterator::QGListIterator () from /usr/lib/libqt-mt.so.3
(gdb) bt
#0  0xb6ef4827 in QGListIterator::QGListIterator () from /usr/lib/libqt-mt.so.3
#1  0xb5b75afd in Pluginkonqtest::slotAction ()
   from /usr/lib/kde3/libkonqtestplugin.so
#2  0xb5b761aa in Pluginkonqtest::qt_invoke ()
   from /usr/lib/kde3/libkonqtestplugin.so
#3  0xb6bf417e in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#4  0xb6bf4aec in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#5  0xb7a9395c in KParts::ReadOnlyPart::completed ()
   from /usr/lib/libkparts.so.2
#6  0xb5e6162a in KHTMLView::timerEvent () from /usr/lib/libkhtml.so.4
#7  0xb6bf1270 in QObject::event () from /usr/lib/libqt-mt.so.3
#8  0xb6c2e742 in QWidget::event () from /usr/lib/libqt-mt.so.3
#9  0xb6b89f3e in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#10 0xb6b8acbe in QApplication::notify () from /usr/lib/libqt-mt.so.3
#11 0xb73331cd in KApplication::notify () from /usr/lib/libkdecore.so.4
#12 0xb6b1b157 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3
#13 0xb6b7b92b in QEventLoop::activateTimers () from /usr/lib/libqt-mt.so.3
#14 0xb6b2ef67 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#15 0xb6ba2a2f in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#16 0xb6ba2952 in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#17 0xb6b88a4d in QApplication::exec () from /usr/lib/libqt-mt.so.3
#18 0xb7e9617f in kdemain () from /usr/lib/libkdeinit_konqueror.so
#19 0xb7bc0ea2 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#20 0x080483b5 in ?? ()</description>
		<content:encoded><![CDATA[<p>I love this idea.  But I when I tried it konq crashed even without a userscript installed.</p>
<p>Program received signal SIGSEGV, Segmentation fault.<br />
[Switching to Thread -1234970944 (LWP 19590)]<br />
0xb6ef4827 in QGListIterator::QGListIterator () from /usr/lib/libqt-mt.so.3<br />
(gdb) bt<br />
#0  0xb6ef4827 in QGListIterator::QGListIterator () from /usr/lib/libqt-mt.so.3<br />
#1  0xb5b75afd in Pluginkonqtest::slotAction ()<br />
   from /usr/lib/kde3/libkonqtestplugin.so<br />
#2  0xb5b761aa in Pluginkonqtest::qt_invoke ()<br />
   from /usr/lib/kde3/libkonqtestplugin.so<br />
#3  0xb6bf417e in QObject::activate_signal () from /usr/lib/libqt-mt.so.3<br />
#4  0xb6bf4aec in QObject::activate_signal () from /usr/lib/libqt-mt.so.3<br />
#5  0xb7a9395c in KParts::ReadOnlyPart::completed ()<br />
   from /usr/lib/libkparts.so.2<br />
#6  0xb5e6162a in KHTMLView::timerEvent () from /usr/lib/libkhtml.so.4<br />
#7  0xb6bf1270 in QObject::event () from /usr/lib/libqt-mt.so.3<br />
#8  0xb6c2e742 in QWidget::event () from /usr/lib/libqt-mt.so.3<br />
#9  0xb6b89f3e in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3<br />
#10 0xb6b8acbe in QApplication::notify () from /usr/lib/libqt-mt.so.3<br />
#11 0xb73331cd in KApplication::notify () from /usr/lib/libkdecore.so.4<br />
#12 0xb6b1b157 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3<br />
#13 0xb6b7b92b in QEventLoop::activateTimers () from /usr/lib/libqt-mt.so.3<br />
#14 0xb6b2ef67 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3<br />
#15 0xb6ba2a2f in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3<br />
#16 0xb6ba2952 in QEventLoop::exec () from /usr/lib/libqt-mt.so.3<br />
#17 0xb6b88a4d in QApplication::exec () from /usr/lib/libqt-mt.so.3<br />
#18 0xb7e9617f in kdemain () from /usr/lib/libkdeinit_konqueror.so<br />
#19 0xb7bc0ea2 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6<br />
#20 0x080483b5 in ?? ()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toni</title>
		<link>http://blog.neofreko.com/index.php/2007/01/12/konqueror-userscript/comment-page-1/#comment-51744</link>
		<dc:creator>toni</dc:creator>
		<pubDate>Sat, 13 Jan 2007 19:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.neofreko.com/?p=594#comment-51744</guid>
		<description>@tidiman07

my menu? yep, it&#039;s intended to be there. Though it felt a lil bit weird and hard to use :D. Well, it&#039;s all done so that we can stare at this sexy lady on the right , ie: Lust from Fullmetal Alchemist

Maybe I&#039;ll hire someone to fix my menu ^^</description>
		<content:encoded><![CDATA[<p>@tidiman07</p>
<p>my menu? yep, it&#8217;s intended to be there. Though it felt a lil bit weird and hard to use <img src='http://blog.neofreko.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> . Well, it&#8217;s all done so that we can stare at this sexy lady on the right , ie: Lust from Fullmetal Alchemist</p>
<p>Maybe I&#8217;ll hire someone to fix my menu ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tidiman07</title>
		<link>http://blog.neofreko.com/index.php/2007/01/12/konqueror-userscript/comment-page-1/#comment-51743</link>
		<dc:creator>tidiman07</dc:creator>
		<pubDate>Sat, 13 Jan 2007 19:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.neofreko.com/?p=594#comment-51743</guid>
		<description>hey, nice work, i&#039;ve always felt that konqueror did not get enought attention- always firefox hacks and tweaks, never konqueror. i&#039;m thinking of making a site dedicated to konqueror features e.t.c.
btw, wats with ur menu? its at the bottom of article, is it supposed to be?</description>
		<content:encoded><![CDATA[<p>hey, nice work, i&#8217;ve always felt that konqueror did not get enought attention- always firefox hacks and tweaks, never konqueror. i&#8217;m thinking of making a site dedicated to konqueror features e.t.c.<br />
btw, wats with ur menu? its at the bottom of article, is it supposed to be?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lust::Geek Building The Bridge Part 2 &#187; QRegExp greedy non greedy</title>
		<link>http://blog.neofreko.com/index.php/2007/01/12/konqueror-userscript/comment-page-1/#comment-51684</link>
		<dc:creator>Lust::Geek Building The Bridge Part 2 &#187; QRegExp greedy non greedy</dc:creator>
		<pubDate>Sat, 13 Jan 2007 13:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.neofreko.com/?p=594#comment-51684</guid>
		<description>[...] And about name, I wanna call this plugin as Kuskus (Konqueror User Script. what? Konqueror User Script!). I pick Phalanger ursinus for my Kuskus, among others, as it is the first thing I found from Google. Now, someone must make a logo for me                    Popularity: 1%These icons link to social bookmarking sites where readers can share and discover new web pages. [...]</description>
		<content:encoded><![CDATA[<p>[...] And about name, I wanna call this plugin as Kuskus (Konqueror User Script. what? Konqueror User Script!). I pick Phalanger ursinus for my Kuskus, among others, as it is the first thing I found from Google. Now, someone must make a logo for me                    Popularity: 1%These icons link to social bookmarking sites where readers can share and discover new web pages. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

