sebanc / brioche

An alternative to Crostini / Crouton for devices running brunch
GNU General Public License v3.0
72 stars 8 forks source link

since LXC, etc need sudo, is VT2 going to be the only way to run brioche from "now" on? #51

Open JakoDel opened 6 months ago

JakoDel commented 6 months ago

Title. now in brackets cause this change actually happened in July but I didn't have a (decent) laptop at the time. It's not a big deal but well, it does get annoying.

that said, thanks @sebanc for your massive work on chromeOS and brunch.

JakoDel commented 6 months ago

Actually @sebanc , it seems there are some issues with getting the LXC container to connect to the display. steam shows the error "could not open connection to X", glxinfo says that it couldnt connect to the display :0 etc. I tried this export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2}'):0 but nothing changed. brioche namecontainer desktop gnome doesn't work either. guess this change broke a LOT of stuff. or maybe I'm doing something very wrong. sorry for quoting you again but I'd say this warrants some attention :')

sebanc commented 6 months ago

Sorry but unfortunately sudo functionnality being blocked in crosh shell completely broke brioche. I am going to archive this project.

sebanc commented 6 months ago

I saw your email and unarchived the project temporarily.

The DISPLAY variable is set in the brioche script so I do not think it is really the issue.

If you still want to use brioche, I would suggest that you use ssh method described here: https://www.reddit.com/r/chromeos/comments/1886xnl/a_way_to_use_sudo_commands_in_the_crosh_terminal/

Unfortunately, Google consistently add protections to ensure that ChromeOS cannot be tinkered with so I gave up trying to make ChromeOS more than what it is.