[neon/neon-packaging/selenium-webdriver-at-spi/Neon/stable] debian/patches: refresh patch again
Carlos De Maine
null at kde.org
Sun May 10 10:01:10 BST 2026
Git commit e357e58837a79a92b7affe2e7952bec3a87ed94c by Carlos De Maine.
Committed on 10/05/2026 at 09:01.
Pushed by carlosdem into branch 'Neon/stable'.
refresh patch again
M +3 -3 debian/patches/virtenv.diff
https://invent.kde.org/neon/neon-packaging/selenium-webdriver-at-spi/-/commit/e357e58837a79a92b7affe2e7952bec3a87ed94c
diff --git a/debian/patches/virtenv.diff b/debian/patches/virtenv.diff
index b5e4197..49703cc 100644
--- a/debian/patches/virtenv.diff
+++ b/debian/patches/virtenv.diff
@@ -28,10 +28,10 @@ index 2198b3f..46e6446 100755
# one processes with a bunch of arguments.
+ if ENV.include?('VIRTUAL_ENV')
+ exec('selenium-webdriver-at-spi-kwin', *extra_args,
-+ '--exit-with-session', "#{__FILE__} #{ARGV.shelljoin}", out: "appium_artifact_#{File.basename(ARGV[0])}_kwin_stdout.log")
++ '--exit-with-session', "#{__FILE__} #{ARGV.shelljoin}", out: artifact_path("appium_artifact_#{File.basename(ARGV[0])}_kwin_stdout.log"))
+ else
- exec('kwin_wayland', '--no-lockscreen', *extra_args,
- '--exit-with-session', "#{__FILE__} #{ARGV.shelljoin}", out: "appium_artifact_#{File.basename(ARGV[0])}_kwin_stdout.log")
+ xec('kwin_wayland', '--no-lockscreen', *extra_args,
+ '--exit-with-session', "#{__FILE__} #{ARGV.shelljoin}", out: artifact_path("appium_artifact_#{File.basename(ARGV[0])}_kwin_stdout.log"))
+ end
end
_pid, status = Process.waitpid2(kwin_pid)
More information about the Neon-commits
mailing list