Describe the issue
Modifying the binary via ddvk-hacks, #770, #772, or any future binary modification without restarting xochitl will lead to the system reporting the root partition as full.
This will result in failure if two binary modifications are applied sequentially as the second operation will detect the full root partition.
This is not apparent on v2.10 but is apparent on v2.15-v3.8.
In reference to #772 (comment)
To Reproduce
Ensure xochitl is running as a service and is >= v2.15
df '/' | tail -n1 | awk '{print $4}'
cp /usr/bin/xochitl /tmp/
cp /tmp/xochitl /usr/bin/
df '/' | tail -n1 | awk '{print $4}'
systemctl restart xochitl
df '/' | tail -n1 | awk '{print $4}'
Expected behaviour
N/A
Upstream issue
N/A
Screenshots

Describe the issue
Modifying the binary via ddvk-hacks, #770, #772, or any future binary modification without restarting xochitl will lead to the system reporting the root partition as full.
This will result in failure if two binary modifications are applied sequentially as the second operation will detect the full root partition.
This is not apparent on v2.10 but is apparent on v2.15-v3.8.
In reference to #772 (comment)
To Reproduce
Ensure xochitl is running as a service and is >= v2.15
Expected behaviour
N/A
Upstream issue
N/A
Screenshots