Comment 40 for bug 1686081

Revision history for this message
Alex (a-cat) wrote :

Daniel,

I have added 'synclient' command with options I want to gnome-session-properties, and at login everything works as expected:

a-cat@laptop:~$ synclient | grep -E 'TapButton|HorizTwoFingerScroll'
    HorizTwoFingerScroll = 0
    TapButton1 = 1
    TapButton2 = 2
    TapButton3 = 3

But if for whatever reason I restart gnome-shell (with Alt+F2 r or gnome-shell --replace) I end up with mutter's settings:

a-cat@laptop:~$ synclient | grep -E 'TapButton|HorizTwoFingerScroll'
    HorizTwoFingerScroll = 1
    TapButton1 = 1
    TapButton2 = 3
    TapButton3 = 2

It's not a big deal, I don't restart gnome-shell every day, but I am lazy, so I bind 'synclient' command with my preferred option to a custom shortcut, so I can get my settings back quickly after restarting gnome-shell.