Skip to content

Commit

Permalink
#853 allow gtk3 servers
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra@20769 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
antoine committed Oct 22, 2018
1 parent c531648 commit a585c35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions trunk/src/xpra/platform/features.py
Expand Up @@ -8,10 +8,9 @@
import os
import sys
from xpra.util import envbool
from xpra.os_util import PYTHON2

#defaults which may be overriden by platform_import:
LOCAL_SERVERS_SUPPORTED = PYTHON2
LOCAL_SERVERS_SUPPORTED = False
SHADOW_SUPPORTED = True
CAN_DAEMONIZE = True
MMAP_SUPPORTED = True
Expand Down
1 change: 1 addition & 0 deletions trunk/src/xpra/platform/xposix/features.py
Expand Up @@ -8,6 +8,7 @@
from xpra.os_util import is_unity
SYSTEM_TRAY_SUPPORTED = not is_unity()

LOCAL_SERVERS_SUPPORTED = True
SHADOW_SUPPORTED = True

DEFAULT_ENV = [
Expand Down

0 comments on commit a585c35

Please sign in to comment.