Obtain list of device types dynamically - #327
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #327 +/- ##
==========================================
- Coverage 92.80% 92.79% -0.01%
==========================================
Files 66 66
Lines 13835 13835
==========================================
- Hits 12839 12838 -1
- Misses 996 997 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Do not rely on hardcoded list. This fixes startup when
qubes-video-companion is not installed ("webcam" class is not present).
For now, there is no handling of dynamic changes to the list - the
widget needs to be restarted to notice new/removed device types.
QubesOS/qubes-issues#10411
02b0da1 to
5ee6fd9
Compare
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2026080603-devel&flavor=pull-requests Test run included the following:
New failures, excluding unstableCompared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2026050504-devel&flavor=update
Failed tests13 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/176874#dependencies 30 fixed
Unstable testsDetails
Performance TestsPerformance degradation:16 performance degradations
Remaining performance tests:95 tests
|
Do not rely on hardcoded list. This fixes startup when
qubes-video-companion is not installed ("webcam" class is not present).
For now, there is no handling of dynamic changes to the list - the
widget needs to be restarted to notice new/removed device types.
QubesOS/qubes-issues#10411