Page 2 of 2

Re: Linux programs come to Chromebooks

Posted: Sun Aug 05, 2018 9:20 am
by bbaker6212
alexa9 wrote: Thu Jul 12, 2018 9:27 pm
bbaker6212 wrote: Thu Jul 12, 2018 6:57 pm I don't see the point of this. If you want Linux apps then install a Linux distro. It works on Apollo-Lake devices if you use either 1) the rEFInd boot manager or 2) you use Linuxium's ISO respin script for Ubuntu based distro's like Mint, Lubuntu, Xubuntu, etc.
A lot of schools use Chromebooks. I think they would be better off installing Linux on cheap Dell Laptops and Desktops but this will be a decent workaround. Also will give more exposure to Linux which is a good thing for young people to get out of the binary Mac/Windows mindset.
The hardware vendors are as much at fault. They should provide machines with a better BIOS and boot manager capabilities. They usually only offer the choice of Mac or Windows and support that. There's no reason why they cannot deliver/support a machine that has a muti-boot configuration. They just don't want the extra support costs or the demand for Linux, even in the education market is just not big enough to make it worth it for them.

Re: Linux programs come to Chromebooks

Posted: Tue Aug 07, 2018 10:18 am
by BG405
bbaker6212 wrote: Sun Aug 05, 2018 9:20 am They usually only offer the choice of Mac or Windows and support that.
I'd say usually support that, but there are holes even in this scenario .. e.g. try finding WiFi drivers for Windows 7 for a Toshiba NB520. That's right, Toshiba hosts/hosted most of the drivers but this one was notably absent. The WiFi worked OOTB in Linux Mint 17.3. Now I know what the card is, I could likely find Win drivers but I disembarked the M$ gravy money train ages ago.

I'm all for more Linux exposure. If this means more of our successors get to discover Linux, meaning an effective end to the MS/Mac duopoly, all the better.

Re: Linux programs come to Chromebooks

Posted: Thu Nov 22, 2018 6:34 pm
by smurphos
I'm a happy bunny - Acer R11 -- £120 Chromebook convertible with touchscreen. Synaptic from the Debian Stretch Repo and the Playstore. My travel laptop has just got way more useful. The linux container takes a while to load on the first launch. Once running it's got good performance. Only got the update yesterday so will report back on what is possible or not.

Image

Re: Linux programs come to Chromebooks

Posted: Fri Nov 23, 2018 2:37 am
by smurphos
I can't run Cinnamon, but I can run Nemo.

Image

Re: Linux programs come to Chromebooks

Posted: Wed Dec 19, 2018 4:41 pm
by jelabarre59
What I would rather see in ChromeOS is a way to run X-window applications remotely (have them installed on the desktop machine in my home office, use the Chromebook in another room to run them on that screen). Essentially, use the Chromebook as a "portable Xterminal".

Re: Linux programs come to Chromebooks

Posted: Wed Dec 19, 2018 8:35 pm
by smurphos
RealVNC is available as a Chrome app so you can remote any Linux desktop with a VNC server to a Chrome OS device.

I actually use it as my VNC client of choice on my Linux machines aswell.

Re: Linux programs come to Chromebooks

Posted: Mon Dec 24, 2018 1:15 pm
by BG405
jelabarre59 wrote: Wed Dec 19, 2018 4:41 pm a way to run X-window applications remotely
ssh -X is an effective way of doing this if it's individual programs you want to run, assuming chromebooks have ssh functionality.

On the server you'll need to edit the "X11Forwarding" line in /etc/ssh/sshd_config as follows:
X11Forwarding yes.

Re: Linux programs come to Chromebooks

Posted: Mon Dec 24, 2018 4:30 pm
by smurphos
That doesn't work on Chromebooks as far as I know. I did try a while back. I think it's because they run on Wayland rather than an Xserver.