Botspot / vdesktop

Run a second instance of Raspbian inside Raspbian.
GNU General Public License v3.0
125 stars 21 forks source link

weird icons in guest OS when booting guest from usb #24

Closed Itai-Nelken closed 3 years ago

Itai-Nelken commented 3 years ago

this happens only when booting the guest OS from usb, when booting a .img it works fine. I started vdesktop with this command: VDESKTOP_ENABLE_VIRGL=no vdesktop /dev/sdb gui (virgl disabled because #23). weird vdesktop icons

Itai-Nelken commented 3 years ago

after a few reboots it got normal again, I think the cause is that I ran out of space because I didn't expand the partition.

Botspot commented 3 years ago

I've seen this happen many times myself and don't understand how/why.

If the panel (taskbar) is misbehaving, this fixes it: lxpanelctl restart

Itai-Nelken commented 3 years ago

Thanks