Comment 6 for bug 1670657

Revision history for this message
MichaƂ Sawicz (saviq) wrote :

Right, sounds like QEMU does not pass our Platform plugin's "isPC" criteria:

http://bazaar.launchpad.net/~unity-team/unity8/trunk/view/head:/plugins/Unity/Platform/platform.cpp#L29
> m_isPC = (m_chassis == "desktop" || m_chassis == "laptop" || m_chassis == "server");

We really should not be making decisions based on that... Maybe in the indicator, certainly not in unity8.