Skip to content

Commit

Permalink
#2341 make it possible to disable existing uinput device lookup
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@23043 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jun 29, 2019
1 parent 4dae965 commit 8f1674a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/scripts/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ def noerr(fn, *args):

#create devices for vfb if needed:
devices = {}
if not start_vfb and not proxying and not shadowing:
if not start_vfb and not proxying and not shadowing and envbool("XPRA_UINPUT", True):
#try to find the existing uinput uuid:
#use a subprocess to avoid polluting our current process
#with X11 connections before we get a chance to change uid
Expand Down

0 comments on commit 8f1674a

Please sign in to comment.