--blink-settings=primaryHoverType=2,availableHoverTypes=2,primaryPointerType=4,availablePointerTypes=4
Ultimately, MUI components are looking for pointer:fine to return true (in order to display desktop mode). As I understand it, headless mode on linux is causing the pointer to return none instead. It was suggested the above flag should allow it to return true.
I cannot seem to make this happen. I'm wondering if I'm missing something? Do I need to enable some blink feature in order to utilize the blink-settings? Are there other factors involved that I need to take into account? (e.g. conflicting flags, etc)