<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.manjaro.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=1m70deter</id>
	<title>Manjaro - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.manjaro.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=1m70deter"/>
	<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php/Special:Contributions/1m70deter"/>
	<updated>2026-04-24T03:28:54Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Internet_Browsers/fr&amp;diff=53064</id>
		<title>Internet Browsers/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Internet_Browsers/fr&amp;diff=53064"/>
		<updated>2024-09-26T20:39:08Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;&amp;lt;div style=&amp;quot;float: left; width: 50%&amp;quot;&amp;gt; * Mozilla Firefox : ''Le guide pour Mozilla Firefox sur Manjaro'' &amp;lt;/div&amp;gt; &amp;lt;div style=&amp;quot;float: right; width: 50%&amp;quot;&amp;gt; * N...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: left; width: 50%&amp;quot;&amp;gt;&lt;br /&gt;
* [[Mozilla_Firefox|Mozilla Firefox]]&lt;br /&gt;
: ''Le guide pour Mozilla Firefox sur Manjaro''&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; width: 50%&amp;quot;&amp;gt;&lt;br /&gt;
* [[Navigateur Vivaldi]]&lt;br /&gt;
: ''Cette page met en évidence les points positifs et indique que l'équipe de Vivaldi a colmaté toutes les fuites de sécurité connues installées dans le moteur de base par Google.''&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear: both&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Basic_Tips_for_conky/fr&amp;diff=53063</id>
		<title>Basic Tips for conky/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Basic_Tips_for_conky/fr&amp;diff=53063"/>
		<updated>2024-09-26T20:38:53Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;====Rings manquant====&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
==Installation==&lt;br /&gt;
Conky peut être installé en utilisant le gestionnaire de paquets&lt;br /&gt;
{{UserCmd|command=pamac install conky}}&lt;br /&gt;
&lt;br /&gt;
===Configuration===&lt;br /&gt;
Tout fichier ayant un nom commençant par un point &amp;lt;code&amp;gt;.&amp;lt;/code&amp;gt; est un fichier caché. Si vous voulez voir ces fichiers, il faudra les rendre visibles. Activez l'option le permettant dans votre explorateur de fichier (ce qui peut être fait avec Ctrl+h dans certains).&lt;br /&gt;
====Fichiers de configuration====&lt;br /&gt;
Les fichiers de configuration par défaut sont présents dans {{ic|/usr/share/doc/conky-1.11.5_pre/conky.conf}}, pensez juste à changer le numéro de version par le vôtre. &lt;br /&gt;
Conky ne crée pas de fichiers ou de dossiers de configuration locaux à l'utilisateur, il faudra donc créer d'abord le dossier avec :&lt;br /&gt;
{{UserCmd|command=mkdir -p ~/.config/conky}}&lt;br /&gt;
Et ensuite copier le fichier de configuration à l'intérieur&lt;br /&gt;
{{UserCmd|command=cp /usr/share/doc/conky-1.11.5_pre/conky.conf ~/.config/conky/conky.conf}}&lt;br /&gt;
Ce fichier est un bête document texte respectant la [[https://www.lua.org/ |syntaxe LUA]], et possède la propriété d'être découpé en deux parties bien distinctes.&lt;br /&gt;
&lt;br /&gt;
* La configuration&lt;br /&gt;
* Du texte&lt;br /&gt;
&lt;br /&gt;
===Configuration de Conky===&lt;br /&gt;
La partie la plus haute contient tous les éléments nécessaires à la configuration de conky, par exemple la position sur l'écran, la transparence, la gestion des bords, la fréquence de rafraîchissement ou encore la gestion de la police. Toutes les règles de configuration se trouvent alors dans des accolades comme ci-dessous&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.config = {&lt;br /&gt;
};&amp;lt;/pre&amp;gt;&lt;br /&gt;
Il y a cependant quelques règles&lt;br /&gt;
&lt;br /&gt;
* Chaque ligne doit finir par une virgule &amp;lt;code&amp;gt;,&amp;lt;/code&amp;gt;&lt;br /&gt;
* Les valeurs qui ne sont ni des nombres ni des booléens (True/False) doivent être placé entre guillemets &amp;lt;code&amp;gt;'&amp;lt;/code&amp;gt;&lt;br /&gt;
* Un commentaire commence par &amp;lt;code&amp;gt;--&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
===Exemples===&lt;br /&gt;
'''1.''' L'exemple ci-dessous donnera une couleur blanche au texte de Conky. Accessoirement, &amp;lt;code&amp;gt;color1&amp;lt;/code&amp;gt; permet grâce au [http://html-color-codes.info/ code couleur HTML] d'obtenir un bleu assez clair :&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.config = {&lt;br /&gt;
...&lt;br /&gt;
    default_color = 'white',    -- Blanc par défaut&lt;br /&gt;
    color1 = '0ab1ff',          -- Bleu clair&lt;br /&gt;
...&lt;br /&gt;
};&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
'''2.''' Ici, nous activons Xft, changeons la police de base (LiberationMono), la mettons en gras et changeons sa taille (8):&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.config = {&lt;br /&gt;
...&lt;br /&gt;
    use_xft = true,&lt;br /&gt;
    font = 'LiberationMono:bold:size=8',&lt;br /&gt;
...&lt;br /&gt;
};&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
'''3.''' Afin de changer la position de Conky sur votre écran, modifiez les valeurs suivantes :&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.config = {&lt;br /&gt;
...&lt;br /&gt;
    alignment = 'top_right',     -- Pour le placer dans le coin en haut à droite&lt;br /&gt;
    gap_x 18,                    -- avec un écart horizontal de 18 pixels (par apport au coin)&lt;br /&gt;
    gap_y 20,                    -- et un écart vertical de 20 pixel (toujours par apport au coin).&lt;br /&gt;
...&lt;br /&gt;
};&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
'''4.''' Dans certaines situations, il se peut que vous ayez plusieurs valeurs pour un seul paramètre. Il faudra alors les séparer avec une virgule, comme suit :&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.config = {&lt;br /&gt;
...&lt;br /&gt;
    own_window_hints = 'undecorated,sticky,skip_taskbar,skip_pager,below',&lt;br /&gt;
...&lt;br /&gt;
};&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
On le répétera jamais assez, mais le manuel est votre meilleur allié : &amp;lt;code&amp;gt;man conky&amp;lt;/code&amp;gt;, jetez un œil sous '''CONFIGURATION SETTINGS''' pour voir toutes les options disponibles.&lt;br /&gt;
&lt;br /&gt;
===Texte affiché par Conky===&lt;br /&gt;
La seconde partie contient le code qui sera affiché par Conky. Chaque ligne correspond à une indication qui figurera sur Conky. Il y en a tout un tas et nous ne pourrons toutes les exposer ici, alors vous savez que seule le manuel pourra vous guider entièrement dans cette tâche infernale : &amp;lt;code&amp;gt;man conky&amp;lt;/code&amp;gt;, regardez en-deçà de '''OBJECTS/VARIABLES''' pour connaître toutes les options et variables disponibles.&lt;br /&gt;
{{BoxInfo|Info|Les lignes à l'intérieur de '''conky.text''' seront imprimées à l'identique. Ex : si vous laissez une ligne vide dans le fichier, Conky affichera une ligne vide.}}&lt;br /&gt;
&lt;br /&gt;
Le code complet doit être placé entre ces deux paires de crochets :&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.text = [[&lt;br /&gt;
]];&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
===Examples===&lt;br /&gt;
'''1.''' You can choose the color of your font using one of the following variables:&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.text = [[&lt;br /&gt;
...&lt;br /&gt;
${color}&lt;br /&gt;
${color1}&lt;br /&gt;
...&lt;br /&gt;
]];&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Chaque variable commence par un signe &amp;lt;code&amp;gt;$&amp;lt;/code&amp;gt; et est entourée d'accolades &amp;lt;code&amp;gt;{ }&amp;lt;/code&amp;gt; (nécessaires si la variable contient plusieurs mots).&lt;br /&gt;
&lt;br /&gt;
'''2.''' Vous pouvez utiliser la police par défaut (et la taille de lettre qui va avec) en utilisant :&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.text = [[&lt;br /&gt;
...&lt;br /&gt;
$font&lt;br /&gt;
...&lt;br /&gt;
]];&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
Si vous préférez une autre police (DejaVuSerif par exemple) et une autre taille de lettre (9, pour continuer l'exemple) dans votre conky, utilisez ces lignes dans votre code &amp;lt;code&amp;gt;.conf&amp;lt;/code&amp;gt;:&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.text = [[&lt;br /&gt;
...&lt;br /&gt;
${font DejaVuSerif:size=9}&lt;br /&gt;
...&lt;br /&gt;
]];&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
'''3.''' Cette ligne de code affiche &amp;quot;Kernel: &amp;quot; et le kernel que vous utilisez (l'utilisation de &amp;lt;code&amp;gt;$alignr&amp;lt;/code&amp;gt; permet uniquement de mieux formater le texte (aligner vers la droite), ce n'est pas nécessaire) :&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.text = [[&lt;br /&gt;
Kernel: ${alignr}${kernel}&lt;br /&gt;
]];&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
'''4.''' Cette variable vous donne les titres des trois derniers articles parrus sur le blog de Manjaro (avec RSS). Elle se met à jour toutes les 60 minutes.&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.text = [[&lt;br /&gt;
${rss http://manjaro.org/feed/ 60 item_titles 3}&lt;br /&gt;
]];&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
'''5.''' Des informations sur la racine (&amp;lt;code&amp;gt;/&amp;lt;/code&amp;gt;) de votre système Manjaro peuvent être affichées avec :&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.text = [[&lt;br /&gt;
Root: ${alignr}${fs_used /} of ${fs_size /}&lt;br /&gt;
]];&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
'''6.''' À la place de l'exemple 3, vous pouvez utiliser les lignes suivantes pour le même objectif :&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.text = [[&lt;br /&gt;
Kernel: ${alignr}${execi 3600 uname -r}&lt;br /&gt;
]];&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===execi===&lt;br /&gt;
La variable &amp;lt;code&amp;gt;${execi 3600 XXXX}&amp;lt;/code&amp;gt; lance la commande bash &amp;lt;code&amp;gt;XXXX&amp;lt;/code&amp;gt; dans votre terminal toutes les 3600 secondes (1h) et affiche le résultat dans Conky. Le résultat de la commande &amp;lt;code&amp;gt;uname -r&amp;lt;/code&amp;gt; est le nom de votre kernel actuel. &lt;br /&gt;
&lt;br /&gt;
Utilisez n'importe quelle commande à la place de &amp;lt;code&amp;gt;XXXX&amp;lt;/code&amp;gt;, la seule limite est votre imagination. La commande peut être aussi longue et tortureuse que vous le désirez. &lt;br /&gt;
&lt;br /&gt;
{{BoxInfo|Warning|Utilisez des commandes plus compliquées (utilisant d'autres programmes, ou écrivant dans des fichiers volumineux par exemple), dans des intervalles relativement courts (ex : &amp;lt;code&amp;gt;${execi 2 XXXX}&amp;lt;/code&amp;gt; lance &amp;lt;code&amp;gt;XXXX&amp;lt;/code&amp;gt; toutes les 2 secondes et affiche le résultat dans Conky), peut amener à des consommations intensives de ressources, voir geler l'ordinateur.}}&lt;br /&gt;
&lt;br /&gt;
===Lancer conky===&lt;br /&gt;
Si vous voulez affichez un widget Conky sur votre bureau, un fichier {{ic|~/.config/conky/conky.conf}} avec du code est requis. Si vous en avez un, ouvrez un terminal et lancer Conky de sorte qu'il utilise ce fichier :&lt;br /&gt;
{{UserCmd|command=conky -c ~/.config/conky/conky.conf}}&lt;br /&gt;
La commande précédente reste figée sur les potentielles erreurs que peut renvoyer Conky. Pour lancer Conky en arrière-plan (comme un daemon), utilisez :&lt;br /&gt;
{{UserCmd|command=conky -d -c ~/.config/conky/conky.conf}}&lt;br /&gt;
&lt;br /&gt;
Pour démarrer Conky automatiquement à chaque initialisation du système, il vous faudra trouver comment faire sur votre [[Special:MyLanguage/Desktop_Environments_and_Window_Managers | environnement de bureau]]. Les exemples suivant illustrent comment lancer Conky depuis votre fichier folder/file/script/command.&lt;br /&gt;
&amp;lt;code&amp;gt;sleep 20&amp;lt;/code&amp;gt; et &amp;lt;code&amp;gt;-p 20&amp;lt;/code&amp;gt; décale le lancement de Conky de 20 secondes après celui de l'environnement de Bureau. Ajustez cette valeur à votre convenance.&lt;br /&gt;
&lt;br /&gt;
{{UserCmd|command=conky -c ~/.config/conky/conky.conf &amp;amp;}}&lt;br /&gt;
{{UserCmd|command=sleep 20 &amp;amp;&amp;amp; conky -c ~/.config/conky/conky.conf &amp;amp;}}&lt;br /&gt;
&lt;br /&gt;
Lorsque vous changez le fichier de configuration Conky en cours d'exécution, Conky redémarrera. Mais si vous changez un de vos scripts (ex : vous voulez voir le résultat d'un changement de variable), vous devrez alors recharger Conky :&lt;br /&gt;
{{UserCmd|command=killall conky &amp;amp;&amp;amp; conky -c ~/.config/config/conky.conf}}&lt;br /&gt;
&lt;br /&gt;
===Dépannage et Conseils===&lt;br /&gt;
&lt;br /&gt;
====Rings manquant====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
To be able to use LUA scripts to execute drawing functions like clock rings - you will a conky package compiled with LUA support. Either build the package the package {{ic|conky-lua}} from [[Arch_User_Repository|AUR]] or install the {{ic|conky-lua-nv}} from the official repo.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
====Missing network information====&lt;br /&gt;
If network information is missing like download speed or network name (SSID), you need to replace the network interfaces in the configuration file with your network interface name. To get the names of your interfaces - open a terminal and execute&lt;br /&gt;
{{UserCmd|command=ip a | grep ' state UP' | cut -d' ' -f2 | cut -d':' -f1}}&lt;br /&gt;
Use the output from the command. Interface names starting with &amp;lt;code&amp;gt;en&amp;lt;/code&amp;gt; is ethernet interface and names starting with &amp;lt;code&amp;gt;wl&amp;lt;/code&amp;gt; is wireless interfaces. Replace all network interfaces names with (e.g. &amp;lt;code&amp;gt;wlan0&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;eth0&amp;lt;/code&amp;gt;) in your &amp;lt;code&amp;gt;.conf&amp;lt;/code&amp;gt; text section with the interface name(s) you retrieved from the above command.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
===Conky Manager===&lt;br /&gt;
An application named Conky manager exist but has not been updated for years and the configurations found in the package may work or they may not. You may install it - it can be a used as an inspiration but you should not rely on it. If you still think you it is a must have - you can build the package {{ic|conky-manager}} using [[Arch_User_Repository|AUR]]&lt;br /&gt;
{{UserCmd|command=pamac build conky-manager}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
==See Also==&lt;br /&gt;
* The [https://github.com/brndnmtthws/conky/wiki Conky website]&lt;br /&gt;
* The [https://wiki.archlinux.org/index.php/conky Arch Wiki] page for Conky&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;br /&gt;
[[Category:Applications{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Manjaro_Online/fr&amp;diff=53062</id>
		<title>Manjaro Online/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Manjaro_Online/fr&amp;diff=53062"/>
		<updated>2024-09-26T20:37:17Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages&amp;gt;中文（简体）&amp;lt;/languages&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|&lt;br /&gt;
[[File:Org.communia.ttrssPocket.png|left|36px]]&lt;br /&gt;
Contact Manjaro|&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
* [https://manjaro.org/news/ Le Blog Officiel Manjaro]&lt;br /&gt;
: ''Pour se mettre au courant des dernières nouvelles et développements. ''&lt;br /&gt;
&lt;br /&gt;
* '''[https://t.me/manjaro_official Telegram de Manjaro]'''&lt;br /&gt;
: ''Groupe officiel public Manjaro pour la socialisation générale et le hors sujet''.&lt;br /&gt;
&lt;br /&gt;
* '''[[Special:MyLanguage/Manjaro Forums|Forums Manjaro]]'''&lt;br /&gt;
: ''Un endroit pour poser des questions, communiquer avec les développeurs et interagir avec d'autres utilisateurs de Manjaro.''|&lt;br /&gt;
* [https://www.reddit.com/r/ManjaroLinux Reddit de Manjaro]&lt;br /&gt;
: ''Contenu sur divers sujets relatif à Manjaro''&lt;br /&gt;
&lt;br /&gt;
* [https://twitter.com/ManjaroLinux Twitter de Manjaro]&lt;br /&gt;
:  ''On est également sur Twitter !''&lt;br /&gt;
&lt;br /&gt;
* [https://www.facebook.com/ManjaroLinux Facebook de Manjaro]&lt;br /&gt;
: ''Partagez vos points de vue sur Facebook.''&lt;br /&gt;
|2|2}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Internet_Browsers/1/fr&amp;diff=53061</id>
		<title>Translations:Internet Browsers/1/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Internet_Browsers/1/fr&amp;diff=53061"/>
		<updated>2024-09-26T16:28:57Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;&amp;lt;div style=&amp;quot;float: left; width: 50%&amp;quot;&amp;gt; * Mozilla Firefox : ''Le guide pour Mozilla Firefox sur Manjaro'' &amp;lt;/div&amp;gt; &amp;lt;div style=&amp;quot;float: right; width: 50%&amp;quot;&amp;gt; * N...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float: left; width: 50%&amp;quot;&amp;gt;&lt;br /&gt;
* [[Mozilla_Firefox|Mozilla Firefox]]&lt;br /&gt;
: ''Le guide pour Mozilla Firefox sur Manjaro''&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; width: 50%&amp;quot;&amp;gt;&lt;br /&gt;
* [[Navigateur Vivaldi]]&lt;br /&gt;
: ''Cette page met en évidence les points positifs et indique que l'équipe de Vivaldi a colmaté toutes les fuites de sécurité connues installées dans le moteur de base par Google.''&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear: both&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Internet_Browsers/Page_display_title/fr&amp;diff=53060</id>
		<title>Translations:Internet Browsers/Page display title/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Internet_Browsers/Page_display_title/fr&amp;diff=53060"/>
		<updated>2024-09-26T16:27:25Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;Navigateurs Internet&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Navigateurs Internet&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Basic_Tips_for_conky/54/fr&amp;diff=53059</id>
		<title>Translations:Basic Tips for conky/54/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Basic_Tips_for_conky/54/fr&amp;diff=53059"/>
		<updated>2024-09-26T16:26:46Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;====Rings manquant====&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====Rings manquant====&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Basic_Tips_for_conky/53/fr&amp;diff=53058</id>
		<title>Translations:Basic Tips for conky/53/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Basic_Tips_for_conky/53/fr&amp;diff=53058"/>
		<updated>2024-09-26T16:25:33Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;===Dépannage et Conseils===&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Dépannage et Conseils===&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Basic_Tips_for_conky/51/fr&amp;diff=53057</id>
		<title>Translations:Basic Tips for conky/51/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Basic_Tips_for_conky/51/fr&amp;diff=53057"/>
		<updated>2024-09-26T16:21:35Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;{{UserCmd|command=conky -c ~/.config/conky/conky.conf &amp;amp;}} {{UserCmd|command=sleep 20 &amp;amp;&amp;amp; conky -c ~/.config/conky/conky.conf &amp;amp;}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{UserCmd|command=conky -c ~/.config/conky/conky.conf &amp;amp;}}&lt;br /&gt;
{{UserCmd|command=sleep 20 &amp;amp;&amp;amp; conky -c ~/.config/conky/conky.conf &amp;amp;}}&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Basic_Tips_for_conky/52/fr&amp;diff=53056</id>
		<title>Translations:Basic Tips for conky/52/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Basic_Tips_for_conky/52/fr&amp;diff=53056"/>
		<updated>2024-09-26T16:25:17Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;Lorsque vous changez le fichier de configuration Conky en cours d'exécution, Conky redémarrera. Mais si vous changez un de vos scripts (ex : vous voulez voir le résultat d'...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Lorsque vous changez le fichier de configuration Conky en cours d'exécution, Conky redémarrera. Mais si vous changez un de vos scripts (ex : vous voulez voir le résultat d'un changement de variable), vous devrez alors recharger Conky :&lt;br /&gt;
{{UserCmd|command=killall conky &amp;amp;&amp;amp; conky -c ~/.config/config/conky.conf}}&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Basic_Tips_for_conky/50/fr&amp;diff=53055</id>
		<title>Translations:Basic Tips for conky/50/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Basic_Tips_for_conky/50/fr&amp;diff=53055"/>
		<updated>2024-09-26T16:21:11Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;Pour démarrer Conky automatiquement à chaque initialisation du système, il vous faudra trouver comment faire sur votre Special:MyLanguage/Desktop_Environments_and_Window_...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Pour démarrer Conky automatiquement à chaque initialisation du système, il vous faudra trouver comment faire sur votre [[Special:MyLanguage/Desktop_Environments_and_Window_Managers | environnement de bureau]]. Les exemples suivant illustrent comment lancer Conky depuis votre fichier folder/file/script/command.&lt;br /&gt;
&amp;lt;code&amp;gt;sleep 20&amp;lt;/code&amp;gt; et &amp;lt;code&amp;gt;-p 20&amp;lt;/code&amp;gt; décale le lancement de Conky de 20 secondes après celui de l'environnement de Bureau. Ajustez cette valeur à votre convenance.&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Basic_Tips_for_conky/48/fr&amp;diff=53054</id>
		<title>Translations:Basic Tips for conky/48/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Basic_Tips_for_conky/48/fr&amp;diff=53054"/>
		<updated>2024-09-26T16:10:01Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;{{BoxInfo|Warning|Utilisez des commandes plus compliquées (utilisant d'autres programmes, ou écrivant dans des fichiers volumineux par exemple), dans des intervalles relativ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{BoxInfo|Warning|Utilisez des commandes plus compliquées (utilisant d'autres programmes, ou écrivant dans des fichiers volumineux par exemple), dans des intervalles relativement courts (ex : &amp;lt;code&amp;gt;${execi 2 XXXX}&amp;lt;/code&amp;gt; lance &amp;lt;code&amp;gt;XXXX&amp;lt;/code&amp;gt; toutes les 2 secondes et affiche le résultat dans Conky), peut amener à des consommations intensives de ressources, voir geler l'ordinateur.}}&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Basic_Tips_for_conky/49/fr&amp;diff=53053</id>
		<title>Translations:Basic Tips for conky/49/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Basic_Tips_for_conky/49/fr&amp;diff=53053"/>
		<updated>2024-09-26T16:14:01Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;===Lancer conky=== Si vous voulez affichez un widget Conky sur votre bureau, un fichier {{ic|~/.config/conky/conky.conf}} avec du code est requis. Si vous en avez un, ouvrez u...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Lancer conky===&lt;br /&gt;
Si vous voulez affichez un widget Conky sur votre bureau, un fichier {{ic|~/.config/conky/conky.conf}} avec du code est requis. Si vous en avez un, ouvrez un terminal et lancer Conky de sorte qu'il utilise ce fichier :&lt;br /&gt;
{{UserCmd|command=conky -c ~/.config/conky/conky.conf}}&lt;br /&gt;
La commande précédente reste figée sur les potentielles erreurs que peut renvoyer Conky. Pour lancer Conky en arrière-plan (comme un daemon), utilisez :&lt;br /&gt;
{{UserCmd|command=conky -d -c ~/.config/conky/conky.conf}}&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Basic_Tips_for_conky/47/fr&amp;diff=53052</id>
		<title>Translations:Basic Tips for conky/47/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Basic_Tips_for_conky/47/fr&amp;diff=53052"/>
		<updated>2024-09-26T16:07:28Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;Utilisez n'importe quelle commande à la place de &amp;lt;code&amp;gt;XXXX&amp;lt;/code&amp;gt;, la seule limite est votre imagination. La commande peut être aussi longue et tortureuse que vous le dési...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Utilisez n'importe quelle commande à la place de &amp;lt;code&amp;gt;XXXX&amp;lt;/code&amp;gt;, la seule limite est votre imagination. La commande peut être aussi longue et tortureuse que vous le désirez.&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Basic_Tips_for_conky/46/fr&amp;diff=53051</id>
		<title>Translations:Basic Tips for conky/46/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Basic_Tips_for_conky/46/fr&amp;diff=53051"/>
		<updated>2024-09-26T16:06:30Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;===execi=== La variable &amp;lt;code&amp;gt;${execi 3600 XXXX}&amp;lt;/code&amp;gt; lance la commande bash &amp;lt;code&amp;gt;XXXX&amp;lt;/code&amp;gt; dans votre terminal toutes les 3600 secondes (1h) et affiche le résultat dans...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===execi===&lt;br /&gt;
La variable &amp;lt;code&amp;gt;${execi 3600 XXXX}&amp;lt;/code&amp;gt; lance la commande bash &amp;lt;code&amp;gt;XXXX&amp;lt;/code&amp;gt; dans votre terminal toutes les 3600 secondes (1h) et affiche le résultat dans Conky. Le résultat de la commande &amp;lt;code&amp;gt;uname -r&amp;lt;/code&amp;gt; est le nom de votre kernel actuel.&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Basic_Tips_for_conky/45/fr&amp;diff=53050</id>
		<title>Translations:Basic Tips for conky/45/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Basic_Tips_for_conky/45/fr&amp;diff=53050"/>
		<updated>2024-09-26T16:04:53Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;'''2.''' Vous pouvez utiliser la police par défaut (et la taille de lettre qui va avec) en utilisant : {{File|file=~/.config/conky/conky.conf| content=&amp;lt;pre&amp;gt;conky.text =  .....&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''2.''' Vous pouvez utiliser la police par défaut (et la taille de lettre qui va avec) en utilisant :&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.text = [[&lt;br /&gt;
...&lt;br /&gt;
$font&lt;br /&gt;
...&lt;br /&gt;
]];&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
Si vous préférez une autre police (DejaVuSerif par exemple) et une autre taille de lettre (9, pour continuer l'exemple) dans votre conky, utilisez ces lignes dans votre code &amp;lt;code&amp;gt;.conf&amp;lt;/code&amp;gt;:&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.text = [[&lt;br /&gt;
...&lt;br /&gt;
${font DejaVuSerif:size=9}&lt;br /&gt;
...&lt;br /&gt;
]];&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
'''3.''' Cette ligne de code affiche &amp;quot;Kernel: &amp;quot; et le kernel que vous utilisez (l'utilisation de &amp;lt;code&amp;gt;$alignr&amp;lt;/code&amp;gt; permet uniquement de mieux formater le texte (aligner vers la droite), ce n'est pas nécessaire) :&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.text = [[&lt;br /&gt;
Kernel: ${alignr}${kernel}&lt;br /&gt;
]];&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
'''4.''' Cette variable vous donne les titres des trois derniers articles parrus sur le blog de Manjaro (avec RSS). Elle se met à jour toutes les 60 minutes.&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.text = [[&lt;br /&gt;
${rss http://manjaro.org/feed/ 60 item_titles 3}&lt;br /&gt;
]];&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
'''5.''' Des informations sur la racine (&amp;lt;code&amp;gt;/&amp;lt;/code&amp;gt;) de votre système Manjaro peuvent être affichées avec :&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.text = [[&lt;br /&gt;
Root: ${alignr}${fs_used /} of ${fs_size /}&lt;br /&gt;
]];&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
'''6.''' À la place de l'exemple 3, vous pouvez utiliser les lignes suivantes pour le même objectif :&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.text = [[&lt;br /&gt;
Kernel: ${alignr}${execi 3600 uname -r}&lt;br /&gt;
]];&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Basic_Tips_for_conky/44/fr&amp;diff=53049</id>
		<title>Translations:Basic Tips for conky/44/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Basic_Tips_for_conky/44/fr&amp;diff=53049"/>
		<updated>2024-09-26T15:58:54Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;Chaque variable commence par un signe &amp;lt;code&amp;gt;$&amp;lt;/code&amp;gt; et est entourée d'accolades &amp;lt;code&amp;gt;{ }&amp;lt;/code&amp;gt; (nécessaires si la variable contient plusieurs mots).&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Chaque variable commence par un signe &amp;lt;code&amp;gt;$&amp;lt;/code&amp;gt; et est entourée d'accolades &amp;lt;code&amp;gt;{ }&amp;lt;/code&amp;gt; (nécessaires si la variable contient plusieurs mots).&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Basic_Tips_for_conky/43/fr&amp;diff=53048</id>
		<title>Translations:Basic Tips for conky/43/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Basic_Tips_for_conky/43/fr&amp;diff=53048"/>
		<updated>2024-09-26T15:57:19Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;Le code complet doit être placé entre ces deux paires de crochets : {{File|file=~/.config/conky/conky.conf| content=&amp;lt;pre&amp;gt;conky.text =  ;&amp;lt;/pre&amp;gt; }} ===Examples=== '''1.'''...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Le code complet doit être placé entre ces deux paires de crochets :&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.text = [[&lt;br /&gt;
]];&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
===Examples===&lt;br /&gt;
'''1.''' You can choose the color of your font using one of the following variables:&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.text = [[&lt;br /&gt;
...&lt;br /&gt;
${color}&lt;br /&gt;
${color1}&lt;br /&gt;
...&lt;br /&gt;
]];&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Manjaro_Online/4/fr&amp;diff=53047</id>
		<title>Translations:Manjaro Online/4/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Manjaro_Online/4/fr&amp;diff=53047"/>
		<updated>2024-09-26T16:30:58Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* '''[[Special:MyLanguage/Manjaro Forums|Forums Manjaro]]'''&lt;br /&gt;
: ''Un endroit pour poser des questions, communiquer avec les développeurs et interagir avec d'autres utilisateurs de Manjaro.''&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Basic_Tips_for_conky/fr&amp;diff=53042</id>
		<title>Basic Tips for conky/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Basic_Tips_for_conky/fr&amp;diff=53042"/>
		<updated>2024-09-25T14:01:39Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
==Installation==&lt;br /&gt;
Conky peut être installé en utilisant le gestionnaire de paquets&lt;br /&gt;
{{UserCmd|command=pamac install conky}}&lt;br /&gt;
&lt;br /&gt;
===Configuration===&lt;br /&gt;
Tout fichier ayant un nom commençant par un point &amp;lt;code&amp;gt;.&amp;lt;/code&amp;gt; est un fichier caché. Si vous voulez voir ces fichiers, il faudra les rendre visibles. Activez l'option le permettant dans votre explorateur de fichier (ce qui peut être fait avec Ctrl+h dans certains).&lt;br /&gt;
====Fichiers de configuration====&lt;br /&gt;
Les fichiers de configuration par défaut sont présents dans {{ic|/usr/share/doc/conky-1.11.5_pre/conky.conf}}, pensez juste à changer le numéro de version par le vôtre. &lt;br /&gt;
Conky ne crée pas de fichiers ou de dossiers de configuration locaux à l'utilisateur, il faudra donc créer d'abord le dossier avec :&lt;br /&gt;
{{UserCmd|command=mkdir -p ~/.config/conky}}&lt;br /&gt;
Et ensuite copier le fichier de configuration à l'intérieur&lt;br /&gt;
{{UserCmd|command=cp /usr/share/doc/conky-1.11.5_pre/conky.conf ~/.config/conky/conky.conf}}&lt;br /&gt;
Ce fichier est un bête document texte respectant la [[https://www.lua.org/ |syntaxe LUA]], et possède la propriété d'être découpé en deux parties bien distinctes.&lt;br /&gt;
&lt;br /&gt;
* La configuration&lt;br /&gt;
* Du texte&lt;br /&gt;
&lt;br /&gt;
===Configuration de Conky===&lt;br /&gt;
La partie la plus haute contient tous les éléments nécessaires à la configuration de conky, par exemple la position sur l'écran, la transparence, la gestion des bords, la fréquence de rafraîchissement ou encore la gestion de la police. Toutes les règles de configuration se trouvent alors dans des accolades comme ci-dessous&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.config = {&lt;br /&gt;
};&amp;lt;/pre&amp;gt;&lt;br /&gt;
Il y a cependant quelques règles&lt;br /&gt;
&lt;br /&gt;
* Chaque ligne doit finir par une virgule &amp;lt;code&amp;gt;,&amp;lt;/code&amp;gt;&lt;br /&gt;
* Les valeurs qui ne sont ni des nombres ni des booléens (True/False) doivent être placé entre guillemets &amp;lt;code&amp;gt;'&amp;lt;/code&amp;gt;&lt;br /&gt;
* Un commentaire commence par &amp;lt;code&amp;gt;--&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
===Exemples===&lt;br /&gt;
'''1.''' L'exemple ci-dessous donnera une couleur blanche au texte de Conky. Accessoirement, &amp;lt;code&amp;gt;color1&amp;lt;/code&amp;gt; permet grâce au [http://html-color-codes.info/ code couleur HTML] d'obtenir un bleu assez clair :&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.config = {&lt;br /&gt;
...&lt;br /&gt;
    default_color = 'white',    -- Blanc par défaut&lt;br /&gt;
    color1 = '0ab1ff',          -- Bleu clair&lt;br /&gt;
...&lt;br /&gt;
};&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
'''2.''' Ici, nous activons Xft, changeons la police de base (LiberationMono), la mettons en gras et changeons sa taille (8):&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.config = {&lt;br /&gt;
...&lt;br /&gt;
    use_xft = true,&lt;br /&gt;
    font = 'LiberationMono:bold:size=8',&lt;br /&gt;
...&lt;br /&gt;
};&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
'''3.''' Afin de changer la position de Conky sur votre écran, modifiez les valeurs suivantes :&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.config = {&lt;br /&gt;
...&lt;br /&gt;
    alignment = 'top_right',     -- Pour le placer dans le coin en haut à droite&lt;br /&gt;
    gap_x 18,                    -- avec un écart horizontal de 18 pixels (par apport au coin)&lt;br /&gt;
    gap_y 20,                    -- et un écart vertical de 20 pixel (toujours par apport au coin).&lt;br /&gt;
...&lt;br /&gt;
};&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
'''4.''' Dans certaines situations, il se peut que vous ayez plusieurs valeurs pour un seul paramètre. Il faudra alors les séparer avec une virgule, comme suit :&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.config = {&lt;br /&gt;
...&lt;br /&gt;
    own_window_hints = 'undecorated,sticky,skip_taskbar,skip_pager,below',&lt;br /&gt;
...&lt;br /&gt;
};&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
On le répétera jamais assez, mais le manuel est votre meilleur allié : &amp;lt;code&amp;gt;man conky&amp;lt;/code&amp;gt;, jetez un œil sous '''CONFIGURATION SETTINGS''' pour voir toutes les options disponibles.&lt;br /&gt;
&lt;br /&gt;
===Texte affiché par Conky===&lt;br /&gt;
La seconde partie contient le code qui sera affiché par Conky. Chaque ligne correspond à une indication qui figurera sur Conky. Il y en a tout un tas et nous ne pourrons toutes les exposer ici, alors vous savez que seule le manuel pourra vous guider entièrement dans cette tâche infernale : &amp;lt;code&amp;gt;man conky&amp;lt;/code&amp;gt;, regardez en-deçà de '''OBJECTS/VARIABLES''' pour connaître toutes les options et variables disponibles.&lt;br /&gt;
{{BoxInfo|Info|Les lignes à l'intérieur de '''conky.text''' seront imprimées à l'identique. Ex : si vous laissez une ligne vide dans le fichier, Conky affichera une ligne vide.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
The whole code belong between these two double bracket:&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.text = [[&lt;br /&gt;
]];&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
===Examples===&lt;br /&gt;
'''1.''' You can choose the color of your font using one of the following variables:&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.text = [[&lt;br /&gt;
...&lt;br /&gt;
${color}&lt;br /&gt;
${color1}&lt;br /&gt;
...&lt;br /&gt;
]];&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
Every variable is marked with a &amp;lt;code&amp;gt;$&amp;lt;/code&amp;gt; sign and by &amp;lt;code&amp;gt;{ }&amp;lt;/code&amp;gt; brackets (only needed, if the variable contains more than one word).&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
'''2.''' You can call the default font (and it's size) with this command:&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.text = [[&lt;br /&gt;
...&lt;br /&gt;
$font&lt;br /&gt;
...&lt;br /&gt;
]];&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
If you want a different font (DejaVuSerif) and font size (9) in your conky, use this command in your &amp;lt;code&amp;gt;.conf&amp;lt;/code&amp;gt; code:&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.text = [[&lt;br /&gt;
...&lt;br /&gt;
${font DejaVuSerif:size=9}&lt;br /&gt;
...&lt;br /&gt;
]];&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
'''3.''' This code line displays the text &amp;quot;Kernel: &amp;quot; and the kernel you are using (using &amp;lt;code&amp;gt;$alignr&amp;lt;/code&amp;gt; just yields a nicer formatting, it is not necessary: &amp;lt;code&amp;gt;$alignr&amp;lt;/code&amp;gt; aligns all following text on the right of your conky):&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.text = [[&lt;br /&gt;
Kernel: ${alignr}${kernel}&lt;br /&gt;
]];&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
'''4.''' This variable gives you the latest 3 manjaro blog entry titles (using rss). It checks for updates every 60 minutes.&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.text = [[&lt;br /&gt;
${rss http://manjaro.org/feed/ 60 item_titles 3}&lt;br /&gt;
]];&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
'''5.''' Information about the root partition &amp;lt;code&amp;gt;/&amp;lt;/code&amp;gt; of your manjaro installation is displayed using&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.text = [[&lt;br /&gt;
Root: ${alignr}${fs_used /} of ${fs_size /}&lt;br /&gt;
]];&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
'''6.''' Instead of example 3, you can use the following code to display the exact same information:&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.text = [[&lt;br /&gt;
Kernel: ${alignr}${execi 3600 uname -r}&lt;br /&gt;
]];&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
===execi===&lt;br /&gt;
The variable &amp;lt;code&amp;gt;${execi 3600 XXXX}&amp;lt;/code&amp;gt; runs the &amp;lt;code&amp;gt;XXXX&amp;lt;/code&amp;gt; bash code in your terminal every 3600 seconds and displays the result in your conky. The result of the &amp;lt;code&amp;gt;uname -r&amp;lt;/code&amp;gt; bash command is your currently used kernel name.&lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
Use any bash command instead of &amp;lt;code&amp;gt;XXXX&amp;lt;/code&amp;gt; you can think of. The bash commands can be as long and complicated as you want.&lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
{{BoxInfo|Warning|Using complicated bash commands (e.g. which call other programs or use large files) with low intervals (e.g. &amp;lt;code&amp;gt;${execi 2 XXXX}&amp;lt;/code&amp;gt; runs the &amp;lt;code&amp;gt;XXXX&amp;lt;/code&amp;gt; code once every 2 seconds and displays it's result in your conky) can use a lot of hardware resources and/or make your computer unresponsive.}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
===Running conky===&lt;br /&gt;
If you want to display a conky on your desktop a {{ic|~/.config/conky/conky.conf}} file with code in it is required. Next, open a terminal and run conky pointing to the file&lt;br /&gt;
{{UserCmd|command=conky -c ~/.config/conky/conky.conf}}&lt;br /&gt;
or to run as background daemon&lt;br /&gt;
{{UserCmd|command=conky -d -c ~/.config/conky/conky.conf}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
If you want to run conky automatically after each boot of your computer, you need to find out how to autostart a program. This depends on the Desktop Manager you are using. The next is examples of how to run conky from your system autostart folder/file/script/command.&lt;br /&gt;
&amp;lt;code&amp;gt;sleep 20&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;-p 20&amp;lt;/code&amp;gt; delay the start of conky by 20 seconds after your Desktop Environment has started. Adjust this value to your liking.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
{{UserCmd|command=conky -c ~/.config/conky/conky.conf &amp;amp;}}&lt;br /&gt;
{{UserCmd|command=sleep 20 &amp;amp;&amp;amp; conky -c ~/.config/conky/conky.conf &amp;amp;}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
When you change the running conky configuration file - conky will reload. But if you changed one of your dependency scripts (e.g. because you changed a variable and want to see the consequences) you will have to reload conky&lt;br /&gt;
{{UserCmd|command=killall conky &amp;amp;&amp;amp; conky -c ~/.config/config/conky.conf}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
===Troubleshooting &amp;amp; Tips===&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
====Missing rings====&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
To be able to use LUA scripts to execute drawing functions like clock rings - you will a conky package compiled with LUA support. Either build the package the package {{ic|conky-lua}} from [[Arch_User_Repository|AUR]] or install the {{ic|conky-lua-nv}} from the official repo.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
====Missing network information====&lt;br /&gt;
If network information is missing like download speed or network name (SSID), you need to replace the network interfaces in the configuration file with your network interface name. To get the names of your interfaces - open a terminal and execute&lt;br /&gt;
{{UserCmd|command=ip a | grep ' state UP' | cut -d' ' -f2 | cut -d':' -f1}}&lt;br /&gt;
Use the output from the command. Interface names starting with &amp;lt;code&amp;gt;en&amp;lt;/code&amp;gt; is ethernet interface and names starting with &amp;lt;code&amp;gt;wl&amp;lt;/code&amp;gt; is wireless interfaces. Replace all network interfaces names with (e.g. &amp;lt;code&amp;gt;wlan0&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;eth0&amp;lt;/code&amp;gt;) in your &amp;lt;code&amp;gt;.conf&amp;lt;/code&amp;gt; text section with the interface name(s) you retrieved from the above command.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
===Conky Manager===&lt;br /&gt;
An application named Conky manager exist but has not been updated for years and the configurations found in the package may work or they may not. You may install it - it can be a used as an inspiration but you should not rely on it. If you still think you it is a must have - you can build the package {{ic|conky-manager}} using [[Arch_User_Repository|AUR]]&lt;br /&gt;
{{UserCmd|command=pamac build conky-manager}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
==See Also==&lt;br /&gt;
* The [https://github.com/brndnmtthws/conky/wiki Conky website]&lt;br /&gt;
* The [https://wiki.archlinux.org/index.php/conky Arch Wiki] page for Conky&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;br /&gt;
[[Category:Applications{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Spotify/fr&amp;diff=53041</id>
		<title>Spotify/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Spotify/fr&amp;diff=53041"/>
		<updated>2024-09-25T14:00:11Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;=Voir aussi=&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:250px-Spotify.svg.png|center]]&lt;br /&gt;
[http://en.wikipedia.org/wiki/Spotify Spotify] est un service commercial de streaming de musique. Il fournit du contenu non libre venant de labels comme Sony, Emi, Warner Music Group ou Universal. &lt;br /&gt;
&lt;br /&gt;
Spotify opère sous un modèle &amp;quot;freemium&amp;quot; (les services les plus basiques sont gratuits, et une version payante existe pour plus de fonctionnalité). Le service génère donc des revenus par la vente d'abonnement premium, ou par la publicité qu'il héberge. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Installer Spotify=&lt;br /&gt;
&lt;br /&gt;
Spotify peut être installé de bien des manières différentes, dépendamment de vos préférences personnelles.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installation depuis le dépôt des utilisateurs Arch (AUR)==&lt;br /&gt;
&lt;br /&gt;
Spotify peut être installé depuis le [[Special:MyLanguage/Arch User Repository|AUR]] en utilisant votre gestionnaire de paquets favoris, ou bien avec la commande :&lt;br /&gt;
 pamac build spotify&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installation comme application Flatpak==&lt;br /&gt;
&lt;br /&gt;
Si vous avez [[Special:MyLanguage/Flatpak|flatpak]] d'installé, vous pouvez ajouter Spotify avec :&lt;br /&gt;
 flatpak install spotify&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Conseils et Astuces=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Configuration manuelle des touches médias du clavier==&lt;br /&gt;
&lt;br /&gt;
Si votre système ne détecte pas les touches médias de votre clavier, leur nom est (dans l'ordre) XF86AudioPlay, XF86AudioStop, XF86AudioNext, XF86AudioPrevious&lt;br /&gt;
&lt;br /&gt;
 dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlayPause&lt;br /&gt;
 dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Stop&lt;br /&gt;
 dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Next&lt;br /&gt;
 dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Previous&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Ouvrir des liens depuis Spotify==&lt;br /&gt;
Spotify peut échouer lors de l'ouverture de liens (ex : modification de mot-de-passe ou connexion depuis Facebook). Pour corriger ce problème, installez '''xdg-desktop-portal-gtk''' via :&lt;br /&gt;
 pamac install xdg-desktop-portal-gtk&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== La signature PGP n'a pas pu être vérifiée ==&lt;br /&gt;
Importez la clef publique avec :&lt;br /&gt;
 curl -sS https://download.spotify.com/debian/pubkey_5E3C45D7B312C643.gpg | gpg --import -&lt;br /&gt;
Essayez ensuite de l'installer à nouveau :&lt;br /&gt;
 pamac build spotify&lt;br /&gt;
&lt;br /&gt;
== Spotify vide ou x-window ==&lt;br /&gt;
L'erreur affichée dans le terminal devrait ressembler à ceci :&lt;br /&gt;
 &amp;quot;spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by spotify)&amp;quot;&lt;br /&gt;
Pour corriger ce problème, supprimer simplement le dossier '''spotify''' dans votre répertoire '''/home/&amp;lt;yourusername&amp;gt;/.config/'''.&lt;br /&gt;
&lt;br /&gt;
=Voir aussi=&lt;br /&gt;
&lt;br /&gt;
[https://aur.archlinux.org/packages/spotify/ AUR:spotify]&lt;br /&gt;
&lt;br /&gt;
[https://community.spotify.com/ La communauté Spotify]&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Basic_Tips_for_conky/41/fr&amp;diff=53040</id>
		<title>Translations:Basic Tips for conky/41/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Basic_Tips_for_conky/41/fr&amp;diff=53040"/>
		<updated>2024-09-25T11:22:34Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Chaque ligne doit finir par une virgule &amp;lt;code&amp;gt;,&amp;lt;/code&amp;gt;&lt;br /&gt;
* Les valeurs qui ne sont ni des nombres ni des booléens (True/False) doivent être placé entre guillemets &amp;lt;code&amp;gt;'&amp;lt;/code&amp;gt;&lt;br /&gt;
* Un commentaire commence par &amp;lt;code&amp;gt;--&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
===Exemples===&lt;br /&gt;
'''1.''' L'exemple ci-dessous donnera une couleur blanche au texte de Conky. Accessoirement, &amp;lt;code&amp;gt;color1&amp;lt;/code&amp;gt; permet grâce au [http://html-color-codes.info/ code couleur HTML] d'obtenir un bleu assez clair :&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.config = {&lt;br /&gt;
...&lt;br /&gt;
    default_color = 'white',    -- Blanc par défaut&lt;br /&gt;
    color1 = '0ab1ff',          -- Bleu clair&lt;br /&gt;
...&lt;br /&gt;
};&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
'''2.''' Ici, nous activons Xft, changeons la police de base (LiberationMono), la mettons en gras et changeons sa taille (8):&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.config = {&lt;br /&gt;
...&lt;br /&gt;
    use_xft = true,&lt;br /&gt;
    font = 'LiberationMono:bold:size=8',&lt;br /&gt;
...&lt;br /&gt;
};&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
'''3.''' Afin de changer la position de Conky sur votre écran, modifiez les valeurs suivantes :&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.config = {&lt;br /&gt;
...&lt;br /&gt;
    alignment = 'top_right',     -- Pour le placer dans le coin en haut à droite&lt;br /&gt;
    gap_x 18,                    -- avec un écart horizontal de 18 pixels (par apport au coin)&lt;br /&gt;
    gap_y 20,                    -- et un écart vertical de 20 pixel (toujours par apport au coin).&lt;br /&gt;
...&lt;br /&gt;
};&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
'''4.''' Dans certaines situations, il se peut que vous ayez plusieurs valeurs pour un seul paramètre. Il faudra alors les séparer avec une virgule, comme suit :&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.config = {&lt;br /&gt;
...&lt;br /&gt;
    own_window_hints = 'undecorated,sticky,skip_taskbar,skip_pager,below',&lt;br /&gt;
...&lt;br /&gt;
};&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
On le répétera jamais assez, mais le manuel est votre meilleur allié : &amp;lt;code&amp;gt;man conky&amp;lt;/code&amp;gt;, jetez un œil sous '''CONFIGURATION SETTINGS''' pour voir toutes les options disponibles.&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Software_Applications/fr&amp;diff=53039</id>
		<title>Software Applications/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Software_Applications/fr&amp;diff=53039"/>
		<updated>2024-09-25T13:59:17Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;* '''VMware''' : ''Utilisez Manjaro dans VMware et installez VMWare sur Manjaro''&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;!--Software Applications--&amp;gt;&lt;br /&gt;
{{SectionTemplate|[[File: Application.png|left|36px]]Applications et Logiciels|&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
* '''[[Special:MyLanguage/Audio Players|Lecteurs de musique]]'''&lt;br /&gt;
: ''Une liste des lecteurs de musique disponibles''&lt;br /&gt;
&lt;br /&gt;
* '''[[Special:MyLanguage/Avidemux - Cutting out sections of video|Avidemux - Découpage de vidéos]]'''&lt;br /&gt;
: ''Comment couper des parties de vidéos pour les conserver ou les fusionner avec d'autres médias.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Special:MyLanguage/Bmpanel2|Bmpanel2, Installation et Configuration]]'''&lt;br /&gt;
: ''Installez Bmpanel2 et configurez-le sous Manjaro sans aucun problème. '' &lt;br /&gt;
&lt;br /&gt;
* '''[[Special:MyLanguage/ClamAV|ClamAV, Installation]]'''&lt;br /&gt;
: ''Installez et configurez ClamAV sur Manjaro sans problème.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Special:MyLanguage/Encfs|Encfs, Installation et Utilisation]]'''&lt;br /&gt;
: ''Installez Encfs encryption et chiffrez votre Dropbox sur Manjaro. ''&lt;br /&gt;
&lt;br /&gt;
* '''[[Special:MyLanguage/Mounting disk images|Monter des images disques (fichier ISO)]]'''&lt;br /&gt;
: ''Comment monter et démonter des images disques sur Manjaro. ''&lt;br /&gt;
|&lt;br /&gt;
* '''[[Special:MyLanguage/Spotify|Spotify, Installation]]'''&lt;br /&gt;
: ''Installer le client Spotify sur Manjaro sans difficulté. ''&lt;br /&gt;
&lt;br /&gt;
* '''[[Special:MyLanguage/TeamViewer|TeamViewer, Installation]]'''&lt;br /&gt;
: ''Installez le client de TeamViewer sur Manjaro sans problème. ''&lt;br /&gt;
&lt;br /&gt;
* '''[[Special:MyLanguage/Virtualbox|VirtualBox, Installation et Utilisation]]'''&lt;br /&gt;
: ''Utilisez Virtualbox sur Manjaro et Manjaro dans Virtualbox. ''&lt;br /&gt;
&lt;br /&gt;
* '''[[Special:MyLanguage/Virt-manager|Virt-manager, Installation et création de machine virtuelle]]'''&lt;br /&gt;
: ''Virtualisation avec QEMU/KVM. ''&lt;br /&gt;
&lt;br /&gt;
* '''[[Special:MyLanguage/VMware|VMware]]'''&lt;br /&gt;
: ''Utilisez Manjaro dans VMware et installez VMWare sur Manjaro''&lt;br /&gt;
&lt;br /&gt;
* '''[[Special:MyLanguage/Worker - An Introduction|Worker - Introduction]]'''&lt;br /&gt;
: ''Worker est un gestionnaire de fichier largement customisable, mais avec une courbe d'apprentissage un peu plus raide. ''&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=ClamAV/fr&amp;diff=53038</id>
		<title>ClamAV/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=ClamAV/fr&amp;diff=53038"/>
		<updated>2024-09-25T13:58:30Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;= À propos =&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= À propos =&lt;br /&gt;
&lt;br /&gt;
[[File:Clam.png|left]] Clam AntiVirus (ClamAV) est un logiciel gratuit, multiplateforme permettant de détecter beaucoup de logiciels malveillants, dont les virus. Un des cas d'utilisation les plus répandus est l'analyse de courriel sur un serveur de stockage de messages. L'application était originellement développée pour Unix avec des versions tierces pour AIX, BSD, HP-UX, Linux, OS X, OpenVMS, OSF (Tru64) et Solaris. Depuis la version 0.97.5, ClamAV est disponible sur Windows. ClamAV et ses mises-à-jour sont disponibles sans n'avoir à payer quoi que ce soit.&lt;br /&gt;
Sourcefire, possédé par Cisco, une entreprise développant des détecteurs d'intrusion et le propriétaire de Snort, annonçait le 17 août 2007 qu'il avait obtenu le nom et les droits de ClamAV de la part de cinq développeurs.&lt;br /&gt;
&lt;br /&gt;
ClamAV includes a number of utilities: a command-line scanner, automatic database updater and a scalable multi-threaded daemon, running on an anti-virus engine from a shared library.&lt;br /&gt;
The application also features a Milter interface for sendmail and on-demand scanning. It has support for Zip, RAR, Tar, Gzip, Bzip2, OLE2, Cabinet, CHM, BinHex, SIS formats, most mail file formats, ELF executables and Portable Executable (PE) files compressed with UPX, FSG, Petite, NsPack, wwpack32, MEW, Upack and obfuscated with SUE, Y0da Cryptor. It also supports many document formats, including Microsoft Office, HTML, Rich Text Format (RTF) and Portable Document Format (PDF).&lt;br /&gt;
The ClamAV virus database is updated several times each day and as of 30 October 2011 contained 1,063,024 virus signatures with the daily update Virus DB number at 13867.&lt;br /&gt;
&lt;br /&gt;
ClamAV is currently tested daily in comparative tests against other antivirus products on Shadowserver. In 2011, Shadowserver tested over 25 million samples against ClamAV and numerous other antivirus products. Out of the 25 million samples tested, ClamAV scored 76.60% ranking 12 out of 19, a higher rating than some much more established competitors.&lt;br /&gt;
ClamAV was included in comparative tests against other antivirus products. In the 2008 AV-Test it rated: on-demand: very poor, false positives: poor, on-access: poor, response time: very good, rootkits: very poor.&lt;br /&gt;
In a Shadowserver six-month test between June and December 2011, ClamAV detected over 75.45% of all viruses tested, putting it in fifth place behind AhnLab, Avira, BitDefender and Avast. AhnLab, the top antivirus, detected 80.28% [http://en.wikipedia.org/wiki/Clam_AntiVirus]&lt;br /&gt;
&lt;br /&gt;
= Installing ClamAV =&lt;br /&gt;
&lt;br /&gt;
ClamAV is available in official repository. You can install it by command:&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S clamav&lt;br /&gt;
&lt;br /&gt;
= Setup ClamAV =&lt;br /&gt;
&lt;br /&gt;
Edit the contents of the configuration files to suit your preferences:&lt;br /&gt;
&lt;br /&gt;
* ''/etc/clamav/clamd.conf''&lt;br /&gt;
* ''/etc/clamav/freshclam.conf''&lt;br /&gt;
&lt;br /&gt;
First update database:&lt;br /&gt;
&lt;br /&gt;
 sudo freshclam&lt;br /&gt;
&lt;br /&gt;
You may get a notification that clamd was not notified.  This is normal because we haven't started the service yet.&lt;br /&gt;
&lt;br /&gt;
Start and enable service:&lt;br /&gt;
 sudo systemctl enable --now clamav-daemon&lt;br /&gt;
&lt;br /&gt;
 sudo systemctl enable --now clamav-freshclam&lt;br /&gt;
&lt;br /&gt;
Check status daemons:&lt;br /&gt;
&lt;br /&gt;
 sudo systemctl status clamav-daemon &amp;amp;&amp;amp; sudo systemctl status clamav-freshclam&lt;br /&gt;
&lt;br /&gt;
Check database version:&lt;br /&gt;
&lt;br /&gt;
 freshclam -V&lt;br /&gt;
&lt;br /&gt;
= ClamTK - graphical interface of ClamAV =&lt;br /&gt;
&lt;br /&gt;
ClamTK is available in the repos, you can install it with pacman:&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S clamtk&lt;br /&gt;
&lt;br /&gt;
=See Also=&lt;br /&gt;
&lt;br /&gt;
[http://www.clamav.net/lang/en/ ClamAV Homepage]&lt;br /&gt;
&lt;br /&gt;
[https://github.com/dave-theunsub/clamtk/ ClamTK Homepage]&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;br /&gt;
[[Category:Applications{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Basic_Tips_for_conky/38/fr&amp;diff=53037</id>
		<title>Translations:Basic Tips for conky/38/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Basic_Tips_for_conky/38/fr&amp;diff=53037"/>
		<updated>2024-09-25T11:21:34Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Configuration===&lt;br /&gt;
Tout fichier ayant un nom commençant par un point &amp;lt;code&amp;gt;.&amp;lt;/code&amp;gt; est un fichier caché. Si vous voulez voir ces fichiers, il faudra les rendre visibles. Activez l'option le permettant dans votre explorateur de fichier (ce qui peut être fait avec Ctrl+h dans certains).&lt;br /&gt;
====Fichiers de configuration====&lt;br /&gt;
Les fichiers de configuration par défaut sont présents dans {{ic|/usr/share/doc/conky-1.11.5_pre/conky.conf}}, pensez juste à changer le numéro de version par le vôtre. &lt;br /&gt;
Conky ne crée pas de fichiers ou de dossiers de configuration locaux à l'utilisateur, il faudra donc créer d'abord le dossier avec :&lt;br /&gt;
{{UserCmd|command=mkdir -p ~/.config/conky}}&lt;br /&gt;
Et ensuite copier le fichier de configuration à l'intérieur&lt;br /&gt;
{{UserCmd|command=cp /usr/share/doc/conky-1.11.5_pre/conky.conf ~/.config/conky/conky.conf}}&lt;br /&gt;
Ce fichier est un bête document texte respectant la [[https://www.lua.org/ |syntaxe LUA]], et possède la propriété d'être découpé en deux parties bien distinctes.&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Basic_Tips_for_conky/40/fr&amp;diff=53036</id>
		<title>Translations:Basic Tips for conky/40/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Basic_Tips_for_conky/40/fr&amp;diff=53036"/>
		<updated>2024-09-25T11:21:21Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Configuration de Conky===&lt;br /&gt;
La partie la plus haute contient tous les éléments nécessaires à la configuration de conky, par exemple la position sur l'écran, la transparence, la gestion des bords, la fréquence de rafraîchissement ou encore la gestion de la police. Toutes les règles de configuration se trouvent alors dans des accolades comme ci-dessous&lt;br /&gt;
{{File|file=~/.config/conky/conky.conf|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.config = {&lt;br /&gt;
};&amp;lt;/pre&amp;gt;&lt;br /&gt;
Il y a cependant quelques règles&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Spotify/18/fr&amp;diff=53035</id>
		<title>Translations:Spotify/18/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Spotify/18/fr&amp;diff=53035"/>
		<updated>2024-09-25T11:17:18Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;=Voir aussi=&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Voir aussi=&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Spotify/17/fr&amp;diff=53034</id>
		<title>Translations:Spotify/17/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Spotify/17/fr&amp;diff=53034"/>
		<updated>2024-09-25T11:17:04Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;== Spotify vide ou x-window == L'erreur affichée dans le terminal devrait ressembler à ceci :  &amp;quot;spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (requ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Spotify vide ou x-window ==&lt;br /&gt;
L'erreur affichée dans le terminal devrait ressembler à ceci :&lt;br /&gt;
 &amp;quot;spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by spotify)&amp;quot;&lt;br /&gt;
Pour corriger ce problème, supprimer simplement le dossier '''spotify''' dans votre répertoire '''/home/&amp;lt;yourusername&amp;gt;/.config/'''.&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Spotify/16/fr&amp;diff=53033</id>
		<title>Translations:Spotify/16/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Spotify/16/fr&amp;diff=53033"/>
		<updated>2024-09-25T11:15:26Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;== La signature PGP n'a pas pu être vérifiée == Importez la clef publique avec :  curl -sS https://download.spotify.com/debian/pubkey_5E3C45D7B312C643.gpg | gpg --import -...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== La signature PGP n'a pas pu être vérifiée ==&lt;br /&gt;
Importez la clef publique avec :&lt;br /&gt;
 curl -sS https://download.spotify.com/debian/pubkey_5E3C45D7B312C643.gpg | gpg --import -&lt;br /&gt;
Essayez ensuite de l'installer à nouveau :&lt;br /&gt;
 pamac build spotify&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Spotify/14/fr&amp;diff=53032</id>
		<title>Translations:Spotify/14/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Spotify/14/fr&amp;diff=53032"/>
		<updated>2024-09-25T11:13:09Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlayPause  dbus-send --print-reply --dest=org.mpris.MediaPl...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlayPause&lt;br /&gt;
 dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Stop&lt;br /&gt;
 dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Next&lt;br /&gt;
 dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Previous&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Spotify/12/fr&amp;diff=53031</id>
		<title>Translations:Spotify/12/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Spotify/12/fr&amp;diff=53031"/>
		<updated>2024-09-25T11:12:18Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;==Configuration manuelle des touches médias du clavier==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Configuration manuelle des touches médias du clavier==&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Software_Applications/12/fr&amp;diff=53030</id>
		<title>Translations:Software Applications/12/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Software_Applications/12/fr&amp;diff=53030"/>
		<updated>2024-09-25T11:02:43Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;* '''VMware''' : ''Utilisez Manjaro dans VMware et installez VMWare sur Manjaro''&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* '''[[Special:MyLanguage/VMware|VMware]]'''&lt;br /&gt;
: ''Utilisez Manjaro dans VMware et installez VMWare sur Manjaro''&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Spotify/5/fr&amp;diff=53029</id>
		<title>Translations:Spotify/5/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Spotify/5/fr&amp;diff=53029"/>
		<updated>2024-09-25T11:09:49Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;==Installation depuis le dépôt des utilisateurs Arch (AUR)==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installation depuis le dépôt des utilisateurs Arch (AUR)==&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Spotify/20/fr&amp;diff=53028</id>
		<title>Translations:Spotify/20/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Spotify/20/fr&amp;diff=53028"/>
		<updated>2024-09-25T11:17:35Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;[https://community.spotify.com/ La communauté Spotify]&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://community.spotify.com/ La communauté Spotify]&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Spotify/Page_display_title/fr&amp;diff=53027</id>
		<title>Translations:Spotify/Page display title/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Spotify/Page_display_title/fr&amp;diff=53027"/>
		<updated>2024-09-25T11:04:36Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;Spotify&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Spotify&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Software_Applications/11/fr&amp;diff=53026</id>
		<title>Translations:Software Applications/11/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Software_Applications/11/fr&amp;diff=53026"/>
		<updated>2024-09-25T11:02:23Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;* '''Virt-manager, Installation et création de machine virtuelle''' : ''Virtualisation avec QEMU/KVM. ''&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* '''[[Special:MyLanguage/Virt-manager|Virt-manager, Installation et création de machine virtuelle]]'''&lt;br /&gt;
: ''Virtualisation avec QEMU/KVM. ''&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Spotify/13/fr&amp;diff=53025</id>
		<title>Translations:Spotify/13/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Spotify/13/fr&amp;diff=53025"/>
		<updated>2024-09-25T11:13:02Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;Si votre système ne détecte pas les touches médias de votre clavier, leur nom est (dans l'ordre) XF86AudioPlay, XF86AudioStop, XF86AudioNext, XF86AudioPrevious&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Si votre système ne détecte pas les touches médias de votre clavier, leur nom est (dans l'ordre) XF86AudioPlay, XF86AudioStop, XF86AudioNext, XF86AudioPrevious&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:ClamAV/1/fr&amp;diff=53024</id>
		<title>Translations:ClamAV/1/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:ClamAV/1/fr&amp;diff=53024"/>
		<updated>2024-09-25T11:25:10Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;= À propos =&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= À propos =&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:ClamAV/Page_display_title/fr&amp;diff=53023</id>
		<title>Translations:ClamAV/Page display title/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:ClamAV/Page_display_title/fr&amp;diff=53023"/>
		<updated>2024-09-25T11:25:02Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;ClamAV&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ClamAV&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=ClamAV/fr&amp;diff=53022</id>
		<title>ClamAV/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=ClamAV/fr&amp;diff=53022"/>
		<updated>2024-09-25T13:58:00Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;left Clam AntiVirus (ClamAV) est un logiciel gratuit, multiplateforme permettant de détecter beaucoup de logiciels malveillants, dont les virus. Un des cas...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= About =&lt;br /&gt;
&lt;br /&gt;
[[File:Clam.png|left]] Clam AntiVirus (ClamAV) est un logiciel gratuit, multiplateforme permettant de détecter beaucoup de logiciels malveillants, dont les virus. Un des cas d'utilisation les plus répandus est l'analyse de courriel sur un serveur de stockage de messages. L'application était originellement développée pour Unix avec des versions tierces pour AIX, BSD, HP-UX, Linux, OS X, OpenVMS, OSF (Tru64) et Solaris. Depuis la version 0.97.5, ClamAV est disponible sur Windows. ClamAV et ses mises-à-jour sont disponibles sans n'avoir à payer quoi que ce soit.&lt;br /&gt;
Sourcefire, possédé par Cisco, une entreprise développant des détecteurs d'intrusion et le propriétaire de Snort, annonçait le 17 août 2007 qu'il avait obtenu le nom et les droits de ClamAV de la part de cinq développeurs.&lt;br /&gt;
&lt;br /&gt;
ClamAV includes a number of utilities: a command-line scanner, automatic database updater and a scalable multi-threaded daemon, running on an anti-virus engine from a shared library.&lt;br /&gt;
The application also features a Milter interface for sendmail and on-demand scanning. It has support for Zip, RAR, Tar, Gzip, Bzip2, OLE2, Cabinet, CHM, BinHex, SIS formats, most mail file formats, ELF executables and Portable Executable (PE) files compressed with UPX, FSG, Petite, NsPack, wwpack32, MEW, Upack and obfuscated with SUE, Y0da Cryptor. It also supports many document formats, including Microsoft Office, HTML, Rich Text Format (RTF) and Portable Document Format (PDF).&lt;br /&gt;
The ClamAV virus database is updated several times each day and as of 30 October 2011 contained 1,063,024 virus signatures with the daily update Virus DB number at 13867.&lt;br /&gt;
&lt;br /&gt;
ClamAV is currently tested daily in comparative tests against other antivirus products on Shadowserver. In 2011, Shadowserver tested over 25 million samples against ClamAV and numerous other antivirus products. Out of the 25 million samples tested, ClamAV scored 76.60% ranking 12 out of 19, a higher rating than some much more established competitors.&lt;br /&gt;
ClamAV was included in comparative tests against other antivirus products. In the 2008 AV-Test it rated: on-demand: very poor, false positives: poor, on-access: poor, response time: very good, rootkits: very poor.&lt;br /&gt;
In a Shadowserver six-month test between June and December 2011, ClamAV detected over 75.45% of all viruses tested, putting it in fifth place behind AhnLab, Avira, BitDefender and Avast. AhnLab, the top antivirus, detected 80.28% [http://en.wikipedia.org/wiki/Clam_AntiVirus]&lt;br /&gt;
&lt;br /&gt;
= Installing ClamAV =&lt;br /&gt;
&lt;br /&gt;
ClamAV is available in official repository. You can install it by command:&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S clamav&lt;br /&gt;
&lt;br /&gt;
= Setup ClamAV =&lt;br /&gt;
&lt;br /&gt;
Edit the contents of the configuration files to suit your preferences:&lt;br /&gt;
&lt;br /&gt;
* ''/etc/clamav/clamd.conf''&lt;br /&gt;
* ''/etc/clamav/freshclam.conf''&lt;br /&gt;
&lt;br /&gt;
First update database:&lt;br /&gt;
&lt;br /&gt;
 sudo freshclam&lt;br /&gt;
&lt;br /&gt;
You may get a notification that clamd was not notified.  This is normal because we haven't started the service yet.&lt;br /&gt;
&lt;br /&gt;
Start and enable service:&lt;br /&gt;
 sudo systemctl enable --now clamav-daemon&lt;br /&gt;
&lt;br /&gt;
 sudo systemctl enable --now clamav-freshclam&lt;br /&gt;
&lt;br /&gt;
Check status daemons:&lt;br /&gt;
&lt;br /&gt;
 sudo systemctl status clamav-daemon &amp;amp;&amp;amp; sudo systemctl status clamav-freshclam&lt;br /&gt;
&lt;br /&gt;
Check database version:&lt;br /&gt;
&lt;br /&gt;
 freshclam -V&lt;br /&gt;
&lt;br /&gt;
= ClamTK - graphical interface of ClamAV =&lt;br /&gt;
&lt;br /&gt;
ClamTK is available in the repos, you can install it with pacman:&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S clamtk&lt;br /&gt;
&lt;br /&gt;
=See Also=&lt;br /&gt;
&lt;br /&gt;
[http://www.clamav.net/lang/en/ ClamAV Homepage]&lt;br /&gt;
&lt;br /&gt;
[https://github.com/dave-theunsub/clamtk/ ClamTK Homepage]&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;br /&gt;
[[Category:Applications{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:ClamAV/2/fr&amp;diff=53021</id>
		<title>Translations:ClamAV/2/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:ClamAV/2/fr&amp;diff=53021"/>
		<updated>2024-09-25T11:32:51Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;left Clam AntiVirus (ClamAV) est un logiciel gratuit, multiplateforme permettant de détecter beaucoup de logiciels malveillants, dont les virus. Un des cas...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Clam.png|left]] Clam AntiVirus (ClamAV) est un logiciel gratuit, multiplateforme permettant de détecter beaucoup de logiciels malveillants, dont les virus. Un des cas d'utilisation les plus répandus est l'analyse de courriel sur un serveur de stockage de messages. L'application était originellement développée pour Unix avec des versions tierces pour AIX, BSD, HP-UX, Linux, OS X, OpenVMS, OSF (Tru64) et Solaris. Depuis la version 0.97.5, ClamAV est disponible sur Windows. ClamAV et ses mises-à-jour sont disponibles sans n'avoir à payer quoi que ce soit.&lt;br /&gt;
Sourcefire, possédé par Cisco, une entreprise développant des détecteurs d'intrusion et le propriétaire de Snort, annonçait le 17 août 2007 qu'il avait obtenu le nom et les droits de ClamAV de la part de cinq développeurs.&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Software_Applications/fr&amp;diff=53020</id>
		<title>Software Applications/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Software_Applications/fr&amp;diff=53020"/>
		<updated>2024-09-25T13:56:45Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;* '''TeamViewer, Installation''' : ''Installez le client de TeamViewer sur Manjaro sans problème. ''&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;!--Software Applications--&amp;gt;&lt;br /&gt;
{{SectionTemplate|[[File: Application.png|left|36px]]Applications et Logiciels|&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
* '''[[Special:MyLanguage/Audio Players|Lecteurs de musique]]'''&lt;br /&gt;
: ''Une liste des lecteurs de musique disponibles''&lt;br /&gt;
&lt;br /&gt;
* '''[[Special:MyLanguage/Avidemux - Cutting out sections of video|Avidemux - Découpage de vidéos]]'''&lt;br /&gt;
: ''Comment couper des parties de vidéos pour les conserver ou les fusionner avec d'autres médias.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Special:MyLanguage/Bmpanel2|Bmpanel2, Installation et Configuration]]'''&lt;br /&gt;
: ''Installez Bmpanel2 et configurez-le sous Manjaro sans aucun problème. '' &lt;br /&gt;
&lt;br /&gt;
* '''[[Special:MyLanguage/ClamAV|ClamAV, Installation]]'''&lt;br /&gt;
: ''Installez et configurez ClamAV sur Manjaro sans problème.''&lt;br /&gt;
&lt;br /&gt;
* '''[[Special:MyLanguage/Encfs|Encfs, Installation et Utilisation]]'''&lt;br /&gt;
: ''Installez Encfs encryption et chiffrez votre Dropbox sur Manjaro. ''&lt;br /&gt;
&lt;br /&gt;
* '''[[Special:MyLanguage/Mounting disk images|Monter des images disques (fichier ISO)]]'''&lt;br /&gt;
: ''Comment monter et démonter des images disques sur Manjaro. ''&lt;br /&gt;
|&lt;br /&gt;
* '''[[Special:MyLanguage/Spotify|Spotify, Installation]]'''&lt;br /&gt;
: ''Installer le client Spotify sur Manjaro sans difficulté. ''&lt;br /&gt;
&lt;br /&gt;
* '''[[Special:MyLanguage/TeamViewer|TeamViewer, Installation]]'''&lt;br /&gt;
: ''Installez le client de TeamViewer sur Manjaro sans problème. ''&lt;br /&gt;
&lt;br /&gt;
* '''[[Special:MyLanguage/Virtualbox|VirtualBox, Installation et Utilisation]]'''&lt;br /&gt;
: ''Utilisez Virtualbox sur Manjaro et Manjaro dans Virtualbox. ''&lt;br /&gt;
&lt;br /&gt;
* '''[[Special:MyLanguage/Virt-manager|Virt-manager, Installing and Create Virtual Machine]]'''&lt;br /&gt;
: ''Virtualization with QEMU/KVM. ''&lt;br /&gt;
&lt;br /&gt;
* '''[[Special:MyLanguage/VMware|VMware]]'''&lt;br /&gt;
: ''Use Manjaro in VMware and Installing VMWare on Manjaro''&lt;br /&gt;
&lt;br /&gt;
* '''[[Special:MyLanguage/Worker - An Introduction|Worker - Introduction]]'''&lt;br /&gt;
: ''Worker est un gestionnaire de fichier largement customisable, mais avec une courbe d'apprentissage un peu plus raide. ''&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Spotify/fr&amp;diff=53019</id>
		<title>Spotify/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Spotify/fr&amp;diff=53019"/>
		<updated>2024-09-25T13:57:09Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;=Conseils et Astuces=&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:250px-Spotify.svg.png|center]]&lt;br /&gt;
[http://en.wikipedia.org/wiki/Spotify Spotify] est un service commercial de streaming de musique. Il fournit du contenu non libre venant de labels comme Sony, Emi, Warner Music Group ou Universal. &lt;br /&gt;
&lt;br /&gt;
Spotify opère sous un modèle &amp;quot;freemium&amp;quot; (les services les plus basiques sont gratuits, et une version payante existe pour plus de fonctionnalité). Le service génère donc des revenus par la vente d'abonnement premium, ou par la publicité qu'il héberge. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Installer Spotify=&lt;br /&gt;
&lt;br /&gt;
Spotify peut être installé de bien des manières différentes, dépendamment de vos préférences personnelles.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
==Installing from the Arch User Respository(AUR)==&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Spotify peut être installé depuis le [[Special:MyLanguage/Arch User Repository|AUR]] en utilisant votre gestionnaire de paquets favoris, ou bien avec la commande :&lt;br /&gt;
 pamac build spotify&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installation comme application Flatpak==&lt;br /&gt;
&lt;br /&gt;
Si vous avez [[Special:MyLanguage/Flatpak|flatpak]] d'installé, vous pouvez ajouter Spotify avec :&lt;br /&gt;
 flatpak install spotify&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Conseils et Astuces=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
==Manual configuration of media keys==&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
If your system does not detect the media keys, their names are (in order) XF86AudioPlay, XF86AudioStop, XF86AudioNext, XF86AudioPrevious&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;div lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlayPause&lt;br /&gt;
 dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Stop&lt;br /&gt;
 dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Next&lt;br /&gt;
 dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Previous&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Ouvrir des liens depuis Spotify==&lt;br /&gt;
Spotify peut échouer lors de l'ouverture de liens (ex : modification de mot-de-passe ou connexion depuis Facebook). Pour corriger ce problème, installez '''xdg-desktop-portal-gtk''' via :&lt;br /&gt;
 pamac install xdg-desktop-portal-gtk&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
== PGP signatures could not be verified ==&lt;br /&gt;
Import the public key with&lt;br /&gt;
 curl -sS https://download.spotify.com/debian/pubkey_5E3C45D7B312C643.gpg | gpg --import -&lt;br /&gt;
then  try installing it again&lt;br /&gt;
 pamac build spotify&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
== Blank Spotify or x-window ==&lt;br /&gt;
the error in the terminal should look like this &lt;br /&gt;
 &amp;quot;spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by spotify)&amp;quot;&lt;br /&gt;
to fix this&lt;br /&gt;
 just delete the spotify folder in your /home/&amp;lt;yourusername&amp;gt;/.config/ directory&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
=See Also=&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://aur.archlinux.org/packages/spotify/ AUR:spotify]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div lang=&amp;quot;en&amp;quot; dir=&amp;quot;ltr&amp;quot; class=&amp;quot;mw-content-ltr&amp;quot;&amp;gt;&lt;br /&gt;
[https://community.spotify.com/ The Spotify Community]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Spotify/11/fr&amp;diff=53018</id>
		<title>Translations:Spotify/11/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Spotify/11/fr&amp;diff=53018"/>
		<updated>2024-09-25T11:11:44Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;=Conseils et Astuces=&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Conseils et Astuces=&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Spotify/6/fr&amp;diff=53017</id>
		<title>Translations:Spotify/6/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Spotify/6/fr&amp;diff=53017"/>
		<updated>2024-09-25T11:10:38Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;Spotify peut être installé depuis le AUR en utilisant votre gestionnaire de paquets favoris, ou bien avec la commande :  pamac bu...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Spotify peut être installé depuis le [[Special:MyLanguage/Arch User Repository|AUR]] en utilisant votre gestionnaire de paquets favoris, ou bien avec la commande :&lt;br /&gt;
 pamac build spotify&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Software_Applications/9/fr&amp;diff=53016</id>
		<title>Translations:Software Applications/9/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Software_Applications/9/fr&amp;diff=53016"/>
		<updated>2024-09-25T10:59:58Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;* '''TeamViewer, Installation''' : ''Installez le client de TeamViewer sur Manjaro sans problème. ''&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* '''[[Special:MyLanguage/TeamViewer|TeamViewer, Installation]]'''&lt;br /&gt;
: ''Installez le client de TeamViewer sur Manjaro sans problème. ''&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Spotify/3/fr&amp;diff=53015</id>
		<title>Translations:Spotify/3/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Spotify/3/fr&amp;diff=53015"/>
		<updated>2024-09-25T11:08:46Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;=Installer Spotify=&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Installer Spotify=&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Software_Applications/7/fr&amp;diff=53014</id>
		<title>Translations:Software Applications/7/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Software_Applications/7/fr&amp;diff=53014"/>
		<updated>2024-09-25T10:58:59Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;* '''Monter des images disques (fichier ISO)''' : ''Comment monter et démonter des images disques sur Manjaro. ''&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* '''[[Special:MyLanguage/Mounting disk images|Monter des images disques (fichier ISO)]]'''&lt;br /&gt;
: ''Comment monter et démonter des images disques sur Manjaro. ''&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Spotify/8/fr&amp;diff=53013</id>
		<title>Translations:Spotify/8/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Spotify/8/fr&amp;diff=53013"/>
		<updated>2024-09-25T11:11:31Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;Si vous avez flatpak d'installé, vous pouvez ajouter Spotify avec :  flatpak install spotify&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Si vous avez [[Special:MyLanguage/Flatpak|flatpak]] d'installé, vous pouvez ajouter Spotify avec :&lt;br /&gt;
 flatpak install spotify&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Software_Applications/4/fr&amp;diff=53012</id>
		<title>Translations:Software Applications/4/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Software_Applications/4/fr&amp;diff=53012"/>
		<updated>2024-09-25T10:57:11Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;* '''Bmpanel2, Installation et Configuration''' : ''Installez Bmpanel2 et configurez-le sous Manjaro sans aucun problème. ''&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* '''[[Special:MyLanguage/Bmpanel2|Bmpanel2, Installation et Configuration]]'''&lt;br /&gt;
: ''Installez Bmpanel2 et configurez-le sous Manjaro sans aucun problème. ''&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Software_Applications/8/fr&amp;diff=53011</id>
		<title>Translations:Software Applications/8/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Software_Applications/8/fr&amp;diff=53011"/>
		<updated>2024-09-25T10:59:32Z</updated>

		<summary type="html">&lt;p&gt;1m70deter: Created page with &amp;quot;* '''Spotify, Installation''' : ''Installer le client Spotify sur Manjaro sans difficulté. ''&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* '''[[Special:MyLanguage/Spotify|Spotify, Installation]]'''&lt;br /&gt;
: ''Installer le client Spotify sur Manjaro sans difficulté. ''&lt;/div&gt;</summary>
		<author><name>1m70deter</name></author>
	</entry>
</feed>