Skip to content

Commit

Permalink
#1615: disable touchpad by default for now
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@19051 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Apr 22, 2018
1 parent 568dfc6 commit 0d7c3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/server/server_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def create_uinput_pointer_device(uuid, uid):
return create_uinput_device(uuid, uid, events, name)

def create_uinput_touchpad_device(uuid, uid):
if not envbool("XPRA_UINPUT_TOUCHPAD", True):
if not envbool("XPRA_UINPUT_TOUCHPAD", False):
return
import uinput
events = (
Expand Down

0 comments on commit 0d7c3cb

Please sign in to comment.