<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Peter's Blog - Nodes for fluxbox</title>
    <link>http://www.petersblog.org/</link>
    <description>Nodes containing the tag fluxbox</description>
    <item>
      <title>Ubuntu Gnome v KDE</title>
      <link>http://www.petersblog.org/node/view/964</link>
      <description>&lt;p&gt;
Comparing &lt;a href="/tag/ubuntu"&gt;Ubuntu&lt;/a&gt;'s default brown Gnome desktop to the nice blue KDE &lt;a href="/tag/knoppix"&gt;knoppix&lt;/a&gt; desktop I wondered whether Ubuntu could run KDE. I googled and found &lt;a href="http://www.kubuntu.org/"&gt;kubuntu&lt;/a&gt; which is the official Ubuntu distribution that defaults to KDE. Looking through the blurb for this it seems that vanilla ubuntu supports KDE and kubuntu is just ubuntu with KDE packages loaded instead of Gnome. 
&lt;/p&gt;
&lt;p&gt;
I didn't want to reinstall anything so I had a go at installing KDE via the synaptic package manager. I did this: 
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;
Installed kdebase using synaptic 
&lt;/li&gt;
&lt;li&gt;
In terminal ran 
&lt;div class="verbatim-block"&gt;&lt;pre&gt;sudo update-alternatives --all
&lt;/pre&gt;&lt;/div&gt;
and chose any kde offerings that were presented 
&lt;/li&gt;
&lt;li&gt;
rebooted system, as this is the easiest way to restart everything. 
&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;
Next time I connected I got kde new user wizard thing and I was away. 
&lt;/p&gt;
&lt;p&gt;
I didn't change to KDE just to change the colour scheme, KDE has more eye candy and just seems more powerful. I will decide whether I want to stick with it, I can always switch back, or even go &lt;a href="/tag/fluxbox"&gt;fluxbox&lt;/a&gt; for a fast and minimalist system. I understand the qt licence problems, I'd like to use it on windows but I don't want to pay $$$. 
&lt;/p&gt;&lt;p&gt;Related Posts: &lt;a href="/tag/fluxbox"&gt;fluxbox&lt;/a&gt; &lt;a href="/tag/linux"&gt;linux&lt;/a&gt; &lt;a href="/tag/ubuntu"&gt;ubuntu&lt;/a&gt;&lt;/p&gt;</description>
      <guid>http://www.petersblog.org/node/view/964</guid>
      <category domain="http://www.technorati.com/tag">fluxbox</category>
      <category domain="http://www.technorati.com/tag">linux</category>
      <category domain="http://www.technorati.com/tag">ubuntu</category>
    </item>
    <item>
      <title>Ubuntu Fluxbox</title>
      <link>http://www.petersblog.org/node/view/659</link>
      <description>&lt;p&gt;
Got Ubuntu running fluxbox desktop manager instead of gnome: 
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;
install fluxbox via dselect or apt: 
&lt;div class="verbatim-block"&gt;&lt;pre&gt;sudo apt-get install fluxbox
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
edit ~/.xsession and add the following: 
&lt;div class="verbatim-block"&gt;&lt;pre&gt;exec /usr/bin/fluxbox
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Related Posts: &lt;a href="/tag/dselect"&gt;dselect&lt;/a&gt; &lt;a href="/tag/fluxbox"&gt;fluxbox&lt;/a&gt; &lt;a href="/tag/ubuntu"&gt;ubuntu&lt;/a&gt;&lt;/p&gt;</description>
      <guid>http://www.petersblog.org/node/view/659</guid>
      <category domain="http://www.technorati.com/tag">dselect</category>
      <category domain="http://www.technorati.com/tag">fluxbox</category>
      <category domain="http://www.technorati.com/tag">ubuntu</category>
    </item>
    <item>
      <title>Second Ubuntu Install</title>
      <link>http://www.petersblog.org/node/view/658</link>
      <description>&lt;p&gt;
Installing &lt;a href="http://www.ubuntulinix.org"&gt;Ubuntu&lt;/a&gt; on work pc. Here are the highlights: 
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;
Had to fit my own CD/RW drive to be able to read CD/RW with Ubuntu install on it. This is because of the ancient CD drives around here. A new CR/RW would cost &#163;19 quid, which is a hell of a lot of money when you have no budget. 
&lt;/li&gt;
&lt;li&gt;
The installation bombed out because it could not automatically detect the network settings (no DHCP). Somehow I was bounced out of the automated install sequence into the manual install sequence. Once there I got stuck on the partitioning bit and could not progress past there. I had to reboot and start from scratch. 
&lt;/li&gt;
&lt;li&gt;
Had problems with I/O errors when installing the base package. Probably due to old hard disk. Could not do full fsck -c because the ubuntu install had somehow hidden /dev/hdd2. Rebooted in &lt;a href="http://www.goosee.com/puppy/"&gt;puppy linux&lt;/a&gt; and fsck -c on that did not do the -c bit (i.e. check all sectors). Rebooted from some linux boot floppies I  found and made ext2 partition with -c check. Restarted Ubuntu install and that complained about the strange ext2 format. Reformatted to ext3 in Ubuntu install and everything proceeded, no more IO errors. Monday morning. 
&lt;/li&gt;
&lt;li&gt;
After 3 hours or so of fiddling system boots X but mouse does not work, thinks it's a ps/2 mouse rather than serial mouse on tty1. System very unresponsive (even to keyboard), probably due to having only 96M of ram, not enough for gnome. 
&lt;/li&gt;
&lt;li&gt;
Now running apt to uninstall gnome and install fluxbox which should be much lighter. It is also updating 87 packages and so is taking some time. To get apt to work through firewall I had to add following to ~/.bash_profile and log back in: 
&lt;div class="verbatim-block"&gt;&lt;pre&gt;http_proxy=&amp;quot;http://192.168.0.12:8080/&amp;quot;
export http_proxy
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Related Posts: &lt;a href="/tag/fluxbox"&gt;fluxbox&lt;/a&gt; &lt;a href="/tag/linux"&gt;linux&lt;/a&gt; &lt;a href="/tag/ubuntu"&gt;ubuntu&lt;/a&gt;&lt;/p&gt;</description>
      <guid>http://www.petersblog.org/node/view/658</guid>
      <category domain="http://www.technorati.com/tag">fluxbox</category>
      <category domain="http://www.technorati.com/tag">linux</category>
      <category domain="http://www.technorati.com/tag">ubuntu</category>
    </item>
  </channel>
</rss>
