Skip to content

Commit

Permalink
#3083 only source /etc/profile on Posix and not on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Feb 16, 2023
1 parent d41c964 commit 26c931d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/platform/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

INPUT_DEVICES = ["auto"]

SOURCE = ["/etc/profile"]
SOURCE = []

SYSTEM_PROXY_SOCKET = os.environ.get("XPRA_SYSTEM_PROXY_SOCKET", "/run/xpra/system")

Expand Down
2 changes: 2 additions & 0 deletions xpra/platform/xposix/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,6 @@

INPUT_DEVICES = ["auto", "xi", "uinput"]

SOURCE = ["/etc/profile"]

COMMAND_SIGNALS = ("SIGINT", "SIGTERM", "SIGHUP", "SIGKILL", "SIGUSR1", "SIGUSR2")

0 comments on commit 26c931d

Please sign in to comment.