Skip to content

Commit

Permalink
don't try to access XSettings under wayland
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@23057 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jun 30, 2019
1 parent 7b0976f commit cfbcaf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/xpra/platform/xposix/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ def _get_xsettings():

def _get_xsettings_dict():
d = {}
if is_Wayland():
return d
v = _get_xsettings()
if v:
_, values = v
Expand Down

0 comments on commit cfbcaf2

Please sign in to comment.