Skip to content

Fix XEmbed tray docking initialization#264

Open
besendorf wants to merge 1 commit into
QubesOS:mainfrom
besendorf:agent/fix-xembed-tray-docking
Open

Fix XEmbed tray docking initialization#264
besendorf wants to merge 1 commit into
QubesOS:mainfrom
besendorf:agent/fix-xembed-tray-docking

Conversation

@besendorf

Copy link
Copy Markdown

Summary

Fix XEmbed tray clients that remain mapped as blank 1x1 icons when proxied to a desktop tray.

The live tray-docking path now:

  • sends the constructed XEMBED_EMBEDDED_NOTIFY event instead of the address of the incoming-event pointer;
  • reads XEMBED_MAPPED using the unsigned long representation returned by XGetWindowProperty();
  • sizes the client to the existing 32x32 default embedder geometry; and
  • sends that geometry to the GUI daemon before MSG_DOCK, matching the ordering used when full window state is resent.

Root cause

The incorrect XSendEvent() argument prevented clients from receiving XEMBED_EMBEDDED_NOTIFY.

Fixing only that call was insufficient for clients initially created at 1x1: dom0 still knew the pre-dock window as 1x1 and configured the docked client back to that size. Additionally, reading a format-32 X property through int * selects the wrong slot on 64-bit systems, so the mapped flag could be missed.

Validation

  • Rebuilt gui-agent/qubes-gui from a clean object state with the project's -Wall -Wextra -Werror flags.
  • Tested on Qubes OS 4.3 with Fedora 43 guests and KDE Plasma/X11 plus xembedsniproxy in dom0.
  • A minimal XEmbed client initially created at 1x1 changed from receiving no embedded notification and remaining 1x1 to receiving XEMBED_EMBEDDED_NOTIFY, MapNotify, and a stable 32x32 configure event.
  • Verified directly in the guest as 32x32 and IsViewable.
  • Tested the resulting agent in sys-net with the real nm-applet; the previously blank NetworkManager icon became visible and was tinted with the qube's red label color.

AI assistance disclosure

This change was developed and tested with assistance from OpenAI Codex. The runtime tests and final visual confirmation were performed interactively on the affected Qubes OS system.

Correct the embedded-notify event, decode the mapped flag using the Xlib property representation, and publish the initial embedder geometry before docking.

Developed and tested with assistance from OpenAI Codex.
@qubesos-bot

Copy link
Copy Markdown

OpenQA test summary

Complete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2026072016-devel&flavor=pull-requests

Test run included the following:

New failures, excluding unstable

Compared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2026050504-devel&flavor=update

  • system_tests_network

  • system_tests_usbproxy

  • system_tests_network_updates

    • TC_00_Dom0Upgrade_whonix-gateway-18: test_001_update_check (failure)
      ^... AssertionError: '' is not true
  • system_tests_dispvm

    • TC_21_DispVM_Preload: test_012_preload_low_mem (failure)
      ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^... AssertionError: 0 != 1
  • system_tests_basic_vm_qrexec_gui_zfs

  • system_tests_guivm_gpu_gui_interactive@hw13

    • clipboard_and_web: unnamed test (unknown)
    • clipboard_and_web: Failed (test died)
      # Test died: no candidate needle with tag(s) 'menu-vm-personal' mat...

Failed tests

15 failures
  • system_tests_network

  • system_tests_pvgrub_salt_storage

    • [unstable] TC_41_HVMGrub_debian-13-xfce: test_010_template_based_vm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_41_HVMGrub_debian-13-xfce: test_011_template_based_vm_dracut (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • [unstable] TC_41_HVMGrub_fedora-43-xfce: test_010_template_based_vm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

  • system_tests_extra

  • system_tests_usbproxy

  • system_tests_network_updates

    • TC_00_Dom0Upgrade_whonix-gateway-18: test_001_update_check (failure)
      ^... AssertionError: '' is not true
  • system_tests_dispvm

    • TC_21_DispVM_Preload: test_012_preload_low_mem (failure)
      ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^... AssertionError: 0 != 1
  • system_tests_basic_vm_qrexec_gui_zfs

  • system_tests_audio

  • system_tests_whonix@hw1

    • [unstable] whonixcheck: fail (unknown)
      Whonixcheck for whonix-gateway-18 failed...

    • [unstable] whonixcheck: Failed (test died)
      # Test died: systemcheck failed at qubesos/tests/whonixcheck.pm lin...

  • system_tests_guivm_gpu_gui_interactive@hw13

    • clipboard_and_web: unnamed test (unknown)
    • clipboard_and_web: Failed (test died)
      # Test died: no candidate needle with tag(s) 'menu-vm-personal' mat...

Fixed failures

Compared to: https://openqa.qubes-os.org/tests/176874#dependencies

21 fixed
  • system_tests_whonix

    • whonixcheck: Failed (test died)
      # Test died: command 'qvm-shutdown --wait anon-whonix ' failed at /...
  • system_tests_pvgrub_salt_storage

    • TC_41_HVMGrub_debian-13-xfce: test_000_standalone_vm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_41_HVMGrub_debian-13-xfce: test_001_standalone_vm_dracut (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

  • system_tests_extra

    • TC_01_InputProxyExclude_debian-13-xfce: test_000_qemu_tablet (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_01_InputProxyExclude_fedora-43-xfce: test_000_qemu_tablet (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_00_QVCTest_fedora-43-xfce: test_010_screenshare (failure + cleanup)
      ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^... AssertionError: 1179648 != 0

    • TC_00_QVCTest_whonix-gateway-18: test_010_screenshare (failure + cleanup)
      AssertionError: 2.3156185715769593 not less than 2.0

  • system_tests_usbproxy

    • system_tests: wait_serial (wait serial expected)
      # wait_serial expected: qr/h3uXO-\d+-/...

    • TC_20_USBProxy_core3_fedora-43-xfce: test_090_attach_stubdom (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

  • system_tests_network_ipv6

    • system_tests: Fail (unknown)
      Tests qubes.tests.integ.network_ipv6 failed (exit code 1), details ...

    • system_tests: Failed (test died)
      # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...

    • VmIPv6Networking_fedora-43-xfce: test_001_simple_networking_paused_from_none_to_existent (error)
      raise TimeoutError from exc_val... TimeoutError

  • system_tests_audio

  • system_tests_audio@hw1

    • system_tests: Fail (unknown)
      Tests qubes.tests.integ.audio failed (exit code 1), details reporte...

    • system_tests: Failed (test died)
      # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...

    • TC_20_AudioVM_Pulse_debian-13-xfce: test_222_audio_rec_unmuted_pulseaudio (failure)
      AssertionError: only silence detected, no useful audio data

  • system_tests_guivm_gpu_gui_interactive@hw13

    • shutdown: unnamed test (unknown)
    • shutdown: Failed (test died)
      # Test died: no candidate needle with tag(s) 'text-logged-in-root' ...

Unstable tests

Details
  • system_tests_whonix

    whonixcheck/Failed (1/5 times with errors)
    • job 188636 # Test died: systemcheck failed at qubesos/tests/whonixcheck.pm lin...
    whonixcheck/fail (1/5 times with errors)
    • job 188636 Whonixcheck for whonix-workstation-18 failed...
  • system_tests_gui_tools

    desktop_linux_manager_config/ (1/5 times with errors)
    desktop_linux_manager_config/Failed (1/5 times with errors)
    • job 188475 # Test died: no candidate needle with tag(s) 'qubes-global-config' ...
  • system_tests_network

    system_tests/Fail (2/5 times with errors)
    • job 187594 Tests qubes.tests.integ.network failed (exit code 1), details repor...
    • job 187732 Tests qubes.tests.integ.network failed (exit code 1), details repor...
    system_tests/Failed (2/5 times with errors)
    • job 187594 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    • job 187732 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    VmNetworking_fedora-43-xfce/test_000_simple_networking (1/5 times with errors)
    • job 187732 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    VmNetworking_fedora-43-xfce/test_031_firewall_dynamic_block (1/5 times with errors)
    • job 187732 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    VmNetworking_fedora-43-xfce/test_113_reattach_after_provider_kill (1/5 times with errors)
    • job 187594 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    VmNetworking_fedora-43-xfce/test_203_fake_ip_inter_vm_allow (1/5 times with errors)
    • job 187594 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
  • system_tests_pvgrub_salt_storage

    system_tests/Fail (2/5 times with errors)
    • job 187597 Tests qubes.tests.integ.storage failed (exit code 1), details repor...
    • job 187735 Tests qubes.tests.integ.storage failed (exit code 1), details repor...
    system_tests/Failed (3/5 times with errors)
    • job 188480 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    • job 188519 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    • job 188668 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    system_tests/Failed (2/5 times with errors)
    • job 187597 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    • job 187735 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    TC_41_HVMGrub_debian-13-xfce/test_000_standalone_vm (1/5 times with errors)
    • job 187597 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_41_HVMGrub_fedora-43-xfce/test_000_standalone_vm (2/5 times with errors)
    • job 187735 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 188668 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_41_HVMGrub_debian-13-xfce/test_001_standalone_vm_dracut (2/5 times with errors)
    • job 187735 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 188480 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    StorageReflinkOnBtrfs/test_002_read_only (1/5 times with errors)
    • job 187735 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    StorageReflinkOnExt4/test_003_snapshot (1/5 times with errors)
    • job 187735 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    StorageLVM/test_004_snapshot_non_persistent (1/5 times with errors)
    • job 187597 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_41_HVMGrub_debian-13-xfce/test_010_template_based_vm (4/5 times with errors)
    • job 187597 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 187735 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 188480 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 188668 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_41_HVMGrub_fedora-43-xfce/test_010_template_based_vm (3/5 times with errors)
    • job 187735 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 188480 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 188668 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
  • system_tests_splitgpg

    system_tests/Failed (2/5 times with errors)
    • job 187599 # Test died: command 'testfunc qubes.tests.extra' timed out at qube...
    • job 188482 # Test died: command 'testfunc qubes.tests.extra' timed out at qube...
    system_tests/wait_serial (2/5 times with errors)
    • job 187599 # Command: testfunc qubes.tests.extra...
    • job 188482 # Command: testfunc qubes.tests.extra...
  • system_tests_extra

    system_tests/Fail (4/5 times with errors)
    • job 187590 Tests qubes.tests.extra failed (exit code 1), details reported sepa...
    • job 187728 Tests qubes.tests.extra failed (exit code 1), details reported sepa...
    • job 188473 Tests qubes.tests.extra failed (exit code 1), details reported sepa...
    • job 188661 Tests qubes.tests.extra failed (exit code 1), details reported sepa...
    system_tests/Failed (3/5 times with errors)
    • job 187728 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    • job 188473 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    • job 188661 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    system_tests/Failed (1/5 times with errors)
    • job 187590 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    TC_01_InputProxyExclude_debian-13-xfce/test_000_qemu_tablet (2/5 times with errors)
    • job 187590 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 188661 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_01_InputProxyExclude_fedora-43-xfce/test_000_qemu_tablet (3/5 times with errors)
    • job 187590 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 188473 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 188661 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_00_InputProxy_fedora-43-xfce/test_000_simple_mouse (1/5 times with errors)
    • job 187728 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_00_PDFConverter_debian-13-xfce/test_002_500_pages (3/5 times with errors)
    • job 187590 AssertionError: 1 != 0 : qvm-convert-pdf failed: b'Sending file to ...
    • job 187728 AssertionError: 1 != 0 : qvm-convert-pdf failed: b'Sending file to ...
    • job 188473 AssertionError: 1 != 0 : qvm-convert-pdf failed: b'Sending file to ...
    TC_00_PDFConverter_fedora-43-xfce/test_002_500_pages (1/5 times with errors)
    • job 187728 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_00_PDFConverter_debian-13-xfce/test_004_cancel_stops_conversion (1/5 times with errors)
    • job 188661 AssertionError: DispVM not cleaned up 20s after cancel: ['disp7751']
    TC_00_PDFConverter_fedora-43-xfce/test_004_cancel_stops_conversion (3/5 times with errors)
    • job 187590 AssertionError: DispVM not cleaned up 20s after cancel: ['disp2361']
    • job 188473 AssertionError: DispVM not cleaned up 20s after cancel: ['disp758']
    • job 188661 AssertionError: DispVM not cleaned up 20s after cancel: ['disp8125']
    TC_00_PDFConverter_debian-13-xfce/test_005_docx (2/5 times with errors)
    • job 187728 AssertionError: 127 != 0 : qvm-convert-file failed: b'-bash: line 1...
    • job 188473 AssertionError: 127 != 0 : qvm-convert-file failed: b'-bash: line 1...
    TC_00_PDFConverter_debian-13-xfce/test_006_odt (2/5 times with errors)
    • job 187728 AssertionError: 127 != 0 : qvm-convert-file failed: b'-bash: line 1...
    • job 188473 AssertionError: 127 != 0 : qvm-convert-file failed: b'-bash: line 1...
    TC_00_PDFConverter_debian-13-xfce/test_007_xlsx (2/5 times with errors)
    • job 187728 AssertionError: 127 != 0 : qvm-convert-file failed: b'-bash: line 1...
    • job 188473 AssertionError: 127 != 0 : qvm-convert-file failed: b'-bash: line 1...
    TC_00_PDFConverter_debian-13-xfce/test_008_ods (2/5 times with errors)
    • job 187728 AssertionError: 127 != 0 : qvm-convert-file failed: b'-bash: line 1...
    • job 188473 AssertionError: 127 != 0 : qvm-convert-file failed: b'-bash: line 1...
    TC_00_QVCTest_debian-13-xfce/test_010_screenshare (1/5 times with errors)
    • job 187590 AssertionError: 2.4614345149565264 not less than 2.0
    TC_00_Direct_whonix-workstation-18/test_060_import_secret (1/5 times with errors)
    • job 188661 AssertionError: key generation failed: b''b"gpg: keybox '/home/user...
  • system_tests_gui_interactive

    collect_logs/Failed (1/5 times with errors)
    • job 187591 # Test died: command 'curl --form upload=@journalctl.log --form upn...
    collect_logs/wait_serial (1/5 times with errors)
    • job 187591 # Command: curl --form upload=@journalctl.log --form upname=collect...
    collect_logs/wait_serial (1/5 times with errors)
    • job 187591 # Command: curl --form upload=@/var/log/libvirt/libxl/libxl-driver....
  • system_tests_guivm_gui_interactive

    collect_logs/Failed (1/5 times with errors)
    • job 187593 # Test died: command 'curl --form upload=@journalctl.log --form upn...
    collect_logs/wait_serial (1/5 times with errors)
    • job 187593 # Command: curl --form upload=@journalctl.log --form upname=collect...
    collect_logs/wait_serial (1/5 times with errors)
    • job 187593 # Command: curl --form upload=@/var/log/libvirt/libxl/libxl-driver....
  • system_tests_usbproxy

    system_tests/Fail (2/5 times with errors)
    • job 187575 Tests qubes.tests.extra failed (exit code 1), details reported sepa...
    • job 187702 Tests qubes.tests.extra failed (exit code 1), details reported sepa...
    system_tests/Failed (2/5 times with errors)
    • job 187575 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    • job 187702 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    TC_00_USBProxy_fedora-43-xfce/test_000_attach_detach (1/5 times with errors)
    • job 187702 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_20_USBProxy_core3_fedora-43-xfce/test_090_attach_stubdom (1/5 times with errors)
    • job 187575 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
  • system_tests_network_ipv6

    system_tests/Fail (4/5 times with errors)
    • job 187733 Tests qubes.tests.integ.network_ipv6 failed (exit code 1), details ...
    • job 188517 Tests qubes.tests.integ.network_ipv6 failed (exit code 1), details ...
    • job 188525 Tests qubes.tests.integ.network_ipv6 failed (exit code 1), details ...
    • job 188666 Tests qubes.tests.integ.network_ipv6 failed (exit code 1), details ...
    system_tests/Failed (4/5 times with errors)
    • job 187733 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    • job 188517 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    • job 188525 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    • job 188666 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    VmIPv6Networking_debian-13-xfce/test_001_simple_networking_paused_from_none_to_existent (1/5 times with errors)
    • job 188517 subprocess.CalledProcessError: Command 'qubes.WaitForNetworkUplink'...
    VmIPv6Networking_fedora-43-xfce/test_040_inter_vm (1/5 times with errors)
    • job 188666 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    VmIPv6Networking_debian-13-xfce/test_110_dynamic_attach (1/5 times with errors)
    • job 188525 ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^... AssertionError: 125 != 0
    VmIPv6Networking_fedora-43-xfce/test_112_reattach_after_provider_shutdown (1/5 times with errors)
    • job 188666 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    VmIPv6Networking_fedora-43-xfce/test_113_reattach_after_provider_kill (1/5 times with errors)
    • job 188666 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    VmIPv6Networking_fedora-43-xfce/test_203_fake_ip_inter_vm_allow (1/5 times with errors)
    • job 187733 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    VmIPv6Networking_fedora-43-xfce/test_204_fake_ip_proxy (1/5 times with errors)
    • job 187733 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    VmIPv6Networking_fedora-43-xfce/test_501_simple_networking_paused_change_shutdown_old (1/5 times with errors)
    • job 187733 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    VmIPv6Networking_fedora-43-xfce/test_501_simple_networking_paused_from_none_to_existent (1/5 times with errors)
    • job 188517 subprocess.CalledProcessError: Command 'qubes.WaitForNetworkUplink'...
    system_tests/wait_serial (1/5 times with errors)
    • job 188517 # Command: curl --form upload=@/var/log/libvirt/libxl/libxl-driver....
  • system_tests_network_updates

    system_tests/Fail (3/5 times with errors)
    • job 187596 Tests qubes.tests.integ.dom0_update failed (exit code 1), details r...
    • job 188479 Tests qubes.tests.integ.dom0_update failed (exit code 1), details r...
    • job 188667 Tests qubes.tests.integ.dom0_update failed (exit code 1), details r...
    system_tests/Failed (3/5 times with errors)
    • job 187596 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    • job 188479 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    • job 188667 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    TC_00_Dom0Upgrade_whonix-gateway-18/test_000_update (2/5 times with errors)
    • job 187596 Error: Failed to download metadata for repo 'test': Cannot download...
    • job 188667 Error: Failed to download metadata for repo 'test': Cannot download...
    TC_00_Dom0Upgrade_whonix-gateway-18/test_000_update_salt (2/5 times with errors)
    • job 187596 ?[0;31mDuration: 142521.273 ms?[0;0m... ?[0;31m Changes: ?[0;0m
    • job 188479 ?[0;31mDuration: 136920.941 ms?[0;0m... ?[0;31m Changes: ?[0;0m
    TC_00_Dom0Upgrade_whonix-gateway-18/test_005_update_flag_clear (1/5 times with errors)
    • job 187596 Error: Failed to download metadata for repo 'test': Cannot download...
    TC_00_Dom0Upgrade_whonix-gateway-18/test_006_update_flag_clear (1/5 times with errors)
    • job 188667 Error: Failed to download metadata for repo 'test': Cannot download...
  • system_tests_dispvm

    system_tests/Fail (3/5 times with errors)
    • job 187727 Tests qubes.tests.integ.dispvm failed (exit code 1), details report...
    • job 188472 Tests qubes.tests.integ.dispvm failed (exit code 1), details report...
    • job 188511 Tests qubes.tests.integ.dispvm failed (exit code 1), details report...
    system_tests/Failed (3/5 times with errors)
    • job 187727 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    • job 188472 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    • job 188511 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    TC_04_DispVM/test_003_cleanup_destroyed (1/5 times with errors)
    • job 187727 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_21_DispVM_Preload/test_011_preload_reject_max (1/5 times with errors)
    • job 188511 qubes.exc.QubesVMShutdownTimeoutError: Domain shutdown timed out: '...
    TC_21_DispVM_Preload/test_015_preload_race_more (2/5 times with errors)
    • job 187727 raise TimeoutError from exc_val... TimeoutError
    • job 188472 raise TimeoutError from exc_val... TimeoutError
    TC_20_DispVM_debian-13-xfce/test_080_gui_app (1/5 times with errors)
    • job 188472 qubes.exc.QubesVMShutdownTimeoutError: Domain shutdown timed out: '...
  • system_tests_kde_gui_interactive

    gui_keyboard_layout/Failed (1/5 times with errors)
    • job 188640 # Test died: command 'qvm-shutdown --wait work' timed out at /usr/l...
    gui_keyboard_layout/wait_serial (1/5 times with errors)
    • job 188640 # Command: qvm-shutdown --wait work...
  • system_tests_audio

    TC_20_AudioVM_Pulse_fedora-43-xfce/test_223_audio_play_hvm (1/5 times with errors)
    • job 188639 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_20_AudioVM_Pulse_fedora-43-xfce/test_224_audio_rec_muted_hvm (1/5 times with errors)
    • job 188639 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_20_AudioVM_Pulse_whonix-workstation-18/test_224_audio_rec_muted_hvm (1/5 times with errors)
    • job 188639 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_20_AudioVM_Pulse_whonix-workstation-18/test_225_audio_rec_unmuted_hvm (5/5 times with errors)
    • job 187706 AssertionError: too short audio, expected 10s, got 7.27160997732426...
    • job 188451 AssertionError: too short audio, expected 10s, got 5.86424036281179...
    • job 188499 AssertionError: too short audio, expected 10s, got 7.85712018140589...
    • job 188526 AssertionError: too short audio, expected 10s, got 6.66848072562358...
    • job 188639 AssertionError: too short audio, expected 10s, got 6.83272108843537...
    TC_20_AudioVM_Pulse_fedora-43-xfce/test_252_audio_playback_audiovm_switch_hvm (2/5 times with errors)
    • job 187706 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 188639 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_20_AudioVM_PipeWire_debian-13-xfce/test_260_audio_mic_enabled_switch_audiovm (1/5 times with errors)
    • job 187706 AssertionError: Failed to get mic attach/detach status!
  • system_tests_audio@hw1

    TC_20_AudioVM_Pulse_fedora-43-xfce/test_223_audio_play_hvm (1/5 times with errors)
    • job 188639 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_20_AudioVM_Pulse_fedora-43-xfce/test_224_audio_rec_muted_hvm (1/5 times with errors)
    • job 188639 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_20_AudioVM_Pulse_whonix-workstation-18/test_224_audio_rec_muted_hvm (1/5 times with errors)
    • job 188639 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_20_AudioVM_Pulse_whonix-workstation-18/test_225_audio_rec_unmuted_hvm (5/5 times with errors)
    • job 187706 AssertionError: too short audio, expected 10s, got 7.27160997732426...
    • job 188451 AssertionError: too short audio, expected 10s, got 5.86424036281179...
    • job 188499 AssertionError: too short audio, expected 10s, got 7.85712018140589...
    • job 188526 AssertionError: too short audio, expected 10s, got 6.66848072562358...
    • job 188639 AssertionError: too short audio, expected 10s, got 6.83272108843537...
    TC_20_AudioVM_Pulse_fedora-43-xfce/test_252_audio_playback_audiovm_switch_hvm (2/5 times with errors)
    • job 187706 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    • job 188639 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
    TC_20_AudioVM_PipeWire_debian-13-xfce/test_260_audio_mic_enabled_switch_audiovm (1/5 times with errors)
    • job 187706 AssertionError: Failed to get mic attach/detach status!
  • system_tests_gui_interactive@hw7

    collect_logs/Failed (1/5 times with errors)
    • job 187591 # Test died: command 'curl --form upload=@journalctl.log --form upn...
    collect_logs/wait_serial (1/5 times with errors)
    • job 187591 # Command: curl --form upload=@journalctl.log --form upname=collect...
    collect_logs/wait_serial (1/5 times with errors)
    • job 187591 # Command: curl --form upload=@/var/log/libvirt/libxl/libxl-driver....
  • system_tests_basic_vm_qrexec_gui_btrfs

    system_tests/Fail (1/5 times with errors)
    • job 188655 Tests qubes.tests.integ.basic failed (exit code 1), details reporte...
    system_tests/Fail (1/5 times with errors)
    • job 188655 Tests qubes.tests.integ.vm_qrexec_gui failed (exit code 1), details...
    system_tests/Failed (1/5 times with errors)
    • job 188655 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    TC_20_NonAudio_debian-13-xfce-pool/test_000_start_shutdown (1/5 times with errors)
    • job 188655 qubes.exc.QubesVMShutdownTimeoutError: Domain shutdown timed out: '...
    TC_00_Basic/test_210_bootmode_template (1/5 times with errors)
    • job 188655 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
  • system_tests_basic_vm_qrexec_gui_xfs

    system_tests/Fail (1/5 times with errors)
    • job 187724 Tests qubes.tests.integ.basic failed (exit code 1), details reporte...
    system_tests/Failed (1/5 times with errors)
    • job 187724 # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...
    TC_00_Basic/test_206_shutdown_paused (1/5 times with errors)
    • job 187724 qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...
  • system_tests_gui_tools@hw7

    desktop_linux_manager_config/ (1/5 times with errors)
    desktop_linux_manager_config/Failed (1/5 times with errors)
    • job 188475 # Test died: no candidate needle with tag(s) 'qubes-global-config' ...
  • system_tests_whonix@hw1

    whonixcheck/Failed (1/5 times with errors)
    • job 188636 # Test died: systemcheck failed at qubesos/tests/whonixcheck.pm lin...
    whonixcheck/fail (1/5 times with errors)
    • job 188636 Whonixcheck for whonix-workstation-18 failed...

Performance Tests

Performance degradation:

28 performance degradations
  • fedora-43-xfce_socket-root: 9.17 🔻 ( previous job: 7.96, degradation: 115.27%)
  • fedora-43-xfce_exec-data-simplex: 72.81 🔻 ( previous job: 60.82, degradation: 119.71%)
  • fedora-43-xfce_exec-data-duplex-root: 110.15 🔻 ( previous job: 98.74, degradation: 111.56%)
  • whonix-gateway-18_exec-root: 143.78 🔻 ( previous job: 126.14, degradation: 113.98%)
  • whonix-gateway-18_socket: 10.10 🔻 ( previous job: 8.63, degradation: 117.06%)
  • whonix-gateway-18_socket-root: 9.48 🔻 ( previous job: 8.37, degradation: 113.26%)
  • whonix-gateway-18_socket-data-duplex: 114.01 🔻 ( previous job: 90.03, degradation: 126.63%)
  • whonix-workstation-18_exec: 9.50 🔻 ( previous job: 8.14, degradation: 116.74%)
  • whonix-workstation-18_exec-root: 165.18 🔻 ( previous job: 144.02, degradation: 114.69%)
  • whonix-workstation-18_socket: 9.94 🔻 ( previous job: 7.66, degradation: 129.75%)
  • whonix-workstation-18_exec-data-duplex-root: 151.01 🔻 ( previous job: 130.67, degradation: 115.56%)
  • dom0_root_rnd4k_q1t1_write 3:write_bandwidth_kb: 4212.00 🔻 ( previous job: 5055.00, degradation: 83.32%)
  • fedora-43-xfce_root_seq1m_q8t1_read 3:read_bandwidth_kb: 303407.00 🔻 ( previous job: 415113.00, degradation: 73.09%)
  • fedora-43-xfce_root_seq1m_q1t1_read 3:read_bandwidth_kb: 214652.00 🔻 ( previous job: 310781.00, degradation: 69.07%)
  • fedora-43-xfce_root_seq1m_q1t1_write 3:write_bandwidth_kb: 47100.00 🔻 ( previous job: 78270.00, degradation: 60.18%)
  • fedora-43-xfce_private_seq1m_q8t1_read 3:read_bandwidth_kb: 274209.00 🔻 ( previous job: 355690.00, degradation: 77.09%)
  • fedora-43-xfce_private_seq1m_q1t1_write 3:write_bandwidth_kb: 53883.00 🔻 ( previous job: 71992.00, degradation: 74.85%)
  • fedora-43-xfce_private_rnd4k_q32t1_read 3:read_bandwidth_kb: 15188.00 🔻 ( previous job: 81357.00, degradation: 18.67%)
  • fedora-43-xfce_private_rnd4k_q32t1_write 3:write_bandwidth_kb: 1815.00 🔻 ( previous job: 3674.00, degradation: 49.40%)
  • fedora-43-xfce_volatile_rnd4k_q32t1_read 3:read_bandwidth_kb: 61945.00 🔻 ( previous job: 79218.00, degradation: 78.20%)
  • fedora-43-xfce_volatile_rnd4k_q1t1_read 3:read_bandwidth_kb: 7360.00 🔻 ( previous job: 8667.00, degradation: 84.92%)
  • debian-13-xfce_dom0-dispvm-preload-4-delay-minus-1d2-api (mean:2.663): 31.95 🔻 ( previous job: 28.74, degradation: 111.18%)
  • fedora-43-xfce_dom0-dispvm-api (mean:8.291): 99.49 🔻 ( previous job: 89.33, degradation: 111.37%)
  • fedora-43-xfce_dom0-dispvm-preload-2-delay-0-api (mean:3.9): 46.80 🔻 ( previous job: 41.41, degradation: 113.00%)
  • whonix-workstation-18_dom0-dispvm-api (mean:9.807): 117.69 🔻 ( previous job: 97.14, degradation: 121.16%)
  • whonix-workstation-18_dom0-dispvm-gui-api (mean:11.701): 140.42 🔻 ( previous job: 121.86, degradation: 115.23%)
  • whonix-workstation-18_dom0-dispvm-preload-2-api (mean:4.652): 55.82 🔻 ( previous job: 48.39, degradation: 115.36%)
  • whonix-workstation-18_dom0-dispvm-preload-2-delay-0-api (mean:4.459): 53.51 🔻 ( previous job: 48.26, degradation: 110.86%)

Remaining performance tests:

83 tests
  • debian-13-xfce_exec: 8.55 🔻 ( previous job: 7.85, degradation: 108.83%)
  • debian-13-xfce_exec-root: 27.63 🔻 ( previous job: 26.74, degradation: 103.30%)
  • debian-13-xfce_socket: 9.21 🔻 ( previous job: 8.37, degradation: 109.99%)
  • debian-13-xfce_socket-root: 9.27 🔻 ( previous job: 9.13, degradation: 101.62%)
  • debian-13-xfce_exec-data-simplex: 66.12 🔻 ( previous job: 63.05, degradation: 104.86%)
  • debian-13-xfce_exec-data-duplex: 64.90 🔻 ( previous job: 62.45, degradation: 103.92%)
  • debian-13-xfce_exec-data-duplex-root: 81.64 🔻 ( previous job: 78.04, degradation: 104.60%)
  • debian-13-xfce_socket-data-duplex: 88.07 🔻 ( previous job: 85.67, degradation: 102.80%)
  • fedora-43-xfce_exec: 8.84 🟢 ( previous job: 9.10, improvement: 97.10%)
  • fedora-43-xfce_exec-root: 71.89 🔻 ( previous job: 69.86, degradation: 102.91%)
  • fedora-43-xfce_socket: 9.10 🔻 ( previous job: 8.52, degradation: 106.89%)
  • fedora-43-xfce_exec-data-duplex: 69.50 🔻 ( previous job: 68.31, degradation: 101.75%)
  • fedora-43-xfce_socket-data-duplex: 81.74 🟢 ( previous job: 91.81, improvement: 89.03%)
  • whonix-gateway-18_exec: 6.94 🟢 ( previous job: 8.01, improvement: 86.62%)
  • whonix-gateway-18_exec-data-simplex: 64.16 🔻 ( previous job: 62.50, degradation: 102.65%)
  • whonix-gateway-18_exec-data-duplex: 66.17 🟢 ( previous job: 68.01, improvement: 97.28%)
  • whonix-gateway-18_exec-data-duplex-root: 144.45 🔻 ( previous job: 137.28, degradation: 105.22%)
  • whonix-workstation-18_socket-root: 8.69 🟢 ( previous job: 8.87, improvement: 97.99%)
  • whonix-workstation-18_exec-data-simplex: 65.42 🟢 ( previous job: 66.36, improvement: 98.59%)
  • whonix-workstation-18_exec-data-duplex: 71.54 🔻 ( previous job: 65.56, degradation: 109.13%)
  • whonix-workstation-18_socket-data-duplex: 80.98 🟢 ( previous job: 92.97, improvement: 87.10%)
  • dom0_root_seq1m_q8t1_read 3:read_bandwidth_kb: 463151.00 🟢 ( previous job: 388793.00, improvement: 119.13%)
  • dom0_root_seq1m_q8t1_write 3:write_bandwidth_kb: 209171.00 🟢 ( previous job: 119690.00, improvement: 174.76%)
  • dom0_root_seq1m_q1t1_read 3:read_bandwidth_kb: 393609.00 🟢 ( previous job: 245223.00, improvement: 160.51%)
  • dom0_root_seq1m_q1t1_write 3:write_bandwidth_kb: 193930.00 🔻 ( previous job: 199974.00, degradation: 96.98%)
  • dom0_root_rnd4k_q32t1_read 3:read_bandwidth_kb: 107846.00 🟢 ( previous job: 13948.00, improvement: 773.20%)
  • dom0_root_rnd4k_q32t1_write 3:write_bandwidth_kb: 10032.00 🟢 ( previous job: 6899.00, improvement: 145.41%)
  • dom0_root_rnd4k_q1t1_read 3:read_bandwidth_kb: 8495.00 🔻 ( previous job: 8963.00, degradation: 94.78%)
  • dom0_varlibqubes_seq1m_q8t1_read 3:read_bandwidth_kb: 465619.00 🟢 ( previous job: 429040.00, improvement: 108.53%)
  • dom0_varlibqubes_seq1m_q8t1_write 3:write_bandwidth_kb: 275289.00 🟢 ( previous job: 257066.00, improvement: 107.09%)
  • dom0_varlibqubes_seq1m_q1t1_read 3:read_bandwidth_kb: 446012.00 🔻 ( previous job: 446202.00, degradation: 99.96%)
  • dom0_varlibqubes_seq1m_q1t1_write 3:write_bandwidth_kb: 182915.00 🔻 ( previous job: 201978.00, degradation: 90.56%)
  • dom0_varlibqubes_rnd4k_q32t1_read 3:read_bandwidth_kb: 97195.00 🔻 ( previous job: 102155.00, degradation: 95.14%)
  • dom0_varlibqubes_rnd4k_q32t1_write 3:write_bandwidth_kb: 9566.00 🔻 ( previous job: 10623.00, degradation: 90.05%)
  • dom0_varlibqubes_rnd4k_q1t1_read 3:read_bandwidth_kb: 8123.00 🔻 ( previous job: 8179.00, degradation: 99.32%)
  • dom0_varlibqubes_rnd4k_q1t1_write 3:write_bandwidth_kb: 4962.00 🟢 ( previous job: 4404.00, improvement: 112.67%)
  • fedora-43-xfce_root_seq1m_q8t1_write 3:write_bandwidth_kb: 237234.00 🟢 ( previous job: 138144.00, improvement: 171.73%)
  • fedora-43-xfce_root_rnd4k_q32t1_read 3:read_bandwidth_kb: 89138.00 🔻 ( previous job: 90877.00, degradation: 98.09%)
  • fedora-43-xfce_root_rnd4k_q32t1_write 3:write_bandwidth_kb: 2229.00 🟢 ( previous job: 1519.00, improvement: 146.74%)
  • fedora-43-xfce_root_rnd4k_q1t1_read 3:read_bandwidth_kb: 8334.00 🔻 ( previous job: 8769.00, degradation: 95.04%)
  • fedora-43-xfce_root_rnd4k_q1t1_write 3:write_bandwidth_kb: 392.00 🟢 ( previous job: 262.00, improvement: 149.62%)
  • fedora-43-xfce_private_seq1m_q8t1_write 3:write_bandwidth_kb: 170164.00 🟢 ( previous job: 130275.00, improvement: 130.62%)
  • fedora-43-xfce_private_seq1m_q1t1_read 3:read_bandwidth_kb: 266068.00 🔻 ( previous job: 294295.00, degradation: 90.41%)
  • fedora-43-xfce_private_rnd4k_q1t1_read 3:read_bandwidth_kb: 8085.00 🔻 ( previous job: 8429.00, degradation: 95.92%)
  • fedora-43-xfce_private_rnd4k_q1t1_write 3:write_bandwidth_kb: 565.00 🔻 ( previous job: 567.00, degradation: 99.65%)
  • fedora-43-xfce_volatile_seq1m_q8t1_read 3:read_bandwidth_kb: 396887.00 🟢 ( previous job: 378957.00, improvement: 104.73%)
  • fedora-43-xfce_volatile_seq1m_q8t1_write 3:write_bandwidth_kb: 108666.00 🟢 ( previous job: 95037.00, improvement: 114.34%)
  • fedora-43-xfce_volatile_seq1m_q1t1_read 3:read_bandwidth_kb: 356779.00 🟢 ( previous job: 202428.00, improvement: 176.25%)
  • fedora-43-xfce_volatile_seq1m_q1t1_write 3:write_bandwidth_kb: 35099.00 🟢 ( previous job: 26016.00, improvement: 134.91%)
  • fedora-43-xfce_volatile_rnd4k_q32t1_write 3:write_bandwidth_kb: 2106.00 🟢 ( previous job: 1720.00, improvement: 122.44%)
  • fedora-43-xfce_volatile_rnd4k_q1t1_write 3:write_bandwidth_kb: 1023.00 🟢 ( previous job: 548.00, improvement: 186.68%)
  • debian-13-xfce_dom0-dispvm-api (mean:6.616): 79.40 🔻 ( previous job: 74.50, degradation: 106.58%)
  • debian-13-xfce_dom0-dispvm-gui-api (mean:8.306): 99.67 🔻 ( previous job: 93.50, degradation: 106.60%)
  • debian-13-xfce_dom0-dispvm-preload-2-api (mean:3.385): 40.62 🔻 ( previous job: 37.79, degradation: 107.48%)
  • debian-13-xfce_dom0-dispvm-preload-2-delay-0-api (mean:3.141): 37.70 🔻 ( previous job: 34.29, degradation: 109.93%)
  • debian-13-xfce_dom0-dispvm-preload-2-delay-minus-1d2-api (mean:3.453): 41.43 🔻 ( previous job: 38.52, degradation: 107.57%)
  • debian-13-xfce_dom0-dispvm-preload-4-api (mean:2.474): 29.68 🟢 ( previous job: 30.73, improvement: 96.58%)
  • debian-13-xfce_dom0-dispvm-preload-4-delay-0-api (mean:2.554): 30.65 🔻 ( previous job: 29.50, degradation: 103.89%)
  • debian-13-xfce_dom0-dispvm-preload-2-gui-api (mean:4.706): 56.47 🔻 ( previous job: 53.65, degradation: 105.26%)
  • debian-13-xfce_dom0-dispvm-preload-4-gui-api (mean:3.537): 42.44 🟢 ( previous job: 44.40, improvement: 95.59%)
  • debian-13-xfce_dom0-dispvm-preload-6-gui-api (mean:3.388): 40.65 🟢 ( previous job: 41.47, improvement: 98.03%)
  • debian-13-xfce_dom0-vm-api (mean:0.031): 0.38 🟢 ( previous job: 0.62, improvement: 60.81%)
  • debian-13-xfce_dom0-vm-gui-api (mean:0.036): 0.44 🟢 ( previous job: 0.47, improvement: 93.76%)
  • fedora-43-xfce_dom0-dispvm-gui-api (mean:9.96): 119.52 🔻 ( previous job: 112.35, degradation: 106.38%)
  • fedora-43-xfce_dom0-dispvm-preload-2-api (mean:3.893): 46.72 🔻 ( previous job: 44.03, degradation: 106.11%)
  • fedora-43-xfce_dom0-dispvm-preload-2-delay-minus-1d2-api (mean:4.202): 50.42 🔻 ( previous job: 46.26, degradation: 108.99%)
  • fedora-43-xfce_dom0-dispvm-preload-4-api (mean:3.04): 36.48 🔻 ( previous job: 36.18, degradation: 100.83%)
  • fedora-43-xfce_dom0-dispvm-preload-4-delay-0-api (mean:2.796): 33.55 🟢 ( previous job: 36.15, improvement: 92.80%)
  • fedora-43-xfce_dom0-dispvm-preload-4-delay-minus-1d2-api (mean:2.986): 35.84 🟢 ( previous job: 36.13, improvement: 99.18%)
  • fedora-43-xfce_dom0-dispvm-preload-2-gui-api (mean:5.684): 68.21 🔻 ( previous job: 63.91, degradation: 106.73%)
  • fedora-43-xfce_dom0-dispvm-preload-4-gui-api (mean:4.194): 50.32 🟢 ( previous job: 52.06, improvement: 96.67%)
  • fedora-43-xfce_dom0-dispvm-preload-6-gui-api (mean:3.529): 42.35 🟢 ( previous job: 46.35, improvement: 91.36%)
  • fedora-43-xfce_dom0-vm-api (mean:0.027): 0.32 🟢 ( previous job: 0.47, improvement: 69.25%)
  • fedora-43-xfce_dom0-vm-gui-api (mean:0.033): 0.40 🟢 ( previous job: 0.46, improvement: 87.47%)
  • whonix-workstation-18_dom0-dispvm-preload-2-delay-minus-1d2-api (mean:4.621): 55.45 🟢 ( previous job: 59.22, improvement: 93.65%)
  • whonix-workstation-18_dom0-dispvm-preload-4-api (mean:3.432): 41.18 🔻 ( previous job: 38.29, degradation: 107.55%)
  • whonix-workstation-18_dom0-dispvm-preload-4-delay-0-api (mean:3.534): 42.41 🟢 ( previous job: 43.23, improvement: 98.10%)
  • whonix-workstation-18_dom0-dispvm-preload-4-delay-minus-1d2-api (mean:3.57): 42.84 🔻 ( previous job: 42.67, degradation: 100.41%)
  • whonix-workstation-18_dom0-dispvm-preload-2-gui-api (mean:6.241): 74.89 🔻 ( previous job: 72.05, degradation: 103.94%)
  • whonix-workstation-18_dom0-dispvm-preload-4-gui-api (mean:4.664): 55.97 🔻 ( previous job: 52.81, degradation: 105.98%)
  • whonix-workstation-18_dom0-dispvm-preload-6-gui-api (mean:4.134): 49.61 🟢 ( previous job: 50.72, improvement: 97.82%)
  • whonix-workstation-18_dom0-vm-api (mean:0.029): 0.35 🟢 ( previous job: 0.43, improvement: 80.83%)
  • whonix-workstation-18_dom0-vm-gui-api (mean:0.033): 0.39 🟢 ( previous job: 0.56, improvement: 70.50%)

Comment thread gui-agent/vmside.c
conf.width = 32;
conf.height = 32;
conf.override_redirect = 0;
write_message(g->vchan, hdr, conf);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks a bit risky, because the above XMoveResizeWindow() call will eventually also result in a MSG_CONFIGURE message (in response to X11 event). But, IIUC the order or messages is important here, and the other MSG_CONFIGURE will be send after MSG_DOCK. So, maybe duplicate message is less bad...

@marmarek

Copy link
Copy Markdown
Member

Finally the nm-applet icon is visible: https://openqa.qubes-os.org/tests/189082#step/clipboard_and_web/3 :)

@marmarek

Copy link
Copy Markdown
Member

Is it draft because of unverified commit signature? Or something else?

@besendorf
besendorf marked this pull request as ready for review July 22, 2026 15:07
@besendorf

Copy link
Copy Markdown
Author

Converted. Can sign in about two weeks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants