Fórum Ubuntu CZ/SK
Ubuntu pro osobní počítače => Pracovní prostředí => Téma založeno: erik.figar 27 Října 2014, 21:32:11
-
Zdravím,
dnes jsem přešel na nové vydání Ubuntu 14.10 a s ním zároveň nainstaloval balík Touchegg pro podporu gest na touchpadu. Instalace proběhla v pořádku a gesta fungují, nicméně když jakkoliv upravím soubor kde jsou gesta "zapsána" (touchegg.conf) nic se nezmění (dokonce i když celý obsah smažu). Pro úplnost tady přikládám obsah souboru touchegg.conf
<touchégg>
<settings>
<property name="composed_gestures_time">0</property>
</settings>
<application name="All">
<gesture type="TAP" fingers="2" direction="">
<action type="MOUSE_CLICK">BUTTON=3</action>
</gesture>
<gesture type="TAP" fingers="3" direction="">
<action type="MOUSE_CLICK">BUTTON=2</action>
</gesture>
<gesture type="TAP" fingers="5" direction="">
<action type="CLOSE_WINDOW"></action>
</gesture>
<gesture type="DRAG" fingers="2" direction="ALL">
<action type="SCROLL">SPEED=7:INVERTED=false</action>
</gesture>
<gesture type="DRAG" fingers="3" direction="UP">
<action type="MAXIMIZE_RESTORE_WINDOW"></action>
</gesture>
<gesture type="DRAG" fingers="3" direction="DOWN">
<action type="MINIMIZE_WINDOW"></action>
</gesture>
<gesture type="DRAG" fingers="3" direction="LEFT">
<action type="MOVE_WINDOW"></action>
</gesture>
<gesture type="DRAG" fingers="3" direction="RIGHT">
<action type="MOVE_WINDOW"></action>
</gesture>
<gesture type="DRAG" fingers="4" direction="UP">
<action type="SEND_KEYS">Super+W</action>
</gesture>
<gesture type="DRAG" fingers="4" direction="DOWN">
<action type="SHOW_DESKTOP"></action>
</gesture>
<gesture type="PINCH" fingers="3" direction="ALL">
<action type="RESIZE_WINDOW"></action>
</gesture>
<gesture type="PINCH" fingers="5" direction="ALL">
<action type="SEND_KEYS">Alt+F1</action>
</gesture>
</application>
<application name="Okular, Gwenview">
<gesture type="PINCH" fingers="2" direction="IN">
<action type="SEND_KEYS">Control+KP_Add</action>
</gesture>
<gesture type="PINCH" fingers="2" direction="OUT">
<action type="SEND_KEYS">Control+KP_Subtract</action>
</gesture>
<gesture type="ROTATE" fingers="2" direction="LEFT">
<action type="SEND_KEYS">Control+L</action>
</gesture>
<gesture type="ROTATE" fingers="2" direction="RIGHT">
<action type="SEND_KEYS">Control+R</action>
</gesture>
</application>
<application name="Chromium-browser, Dolphin">
<gesture type="DRAG" fingers="2" direction="LEFT">
<action type="SEND_KEYS">Alt+Left</action>
</gesture>
<gesture type="DRAG" fingers="2" direction="RIGHT">
<action type="SEND_KEYS">Alt+Right</action>
</gesture>
</application>
</touchégg>
Myslel jsem si že teda mám hledat nějaký jiný soubor, který je za nastavení zodpovědný, nicméně když soubor smažu, a zapnu touchegg, vyhodí mi to chybu typu: nenalezen soubor touchegg.conf. Napadá někoho kde dělám chybu?
Předem děkuji za návrhy řešení