<?xml version="1.0" encoding="UTF-8" ?>
<!-- RSS generated by PHPBoost on Mon, 18 May 2026 13:20:04 +0200 -->
<rss version="2.0" xmlns:atom="https://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Wiki]]></title>
		<atom:link href="https://www.mageialinux-online.org/syndication/rss/wiki/30" rel="self" type="application/rss+xml"/>
		<link>https://www.mageialinux-online.org</link>
		<description><![CDATA[Derniers articles de la catégorie Personnaliser son bureau Gnome]]></description>
		<copyright>(C) 2005-2026 PHPBoost</copyright>
		<language>fr</language>
		<generator>PHPBoost</generator>
		
            <item>
                <title><![CDATA[Gnome et multitouch]]></title>
                <link>https://www.mageialinux-online.org/wiki/gnome-et-multitouch</link>
                <guid>https://www.mageialinux-online.org/wiki/gnome-et-multitouch</guid>
                <description><![CDATA[-- Introduction -- Tout d&#8217;abord bonjour à toi  <img src="https://www.mageialinux-online.org/images/smileys/48.gif" alt=":hello:" title=":hello:" class="smiley" /><br />
Ce tuto concerne Gnome et le multi-touch<br />
--- A qui est destiné ce tuto? ---<p style="text-align: justify;"> Un utilisateur dont le pavé tactile  Synaptic, n&#8217;aurait pas de fonctionnalité multi-touch d&#8217;activée en utilisant Gnome, alors que son matériel le gère très bien. Vous avez probablement  déjà utilisé le multi-touch sous Plasma/Xfce par exemple, et vous êtes surpris de pas le retrouver sous Gnome.<br />
<br />
<span class="message-helper warning">MAJ: Le tuto reste valide mais il suffisait de redémarrer  <img src="https://www.mageialinux-online.org/images/smileys/14.gif" alt=":mrgreene:" title=":mrgreene:" class="smiley" /><br />
</span><br />
<br />
Dans le tuto suivant, je propose une méthode pour corriger ce petit bug  <img src="https://www.mageialinux-online.org/images/smileys/35.gif" alt=":super:" title=":super:" class="smiley" /><br />
Le pourquoi du comment:<br />
Gnome utilisant ses propres paramètres, il est possible que votre matériel fonctionne parfaitement sous d&#8217;autres gestionnaires de bureau. Dans ce tuto nous allons forcer Gnome à activer cette fonctionnalité.  </p><br />
--- Qu&#8217;est-ce que le multi-touch? ---<div class="formatter-container formatter-blockquote"><span class="formatter-title title-perso">Wikipédia :</span><div class="formatter-content"><br />
Le dispositif se compose d&#8217;un pavé tactile ou d&#8217;une surface tactile transparente appliquée sur un écran tactile, qui reconnaissent des points de contact simultanés et multiples, ainsi que d&#8217;un logiciel qui interprète ces contacts simultanés. Ceci inclut en général la position (et éventuellement le degré de pression) de chaque point de contact de façon indépendante, ce qui permet d&#8217;effectuer des gestes et d&#8217;interagir avec plusieurs doigts ou avec les mains, et de créer une interaction riche par des gestes intuitifs</div></div><br />
Pour plus d&#8217;informations je vous renvoie vers ces liens:<br />
<ul class="formatter-ul">
<li class="formatter-li"><a href="https://wiki.gnome.org/Design/OS/Gestures">Utilisation de gnome des pavés tactiles et autres écrans tactiles</a>
</li><li class="formatter-li"><a href="https://www.youtube.com/watch?v=7p8Prlu3owc">Gestes et ergonomie</a> </li></ul><br />
--- Prérequis techniques ---<span class="message-helper warning"> <ul class="formatter-ul">
<li class="formatter-li"> Une version de Gnome> <a href="https://help.gnome.org/misc/release-notes/3.18/more.html.en">3.18</a>)
</li><li class="formatter-li"> Un pavé tactile Synaptics
</li><li class="formatter-li"> Avoir les droits administrateurs (root) de sa machine<br />
</li></ul> </span><br />
--- Vérifier le modèle de son pavé tactile ---Ouvrer un terminal et taper la commande<br />
<div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;">libinput-list-devices</pre></pre></div></div><br />
Elle vous listera tout vos périphériques d&#8217;entrée.<br />
Le paragraphe qui nous intéresse devrait ressembler à celui-ci:<br />
<div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;">&nbsp;
Device:           SynPS<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">2</span> Synaptics TouchPad
Kernel:           <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>input<span style="color: #000000; font-weight: bold;">/</span>event15
Group:            <span style="color: #000000;">7</span>
Seat:             seat0, default
Size:             76.46x44.31mm
Capabilities:     pointer 
Tap-to-click:     disabled
Tap-and-drag:     enabled
Tap drag lock:    disabled
Left-handed:      disabled
Nat.scrolling:    disabled
Middle emulation: n<span style="color: #000000; font-weight: bold;">/</span>a
Calibration:      n<span style="color: #000000; font-weight: bold;">/</span>a
Scroll methods:   <span style="color: #000000; font-weight: bold;">*</span>two-finger edge
Click methods:    none
Disable-w-typing: enabled
Accel profiles:   none
Rotation:         n<span style="color: #000000; font-weight: bold;">/</span>a
&nbsp;</pre></pre></div></div><br />
Les deux lignes importantes sont celles-ci<br />
Device:          <strong> SynPS/2 Synaptics TouchPad </strong><br />
Scroll methods:   <strong>*two-finger edge</strong><br />
Nous y apprenons que pour le driver libinput (utilisé par défaut par Gnome)<br />
<ul class="formatter-ul">
<li class="formatter-li">J&#8217;ai bien un pavé tactile Synaptics
</li><li class="formatter-li">La méthode de scrolling utilise les bords de mon pavé tactile<br />
</li></ul><br />
---- Rappel: méthode de scrolling ----Je vous renvoie au rappel ci-dessous sur les différentes méthodes de scrolling:<br />
<div class="formatter-container formatter-hide no-js"><span class="formatter-title">Caché :</span><div class="formatter-content"><br />
<table class="formatter-table">
<tr class="formatter-table-row">
<th class="formatter-table-head" colspan="2">Type de scrolling</th>
</tr>
<tr class="formatter-table-row">
<td class="formatter-table-col">Scrolling vertical sur le bord</td>
<td class="formatter-table-col"><img src="http://wiki.rosalab.ru/ru/images/b/b4/Edge-scrolling.jpg" alt="Edge-scrolling" title="Edge-scrolling" /></td>
</tr>
<tr class="formatter-table-row">
<td class="formatter-table-col">Scrolling à deux doigts</td>
<td class="formatter-table-col"><!-- START HTML -->
<img src="https://upload.wikimedia.org/wikipedia/commons/f/f1/Gestures_Two_Finger_Scroll.png" width="159" height="169">
<!-- END HTML --><br />
</td>
</tr>
</table><br />
Pour aller plus loin:<br />
<a href="https://wayland.freedesktop.org/libinput/doc/latest/scrolling.html">Walyand scrolling</a><br />
<a href="https://wayland.freedesktop.org/libinput/doc/latest/tapping.html#tapping_default">Wayland tapping</a><br />
</div></div><br />
<p style="text-align: justify;"><br />
Pour une raison que j&#8217;ignore libinput croit que mon pavé tactile ne gère pas le multi-touch. C&#8217;est d&#8217;ailleurs pour cella que le menu Gnome concernant le pavé tactile est très pauvre en options. Les autres paramètres nous sont cachés. </p><br />
Pour contourner le problème il y a plusieurs façons de faire:<br />
 <ol class="formatter-ol">
<li class="formatter-li"> Soit modifier les paramètres Gnome
</li><li class="formatter-li"> Soit agir au niveau du pilote<br />
</li></ol><br />
<p style="text-align: center;"> <!-- START HTML -->
<img src="https://wayland.freedesktop.org/libinput/doc/latest/dot_libinput-stack-gnome.png" width="541" height="170">
<!-- END HTML --><br />
<a href="https://wayland.freedesktop.org/libinput/doc/latest/dot_libinput-stack-gnome.png">Sources: Libinput FAQ</a> </p><br />
<p style="text-align: justify;"> <span class="message-helper question">La première solution est la meilleure car paramètres gnome seront chargés à chaque démarrage. Cependant je ne sais pas où se trouve le fichier de configuration et quel paramètre modifier. (N&#8217;hésiter à me faire un retour la dessus)</span><br />
<span style="text-decoration: underline;">À défaut le plan d&#8217;attaque est simple: </span><br />
<strong><ol class="formatter-ol">
<li class="formatter-li"> Utiliser le driver Synaptic pour modifier certains réglages du pavé tactile
</li><li class="formatter-li"> Créer un script pour automatiser les modifications
</li><li class="formatter-li"> Lancer le script automatiquement au démarrage de Gnome<br />
</li></ol> </strong><br />
-- Vérifier que son matériel gère le multi-touch --Tout d&#8217;abord vous devez installer le pilote Synaptics pour le serveur d&#8217;affichage Xorg, si ce n&#8217;est pas déjà fait. Ils a de grande chance d&#8217;être déjà installé si vous avez déjà utilisé un bureau tournant sur Xorg comme Xfce par exemple. </p><br />
<!-- START HTML -->
<img src="https://www.mageialinux-online.org/upload/installateur1.png" width="974" height="439">
<!-- END HTML --><br />
Ouvrer un terminal et taper la commande <div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;">synclient</pre></pre></div></div><br />
Vous devriez obtenir en réponse tous les paramètres de votre pavé tactile.<br />
<div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>vous<span style="color: #000000; font-weight: bold;">@</span>localhost ~<span style="color: #7a0874; font-weight: bold;">&#93;</span>$ synclient
Parameter settings:
    LeftEdge                = <span style="color: #000000;">1464</span>
    RightEdge               = <span style="color: #000000;">5476</span>
    TopEdge                 = <span style="color: #000000;">1192</span>
    BottomEdge              = <span style="color: #000000;">4660</span>
    FingerLow               = <span style="color: #000000;">25</span>
    FingerHigh              = <span style="color: #000000;">30</span>
    MaxTapTime              = <span style="color: #000000;">180</span>
    MaxTapMove              = <span style="color: #000000;">271</span>
    MaxDoubleTapTime        = <span style="color: #000000;">180</span>
    SingleTapTimeout        = <span style="color: #000000;">180</span>
    ClickTime               = <span style="color: #000000;">100</span>
    EmulateMidButtonTime    = <span style="color: #000000;">75</span>
    EmulateTwoFingerMinZ    = <span style="color: #000000;">282</span>
    EmulateTwoFingerMinW    = <span style="color: #000000;">7</span>
    VertScrollDelta         = <span style="color: #000000;">123</span>
    HorizScrollDelta        = <span style="color: #000000;">123</span>
    VertEdgeScroll          = <span style="color: #000000;">1</span>
    HorizEdgeScroll         = <span style="color: #000000;">0</span>
    CornerCoasting          = <span style="color: #000000;">0</span>
    VertTwoFingerScroll     = <span style="color: #000000;">0</span>
    HorizTwoFingerScroll    = <span style="color: #000000;">0</span>
    MinSpeed                = <span style="color: #000000;">1</span>
    MaxSpeed                = <span style="color: #000000;">1.75</span>
    AccelFactor             = <span style="color: #000000;">0.0324412</span>
    TouchpadOff             = <span style="color: #000000;">0</span>
    LockedDrags             = <span style="color: #000000;">0</span>
    LockedDragTimeout       = <span style="color: #000000;">5000</span>
    RTCornerButton          = <span style="color: #000000;">0</span>
    RBCornerButton          = <span style="color: #000000;">0</span>
    LTCornerButton          = <span style="color: #000000;">0</span>
    LBCornerButton          = <span style="color: #000000;">0</span>
    TapButton1              = <span style="color: #000000;">1</span>
    TapButton2              = <span style="color: #000000;">3</span>
    TapButton3              = <span style="color: #000000;">2</span>
    ClickFinger1            = <span style="color: #000000;">1</span>
    ClickFinger2            = <span style="color: #000000;">1</span>
    ClickFinger3            = <span style="color: #000000;">1</span>
    CircularScrolling       = <span style="color: #000000;">0</span>
    CircScrollDelta         = <span style="color: #000000;">0.1</span>
    CircScrollTrigger       = 0ième
    CircularPad             = <span style="color: #000000;">0</span>
    PalmDetect              = <span style="color: #000000;">0</span>
    PalmMinWidth            = <span style="color: #000000;">10</span>
    PalmMinZ                = <span style="color: #000000;">200</span>
    CoastingSpeed           = <span style="color: #000000;">20</span>
    CoastingFriction        = <span style="color: #000000;">50</span>
    PressureMotionMinZ      = <span style="color: #000000;">30</span>
    PressureMotionMaxZ      = <span style="color: #000000;">160</span>
    PressureMotionMinFactor = <span style="color: #000000;">1</span>
    PressureMotionMaxFactor = <span style="color: #000000;">1</span>
    GrabEventDevice         = <span style="color: #000000;">0</span>
    TapAndDragGesture       = <span style="color: #000000;">1</span>
    AreaLeftEdge            = <span style="color: #000000;">0</span>
    AreaRightEdge           = <span style="color: #000000;">0</span>
    AreaTopEdge             = <span style="color: #000000;">0</span>
    AreaBottomEdge          = <span style="color: #000000;">0</span>
    HorizHysteresis         = <span style="color: #000000;">8</span>
    VertHysteresis          = <span style="color: #000000;">8</span>
    ClickPad                = <span style="color: #000000;">0</span>
&nbsp;</pre></pre></div></div><br />
Les paramètres qui nous intéresse sont:<br />
<ul class="formatter-ul">
    <li class="formatter-li"> <strong>VertEdgeScroll </strong>-> Scrolling vertical sur le bord droit
    </li><li class="formatter-li"> <strong>HorizEdgeScroll</strong> -> Scrolling horizontal sur le bord bas
    </li><li class="formatter-li"> <strong>VertTwoFingerScroll</strong> -> Scrolling vertical à deux doigts
    </li><li class="formatter-li"> <strong>HorizTwoFingerScroll</strong> -> Scrolling horizontal à deux doigts<br />
</li></ul><br />
<p style="text-align: justify;"> S&#8217;ils ne sont pas présents, votre pavé tactile ne gère surement pas le multi-touch.  Dans mon cas, mon pavé tactile Synaptic ne peut suivre que 2 doigts max simultanément, mais peut détecter jusqu'à 3 doigts. C&#8217;est-à-dire que le 3<sup>ième</sup> doigt ne mets utile que pour tapoter le paver afin de faire un clique droit ou un clique gauche.</p><br />
--- Modifier les paramètres qui vous intéresse ---Dans mon cas, nous allons activer le scrolling à deux doigts avec les commandes suivantes:<br />
<div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;">synclient <span style="color: #007800;">VertTwoFingerScroll</span>=<span style="color: #000000;">1</span>
synclient <span style="color: #007800;">HorizTwoFingerScroll</span>=<span style="color: #000000;">1</span></pre></pre></div></div><br />
Vous pouvez également activer la détection de la paume de la main pendant la frappe avec:<br />
<div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;">synclient <span style="color: #007800;">PalmDetect</span>=<span style="color: #000000;">1</span></pre></pre></div></div><br />
Pour les autres paramètres je vous renvois à la documentation avec la commande<br />
<div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;"> <span style="color: #c20cb9; font-weight: bold;">man</span> synaptics </pre></pre></div></div><br />
--- Tester vos modifications ---<p style="text-align: center;">Vous pouvez tester vos paramètres dans les paramètres Gnome « souris et pavé tactile »<br />
<!-- START HTML -->
<img src="https://www.mageialinux-online.org/upload/menu1_2d373.png" width="443" height="348">
<!-- END HTML --><br />
Onglet « tester vos paramètres »<br />
<!-- START HTML -->
<img src="https://www.mageialinux-online.org/upload/menu2_e4f3c.png" width="440" height="197">
<!-- END HTML --></p><br />
-- Automatiser vos modifications dans un script --<h3 class="formatter-title wiki-paragraph-3" id="paragraph-creer-un-script">Créer un script</h3><br />
Pour créer un script, c&#8217;est relativement simple il suffit créer un fichier texte. Par convention avec une extension ".sh"ce n&#8217;est pas obligatoire<br />
<div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;">&nbsp;
<span style="color: #666666; font-style: italic;">#Description:</span>
<span style="color: #666666; font-style: italic;">#Ajout le scrolling à deux doigts non présent par défaut </span>
<span style="color: #666666; font-style: italic;">#!/bin/bash   #Choix du langage shell (si non utilise par défaut celui du système) </span>
<span style="color: #666666; font-style: italic;">#Vos paramètres personnalisés  </span>
synclient <span style="color: #007800;">VertTwoFingerScroll</span>=<span style="color: #000000;">1</span>  <span style="color: #666666; font-style: italic;">#Autorise le scrolling vertical</span>
synclient <span style="color: #007800;">HorizTwoFingerScroll</span>=<span style="color: #000000;">1</span><span style="color: #666666; font-style: italic;">#Autorise le scrolling horizontal</span>
synclient <span style="color: #007800;">PalmDetect</span>=<span style="color: #000000;">1</span><span style="color: #666666; font-style: italic;">#Détection de la paume de la main pendant la frappe</span></pre></pre></div></div><br />
Il n&#8217;y a plus qu&#8217;à enregistrer votre fichier.sh<br />
Pour lancer exécuter votre fichier dans un terminal vous devez préciser son emplacement<br />
<div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;">Vous<span style="color: #000000; font-weight: bold;">@</span>localhost ~<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #007800;">$emplacementdevotrefichier</span><span style="color: #000000; font-weight: bold;">/</span>fichier.sh</pre></pre></div></div><br />
Dans le paragraphe suivant nous verront comment éviter de renseigner l&#8217;emplacement de votre fichier<br />
--- Placer votre script avec les autres applications ---Il suffit de placer votre fichier dans le répertoire suivant avec les autres applications installées:<br />
Pour ce faire nous allons ouvrir un l'explorateur en de fichier mode administrateur (root) avec les commandes suivantes.<br />
Dans un terminal taper:<br />
<div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;">&nbsp;
<span style="color: #7a0874; font-weight: bold;">&#91;</span>vous<span style="color: #000000; font-weight: bold;">@</span>localhost ~<span style="color: #7a0874; font-weight: bold;">&#93;</span>$ <span style="color: #c20cb9; font-weight: bold;">su</span>
Mot de passe : 
<span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>localhost vous<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;"># nautilus </span></pre></pre></div></div><br />
Votre mot de passe ne s&#8217;affichera pas c&#8217;est normal.<br />
Aller dans le dossier /usr/share/ et copier votre script.sh J&#8217;ai mis mon fichier « Gnome-Twofingerscroll.sh » dans un dossier parce que j&#8217;aime bien les choses ordonnées mais vous êtes pas obligé d'être aussi maniaque  <img src="https://www.mageialinux-online.org/images/smileys/14.gif" alt=":mrgreene:" title=":mrgreene:" class="smiley" /><br />
<p style="text-align: center;"><br />
<!-- START HTML -->
<img src="https://www.mageialinux-online.org/upload/nautilus-script.png" width="713" height="472">
<!-- END HTML --><br />
</p><br />
<span class="message-helper notice"> Je vous conseille de laisser l&#8217;explorateur de fichier en mode administrateur ouvert dans un coin. Il nous servira par la suite.  </span><br />
-- Lancer votre script automatiquement au démarrage de Gnome --Dans ce chapitre nous allons utiliser l&#8217;outil maison de Gnome pour lancer automatique une application au démarrage de Gnome.<br />
Si vous avez d&#8217;autres gestionnaires de bureau installés, ils ne pourront pas être affectés par votre script.<br />
Aller dans l&#8217;outil de personnalisation de Gnome onglet « Applications au démarrage »<br />
<p style="text-align: center;"><br />
<!-- START HTML -->
<img src="https://www.mageialinux-online.org/upload/appli-demarrage.png" width="726" height="529">
<!-- END HTML --><br />
Appui sur le "+" afin d&#8217;ajouter une application</p><br />
<span class="message-helper error">   Votre fichier.sh ne fait pas partie ce la liste d&#8217;application <img src="https://www.mageialinux-online.org/images/smileys/102.gif" alt=":pleur4:" title=":pleur4:" class="smiley" /><br />
Mais ne vous découragez pas vous y êtes presque. Pour ajouter votre application à cette liste vous devez lui créer un fichier.desktop </span><br />
--- Créer un fichier.desktop --- Un « .desktop » est un simple fichier texte avec une extension atypique =). Il vous suffit donc créer un fichier texte avec cette extension.<br />
Ce type de fichier se compose comme ceci:<br />
<div class="formatter-container formatter-code code-TEXT"><span class="formatter-title">Code TEXT : </span><div class="formatter-content"><pre style="display:inline;"><pre class="text" style="font-family:monospace;">&nbsp;
[Desktop Entry]
Name=Gnome-Twofingerscroll
Comment[en_FR]=Autorise le scroll à deux doigts (horizontal et vertical)
Comment=enable two finger scroll on synaptic touchpad
Exec=/usr/share/Gnome-Twofingerscroll/Gnome-Twofingerscroll.sh
Type=Application
Terminal=true
Keywords=multitouch;multi-touch;scroll;pavé tactile; Synaptic
&nbsp;</pre></pre></div></div><br />
Les seules paramètres importants sont:<br />
<ul class="formatter-ul">
    <li class="formatter-li"><strong>Name=lenomdevotrescript</strong>
    </li><li class="formatter-li"><strong>Exec=/usr/share/../votrefichier.sh</strong>
    </li><li class="formatter-li"><strong>Terminal=true</strong> -> votre script n&#8217;a aucune interface graphique<br />
</li></ul><br />
 Les autres paramètres sont plus là pour le fun comme la catégorie de recherche ou les mots clés qui seront liés à votre script.<br />
 Ils vous suffit de compléter votre fichier texte comme ceux-ci:<br />
[code=text]<br />
[Desktop Entry]<br />
Name=Le nom de votre que vous voulez donner à votre application<br />
Exec=/usr/share/.../votre fichier.sh  /.../ en fonction si vous l&#8217;avez mis dans un dossier ou non<br />
Type=Application<br />
/code]<br />
--- Ajouter votre script à la liste d&#8217;application ---<br />
<br />
 Enregistrer et à déposer votre « fichier.desktop » dans le dossier /usr/share/applications<br />
<p style="text-align: center;"><!-- START HTML -->
<img src="https://www.mageialinux-online.org/upload/nautilus-desktop.png" width="713" height="470">
<!-- END HTML --><br />
</p><br />
Il ne vous reste plus qu&#8217;à retourner dans le menu de personnalisation de Gnome onglet Application au démarrage et ajouter votre application maison<br />
<p style="text-align: center;"><img src="https://www.mageialinux-online.org/upload/appli-demarrage-liste.png" alt="appli-demarrage-liste" title="appli-demarrage-liste" /></p> <span class="message-helper success"> Vous pouvez tester le résultat en déconnectant/reconnectant.<br />
Et voilà maintenant le multi-touch fontionne sous Gnome, vous pouvez être fier de vous!  <img src="https://www.mageialinux-online.org/images/smileys/136.gif" alt=":winner:" title=":winner:" class="smiley" /></span>]]></description>
                <pubDate>Sun, 24 Jun 2018 18:41:33 +0200</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[Avant-Window-Navigator, un dock à la Mac OS]]></title>
                <link>https://www.mageialinux-online.org/wiki/avant-window-navigator-un-dock-a-la-mac-os</link>
                <guid>https://www.mageialinux-online.org/wiki/avant-window-navigator-un-dock-a-la-mac-os</guid>
                <description><![CDATA[Vous souhaitez personnaliser votre bureau Gnome et avoir un « dock » à la Mac OS. Vous avez le choix entre deux grands « docks » connus : Cairo-Dock et AWN, tous les deux disponibles dans les dépôts.<br />
<br />
Dans ce tutoriel, nous allons vous présenter la barre de lancement d'application et barre de tâches Avant-Window-Navigator (AWN).<br />
<br />
<p style="text-align: center;"><img src="https://www.mageialinux-online.org/upload/awn1.png" alt="" class="valign_" /></p><br />
<br />
<strong>Installer Awn</strong><br />
<br />
Ouvrez le CCM, sélectionnez Installer et désinstaller des logiciels. Tapez awn dans le champ de recherche et cochez awn-extra-applets et accepter les paquetages supplémentaires :<br />
<br />
<p style="text-align: center;"><img src="https://www.mageialinux-online.org/upload/awn2.png" alt="" class="valign_" /></p><br />
<br />
<strong>Utilisation</strong><br />
<br />
Lancer AWN, à l'aide du menu, aller dans Outils > Avant Window Navigator. Normalement AWN s'affiche à l'écran, avec déjà quelques icônes.<br />
<br />
<strong>Configurer AWN</strong><br />
<br />
Nous allons maintenant voir comment configurer votre dock. Pour accéder au gestionnaire de configuration, il suffit d'un clic-droit sur la barre dock et de choisir Préférences. En dehors de l'aspect de votre dock (onglet général), votre dock va se décomposer en deux parties :<br />
<br />
    * partie de droite les Applets (à choisir dans un menu)<br />
    * partie de gauche les tâches ou lanceurs que vous allez vous même choisir dans vos applications préférées<br />
<br />
Dans le gestionnaire de configuration :<br />
<br />
<p style="text-align: center;"><img src="https://www.mageialinux-online.org/upload/awn3.png" alt="" class="valign_" /></p><br />
<br />
1. Onglet général<br />
<br />
C'est dans cet onglet que vous allez régler :<br />
<br />
    * le lancement d'Awn au démarrage<br />
    * le comportement de votre dock, sa distance aux bords<br />
    * les effets, les angles, le coté translucide &#8230;<br />
<br />
Amusez vous et personnalisez votre dock.<br />
<br />
<strong>Attention :</strong> votre dock ne peut se positionner qu'en bas de votre bureau. Il faudra attendre la version 0.4.0 pour avoir enfin la possibilité de positionner le dock autre qu'en bas.<br />
<br />
2. Les Applets<br />
<br />
<p style="text-align: center;"><img src="https://www.mageialinux-online.org/upload/awn4.png" alt="" class="valign_" /></p><br />
<br />
Dans la barre de gauche cliquez sur Applets. Là pas moins de 48 Applets à votre disposition. Pour commencer, je vous conseille de faire simple.<br />
<br />
Sélectionnez :<br />
<br />
    <strong>* Launcher /TaskManager</strong>, c'est le menu de votre dock. A avoir sous la main<br />
    <strong>* Awn Main Menu</strong> , vous allez retrouver votre menu Applications (Administration, bureautique, Internet, Graphisme, Installer des logiciels....)<br />
    <strong>* Battery Applet</strong>, si vous êtes sur Laptop bien sûr<br />
    <strong>* Media Control Applet</strong>, pour votre lecteur de musique<br />
    <strong>* File Browser Launcher</strong>, votre navigateur de fichiers<br />
    <strong>* Shiny Switcher</strong>, il va vous permettre de naviguer entre vos différents bureaux<br />
    <strong>* To-do List</strong>, votre bloc-note, bien pratique<br />
    <strong>* Wheather Applet</strong>, votre météo des quatre prochains jours en direct (à paramétrer)<br />
<br />
Faites défiler la liste et sélectionnez les Applets de votre choix et une fois terminé, cliquez sur activer. Votre sélection se retrouve donc dans la fenêtre du bas.<br />
<br />
<strong>Remarque :</strong> <em>l'Applet Awn Terminal Applet ne sait pas gérer plusieurs onglets, si vous souhaitez donc avoir un accès direct au terminal et jouer avec plusieurs onglets, intégrez-le par les tâches.</em><br />
<br />
3. Les tâches ou lanceurs<br />
<br />
<p style="text-align: center;"><img src="https://www.mageialinux-online.org/upload/awn5.png" alt="" class="valign_" /></p><br />
<br />
<strong>Comment les installer :</strong><br />
<br />
La chose est simple, allez dans votre menu Gnome, Applications, faites un clic droit sur l'application désirée et faites la glisser sur votre dock (en maintenant votre clic souris).<br />
<br />
<strong>Comment les désinstaller :</strong><br />
<br />
Un simple clic droit sur l'icône du dock, sélectionnez enlever.<br />
<br />
<strong>Comment les classer sur le dock :</strong><br />
<br />
Bien sûr, vous avez intégré toute une série de tâches sur votre dock et vous souhaitez les classer. Ouvrez, à partir de votre dock, le gestionnaire AWN, onglet Launcher. Vous obtenez donc la liste de vos tâches. Il ne vous reste plus qu'à les classer à votre guise en les faisant glisser à l'aide de votre souris.<br />
<br />
<strong>Paramétrage d'un Applet</strong><br />
<br />
Prenons l'exemple de votre Applet Météo qui nécessite un paramétrage. Faites un clic droit sur cet Applet, choisissez Préférences, puis cliquez sur Change Location afin de choisir votre lieu météo de prédilection.<br />
<br />
<strong>Quelques astuces</strong><br />
<br />
<p style="text-align: center;"><img src="https://www.mageialinux-online.org/upload/awn6.png" alt="" class="valign_" /></p><br />
<br />
Vous avez paramétré votre dock, voici quelques astuces :<br />
<br />
    * remarquez la ligne noire qui sépare les Tâches des Applets (juste à droite du terminal)<br />
    * remarquez les petites flèches orange sous certains icônes. Ce sont vos tâches ou documents ouverts. Si vous êtes un fan de la réduction de fenêtres, vous pourrez rappeler vos applications en cours d'exécution sans même à avoir à jongler entre les différents bureaux avec un simple clic de souris.<br />
    * la couleur de la flèche est paramétrable dans l'onglet général<br />
    * vous souhaitez ouvrir une nouvelle fenêtre vierge FireFox par exemple (cela ne marche qu'avec les tâches et pas avec les Applets), cliquez alors sur l'icône avec votre molette du milieu. Vous obtenez alors ceci : vos deux sessions de FireFox réparties sur votre dock.<br />
<br />
<p style="text-align: center;"><img src="https://www.mageialinux-online.org/upload/awn7.png" alt="" class="valign_" /></p><br />
<br />
Eh bien voilà ! Votre bureau n'a plus le même aspect.<br />
<p style="text-align: right;"><a href="https://www.mageialinux-online.org/wiki/utiliser-mageia">Retour :Utiliser Mageia</a></p>]]></description>
                <pubDate>Fri, 28 Oct 2011 16:07:43 +0200</pubDate>
                
            </item>
		
            <item>
                <title><![CDATA[Personnaliser son bureau Gnome]]></title>
                <link>https://www.mageialinux-online.org/wiki/personnaliser-son-bureau-gnome</link>
                <guid>https://www.mageialinux-online.org/wiki/personnaliser-son-bureau-gnome</guid>
                <description><![CDATA[<p style="text-align: center;"><img src="https://www.mageialinux-online.org/upload/apps_icone_4404_128.png" alt="" class="valign_" /></p>]]></description>
                <pubDate>Tue, 09 Aug 2011 11:36:12 +0200</pubDate>
                
            </item>
		
	</channel>
</rss>
