Sunday, January 24, 2016

Cub Linux, the new Chromixium

While looking through Ubuntu based Linux distributions I came across some news that Google requested that an Ubuntu derivative change it's name. It was called Chromixium, it would now be called Cub Linux.

I looked into the Cub Linux design, and liked what I saw. Being the owner of a Chromebook, the design was very familiar to me. I also liked how light it was on it's feet.

Cub as I said looks like Chrome OS from the line of Chromebooks. It's running on Openbox.

This gives the distro a very speedy feel. It's also a very polished, rather nice looking feel for an Openbox based desktop.

I made a few tweaks to Cub, and want to mention those here.

First off, I am a Netflix viewer, so for me Chromium had to go for regular Google Chrome.

This is actually a very easy transition. It's a menu entry!

Right-click on the desktop
Click on Applications —> Internet —> Google Browser Choice
Enter your password

Then just follow the step by step guide. If for some strange reason you do not have the google browser choice app or something seems to go wrong, check this link out here: http://chromixium.wikidot.com/switch-to-chrome.

Next I needed to kill my touch pad. I am just not a touchpad person. Can't stand how they get in the way of my typing.

So thanks to a former article I wrote, I already had the tools to kill it myself.

First you run xinput list in a terminal window. Once you have determined where your touch pad resides on that list, then you simply add xinput set-prop (your device's number here) "Device Enabled" 0 in your Openbox's autostart file.

The autostart file can be found here: /home/(user name here)/.config/openbox/autostart

And my Cub Linux Openbox autostart looks like this:

# ob-autostart is a simple GUI to add/remove .desktop
# files to the ~/.config/ob-autostart/conf file for autostarting
# with Openbox:
xinput set-prop 13 "Device Enabled" 0 &
xinput set-prop 14 "Device Enabled" 0 &
post-install &
ob-autostart -d &

You can see I killed my touch pad, and that goofy gumdrop in the keyboard looking pointing device as well.

Lastly I added parcellite, which is a good clip board manager. Without one, anythimg you want to copy and paste will be lost if you close that application.

That can be very frustrating. You can get parcellite from synaptic, apt-get or the software center app. Here is Parcellite's official page: http://parcellite.sourceforge.net/


So having done that, and setting my most used apps on the desktop, a wallpaper of my choosing and a few other things here and there I got this very useful and quick desktop:

My desktop, click to enlarge

Me showing off the right click menu. 
Very sharp for a openbox distro.

And this is the "Google Services" menu 
(magnifying lens on bottom left)

Here is what the Cub Linux people have to say about their unique Linux distro:

"Cub Linux is a web-focused, fast but familiar operating system.
It can be as simple or as powerful as you need it to be.

Cub Linux combines the best of Chromium and Ubuntu Linux. Hence: Cub = Chromium + Ubuntu.

Cub Linux is an operating system that combines the best of aspects of the Chromium browser (speed, Google integration, web apps) with the best of Ubuntu Linux (hardware compatibility, thousands of mainstream applications) to create a user experience that is as familiar as Chrome OS and as powerful as Ubuntu Linux.

Cub Linux is free to download and use forever. It was formally known as Chromixium OS and is created by the same developer, RichJack.

Turn any computer into a powerful Chromebook-like device. Tap into the power of the Google ecosystem without being tied to the cloud. Install conventional applications for productivity, media or pleasure and store and print documents offline. Use the Chromium browser and enhance it with Google and other apps from the Chrome store. Sync with your Google account and access gmail, Google documents, hangouts and YouTube amongst others.

Cub Linux is an independent project to provide the best of the Chromium open source project with the Ubuntu open source operating system." -https://cublinux.com/about/

No comments:

Post a Comment