<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Linux Bidouille &#187; KDE4</title>
	<atom:link href="http://linuxbidouille.com/tag/kde4/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxbidouille.com</link>
	<description>OpenSUSE 11.3</description>
	<lastBuildDate>Sun, 05 Sep 2010 09:32:48 +0000</lastBuildDate>
	<language>fr</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='linuxbidouille.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/61f59440ccfb4f0adb0f0a0574e8e2ee?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Linux Bidouille &#187; KDE4</title>
		<link>http://linuxbidouille.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://linuxbidouille.com/osd.xml" title="Linux Bidouille" />
	<atom:link rel='hub' href='http://linuxbidouille.com/?pushpress=hub'/>
		<item>
		<title>Fail to boot : KDE4 /tmp plein</title>
		<link>http://linuxbidouille.com/2010/05/31/fail-to-boot-kde4-tmp-plein/</link>
		<comments>http://linuxbidouille.com/2010/05/31/fail-to-boot-kde4-tmp-plein/#comments</comments>
		<pubDate>Mon, 31 May 2010 17:01:16 +0000</pubDate>
		<dc:creator>Linux Bidouille</dc:creator>
				<category><![CDATA[Mandriva]]></category>
		<category><![CDATA[KDE4]]></category>
		<category><![CDATA[tmp]]></category>
		<category><![CDATA[boot]]></category>

		<guid isPermaLink="false">http://linuxbidouille.com/?p=817</guid>
		<description><![CDATA[Heureux d&#8217;être revenu parmi vous ! Et oui ce matin, en utilisant ma Mandriva et mon KDE4 préférés, j&#8217;ai été frappé d&#8217;une erreur mystérieuse : le tmp plein. Ca pourrait être anodin pour beaucoup de système mais il faut le savoir pour KDE4, avoir de la place sur le /tmp c&#8217;est une question de boot [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxbidouille.com&amp;blog=3592449&amp;post=817&amp;subd=nicolasboucher&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Heureux d&#8217;être revenu parmi vous ! Et oui ce matin, en utilisant ma Mandriva et mon KDE4 préférés, j&#8217;ai été frappé d&#8217;une erreur mystérieuse : le tmp plein.</p>
<p style="text-align:justify;">Ca pourrait être anodin pour beaucoup de système mais il faut le savoir pour KDE4, avoir de la place sur le /tmp c&#8217;est une question de boot ou de mort !</p>
<p style="text-align:justify;">KDE a besoin de 5% d&#8217;espace libre sur la partition pour créer dans le répertoire /tmp les fichiers temporaires lors de la connexion.</p>
<p style="text-align:justify;">Si vous  utilisez 95% de votre partition, vous ne pourrez pas vous connecter avec  KDE et serez obligés de rester en mode console.</p>
<p style="text-align:justify;">J&#8217;ai donc purgé en mode console tous les tmp que je trouvais, mais ça n&#8217;a pas suffit, toujours pas de boot.</p>
<p style="text-align:justify;">Et là, j&#8217;ai fait appel au superbe wiki de Mandriva à la page nettoyer.</p>
<p style="text-align:justify;">J&#8217;ai trouvé le script qui m&#8217;a sauvé et je remercie ses auteurs, puisqu&#8217;après l&#8217;avoir mis en executable et lancé, mon problème s&#8217;est envolé.</p>
<p style="text-align:justify;">A retenir, KDE ne peut plus démarrer à cause du /tmp :</p>
<ol>
<li>Copier ce script</li>
<li>Enregistrez le sous script dans votre /home/user</li>
<li>Rendez-le exécutable par un chmod 777 script</li>
<li>Lancer ./script, et le tour est joué.</li>
</ol>
<p style="text-align:justify;">Le mieux est encore d&#8217;aller voir sur le wiki à <a href="http://wiki.mandriva.com/fr/Nettoyer_son_syst%C3%A8me">nettoyer</a> son système.</p>
<address>#! /bin/sh###########################################################<br />
# This script installs a cleaner script which sweeps<br />
# &gt; user tmp files<br />
# &gt; thumbnails<br />
# The cleaner script is launched when the computer is turned off or rebooted.<br />
###########################################################<br />
#     This program is free software; you can redistribute it and/or modify<br />
#    it under the terms of the GNU General Public License as published by<br />
#    the Free Software Foundation; either version 2 of the License, or<br />
#    (at your option) any later version.<br />
#<br />
#    This program is distributed in the hope that it will be useful,<br />
#    but WITHOUT ANY WARRANTY; without even the implied warranty of<br />
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the<br />
#    GNU General Public License for more details.<br />
#<br />
#    You should have received a copy of the GNU General Public License<br />
#    along with this program; if not, write to the Free Software<br />
#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA<br />
############################################################<br />
#<br />
# Written by Spip &lt;unpeudescience at gmail.com&gt;<br />
# Improved by Ptyxs &lt;onyxs at free.fr&gt;<br />
#<br />
############################################################</p>
<p># messages &amp; comments are only written in french</p>
<p>init=&#8217;/etc/init.d&#8217;<br />
RC0=&#8217;/etc/rc0.d&#8217;<br />
RC6=&#8217;/etc/rc6.d&#8217;</p>
<p># verification des droits administrateurs<br />
if [ "$UID" != "0" ]; then<br />
echo &#8216;ERREUR 101 : ce script doit être lancé en tant que superutilisateur (root)&#8217;<br />
exit 101<br />
fi</p>
<p>###########################################################<br />
# création du script de nettoyage<br />
###########################################################</p>
<p>if ! [ -e $init/tmp.nettoyage ]<br />
then<br />
echo -e &laquo;&nbsp;Ecriture du script $init/tmp.nettoyage\n&nbsp;&raquo;<br />
echo &laquo;&nbsp;#! /bin/bash&nbsp;&raquo; &gt; $init/tmp.nettoyage<br />
echo &laquo;&nbsp;/usr/sbin/tmpwatch -a &#8211;nosymlinks 3d /home/*/tmp&nbsp;&raquo; &gt;&gt; $init/tmp.nettoyage<br />
echo &laquo;&nbsp;find /home/*/.thumbnails -type f -iname &#8216;*.png&#8217; | xargs rm -f&nbsp;&raquo; &gt;&gt; $init/tmp.nettoyage</p>
<p>else<br />
echo &#8216;ERREUR 102 : le programme semble être déjà installé ! &#8216;<br />
echo &laquo;&nbsp;Si vous souhaitez réinstaller le script, effacez d&#8217;abord sous root les fichiers :&nbsp;&raquo;<br />
echo &laquo;&nbsp;/etc/init.d/tmp.nettoyage&nbsp;&raquo;<br />
echo &laquo;&nbsp;/etc/rc0.d/S00tmp.nettoyage&nbsp;&raquo;<br />
echo &laquo;&nbsp;/etc/rc6.d/S00tmp.nettoyage&nbsp;&raquo;</p>
<p>exit 102<br />
fi</p>
<p>chmod 700 $init/tmp.nettoyage</p>
<p>###########################################################<br />
# décalage des numeros des scripts de rc0 et rc6<br />
###########################################################</p>
<p># existence des répertoires#<br />
if ! [ -d $RC0 ]<br />
then<br />
rm -f $init/tmp.nettoyage<br />
echo &laquo;&nbsp;ERREUR 103 : le répertoire $RC0 n existe pas&nbsp;&raquo;<br />
exit 103<br />
fi</p>
<p>if ! [ -d $RC6 ]<br />
then<br />
rm -f $init/tmp.nettoyage<br />
echo &laquo;&nbsp;ERREUR 103 : le répertoire $RC6 n existe pas&nbsp;&raquo;<br />
exit 103<br />
fi</p>
<p># decalage<br />
for RC in $RC0 $RC6<br />
do</p>
<p>cd $RC<br />
if  [ $(ls | grep '^S00') ] #s&#8217;il existe un lien S00 on décale<br />
then</p>
<p>if  [ $(ls | grep '^S99') ] #à moins qu&#8217;il n&#8217;y ait aussi un S99<br />
then<br />
rm -f $init/tmp.nettoyage<br />
echo &laquo;&nbsp;ERREUR 104 : Dans $RC, un script possède la priorité 99, veuillez faire une installation   manuelle.&nbsp;&raquo;<br />
exit 104<br />
fi</p>
<p>echo -e &laquo;&nbsp;Décalage des scripts de $RC \n &laquo;&nbsp;</p>
<p>fichiers=$(ls  S*)<br />
for line in $fichiers<br />
do<br />
#on recupere le nombre sans le premier 0 s&#8217;il y en a un<br />
nb=$(echo $line | sed -e &laquo;&nbsp;s/\([a-z,.,_,-]\)//g&nbsp;&raquo;)<br />
nb=$(echo $nb | sed -e &#8216;s/^0//&#8217;)</p>
<p>#on incrémente<br />
nb=$(($nb+1))<br />
if [ $nb -lt 10 ]<br />
then<br />
newline=$(echo $line | sed -e &laquo;&nbsp;s/\([0][0-9]\)/0$nb/&nbsp;&raquo;)</p>
<p>else<br />
newline=$(echo $line | sed -e &laquo;&nbsp;s/\([0-9][0-9]\)/$nb/&nbsp;&raquo;)<br />
fi</p>
<p>mv $line $newline  #on change le numero du lien</p>
<p>done<br />
fi</p>
<p>echo -e &laquo;&nbsp;Création du lien symbolique de $init vers $RC \n&nbsp;&raquo;<br />
ln -sv $init/tmp.nettoyage $RC/S00tmp.nettoyage</p>
<p>done</p>
<p>echo -e &#8216;\n Félicitations, le script est installé !&#8217;</p>
<p>exit 0</p>
</address><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nicolasboucher.wordpress.com/817/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nicolasboucher.wordpress.com/817/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nicolasboucher.wordpress.com/817/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nicolasboucher.wordpress.com/817/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nicolasboucher.wordpress.com/817/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nicolasboucher.wordpress.com/817/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nicolasboucher.wordpress.com/817/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nicolasboucher.wordpress.com/817/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nicolasboucher.wordpress.com/817/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nicolasboucher.wordpress.com/817/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nicolasboucher.wordpress.com/817/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nicolasboucher.wordpress.com/817/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nicolasboucher.wordpress.com/817/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nicolasboucher.wordpress.com/817/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxbidouille.com&amp;blog=3592449&amp;post=817&amp;subd=nicolasboucher&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxbidouille.com/2010/05/31/fail-to-boot-kde4-tmp-plein/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c1d06668f7217d1799d18f3f9dd8be7f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Nicolas Boucher</media:title>
		</media:content>
	</item>
		<item>
		<title>Kcometen : le must des screensavers pour Linux</title>
		<link>http://linuxbidouille.com/2009/08/28/kcometen-le-must-des-screensavers-pour-linux/</link>
		<comments>http://linuxbidouille.com/2009/08/28/kcometen-le-must-des-screensavers-pour-linux/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 11:43:20 +0000</pubDate>
		<dc:creator>Linux Bidouille</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ecran de veille]]></category>
		<category><![CDATA[Kcometen4]]></category>
		<category><![CDATA[KDE4]]></category>
		<category><![CDATA[Mandriva 2009.1]]></category>
		<category><![CDATA[Screensaver]]></category>

		<guid isPermaLink="false">http://linuxbidouille.com/?p=480</guid>
		<description><![CDATA[J&#8217;ai trouvé avec grand plaisir un rpm pour installer Kcometen4, qui est une adaption pour KDE4 de Kcometen, un très beau screensaver sous Linux. Je l&#8217;ai installé très facilement sous Mandriva après avoir téléchargé le RPM :  http://rpm.pbone.net/index.php3/stat/4/idpl/12608908/com/kcometen4-1.0.5-1mud2009.1.i586.rpm.html. Ensuite, Kcometen 4 apparaît dans la liste des screensavers disponibles dans écrans de veille &#8211; configuration du [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxbidouille.com&amp;blog=3592449&amp;post=480&amp;subd=nicolasboucher&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">J&#8217;ai trouvé avec grand plaisir un rpm pour installer Kcometen4, qui est une adaption pour KDE4 de Kcometen, un très beau screensaver sous Linux. Je l&#8217;ai installé très facilement sous Mandriva après avoir téléchargé le RPM :  <a href="http://rpm.pbone.net/index.php3/stat/4/idpl/12608908/com/kcometen4-1.0.5-1mud2009.1.i586.rpm.html" rel="nofollow">http://rpm.pbone.net/index.php3/stat/4/idpl/12608908/com/kcometen4-1.0.5-1mud2009.1.i586.rpm.html</a>.</p>
<p style="text-align:justify;">Ensuite, Kcometen 4 apparaît dans la liste des screensavers disponibles dans <em>écrans de veille &#8211; configuration du système / écrans de veille OpenGL</em>. Quelques paramètres sont configurables pour le tuner à votre goût, notamment l&#8217;image qui sert du motif au cube, et les couleurs des comètes.</p>
<p style="text-align:justify;">Ci-dessous une petite vidéo pour vous monter le résultat sur ma Mandriva 2009.1 Spring :</p>
<p style="text-align:justify;">
<p><span style="text-align:center; display: block;"><a href="http://linuxbidouille.com/2009/08/28/kcometen-le-must-des-screensavers-pour-linux/"><img src="http://img.youtube.com/vi/6ejahtxeewc/2.jpg" alt="" /></a></span></p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nicolasboucher.wordpress.com/480/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nicolasboucher.wordpress.com/480/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nicolasboucher.wordpress.com/480/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nicolasboucher.wordpress.com/480/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nicolasboucher.wordpress.com/480/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nicolasboucher.wordpress.com/480/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nicolasboucher.wordpress.com/480/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nicolasboucher.wordpress.com/480/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nicolasboucher.wordpress.com/480/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nicolasboucher.wordpress.com/480/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nicolasboucher.wordpress.com/480/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nicolasboucher.wordpress.com/480/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nicolasboucher.wordpress.com/480/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nicolasboucher.wordpress.com/480/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxbidouille.com&amp;blog=3592449&amp;post=480&amp;subd=nicolasboucher&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxbidouille.com/2009/08/28/kcometen-le-must-des-screensavers-pour-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c1d06668f7217d1799d18f3f9dd8be7f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Nicolas Boucher</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/6ejahtxeewc/2.jpg" medium="image" />
	</item>
	</channel>
</rss>