Fix partition icons redraw every bootup
You have probably noticed this. When the desktop starts up, some of the partition icons get redrawn, some don't. The internal drive sd* partitions do not, the internal nvme* partitions do get redrawn, as do any USB partitions.
The internal nvme* parttions icons do not need to be redrawn, as they are always there, and the device name will not change.
This bug has been there since 2018! That's how long it has taken me to fix it. This morning decided, about time to fix it, so did. It makes the startup a bit faster.
Here is the commit:
https://github.com/bkauler/woofq/commit/f6ce712ec207bb8c3f67e7c6454c3d674950fbd4
...it was just a stray space character making two strings unequal
when they should have been equal.
Tags: easy