Skip to content

Commit

Permalink
all env is now stored as lists
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@10828 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Oct 13, 2015
1 parent 4754cd9 commit 1fc7bfe
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/xpra/platform/xposix/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
XDUMMY_WRAPPER = is_Fedora()

DEFAULT_ENV = [
("#avoid Ubuntu's global menu, which is a mess and cannot be forwarded:", ),
("UBUNTU_MENUPROXY", ""),
("QT_X11_NO_NATIVE_MENUBAR", "1"),
("#fix for MainSoft's MainWin buggy window management:", ),
("MWNOCAPTURE", "true"),
("MWNO_RIT", "true"),
("MWWM", "allwm"),
"#avoid Ubuntu's global menu, which is a mess and cannot be forwarded:",
"UBUNTU_MENUPROXY=",
"QT_X11_NO_NATIVE_MENUBAR=1",
"#fix for MainSoft's MainWin buggy window management:",
"MWNOCAPTURE=true",
"MWNO_RIT=true",
"MWWM=allwm",
]

DEFAULT_SSH_CMD = "ssh"
Expand Down

0 comments on commit 1fc7bfe

Please sign in to comment.