<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>costela.net &#187; chromium</title>
	<atom:link href="http://costela.net/tag/chromium/feed/" rel="self" type="application/rss+xml" />
	<link>http://costela.net</link>
	<description>rhetorically impaired, ironically despaired</description>
	<lastBuildDate>Wed, 25 Jan 2012 15:30:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Re: Firefox/Iceweasel/Chromium smart-bookmarks</title>
		<link>http://costela.net/2010/06/re-firefoxiceweaselchromium-smart-bookmarks/</link>
		<comments>http://costela.net/2010/06/re-firefoxiceweaselchromium-smart-bookmarks/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 12:31:29 +0000</pubDate>
		<dc:creator>Leo Antunes</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[bookmarks]]></category>
		<category><![CDATA[chromium]]></category>
		<category><![CDATA[debian planet]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[iceweasel]]></category>

		<guid isPermaLink="false">http://costela.net/?p=615</guid>
		<description><![CDATA[Neil Williams recently commented on the lack of smart-bookmarks in Firefox/Iceweasel/Chromium and since the post doesn&#8217;t accept comments, counter-post FTW. Maybe I didn&#8217;t understand exactly what was meant, but I&#8217;m personally trying to see the advantage of having a smart-bookmark sit on the toolbar as opposed to just being used via a label. Both FF/IW [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.linux.codehelp.co.uk/serendipity/index.php?/archives/208-Switching-from-iceweasel-to-chromium.html">Neil Williams recently commented</a> on the lack of smart-bookmarks in Firefox/Iceweasel/Chromium and since the post doesn&#8217;t accept comments, counter-post FTW.<br />
Maybe I didn&#8217;t understand exactly what was meant, but I&#8217;m personally trying to see the advantage of having a smart-bookmark sit on the toolbar as opposed to just being used via a label. Both FF/IW and Chrome can do the label thing, where you bookmark something like &#8220;http://bugs.debian.org/%s&#8221; with a shortcut like &#8220;bugs&#8221; and can then simply Ctrl-L to the address bar and type &#8220;bugs 999999&#8243;. Done.<br />
Can the way Epiphany does this be more effective? (actually this is the way Galeon did it way back then and I used to love it before I found out I could be way quicker with the keyboard+shortcut thingy. Not to mention having less clutter in the toolbar.)</p>
<p>And granted: <del datetime="2010-06-27T13:28:59+00:00">Chromium&#8217;s interface doesn&#8217;t allow the editing of this shortcut and they only work when imported from FF/IW, but I expect this to be fixed eventually. Doesn&#8217;t make much sense to have such a &#8220;hidden&#8221; feature.</del> [<strong style="color:red">UPDATE</strong>: nevermind. As handily pointed out by Chris Butler, you <em>can</em> edit the shortcuts under Options→Basics→Default Search→Manage. It might not be the most intuitive of places to put it, but it's there.]</p>
<p>As for the rest of the reasons for switching mentioned in the original post, I can certainly see where they&#8217;re coming from. No real solid counter-arguments there.</p>
]]></content:encoded>
			<wfw:commentRss>http://costela.net/2010/06/re-firefoxiceweaselchromium-smart-bookmarks/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Notes on the Google Chrome&#8482; Debian package</title>
		<link>http://costela.net/2009/12/notes-on-the-google-chrome-debian-package/</link>
		<comments>http://costela.net/2009/12/notes-on-the-google-chrome-debian-package/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 21:23:41 +0000</pubDate>
		<dc:creator>Leo Antunes</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[chromium]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[debian planet]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[packaging]]></category>

		<guid isPermaLink="false">http://costela.net/?p=501</guid>
		<description><![CDATA[Just some quick superficial observations on the Debian/Ubuntu package distributed by Google: Most files are installed in /opt/google/. It attempts to patch /usr/share/gnome-control-center/gnome-default-applications.xml on postinst (maybe legacy compatibility? Someone with more gnome-fu than me care to explain?). The postinst also automatically adds a souce for updates to /etc/apt/sources.list.d and an archive key (this is IMHO [...]]]></description>
			<content:encoded><![CDATA[<p>Just some quick superficial observations on the Debian/Ubuntu package <a href="http://www.google.com/chrome?platform=linux">distributed by Google</a>:</p>
<ul>
<li>Most files are installed in <em>/opt/google/</em>.</li>
<li>It attempts to patch <em>/usr/share/gnome-control-center/gnome-default-applications.xml</em> on postinst (maybe legacy compatibility? Someone with more gnome-fu than me care to explain?).</li>
<li>The postinst also automatically adds a souce for updates to <em>/etc/apt/sources.list.d</em> and an archive key (this is IMHO the worst part)</li>
<li>It includes a daily cronjob that &#8211; at least at first glance &#8211; tries to do the same things the postinst did (new apt source, archive key, etc) and some further archive configuration. The cron script is called at the end of postinst.</li>
<li>A casual look at objdump suggests it&#8217;s statically linked to <a href="http://code.google.com/p/v8/">libv8</a></li>
<li>On a slightly more positive note, it at least seems to successfully undo most of the changes once removed, with the exception of the added archive key and the above mentioned patch to gnome&#8217;s default apps list (that is: if there&#8217;s any situation it actually gets applied).</li>
</ul>
<p>I understand it might be too much hassle doing it the right way (from the corporate POV), but then why not simply cooperate a bit more with the community? Hopefully they&#8217;ll accept some criticism and suggestions.<br />
Or even better: they could simply reuse all the <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520324">work being done to officially package Chromium</a>.</p>
<p><strong style="color:red;">UPDATE</strong>: forgot to mention that the version string (something like &#8220;4.0.249.43-r34537&#8243;) doesn&#8217;t follow policy. Not a huge deal for a non-distributable package, but in the name of forward-compatibility &#8211; if Chrome ever becomes fully open-source &#8211; it could be smart to adopt something like &#8220;4.0.249.43-0.x&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://costela.net/2009/12/notes-on-the-google-chrome-debian-package/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

