qubes-core-agent-linux
qubes-core-agent-linux copied to clipboard
Allow recent:/// in Nautilus for Copy/Move/Open
fixes: https://github.com/QubesOS/qubes-issues/issues/8589
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 70.14%. Comparing base (
5b860df) to head (91374a1). Report is 5 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #520 +/- ##
==========================================
- Coverage 70.57% 70.14% -0.43%
==========================================
Files 3 3
Lines 469 469
==========================================
- Hits 331 329 -2
- Misses 138 140 +2
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Additional development notes for reference:
Conversion of recent:///UUID URIs to the relevant file:///... or the equivalent URIs is not well documented. Looking at glib/gio/gio-tool-tree.c (gio tree recent:// command) is the proper way to reverse engineer it to Python.