xpra: 6.3.6 -> 6.4.3

This commit is contained in:
Thomas Butter
2026-05-02 10:47:52 +00:00
committed by GitHub
parent caa3d22f9e
commit b7582dc2d7
3 changed files with 8 additions and 12 deletions
+2 -4
View File
@@ -1,10 +1,8 @@
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
View File
@@ -1,8 +1,6 @@
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
View File
@@ -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