Changes for page Pavé tactile inactif après mise en veille
Last modified by Mélodie on 2026/05/24 23:42
Summary
Details
- Page properties
-
- Content
-
... ... @@ -135,7 +135,7 @@ 135 135 136 136 === 2. User Directory Installation (No Administrator Privileges Required) === 137 137 138 - Make sure //~~/.local/bin// exists.Copy the script and make it executable:138 +Copy the script and make it executable: 139 139 140 140 {{code language="bash"}} 141 141 cp restart-touchpad-after-resume.sh $HOME/.local/bin/ ... ... @@ -142,6 +142,14 @@ 142 142 chmod +x $HOME/.local/bin/restart-touchpad-after-resume.sh 143 143 {{/code}} 144 144 145 +If {{code language="text"}}$HOME/.local/bin{{/code}} is not in your PATH, add the following line to your {{code language="text"}}~/.profile{{/code}}: 146 + 147 +{{code language="bash"}} 148 +export PATH="$HOME/.local/bin:$PATH" 149 +{{/code}} 150 + 151 +(Make sure //~~/.local/bin// exists.) 152 + 145 145 To append this directory to your PATH, add the following to the end of your //~~/.profile//: 146 146 147 147 {{code language="bash"}}