<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Base-Art - Linux</title><link href="https://base-art.net/" rel="alternate"></link><link href="https://base-art.net/feeds/tag-linux.atom.xml" rel="self"></link><id>https://base-art.net/</id><updated>2008-10-27T15:55:31+01:00</updated><entry><title>Coherence and Nautilus, UPnP a bit more on the desktop</title><link href="https://base-art.net/Articles/104/" rel="alternate"></link><published>2008-10-27T15:49:39+01:00</published><updated>2008-10-27T15:55:31+01:00</updated><author><name>Philippe Normand</name></author><id>tag:base-art.net,2008-10-27:/Articles/104/</id><summary type="html">&lt;p&gt;&lt;a class="reference external" href="http://netzflocken.de"&gt;Frank&lt;/a&gt; is at it again on his quest to make Coherence conquer the &lt;span class="caps"&gt;GNOME&lt;/span&gt; desktop. This time Nautilus is part of the game, allowing the user to easily share files over UPnP and easily select a MediaRenderer to play media&amp;nbsp;files.&lt;/p&gt;
&lt;p&gt;Checkout the video on his &lt;a class="reference external" href="http://netzflocken.de/2008/10/26/coherence-and-nautilus-brothers-in-arms"&gt;post&lt;/a&gt;, it is just …&lt;/p&gt;</summary><content type="html">&lt;p&gt;&lt;a class="reference external" href="http://netzflocken.de"&gt;Frank&lt;/a&gt; is at it again on his quest to make Coherence conquer the &lt;span class="caps"&gt;GNOME&lt;/span&gt; desktop. This time Nautilus is part of the game, allowing the user to easily share files over UPnP and easily select a MediaRenderer to play media&amp;nbsp;files.&lt;/p&gt;
&lt;p&gt;Checkout the video on his &lt;a class="reference external" href="http://netzflocken.de/2008/10/26/coherence-and-nautilus-brothers-in-arms"&gt;post&lt;/a&gt;, it is just awesome! Thanks Frank for all this work, hoping it will give ideas to others&amp;nbsp;:)&lt;/p&gt;
</content><category term="misc"></category><category term="Linux"></category></entry><entry><title>Upgrading to Ubuntu Feisty in text-mode</title><link href="https://base-art.net/Articles/84/" rel="alternate"></link><published>2007-04-21T11:33:14+02:00</published><updated>2007-04-21T11:45:02+02:00</updated><author><name>Philippe Normand</name></author><id>tag:base-art.net,2007-04-21:/Articles/84/</id><summary type="html">&lt;p&gt;In Debian it&amp;#8217;s really easy to upgrade to a new version of the&amp;nbsp;distribution:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;replace old distro with new distro in&amp;nbsp;/etc/apt/sources.list&lt;/li&gt;
&lt;li&gt;run apt-get&amp;nbsp;update&lt;/li&gt;
&lt;li&gt;run apt-get&amp;nbsp;dist-upgrade&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This used to work fine for me in the past. Now I&amp;#8217;m using Ubuntu and I have …&lt;/p&gt;</summary><content type="html">&lt;p&gt;In Debian it&amp;#8217;s really easy to upgrade to a new version of the&amp;nbsp;distribution:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;replace old distro with new distro in&amp;nbsp;/etc/apt/sources.list&lt;/li&gt;
&lt;li&gt;run apt-get&amp;nbsp;update&lt;/li&gt;
&lt;li&gt;run apt-get&amp;nbsp;dist-upgrade&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This used to work fine for me in the past. Now I&amp;#8217;m using Ubuntu and I have to use their update-manager if I don&amp;#8217;t want bad things to happen&amp;#8230; Why is that? Don&amp;#8217;t ask me I have no clue&amp;nbsp;:)&lt;/p&gt;
&lt;p&gt;Problem with that update-manager is that it&amp;#8217;s a X11 application, this is good for the lambda user who just want to hit the button &amp;#8220;upgrade to feisty&amp;#8221;, reboot and&amp;nbsp;enjoy.&lt;/p&gt;
&lt;p&gt;I wanted to see what happens in the background when you hit that famous button. So, the update-manager doesn&amp;#8217;t really handle the upgrade itself. Have a look at the end of your ~/.update-manager/meta-release&amp;nbsp;file:&lt;/p&gt;
&lt;pre class="literal-block"&gt;
Dist: feisty
Name: Feisty Fawn
Version: 7.04
Date: Thu, 19 Apr 2007 13:00:00 +0200
Supported: 1
Description: This is the 7.04 release
Release-File: http://archive.ubuntu.com/ubuntu/dists/feisty/Release
ReleaseNotes: http://archive.ubuntu.com/ubuntu/dists/feisty/main/dist-upgrader-all/current/ReleaseAnnouncement
UpgradeTool: http://archive.ubuntu.com/ubuntu/dists/feisty/main/dist-upgrader-all/current/feisty.tar.gz
UpgradeToolSignature: http://archive.ubuntu.com/ubuntu/dists/feisty/main/dist-upgrader-all/current/feisty.tar.gz.gpg
&lt;/pre&gt;
&lt;p&gt;Before the upgrade, the update-manager will download a software archive from ubuntu website (the UpgradeTool), extract it and run a command called &amp;#8220;feisty&amp;#8221;.. This app is written in Python, so it was really easy to figure out how perform the upgrade without their &lt;span class="caps"&gt;UI&lt;/span&gt; under X.. Just run feisty like&amp;nbsp;this:&lt;/p&gt;
&lt;pre class="literal-block"&gt;
sudo ./feisty --frontend DistUpgradeViewText --mode desktop
&lt;/pre&gt;
&lt;p&gt;This is very handy to upgrade my mac mini (without mouse nor keyboard) over the network&amp;nbsp;:)&lt;/p&gt;
</content><category term="misc"></category><category term="Linux"></category></entry><entry><title>Painful Ubuntu upgrade</title><link href="https://base-art.net/Articles/78/" rel="alternate"></link><published>2006-10-28T12:32:47+02:00</published><updated>2006-10-29T13:09:24+01:00</updated><author><name>Philippe Normand</name></author><id>tag:base-art.net,2006-10-28:/Articles/78/</id><summary type="html">&lt;p&gt;After Edgy Eft official release, I figured out it might be a good idea to upgrade my laptop running Dapper&amp;#8230; Because I didn&amp;#8217;t want to spend hours in front of the screen waiting the 800Mb to get downloaded, I did the upgrade remotely via &lt;span class="caps"&gt;SSH&lt;/span&gt;&amp;#8230;&lt;/p&gt;
&lt;p&gt;Ok i was a …&lt;/p&gt;</summary><content type="html">&lt;p&gt;After Edgy Eft official release, I figured out it might be a good idea to upgrade my laptop running Dapper&amp;#8230; Because I didn&amp;#8217;t want to spend hours in front of the screen waiting the 800Mb to get downloaded, I did the upgrade remotely via &lt;span class="caps"&gt;SSH&lt;/span&gt;&amp;#8230;&lt;/p&gt;
&lt;p&gt;Ok i was a bit of a player here :) So far, so good, everything runs fine, until i loose my &lt;span class="caps"&gt;SSH&lt;/span&gt; connection, in the middle of the upgrade&amp;#8230; Hmmm, back at home, the computer simply made me the &amp;#8220;black screen of death&amp;#8221;&amp;#8230; reboot&amp;#8230; hard disk corrupted, e2fsck got fskd up&amp;#8230; boot using a live &lt;span class="caps"&gt;CD&lt;/span&gt;, try to repair the partition&amp;#8230; reboot&amp;#8230; continue upgrade&amp;#8230; had to reinstall some packages after disk corruption (like upstart, ncurses and some others)&amp;#8230; 2 hours later&amp;#8230; I get an edgy efted&amp;nbsp;;)&lt;/p&gt;
&lt;p&gt;Now evolution messes up with my &lt;span class="caps"&gt;IMAP&lt;/span&gt; folders and doesn&amp;#8217;t want to remember folder subscriptions&amp;#8230; Hrmm.. Then trying to get hibernation support back&amp;#8230; My swap partition blows at each boot, so the resume-from-disk doesn&amp;#8217;t work.. 1 hour later I got it solved thanks to &lt;a class="reference external" href="https://launchpad.net/distros/ubuntu/+bug/66637"&gt;this&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I read that many people upgraded like a charm using the easy way (update-manager or something&amp;#8230;), maybe next time i&amp;#8217;ll give it a try&amp;nbsp;:)&lt;/p&gt;
&lt;p&gt;Good job Ubuntu folks by the way, Edgy (once working right) is a good&amp;nbsp;milestone.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;update&lt;/strong&gt;: It seems i&amp;#8217;m not the only one who had &lt;a class="reference external" href="http://linux.slashdot.org/article.pl?sid=06/10/28/239258"&gt;problems upgrading&lt;/a&gt; .. Good to know we&amp;#8217;re all in the same boat&amp;nbsp;;)&lt;/p&gt;
</content><category term="misc"></category><category term="Linux"></category></entry><entry><title>Choosing a Home Theater Platform</title><link href="https://base-art.net/Articles/58/" rel="alternate"></link><published>2005-10-19T19:15:47+02:00</published><updated>2005-10-19T22:16:22+02:00</updated><author><name>Philippe Normand</name></author><id>tag:base-art.net,2005-10-19:/Articles/58/</id><summary type="html">&lt;p&gt;I&amp;#8217;d like to setup a &lt;span class="caps"&gt;HTPC&lt;/span&gt; software in my living room, running on this
&lt;a class="reference external" href="http://base-art.net/Articles/24/"&gt;tiny computer&lt;/a&gt; &amp;#8230; I had a look at various softwares but i&amp;#8217;d prefer
one implemented in Python, so that extending would be quite&amp;nbsp;easy.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;ll mainly use it to have tv channel schedule (&lt;span class="caps"&gt;XML …&lt;/span&gt;&lt;/p&gt;</summary><content type="html">&lt;p&gt;I&amp;#8217;d like to setup a &lt;span class="caps"&gt;HTPC&lt;/span&gt; software in my living room, running on this
&lt;a class="reference external" href="http://base-art.net/Articles/24/"&gt;tiny computer&lt;/a&gt; &amp;#8230; I had a look at various softwares but i&amp;#8217;d prefer
one implemented in Python, so that extending would be quite&amp;nbsp;easy.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;ll mainly use it to have tv channel schedule (&lt;span class="caps"&gt;XML&lt;/span&gt;-&lt;span class="caps"&gt;TV&lt;/span&gt;), listen music
(&lt;a class="reference external" href="http://respyre.org/"&gt;ResPyre&lt;/a&gt;), and handle video content. The machine won&amp;#8217;t be able to
handle &lt;span class="caps"&gt;PVR&lt;/span&gt;-like usage, but it&amp;#8217;s not critical since i&amp;#8217;m not &lt;span class="caps"&gt;TV&lt;/span&gt;-addicted&amp;nbsp;:-)&lt;/p&gt;
&lt;p&gt;So, first off, i looked at the widespread &lt;a class="reference external" href="http://mythtv.org/"&gt;MythTV&lt;/a&gt;, and it&amp;#8217;s really a
pain in the ass to setup, then it&amp;#8217;s easy to understand the success of
&lt;a class="reference external" href="http://www.mysettopbox.tv/knoppmyth.html"&gt;KnoppMyth&lt;/a&gt; (a full blown linux distro including the Myth out of the
box). Anyway the main killer feature of MythTV is &lt;span class="caps"&gt;TV&lt;/span&gt; time-shifting, in this
particular field it rocks, but i don&amp;#8217;t need that feature, i&amp;#8217;m not
inclined to install KnoppMyth, so i forget&amp;nbsp;MythTV.&lt;/p&gt;
&lt;p&gt;Next, i had a look at the Python powered &lt;a class="reference external" href="http://freevo.sf.net/"&gt;Freevo&lt;/a&gt;. The website seems
dead, Freevo&amp;#8217;s 1.5 code is a mess, but hey, there&amp;#8217;s a rewrite taking
good shape! In fact &lt;a class="reference external" href="http://freevo.sourceforge.net/cgi-bin/freevo-2.0/"&gt;Freevo 2&lt;/a&gt; will be a good candidate for me,
architectured around &lt;a class="reference external" href="http://freevo.sourceforge.net/cgi-bin/freevo-2.0/Kaa"&gt;Kaa&lt;/a&gt; which is an amazing Python multimedia (&lt;span class="caps"&gt;GUI&lt;/span&gt;,
&lt;span class="caps"&gt;EPG&lt;/span&gt;, &amp;#8230;) framework using a bunch of good bricks like Evas and Imlib2,
allowing full-blown effects in Freevo. Well i tried it, and it looks
good, even still in heavy development. The configuration is quite
simple, it&amp;#8217;s my best candidate for now, and guess what ? Plugins seem
really a piece of pie to implement&amp;nbsp;:-)&lt;/p&gt;
&lt;p&gt;Any other &lt;span class="caps"&gt;HTPC&lt;/span&gt; challenger ? (please no &lt;span class="caps"&gt;MS&lt;/span&gt; Media Center, my box runs linux&amp;nbsp;:)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;update&lt;/strong&gt;: for a more in-deep view of MythTV gaz usine, check &lt;a class="reference external" href="http://revision3.com/systm/mythtv/"&gt;http://revision3.com/systm/mythtv/&lt;/a&gt;&lt;/p&gt;
</content><category term="misc"></category><category term="Linux"></category></entry><entry><title>When firefox extensions mess it up</title><link href="https://base-art.net/Articles/39/" rel="alternate"></link><published>2005-02-25T21:11:23+01:00</published><updated>2005-05-30T22:05:36+02:00</updated><author><name>Philippe Normand</name></author><id>tag:base-art.net,2005-02-25:/Articles/39/</id><content type="html">&lt;p&gt;Yeehah i found a new way to burn my Firefox profile &amp;#8230; upgrading extensions. Very nice huh ? Here is the outter-space-sticky-bottom-bar new firefox extension from&amp;nbsp;hell:&lt;/p&gt;
&lt;img alt="" class="align-center" src="http://base-art.net/static/mozOfHell.png" /&gt;
&lt;p&gt;You won&amp;#8217;t be able to live without it&amp;nbsp;:)&lt;/p&gt;
</content><category term="misc"></category><category term="Linux"></category></entry><entry><title>My new mail checker</title><link href="https://base-art.net/Articles/31/" rel="alternate"></link><published>2005-02-15T20:21:57+01:00</published><updated>2005-05-30T22:06:08+02:00</updated><author><name>Philippe Normand</name></author><id>tag:base-art.net,2005-02-15:/Articles/31/</id><summary type="html">&lt;p&gt;It&amp;#8217;s been long to find the mail checker of my dreams. &lt;a class="reference external" href="http://code-monkey.de/projects/embrace.html"&gt;Embrace&lt;/a&gt; is a little &lt;a class="reference external" href="http://enlightenment.org/pages/enlightenment.html"&gt;E17&lt;/a&gt; application which can monitor pop,imap(s),etc mailboxes. Currently, 0.0.1 version displays read/unread mail number per mailbox, that suits my needs for the moment&amp;nbsp;:-)&lt;/p&gt;
&lt;p&gt;Also, Debian sid users may …&lt;/p&gt;</summary><content type="html">&lt;p&gt;It&amp;#8217;s been long to find the mail checker of my dreams. &lt;a class="reference external" href="http://code-monkey.de/projects/embrace.html"&gt;Embrace&lt;/a&gt; is a little &lt;a class="reference external" href="http://enlightenment.org/pages/enlightenment.html"&gt;E17&lt;/a&gt; application which can monitor pop,imap(s),etc mailboxes. Currently, 0.0.1 version displays read/unread mail number per mailbox, that suits my needs for the moment&amp;nbsp;:-)&lt;/p&gt;
&lt;p&gt;Also, Debian sid users may have a look at &lt;a class="reference external" href="http://shadoi.soulmachine.net/2004/11/enlightenment-for-needy.html"&gt;E17 Debian&amp;nbsp;packages&lt;/a&gt;&lt;/p&gt;
</content><category term="misc"></category><category term="Linux"></category></entry><entry><title>Shut up, noisy computer !</title><link href="https://base-art.net/Articles/24/" rel="alternate"></link><published>2004-11-23T09:10:29+01:00</published><updated>2006-02-07T13:34:49+01:00</updated><author><name>Philippe Normand</name></author><id>tag:base-art.net,2004-11-23:/Articles/24/</id><summary type="html">&lt;p&gt;Now computers tend to be more and more silent, even servers (have a
look at latest Dell ones) become noiseless. I had a quite peacefull
&lt;a class="reference external" href="http://www.mini-itx.com/store/?c=3#2699"&gt;mini-computer&lt;/a&gt; (&lt;span class="caps"&gt;EPIA&lt;/span&gt; M9000 + Cubid 2699) during more than one year, but it wasn&amp;#8217;t really fanless
(1 8mm noisy fan, 2 short-life 8mm case-fans), though …&lt;/p&gt;</summary><content type="html">&lt;p&gt;Now computers tend to be more and more silent, even servers (have a
look at latest Dell ones) become noiseless. I had a quite peacefull
&lt;a class="reference external" href="http://www.mini-itx.com/store/?c=3#2699"&gt;mini-computer&lt;/a&gt; (&lt;span class="caps"&gt;EPIA&lt;/span&gt; M9000 + Cubid 2699) during more than one year, but it wasn&amp;#8217;t really fanless
(1 8mm noisy fan, 2 short-life 8mm case-fans), though quieter than
desktop-computers &amp;#8230; I&amp;#8217;m not the only one to complain about that
computer, some people put Zalmann heatsink on the &lt;span class="caps"&gt;CPU&lt;/span&gt;, but personnaly
i wasn&amp;#8217;t convinced by that option. And it was time to bring a wind of
change out there&amp;nbsp;:-)&lt;/p&gt;
&lt;p&gt;So i bought a &lt;strong&gt;real&lt;/strong&gt; fanless computer which looks very &lt;a class="reference external" href="http://base-art.net/photos/miniPc/"&gt;eye-candy&lt;/a&gt;
no&amp;nbsp;?&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;span class="caps"&gt;MV823A&lt;/span&gt;&amp;nbsp;motherboard&lt;/li&gt;
&lt;li&gt;&lt;span class="caps"&gt;VIA&lt;/span&gt; C3&amp;nbsp;1Ghz&lt;/li&gt;
&lt;li&gt;512 &lt;span class="caps"&gt;MB&lt;/span&gt; &lt;span class="caps"&gt;RAM&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="caps"&gt;VIA&lt;/span&gt; &lt;span class="caps"&gt;CLE266&lt;/span&gt; graphic&amp;nbsp;chipset&lt;/li&gt;
&lt;li&gt;S-Video input and&amp;nbsp;output&lt;/li&gt;
&lt;li&gt;Weight about 2 Kilos (passive cooling has a price&amp;nbsp;?)&lt;/li&gt;
&lt;li&gt;2&amp;#8221;5 20Gb &lt;span class="caps"&gt;HDD&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Of course 20Gb is not enough when one wants to store and play his huge
music library so i put a 3&amp;#8221;5 big &lt;span class="caps"&gt;HDD&lt;/span&gt; (tough not as silent as i would)
in a FireWire/&lt;span class="caps"&gt;USB2&lt;/span&gt; combo box, connected to the brand new
machine. Linux runs fine on it, once patches from &lt;a class="reference external" href="http://www.epiawiki.org/"&gt;EPIAWiki&lt;/a&gt; are applied on
the&amp;nbsp;kernel.&lt;/p&gt;
&lt;p&gt;Well now the only annoying thing with the machine is that i tend to
forget to shut it off since i can&amp;#8217;t really hear it without putting my
ears on it :) Well yeah, there is a nice blue &lt;span class="caps"&gt;LED&lt;/span&gt; lighted when the
machine is on, it&amp;#8217;s the only normal-human&amp;nbsp;proof.&lt;/p&gt;
</content><category term="misc"></category><category term="Linux"></category></entry><entry><title>Testing GMailFS</title><link href="https://base-art.net/Articles/16/" rel="alternate"></link><published>2004-08-31T00:48:31+02:00</published><updated>2005-05-30T22:10:03+02:00</updated><author><name>Philippe Normand</name></author><id>tag:base-art.net,2004-08-31:/Articles/16/</id><summary type="html">&lt;p&gt;After being invited by &lt;a class="reference external" href="http://randomthoughts.vandorp.ca/WK/blog/1049?t=item"&gt;Daryl&lt;/a&gt; to GMail, i took 15 minutes to get &lt;span class="caps"&gt;FUSE&lt;/span&gt; / libgmail / GmailFS working out of the box&amp;nbsp;:)&lt;/p&gt;
&lt;p&gt;It&amp;#8217;s quite amusing to mount a &lt;span class="caps"&gt;FS&lt;/span&gt; like this !! Even if gmail is not intended for that it&amp;nbsp;rules.&lt;/p&gt;
&lt;p&gt;Copying one 8Mb file to the gmail-space gives me …&lt;/p&gt;</summary><content type="html">&lt;p&gt;After being invited by &lt;a class="reference external" href="http://randomthoughts.vandorp.ca/WK/blog/1049?t=item"&gt;Daryl&lt;/a&gt; to GMail, i took 15 minutes to get &lt;span class="caps"&gt;FUSE&lt;/span&gt; / libgmail / GmailFS working out of the box&amp;nbsp;:)&lt;/p&gt;
&lt;p&gt;It&amp;#8217;s quite amusing to mount a &lt;span class="caps"&gt;FS&lt;/span&gt; like this !! Even if gmail is not intended for that it&amp;nbsp;rules.&lt;/p&gt;
&lt;p&gt;Copying one 8Mb file to the gmail-space gives me following mails in my&amp;nbsp;inbox:&lt;/p&gt;
&lt;img alt="" src="/static/GMailFS1.png" /&gt;
&lt;p&gt;I guess there is one mail per block and each mail has an attached file of &lt;span class="caps"&gt;BIN&lt;/span&gt; mime-type. Uploading this file has been quite long though (about 2 minutes), but i don&amp;#8217;t think i&amp;#8217;ll put 1Gb of mails there, so space has to be used anyway&amp;nbsp;:)&lt;/p&gt;
&lt;p&gt;Even better, notice the &lt;span class="caps"&gt;NTFS&lt;/span&gt; ad on the&amp;nbsp;right:&lt;/p&gt;
&lt;img alt="" src="/static/GMailFS2.png" /&gt;
</content><category term="misc"></category><category term="Linux"></category></entry><entry><title>Useless but essential : Bootsplash</title><link href="https://base-art.net/Articles/15/" rel="alternate"></link><published>2004-08-22T18:34:50+02:00</published><updated>2005-05-30T22:10:13+02:00</updated><author><name>Philippe Normand</name></author><id>tag:base-art.net,2004-08-22:/Articles/15/</id><summary type="html">&lt;p&gt;Today i installed the latest 2.6 kernel, 2.6.8.1. That was the day to give a chance to &lt;a class="reference external" href="http://bootsplash.de"&gt;bootsplash&lt;/a&gt; &amp;#8230;.
This thing installs like a charm (found a french &lt;a class="reference external" href="http://pureedelinux.net/howto/bootsplash.html"&gt;tutorial&lt;/a&gt;) &amp;#8230; execpt the sysv-rc-bootsplash package which didn&amp;#8217;t want to install (version conflict w/ sysv-rc) .. So i manually patched …&lt;/p&gt;</summary><content type="html">&lt;p&gt;Today i installed the latest 2.6 kernel, 2.6.8.1. That was the day to give a chance to &lt;a class="reference external" href="http://bootsplash.de"&gt;bootsplash&lt;/a&gt; &amp;#8230;.
This thing installs like a charm (found a french &lt;a class="reference external" href="http://pureedelinux.net/howto/bootsplash.html"&gt;tutorial&lt;/a&gt;) &amp;#8230; execpt the sysv-rc-bootsplash package which didn&amp;#8217;t want to install (version conflict w/ sysv-rc) .. So i manually patched&amp;nbsp;/etc/init.d/rc{S,}.&lt;/p&gt;
&lt;p&gt;Finally hard to choose a theme in long themes list on bootsplash website. Unfortunately the theme i preferred supported only 1024x768 resolution (and i am running at 1400x1050) .. So this &lt;a class="reference external" href="/static/bootSplashThemeConvert.py"&gt;script&lt;/a&gt; came to help me to bring the theme to 1400x1050&amp;nbsp;:-)&lt;/p&gt;
&lt;p&gt;Have phun w/ Bootsplash&amp;nbsp;!&lt;/p&gt;
</content><category term="misc"></category><category term="Linux"></category></entry><entry><title>Firefox bookmarks remote backup</title><link href="https://base-art.net/Articles/13/" rel="alternate"></link><published>2004-07-20T00:13:07+02:00</published><updated>2005-05-30T22:10:38+02:00</updated><author><name>Philippe Normand</name></author><id>tag:base-art.net,2004-07-20:/Articles/13/</id><summary type="html">&lt;p&gt;Tonight I upgraded my firefox debian package, re-installed my
favorites extensions (mozex,webDeveloper, &amp;#8230;) and &lt;a class="reference external" href="http://update.mozilla.org/extensions/moreinfo.php?id=14&amp;amp;vid=15&amp;amp;category=Bookmarks"&gt;Bookmarks
Synchronizer&lt;/a&gt;. Well last time I tested it, there was support for &lt;span class="caps"&gt;FTP&lt;/span&gt;
only, but now the thing can handle &lt;span class="caps"&gt;HTTP&lt;/span&gt;(S) &lt;span class="caps"&gt;PUT&lt;/span&gt; :) That&amp;#8217;s was &lt;strong&gt;&lt;span class="caps"&gt;THE&lt;/span&gt;&lt;/strong&gt;
missing feature, I love it now, it&amp;#8217;s a …&lt;/p&gt;</summary><content type="html">&lt;p&gt;Tonight I upgraded my firefox debian package, re-installed my
favorites extensions (mozex,webDeveloper, &amp;#8230;) and &lt;a class="reference external" href="http://update.mozilla.org/extensions/moreinfo.php?id=14&amp;amp;vid=15&amp;amp;category=Bookmarks"&gt;Bookmarks
Synchronizer&lt;/a&gt;. Well last time I tested it, there was support for &lt;span class="caps"&gt;FTP&lt;/span&gt;
only, but now the thing can handle &lt;span class="caps"&gt;HTTP&lt;/span&gt;(S) &lt;span class="caps"&gt;PUT&lt;/span&gt; :) That&amp;#8217;s was &lt;strong&gt;&lt;span class="caps"&gt;THE&lt;/span&gt;&lt;/strong&gt;
missing feature, I love it now, it&amp;#8217;s a must-have&amp;nbsp;!&lt;/p&gt;
</content><category term="misc"></category><category term="Linux"></category></entry><entry><title>freedesktop Xati test</title><link href="https://base-art.net/Articles/7/" rel="alternate"></link><published>2004-06-16T00:14:00+02:00</published><updated>2005-05-30T22:11:00+02:00</updated><author><name>Philippe Normand</name></author><id>tag:base-art.net,2004-06-16:/Articles/7/</id><summary type="html">&lt;p&gt;Few days since last post&amp;nbsp;;)&lt;/p&gt;
&lt;p&gt;Just compiled a &lt;span class="caps"&gt;CVS&lt;/span&gt; &lt;span class="caps"&gt;HEAD&lt;/span&gt; snapshot of fdo, and using the xserver-inst shell script compiled it in a snap. It&amp;#8217;s been few months since my first test and I see the&amp;nbsp;difference.&lt;/p&gt;
&lt;p&gt;After a little issue on xserver compilation (disable mesa drivers in xserver …&lt;/p&gt;</summary><content type="html">&lt;p&gt;Few days since last post&amp;nbsp;;)&lt;/p&gt;
&lt;p&gt;Just compiled a &lt;span class="caps"&gt;CVS&lt;/span&gt; &lt;span class="caps"&gt;HEAD&lt;/span&gt; snapshot of fdo, and using the xserver-inst shell script compiled it in a snap. It&amp;#8217;s been few months since my first test and I see the&amp;nbsp;difference.&lt;/p&gt;
&lt;p&gt;After a little issue on xserver compilation (disable mesa drivers in xserver/hw/Makefile.am), the thing got launched this quick and durty&amp;nbsp;way:&lt;/p&gt;
&lt;pre class="literal-block"&gt;
export LD_LIBRARY_PATH=/opt/fdo/lib
sudo /opt/fdo/bin/Xati -shadow -2button -mouse /dev/psaux -mode 0x0143 :0 &amp;amp;
aterm -display :0 &amp;amp;
&lt;/pre&gt;
&lt;p&gt;In the&amp;nbsp;term:&lt;/p&gt;
&lt;pre class="literal-block"&gt;
/opt/fdo/bin/xcompmgr &amp;amp;
golem &amp;amp;
&lt;/pre&gt;
&lt;p&gt;Xati is sort of usable, even without 3D support. I haven&amp;#8217;t really tried to get it for now though. Few keyboard problems. Xine nor mplayer got working&amp;nbsp;:(&lt;/p&gt;
&lt;p&gt;Essential screenshot where you can see xrestop and fdclock&amp;nbsp;running:&lt;/p&gt;
&lt;img alt="" class="align-center" src="/static/fdoAterm.png" /&gt;
</content><category term="misc"></category><category term="Linux"></category></entry></feed>