Skip to content

Commit

Permalink
#1568: shadow servers don't work with python3
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@16277 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jul 10, 2017
1 parent 39443df commit bbc1d59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/xpra/platform/xposix/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
# later version. See the file COPYING for details.

#don't bother trying to forward system tray with Ubuntu's "unity":
from xpra.os_util import is_unity
from xpra.os_util import is_unity, PYTHON2
SYSTEM_TRAY_SUPPORTED = not is_unity()

SHADOW_SUPPORTED = PYTHON2

DEFAULT_ENV = [
"#avoid Ubuntu's global menu, which is a mess and cannot be forwarded:",
"UBUNTU_MENUPROXY=",
Expand Down

0 comments on commit bbc1d59

Please sign in to comment.