<?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>Libre Things &#187; Ubuntu</title>
	<atom:link href="http://positon.org/tag/ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://positon.org</link>
	<description></description>
	<lastBuildDate>Tue, 23 Feb 2016 20:01:11 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.7.1</generator>
	<item>
		<title>Lenovo Thinkpad BIOS Update with Linux and USB</title>
		<link>http://positon.org/lenovo-thinkpad-bios-update-with-linux-and-usb</link>
		<comments>http://positon.org/lenovo-thinkpad-bios-update-with-linux-and-usb#comments</comments>
		<pubDate>Thu, 29 May 2014 16:59:54 +0000</pubDate>
		<dc:creator><![CDATA[dooblem]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[BIOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Thinkpad]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://positon.org/?p=190</guid>
		<description><![CDATA[Here are the steps I used to upgrade the BIOS of my Lenovo Thinkpad X1 Carbon Gen 2. You have to download the bootable ISO file from Lenovo support site, convert it and copy it to a usb flash drive. You will need a USB key you can erase. First Get the bootable ISO file [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Here are the steps I used to upgrade the BIOS of my Lenovo Thinkpad X1 Carbon Gen 2.<br />
You have to download the bootable ISO file from Lenovo support site, convert it and copy it to a usb flash drive.</p>
<p>You will need a USB key you can erase.</p>
<p>First Get the bootable ISO file from Lenovo support website. To get your product number:</p>
<pre>
sudo dmidecode -t system | grep Product
</pre>
<p>To check your BIOS version: <code>sudo dmidecode -t bios</code></p>
<p>Get the <strong>geteltorito</strong> program from your packages or download it:</p>
<pre>
cd /tmp/
wget http://userpages.uni-koblenz.de/~krienke/ftp/noarch/geteltorito/geteltorito
chmod +x geteltorito
</pre>
<p>Extract the img from the ISO:</p>
<pre>
./geteltorito -o bios.img gruj09us.iso
</pre>
<p>Copy the img to the USB key (<strong>make sure sdb is you USB key!!</strong>):</p>
<pre>
sudo fdisk -l /dev/sdb #at least check that device size is right
sudo dd if=bios.img of=/dev/sdb
</pre>
<p>That&#8217;s it. Boot on USB stick and follow the instructions to update your BIOS.</p>
]]></content:encoded>
			<wfw:commentRss>http://positon.org/lenovo-thinkpad-bios-update-with-linux-and-usb/feed</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Clementine: a good music player</title>
		<link>http://positon.org/clementine-a-good-music-player</link>
		<comments>http://positon.org/clementine-a-good-music-player#comments</comments>
		<pubDate>Tue, 30 Nov 2010 20:11:00 +0000</pubDate>
		<dc:creator><![CDATA[dooblem]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Amarok]]></category>
		<category><![CDATA[Clementine]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://positon.org:81/?p=106</guid>
		<description><![CDATA[I discovered Clementine some time ago. There is not any package for Ubuntu or Debian, but the official site gives you a .deb for your favorite Ubuntu version. And you&#8217;ll also find Mac OS X and Windows versions&#8230; A small click on the good .deb file for your Ubuntu distro and it should install. I [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I discovered <a href="http://code.google.com/p/clementine-player/">Clementine</a> some time ago.</p>
<p>There is not any package for Ubuntu or Debian, but the official site gives you a .deb for your favorite Ubuntu version.<br />
And you&#8217;ll also find Mac OS X and Windows versions&#8230;</p>
<p>A small click on the good .deb file for your Ubuntu distro and it should install.</p>
<p>I tested tons of players (<a href="http://amarok.kde.org/">Amarok</a>, <a href="http://projects.gnome.org/rhythmbox/">Rythmbox</a>, old <a href="http://www.xmms.org/">XMMS</a>, <a href="http://www.exaile.org/">Exaile</a>, <a href="http://www.listen-project.org/">Listen</a>, <a href="http://projects.gnome.org/totem/">Totem</a>&#8230;).</p>
<p>Clementine is based on Amarok, it&#8217;s far simpler and integrates very well in Gnome desktop using Qt4 librairies.</p>
<p>I&#8217;m happy to know this software and I recommend it to you.</p>
]]></content:encoded>
			<wfw:commentRss>http://positon.org/clementine-a-good-music-player/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amarok problem under Ubuntu Lucid</title>
		<link>http://positon.org/amarok-problem-under-ubuntu-lucid</link>
		<comments>http://positon.org/amarok-problem-under-ubuntu-lucid#comments</comments>
		<pubDate>Tue, 21 Sep 2010 20:23:00 +0000</pubDate>
		<dc:creator><![CDATA[dooblem]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Amarok]]></category>
		<category><![CDATA[Lucid]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://positon.org:81/?p=100</guid>
		<description><![CDATA[If Amarok doesn&#8217;t work on Ubuntu Lucid. Playing any song fails. Simple solution: install apt://libxine1-ffmpeg sudo aptitude install libxine1-ffmpeg Possibly restart Amarok. Source : http://doc.ubuntu-fr.org/amarok]]></description>
				<content:encoded><![CDATA[<p>If <a href="http://amarok.kde.org/">Amarok</a> doesn&#8217;t work on Ubuntu Lucid. Playing any song fails.</p>
<p>Simple solution: install <a href="apt://libxine1-ffmpeg" title="apt://libxine1-ffmpeg">apt://libxine1-ffmpeg</a></p>
<pre>
sudo aptitude install libxine1-ffmpeg
</pre>
<p>Possibly restart Amarok.</p>
<p><ins>Source</ins> :</p>
<ul>
<li><a href="http://doc.ubuntu-fr.org/amarok" title="http://doc.ubuntu-fr.org/amarok">http://doc.ubuntu-fr.org/amarok</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://positon.org/amarok-problem-under-ubuntu-lucid/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change NetHack tiles (xnethack)</title>
		<link>http://positon.org/change-nethack-tiles-xnethack</link>
		<comments>http://positon.org/change-nethack-tiles-xnethack#comments</comments>
		<pubDate>Mon, 05 Jul 2010 21:19:00 +0000</pubDate>
		<dc:creator><![CDATA[dooblem]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[NetHack]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[XPM]]></category>

		<guid isPermaLink="false">http://positon.org:81/?p=99</guid>
		<description><![CDATA[NetHack: one of the best games ever. I find xnethack default tileset rather ugly. Under Debian/Ubuntu (nethack-x11 package), the tileset file must be in XPM format. It&#8217;s configuration is in the /etc/X11/app-defaults/NetHack file with the default xpm: /usr/share/pixmaps/nethack/x11tiles. The file must be in XPM format, with a limited size and different color number, otherwise Nethack [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.nethack.org/">NetHack</a>: one of the best games ever.</p>
<p>I find <a href="http://nethackwiki.com/wiki/File:Vanilla_tiles.png">xnethack default tileset</a> rather ugly. Under Debian/Ubuntu (<code>nethack-x11</code> package), the tileset file must be in <a href="http://en.wikipedia.org/wiki/X_PixMap">XPM</a> format. It&#8217;s configuration is in the <code>/etc/X11/app-defaults/NetHack</code> file with the default xpm: <code>/usr/share/pixmaps/nethack/x11tiles</code>.</p>
<p>The file must be in <a href="http://fr.wikipedia.org/wiki/X_PixMap">XPM</a> format, with a limited size and different color number, otherwise Nethack loading time explodes (several minutes).</p>
<p>Here is how to change it on Debian / Ubuntu:</p>
<ol>
<li>Example: on <a href="http://www.multifoliate.com/nh/" title="http://www.multifoliate.com/nh/">http://www.multifoliate.com/nh/</a>, get the <code>chozo32b.zip</code> file (link: <em>NetHack 3.4.2 (32&#215;32) (modified by me)</em>). Extract it to get <code>chozo32b.bmp</code>.</li>
<li>Open it with <a href="http://www.gimp.org/">Gimp</a>, cut it to 1280&#215;864 (to delete the black at the bottom). You can then convert it to 256 colors, then save it as XPM. It works but it&#8217;s ugly.</li>
<li>To get a better result, save it to <a href="http://en.wikipedia.org/wiki/Portable_Network_Graphics">PNG</a>.</li>
<li>Install <code>imagemagick</code> package, then <code>convert -depth 5 chozo32b.png chozo5.png</code></li>
<li>Open chozo5.png with Gimp. Then save it to XPM format.</li>
<li>Edit <code>/etc/X11/app-defaults/NetHack</code> and replace <code>/usr/share/pixmaps/nethack/x11tiles</code> with the path to <code>chozo5.xpm</code>.</li>
<li>Then, reload X ressources: <code>xrdb -merge /etc/X11/app-defaults/NetHack</code></li>
<li>Start your favorite game: <code>xnethack</code></li>
</ol>
<p>The final gzipped file: <a href="/wp-content/uploads/dotclearold/chozo5.xpm.gz">chozo5.xpm.gz</a></p>
<p><ins>Notes</ins>:</p>
<ul>
<li><code>convert</code> always saves xpms in 256 colors. I don&#8217;t know why.</li>
<li><code>head image.xpm</code> gives you the first lines of the XPM file, with number of different colors.</li>
<li>Abigada tileset is by default in NetHack iPhone version.</li>
</ul>
<p><ins>Links</ins>:</p>
<ul>
<li><a href="http://www.multifoliate.com/nh/">Abigada tiles</a></li>
<li><a href="http://nethackwiki.com/wiki/Tileset">Tilesets on Nethack wiki</a></li>
<li><a href="http://www.wotsit.org/list.asp?search=XPM">XPM Format Specification</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://positon.org/change-nethack-tiles-xnethack/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Windows XP broken after Ubuntu Lucid upgrade</title>
		<link>http://positon.org/windows-xp-broken-after-ubuntu-lucid-upgrade</link>
		<comments>http://positon.org/windows-xp-broken-after-ubuntu-lucid-upgrade#comments</comments>
		<pubDate>Sun, 20 Jun 2010 22:12:00 +0000</pubDate>
		<dc:creator><![CDATA[dooblem]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Grub]]></category>
		<category><![CDATA[Lucid]]></category>
		<category><![CDATA[TestDisk]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://positon.org:81/?p=97</guid>
		<description><![CDATA[A friend of mine has a PC with Windows XP / Ubuntu in dual boot. After the Lucid upgrade, Windox fails to boot (strange lines on the screen after Grub&#8230;). TestDisk saved us: sudo aptitude install testdisk sudo testdisk Choose [ Create ] Create a new log file Choose windows physical disk, then [Proceed ] [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>A friend of mine has a PC with Windows XP / Ubuntu in dual boot. After the Lucid upgrade, Windox fails to boot (strange lines on the screen after Grub&#8230;).</p>
<p><a href="http://www.cgsecurity.org/wiki/TestDisk">TestDisk</a> saved us:</p>
<pre>
sudo aptitude install testdisk
sudo testdisk
</pre>
<ol>
<li>Choose <code>[ Create ]  Create a new log file</code></li>
<li>Choose windows physical disk, then <code>[Proceed ]</code></li>
<li>Choose <code>[ Continue ]  Continue even if there are hidden data</code></li>
<li>Choose <code>[Intel  ]  Intel/PC partition</code></li>
<li><code>[ Advanced ]  Filesystem Utils</code></li>
<li>On Windows XP partition, <code>boot sector</code> is generally <code>bad</code> or non identical to backup sector (<code>Sectors are not identical.</code>).</li>
<li>Choose <code>[ Backup BS ]</code> to copy the backup sector to the master sector.</li>
<li>After that, quit, reboot and test.</li>
</ol>
<p><ins>Sources</ins>:</p>
<ul>
<li><a href="http://www.cgsecurity.org/wiki/TestDisk_Step_By_Step#NTFS_Boot_sector_recovery" title="http://www.cgsecurity.org/wiki/TestDisk_Step_By_Step#NTFS_Boot_sector_recovery">http://www.cgsecurity.org/wiki/TestDisk_Step_By_Step#NTFS_Boot_sector_recovery</a></li>
<li><a href="http://ubuntuforums.org/showthread.php?p=9263959" title="http://ubuntuforums.org/showthread.php?p=9263959">http://ubuntuforums.org/showthread.php?p=9263959</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://positon.org/windows-xp-broken-after-ubuntu-lucid-upgrade/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3D performance problems with KMS</title>
		<link>http://positon.org/3d-performance-problems-with-kms</link>
		<comments>http://positon.org/3d-performance-problems-with-kms#comments</comments>
		<pubDate>Thu, 03 Jun 2010 12:48:00 +0000</pubDate>
		<dc:creator><![CDATA[dooblem]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Grub]]></category>
		<category><![CDATA[jeux]]></category>
		<category><![CDATA[KMS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Lucid]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://positon.org:81/?p=94</guid>
		<description><![CDATA[With the last Ubuntu Lucid 10.04 come a new graphical module: KMS or Kernel-based Mode-Setting. If you have performance problems in some games like Quake 3 or TCE / Enemy Territory, try to disable KMS. The problem can also be with the mouse pointer (slowness, lag, delay or inacuracy). Grub 2 Add nomodeset in /etc/default/grub [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>With the last Ubuntu Lucid 10.04 come a new graphical module: <a href="http://en.wikipedia.org/wiki/Mode-setting">KMS or Kernel-based Mode-Setting</a>.</p>
<p>If you have performance problems in some games like Quake 3 or TCE / Enemy Territory, try to disable KMS.<br />
The problem can also be with the mouse pointer (slowness, lag, delay or inacuracy).</p>
<h2>Grub 2</h2>
<p>Add <code>nomodeset</code> in <code>/etc/default/grub</code> then issue the command <code>update-grub</code>.</p>
<pre>
vi /etc/default/grub
GRUB_CMDLINE_LINUX=&quot;nomodeset&quot;
update-grub
</pre>
<h2>Grub 1</h2>
<p>Add <code>nomodeset</code> at the end of the <code># kopt</code> line, then issue command <code>update-grub</code>.</p>
<pre>
vi /boot/grub/menu.lst
# kopt=root=/dev/sda1 ro nomodeset
update-grub
</pre>
<p>Someone also told me that disabling KMS solved his Firefox javascript speed problem in Yahoo Mail.</p>
]]></content:encoded>
			<wfw:commentRss>http://positon.org/3d-performance-problems-with-kms/feed</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>Brasero Bug Copying Audio CD in Ubuntu Lucid</title>
		<link>http://positon.org/brasero-bug-copying-audio-cd-in-ubuntu-lucid</link>
		<comments>http://positon.org/brasero-bug-copying-audio-cd-in-ubuntu-lucid#comments</comments>
		<pubDate>Thu, 20 May 2010 22:53:00 +0000</pubDate>
		<dc:creator><![CDATA[dooblem]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Brasero]]></category>
		<category><![CDATA[Cdrdao]]></category>
		<category><![CDATA[cdrom]]></category>
		<category><![CDATA[CheckInstall]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Lucid]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://positon.org:81/?p=92</guid>
		<description><![CDATA[Audio CD copy is actually not possible with Brasero on Ubuntu Lucid. All details in the bug report. As a workaround, you must install cdrdao version 1.2.3, which is not yet available as a package. To install it, you can use CheckInstall which is a bit cleaner than the old make install: tar -xjvf cdrdao-1.2.3.tar.bz2 [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Audio CD copy is actually not possible with <a href="http://projects.gnome.org/brasero/">Brasero</a> on Ubuntu Lucid. All details in the <a href="https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/529696">bug report</a>.</p>
<p>As a workaround, you must install <a href="http://cdrdao.sourceforge.net/">cdrdao</a> version 1.2.3, which is <a href="https://bugs.launchpad.net/ubuntu/+source/cdrdao/+bug/495655">not yet available as a package</a>.</p>
<p>To install it, you can use <a href="http://www.asic-linux.com.mx/~izto/checkinstall/">CheckInstall</a> which is a bit cleaner than the old <code>make install</code>:</p>
<pre>
tar -xjvf cdrdao-1.2.3.tar.bz2
cd cdrdao-1.2.3/
./configure
make
sudo checkinstall make install
</pre>
<p>Note: the <code>make</code> command can fail because of missing dev packages you&#8217;ll have to install.</p>
<p>CheckInstall builds and installs a nice Debian package.</p>
<p>You can also use cdrdao directly. <code>ps axf</code> shows us the command Brasero is using:</p>
<pre>
cdrdao read-cd --device /dev/sr0 --read-raw --datafile /home/dooblem/brasero.toc.bin -v 2 /home/dooblem/brasero.toc
</pre>
<p>Here we go!</p>
<p><ins>Links</ins> :</p>
<ul>
<li><a href="http://packages.debian.org/lenny/checkinstall" title="http://packages.debian.org/lenny/checkinstall">http://packages.debian.org/lenny/checkinstall</a></li>
<li><a href="http://en.wikipedia.org/wiki/CheckInstall" title="http://en.wikipedia.org/wiki/CheckInstall">http://en.wikipedia.org/wiki/CheckInstall</a></li>
<li><a href="/audio-cd-backup-archive">Audio CD Backup/Archive</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://positon.org/brasero-bug-copying-audio-cd-in-ubuntu-lucid/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Audio CD Backup/Archive</title>
		<link>http://positon.org/audio-cd-backup-archive</link>
		<comments>http://positon.org/audio-cd-backup-archive#comments</comments>
		<pubDate>Thu, 20 May 2010 22:34:00 +0000</pubDate>
		<dc:creator><![CDATA[dooblem]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Brasero]]></category>
		<category><![CDATA[Cdrdao]]></category>
		<category><![CDATA[cdrom]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://positon.org:81/?p=91</guid>
		<description><![CDATA[It&#8217;s not possible to backup an audio CD as an iso image. This format is for data CDs. You should use cdrdao. Example: cdrdao read-cd --read-raw --datafile FILE_NAME.bin --device /dev/cdrom --driver generic-mmc-raw FILE_NAME.toc Under Ubuntu, you can use Brasero with &#8220;CD copy&#8221; mode. ps axf shows us the command Brasero is using: cdrdao read-cd --device [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s not possible to backup an audio CD as an <a href="">iso image</a>. This format is for data CDs.</p>
<p>You should use <a href="http://cdrdao.sourceforge.net/">cdrdao</a>.</p>
<p>Example:</p>
<pre>
cdrdao read-cd --read-raw --datafile FILE_NAME.bin --device /dev/cdrom --driver generic-mmc-raw FILE_NAME.toc
</pre>
<p>Under Ubuntu, you can use <a href="http://projects.gnome.org/brasero/">Brasero</a> with &#8220;CD copy&#8221; mode. <code>ps axf</code> shows us the command Brasero is using:</p>
<pre>
cdrdao read-cd --device /dev/sr0 --read-raw --datafile /home/dooblem/brasero.toc.bin -v 2 /home/dooblem/brasero.toc
</pre>
<p>Note: there is a <a href="/brasero-bug-copying-audio-cd-in-ubuntu-lucid">Brasero Bug in Ubuntu Lucid with cdrdao</a>.</p>
<p><ins>Links</ins>:</p>
<ul>
<li><a href="http://cdrdao.sourceforge.net/" title="http://cdrdao.sourceforge.net/">http://cdrdao.sourceforge.net/</a></li>
<li><a href="http://projects.gnome.org/brasero/" title="http://projects.gnome.org/brasero/">http://projects.gnome.org/brasero/</a></li>
<li><a href="http://www.commandlinefu.com/commands/view/3607/backup-your-playstation-game-using-rip" title="http://www.commandlinefu.com/commands/view/3607/backup-your-playstation-game-using-rip">http://www.commandlinefu.com/commands/view/3607/backup-your-playstation-game-using-rip</a></li>
<li><a href="http://ubuntuforums.org/archive/index.php/t-258392.html" title="http://ubuntuforums.org/archive/index.php/t-258392.html">http://ubuntuforums.org/archive/index.php/t-258392.html</a></li>
<li><a href="http://news.softpedia.com/news/How-to-Manage-CD-Images-in-Linux-39806.shtml" title="http://news.softpedia.com/news/How-to-Manage-CD-Images-in-Linux-39806.shtml">http://news.softpedia.com/news/How-to-Manage-CD-Images-in-Linux-39806.shtml</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://positon.org/audio-cd-backup-archive/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Launch Nautilus as a super user</title>
		<link>http://positon.org/launch-nautilus-as-a-super-user</link>
		<comments>http://positon.org/launch-nautilus-as-a-super-user#comments</comments>
		<pubDate>Tue, 26 Jan 2010 22:51:00 +0000</pubDate>
		<dc:creator><![CDATA[dooblem]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Nautilus]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://positon.org:81/?p=85</guid>
		<description><![CDATA[Under Ubuntu, or any distribution using Gnome, you can do almost anything without using the command line. To configure some things, you still have to edit a configuration file. To configure your desktop, a lot of online documentation still requires you to to edit /etc config files. To help non linux experts, you can try [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Under Ubuntu, or any distribution using Gnome, you can do <em>almost</em> anything without using the command line.</p>
<p>To configure some things, you still have to edit a configuration file. To configure your desktop, a lot of online documentation still requires you to to edit <code>/etc</code> config files.</p>
<p>To help non linux experts, you can try the <code><a href="http://packages.ubuntu.com/karmic/nautilus-gksu">nautilus-gksu</a></code> package. It permits you to edit any file as administrator with a simple right-click on the file.</p>
<p>Personnaly, I prefer launching Nautilus as root, as it allows more than simple file edition power (permission change, deleting&#8230;).</p>
<p>I create a launcher for this task, a bit like the <strong>Administrator Terminal</strong> in <strong>Applications &gt; System Tools</strong>:</p>
<ol>
<li>Right-click on the panel &gt; <strong>Add to panel, Custom Application Launcher</strong>.</li>
<li>Name: <code>Nautilus superuser</code></li>
<li>Command: <code>gksu nautilus</code></li>
</ol>
<p><em>Et voila.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://positon.org/launch-nautilus-as-a-super-user/feed</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>Configure user directories (Download, Documents, Images, Music, Vidéos)</title>
		<link>http://positon.org/configure-user-directories-download-documents-images-music-videos</link>
		<comments>http://positon.org/configure-user-directories-download-documents-images-music-videos#comments</comments>
		<pubDate>Tue, 26 Jan 2010 22:09:00 +0000</pubDate>
		<dc:creator><![CDATA[dooblem]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Nautilus]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://positon.org:81/?p=84</guid>
		<description><![CDATA[In some modern distributions like Ubuntu, there are preconfigured user directories like Desktop, Download, Documents, Images, Music, Vidéos. You can remove some of the directories you don&#8217;t use, or rename some of them. If you change their name, you can set their new place in your ~/.config/user-dirs.dirs file: # This file is written by xdg-user-dirs-update [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>In some modern distributions like Ubuntu, there are preconfigured user directories like <em>Desktop, Download, Documents, Images, Music, Vidéos</em>.</p>
<p><a href="/wp-content/uploads/dotclearold/ubuntu_user_dirs.png" title="ubuntu_user_dirs.png"><img src="/wp-content/uploads/dotclearold/.ubuntu_user_dirs_m.jpg" alt="ubuntu_user_dirs.png" style="display:block; margin:0 auto;" title="ubuntu_user_dirs.png, janv. 2010" /></a></p>
<p>You can remove some of the directories you don&#8217;t use, or rename some of them.</p>
<p>If you change their name, you can set their new place in your <code>~/.config/user-dirs.dirs</code> file:</p>
<pre>
# This file is written by xdg-user-dirs-update
# If you want to change or add directories, just edit the line you're
# interested in. All local changes will be retained on the next run
# Format is XDG_xxx_DIR=&quot;$HOME/yyy&quot;, where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR=&quot;/yyy&quot;, where /yyy is an
# absolute path. No other format is supported.
# 
XDG_DESKTOP_DIR=&quot;$HOME/Bureau&quot;
XDG_DOWNLOAD_DIR=&quot;$HOME/telech&quot;
XDG_TEMPLATES_DIR=&quot;$HOME/&quot;
XDG_PUBLICSHARE_DIR=&quot;$HOME/public&quot;
XDG_DOCUMENTS_DIR=&quot;$HOME/docs&quot;
XDG_MUSIC_DIR=&quot;$HOME/zic&quot;
XDG_PICTURES_DIR=&quot;$HOME/images&quot;
XDG_VIDEOS_DIR=&quot;$HOME/cine&quot;
</pre>
<p>Then restarting Nautilus should be sufficient. Otherwise restart your Gnome session.</p>
<p><ins>References</ins>:</p>
<ul>
<li><a href="http://www.freedesktop.org/wiki/Software/xdg-user-dirs" title="http://www.freedesktop.org/wiki/Software/xdg-user-dirs">http://www.freedesktop.org/wiki/Software/xdg-user-dirs</a></li>
<li><code>aptitude show xdg-user-dirs</code></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://positon.org/configure-user-directories-download-documents-images-music-videos/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
