Unverified Commit b7582dc2 authored by Thomas Butter's avatar Thomas Butter Committed by GitHub
Browse files

xpra: 6.3.6 -> 6.4.3

parent caa3d22f
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
diff --git a/xpra/scripts/main.py b/xpra/scripts/main.py
index 7806612e05..4c7a0ec2dd 100755
--- a/xpra/scripts/main.py
+++ b/xpra/scripts/main.py
@@ -444,13 +444,7 @@ def run_mode(script_file: str, cmdline, error_cb, options, args, full_mode: str,
             "seamless", "desktop", "shadow", "shadow-screen", "expand",
@@ -536,13 +536,7 @@
             "upgrade", "upgrade-seamless", "upgrade-desktop",
             "encoder", "runner",
     ) and not display_is_remote and options.daemon and use_systemd_run(options.systemd_run):
-        # make sure we run via the same interpreter,
-        # inject it into the command line if we have to:
+3 −5
Original line number Diff line number Diff line
diff --git a/xpra/server/util.py b/xpra/server/util.py
index 401a9fb959..678e2ce745 100644
--- a/xpra/server/util.py
+++ b/xpra/server/util.py
@@ -175,6 +175,10 @@ def xpra_env_shell_script(socket_dir: str, env: dict[str, str]) -> str:
--- a/xpra/server/runner_script.py
+++ b/xpra/server/runner_script.py
@@ -74,6 +74,10 @@
 
 
 def xpra_runner_shell_script(xpra_file: str, starting_dir: str) -> str:
+3 −3
Original line number Diff line number Diff line
@@ -104,14 +104,14 @@ let
in
effectiveBuildPythonApplication rec {
  pname = "xpra";
  version = "6.3.6";
  version = "6.4.3";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "Xpra-org";
    repo = "xpra";
    tag = "v${version}";
    hash = "sha256-kXe/Pyjzf6CxYtsYP15hgYnj+qricrlXGqi/G3uQMFM=";
    hash = "sha256-TmhMjO1WTF4fT/G0EyRzORI/Q/cd3IipQn0eRwkWYRE=";
  };

  patches = [
@@ -135,6 +135,7 @@ effectiveBuildPythonApplication rec {

  nativeBuildInputs = [
    clang
    cython
    gobject-introspection
    pkg-config
    wrapGAppsHook3
@@ -168,7 +169,6 @@ effectiveBuildPythonApplication rec {
  ++ [
    atk.out
    cairo
    cython
    ffmpeg
    gdk-pixbuf
    glib