<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.ubuntu-fr.org/extern.php?action=feed&amp;tid=866511&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / commande pour changer le fond d'écran]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=866511</link>
		<description><![CDATA[Les sujets les plus récents dans commande pour changer le fond d'écran.]]></description>
		<lastBuildDate>Mon, 09 Apr 2012 13:29:00 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  commande pour changer le fond d'écran]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=8759321#p8759321</link>
			<description><![CDATA[<p>sputnick<br />après avoir crée une image<br />la commande suivante copie bien le fichier mais il n&#039;est pas sélectionner par défaut</p><div class="codebox"><pre><code>cp &quot;${HOME}&quot;/.Dreamnux/icones/default.png &quot;${HOME}&quot;/.kde/share/wallpapers/default.png</code></pre></div><p>je ne voie pas comment faire</p><p>nesthib<br />j&#039;ai utiliser KolourPaint pour crée une image<br />merci</p>]]></description>
			<author><![CDATA[dummy@example.com (kde4 fan)]]></author>
			<pubDate>Mon, 09 Apr 2012 13:29:00 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=8759321#p8759321</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  commande pour changer le fond d'écran]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=8755201#p8755201</link>
			<description><![CDATA[<p>sinon pour créer une image unie en ligne de commande tu peux utiliser imagemagick :</p><div class="codebox"><pre><code>convert -size &#039;1024x768&#039; &#039;xc:#FF008F&#039; mon_image.png</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (nesthib)]]></author>
			<pubDate>Mon, 09 Apr 2012 04:53:10 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=8755201#p8755201</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  commande pour changer le fond d'écran]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=8729591#p8729591</link>
			<description><![CDATA[<p>j&#039;ai trouver ça sur le net</p><div class="codebox"><pre><code>fond=`grep &#039;wallpaper=&#039; ~/.kde/share/config/plasma-desktop-appletsrc | tail --bytes=+11`
&quot;${fond}&quot;</code></pre></div><p>qui permet l&#039;affichage en liste des wallpaper<br />la même chose</p><div class="codebox"><pre><code>fond=`ls ~/.kde/share/wallpapers`
&quot;${fond}&quot;</code></pre></div><p>ceci est un autre chemin des wallpaper</p><div class="codebox"><pre><code>~/.kde/cache-desktop/plasma-wallpapers/home/user/.kde/share/wallpapers/</code></pre></div><p>et pour finir tous se passe dans plasma-desktop-appletsrc<br />ne serait il possible d&#039;agir sur les paramètre de ce fichier<br />par exemple ligne 443</p><div class="codebox"><pre><code>[Containments][53][Wallpaper][color]
backgroundMode=0
color1=48,48,48
color2=0,0,0</code></pre></div><p>modifier les valeur pour changer la couleur<br />merci</p>]]></description>
			<author><![CDATA[dummy@example.com (kde4 fan)]]></author>
			<pubDate>Fri, 06 Apr 2012 14:48:08 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=8729591#p8729591</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  commande pour changer le fond d'écran]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=8714191#p8714191</link>
			<description><![CDATA[<p>Salut</p><p>Le fond d&#039;écran est géré par Plasma. Et effectivement, ce qui est simplissime en graphique devient assez compliqué en terminal ...</p>]]></description>
			<author><![CDATA[dummy@example.com (xabilon)]]></author>
			<pubDate>Wed, 04 Apr 2012 23:22:54 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=8714191#p8714191</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  commande pour changer le fond d'écran]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=8697211#p8697211</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>A quoi sert kstart ?</p></div></blockquote></div><p>lancer en ligne de commande des apps avec des paramètre pour <br />afficher en full screen ou placer sur un bureau 1,2,3ou4 par exemple<br />pratique pour mon script</p><p>pouvoirs contrôler le script a partir de la boite a miniature<br />par exemple<br />a partir de l’icône de la boite a miniature afficher masquer la commande en cour<br />quitter le script</p>]]></description>
			<author><![CDATA[dummy@example.com (kde4 fan)]]></author>
			<pubDate>Tue, 03 Apr 2012 13:46:07 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=8697211#p8697211</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  commande pour changer le fond d'écran]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=8692921#p8692921</link>
			<description><![CDATA[<p>A quoi sert <strong>kstart</strong> ?</p><p>Qu&#039;essaye tu de faire avec ces commandes ?</p><p>Part tu d&#039;un tuto ?</p><p>Bref, explique le contexte.</p>]]></description>
			<author><![CDATA[dummy@example.com (sputnick)]]></author>
			<pubDate>Mon, 02 Apr 2012 22:14:55 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=8692921#p8692921</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  commande pour changer le fond d'écran]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=8692181#p8692181</link>
			<description><![CDATA[<p><img src="http://forum.ubuntu-fr.org/img/smilies/lol.png" width="15" height="15" alt="lol" /><br />sputnick<br />désoler je pensais a une image transparente ou un calque transparent</p><p>je n’arrive pas lancer cette commande correctement une erreur en sortie</p><div class="codebox"><pre><code>ksystraycmd --ownicon --icon &#039;&quot;$icon&quot;&#039; --title &quot;kDreamnux&quot; \
xwinwrap -ni -fs -st -sp -b -nf -o 0.40 -- mplayer -nolirc -wid WID -quiet -vo , -nosound { /home/user/.Dreamnux/videos/Cypersphere.avi  } -loop 0 &amp; </code></pre></div><p>se lace 2 fois a cause de xwinwrap et mplayer</p><p>et je n’arrive pas lancer cette commande correctement une erreur en sortie</p><div class="codebox"><pre><code>kstart --fullscreen --alldesktops xwinwrap -ni -fs -st -sp -b -nf -o 0.40 -- mplayer -nolirc -wid WID -quiet -vo , -nosound { /home/user/.Dreamnux/videos/Cypersphere.avi  } -loop 0 &amp; </code></pre></div><p>se lace 2 fois a cause de xwinwrap et mplayer<br />merci</p>]]></description>
			<author><![CDATA[dummy@example.com (kde4 fan)]]></author>
			<pubDate>Mon, 02 Apr 2012 20:53:29 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=8692181#p8692181</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  commande pour changer le fond d'écran]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=8687571#p8687571</link>
			<description><![CDATA[<div class="quotebox"><cite>kde4 fan a écrit&#160;:</cite><blockquote><div><p>donc je doit crée une image monochrome<br />pourquoi monochrome?</p></div></blockquote></div><p>Houston, we&#039;ve got a problem !<br />SIERRA OSCAR SIERRA !<br />kde4 fan lost in the sea, I repeat, kde4 fan lost in the sea, OVER.</p>]]></description>
			<author><![CDATA[dummy@example.com (sputnick)]]></author>
			<pubDate>Mon, 02 Apr 2012 15:09:29 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=8687571#p8687571</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  commande pour changer le fond d'écran]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=8687391#p8687391</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>C&#039;était possible au temps de dcop, mais depuis kde4 et qdbus c&#039;est plus possible</p></div></blockquote></div><p>oui c&#039;est ce que j&#039;avais a moitié compris en fouillant sur le net</p><p>donc je doit crée une image monochrome<br />pourquoi monochrome?</p>]]></description>
			<author><![CDATA[dummy@example.com (kde4 fan)]]></author>
			<pubDate>Mon, 02 Apr 2012 14:49:13 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=8687391#p8687391</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  commande pour changer le fond d'écran]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=8687341#p8687341</link>
			<description><![CDATA[<p>C&#039;était possible au temps de <em>dcop</em>, mais depuis kde4 et <em>qdbus</em> c&#039;est plus possible à moins d&#039;utiliser la méthode suscitée.</p>]]></description>
			<author><![CDATA[dummy@example.com (sputnick)]]></author>
			<pubDate>Mon, 02 Apr 2012 14:42:54 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=8687341#p8687341</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  commande pour changer le fond d'écran]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=8687231#p8687231</link>
			<description><![CDATA[<p>sputnick<br />merci<br />donc il n&#039;est pas possible avec une ligne de commande de remplacer l&#039;image par une couleur<br />la solution que tu propose est de remplacer l&#039;image par une autre qui a une couleur uni<br />si pas possible je n&#039;aurai pas le choix</p>]]></description>
			<author><![CDATA[dummy@example.com (kde4 fan)]]></author>
			<pubDate>Mon, 02 Apr 2012 14:33:37 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=8687231#p8687231</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  commande pour changer le fond d'écran]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=8687141#p8687141</link>
			<description><![CDATA[<p>Tu connais gimp ? Tu peux créer ton propre fond d&#039;écran monochrome en 10 secondes chrono.</p>]]></description>
			<author><![CDATA[dummy@example.com (sputnick)]]></author>
			<pubDate>Mon, 02 Apr 2012 14:25:03 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=8687141#p8687141</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  commande pour changer le fond d'écran]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=8687131#p8687131</link>
			<description><![CDATA[<p>sputnick</p><div class="quotebox"><blockquote><div><p>Il suffit d&#039;écraser l&#039;image avec une autre pour remplacer le fond d&#039;écran.</p></div></blockquote></div><p>je cherche la commande pour remplacer le fond d&#039;écran par une couleur<br />pas pour une image</p><div class="quotebox"><blockquote><div><p>Edit: pas besoin de script, ca existe de base dans kde4.</p></div></blockquote></div><p>justement j&#039;en est&#160; besoin pour un script<br />merci</p>]]></description>
			<author><![CDATA[dummy@example.com (kde4 fan)]]></author>
			<pubDate>Mon, 02 Apr 2012 14:18:39 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=8687131#p8687131</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  commande pour changer le fond d'écran]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=8683521#p8683521</link>
			<description><![CDATA[<p>Une recherche 2 sec sur le forum donne ça : <a href="http://forum.ubuntu-fr.org/viewtopic.php?id=830831">http://forum.ubuntu-fr.org/viewtopic.php?id=830831</a></p><p>Il suffit d&#039;écraser l&#039;image avec une autre pour remplacer le fond d&#039;écran.</p><p>Exemple : </p><div class="codebox"><pre><code>cp ancienne_image.png default.png
cp autre_image.png default.png</code></pre></div><p>Edit: pas besoin de script, ca existe de base dans kde4.</p><p>Clic droit sur le bureau</p>]]></description>
			<author><![CDATA[dummy@example.com (sputnick)]]></author>
			<pubDate>Mon, 02 Apr 2012 03:46:57 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=8683521#p8683521</guid>
		</item>
		<item>
			<title><![CDATA[commande pour changer le fond d'écran]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=8677741#p8677741</link>
			<description><![CDATA[<p>je cherche la commande pour remplacer le fond d&#039;écran par une couleur<br />avec konsole (kde)<br />ce que je cherche pour kde <br />sous gnome ça correspond a ceci</p><div class="codebox"><pre><code>gconftool-2 --type string --set /desktop/gnome/background/picture_options none
gconftool-2 -g /desktop/gnome/background/primary_color \#212121</code></pre></div><p>merci</p>]]></description>
			<author><![CDATA[dummy@example.com (kde4 fan)]]></author>
			<pubDate>Sun, 01 Apr 2012 14:58:37 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=8677741#p8677741</guid>
		</item>
	</channel>
</rss>
