Переключение пользователей
Установлен Manjaro Gnome 17.1.4 при смене пользователя выходит черный экран и дальше дело не двигается. В чем может быть проблема?
I had the same problem with the latest i3 ISO (17.0), with Calamares 3.1.0, on a Dell Latitude E6400 with a Broadcom BCM43228 wireless chip. Removing the net config lines from /usr/lib/calamares/modules/mhwdcfg/main.py worked; thanks a lot, amatrelan!Мне это не помогло
jaypeesmith, the lines I removed were
for id in self.identifier['net']: self.configure(b, id)
near the bottom of the file, in the run(self) method of the MhwdController class.