Monday, May 9, 2022

Ubuntu 22.04 desktop review and apps to install

 

Ubuntu 22.04

This new version of Ubuntu installs without a glitch in my Yoga 920, I setup this device with dual boot with windows 10, see install ubuntu on yoga 920

On this version of Ubuntu the touch screen works flawless, the screen goes black before it rotates but it works without a glitch. Both my Logitech K810 keyboard, M557 and M720 mice work great with Ubuntu. On the M557 even the mouse windows key works.

Fn+Space - turn on the keyboard light with 2 levels

Track pad, Track pad lock button, Windows Key, Vol Mute/Up/Down , Airplane plane mode, WiFi, Bluetooth, Camera button, Lock Screen, Brightness buttons, PrtSrc, Power button, Camera recording works all works out of the box.


I normally install Signal, Spotify and Chromium all available on Ubuntu software store app installed by default.
 
I also normally install Slack, Zoom, Skype to allow me to work, these apps are great if you work on a corporate environment and you needed it for your work.

I never took time to setup the finger print scanner on the Yoga 920, but out of the box is not working.

The "Gnome Boxes App" that allows you to run virtual machines in Ubuntu is more user friendly to use in this version, you can create a VM in seconds, it downloads the Operating system for you and boots right into the OS.
For Windows you need a ISO image and some drivers but is also pretty easy too, I have a blog-post describing the process here.

Touch Screen

Gnome is a great interface for touch screens, it works really well, if you use a mix between keyboard mouse and touch screen actions the default setup works really well.

Firefox the default browser is great when using the mouse and keyboard, but is terrible when using a touch screen, so if are finger friendly you need to install chromium. Chromium works really well while using your fingers.

If you use laptop in tablet mode, you need also need to install chromium and enable the screen keyboard in accessibility mode.


With Chromium and the on screen keyboard, you can consume content from websites like YouTube, Twitch, Facebook watch in tablet mode and all works great out of the box.

HIDPI


If you have a HIDPI laptop like the Yoga 920 that can do 4k in 14 inches of screen, the new Ubuntu supports  fractional scaling. This allows you to tune the fonts and windows scaling a bit more at the expense of CPU/battery.

I normally run my Yoga 920 at 1080p which is great for 14 inches screen, to save battery, but some times I change it to 4k, it I'm editing images or watching some videos in 4k, since you get more pixel area for the images.

Things todo after install is finished


Open "Ubuntu Software" App and select the applications you like the best.


Here is a list of Apps that I like to install in my laptop

Gnome new tools

sudo apt install gnome-console gnome-shell-extensions gnome-tweaks gnome-text-editor

You probably can remove gnome-terminal and gedit, since the new tools replace are good replacing for these.
 
Add tray Icons support 
 
sudo apt install libayatana-appindicator3-1 gir1.2-ayatanaappindicator3-0.1 gnome-shell-extension-appindicator

Video/Images

obs-studio - screen recorder
kazam - screen recorder
peek - screen recorder
mypaint krita pinta gimp - Image editors
blender - 3D modeling
kdenlive - Video editor
pitivi - Video editor
flowblade - Video editor
handbrake - multi-threaded video trans-coder.
flameshot - take a screen shot
shotcut - Video Editor
Rawtherapee - Image Editor

Sound

audacity - Sound editor
audacious - Audio player
soundconverter - Sound Converter

Tools

stacer - System analysis
htop - System analysis

Vpn

sudo apt-get install network-manager-openvpn-gnome

Proton Vpn How to
 
https://protonvpn.com/support/linux-openvpn/

Games

steam - game engine, game store tons of games available.

For codecs needed for Video and Sound Install


sudo apt install ubuntu-restricted-extras

To run other Linux Instances or windows vms [and see my other blog post how to setup windows].

sudo apt-get install virt-manager gnome-boxes

Install Apps command line

sudo apt install mypaint krita pinta shotcut blender kdenlive pitivi flowblade audacity kazam stacer htop flameshot gimp steam audacity audacious handbrake soundconverter obs-studio peek

Open Ubuntu Software

Configuration:

Install GNOME Tweaks

Messenger:

Install Spotify
Install Signal
Install Slack
Install Skype

Video Calls:

Install Zoom

Firefox Plugins

To enable touch screen support: simply edit /etc/security/pam_env.conf and add MOZ_USE_XINPUT2 DEFAULT=1 then reboot.
 
Disable all tracking Cookies - https://privacybadger.org/
HTTPS only - https://www.eff.org/https-everywhere
Firefox private Network VPN - https://fpn.firefox.com/vpn

Running with Wayland

using pipewire for sound

systemctl --user status pipewire pipewire-session-manager

sudo apt install pipewire pipewire-audio-client-libraries pipewire-audio-client-libraries libspa-0.2-bluetooth libspa-0.2-jack pipewire-media-session wireplumber
 
sudo cp /usr/share/doc/pipewire/examples/alsa.conf.d/99-pipewire-default.conf /etc/alsa/conf.d/
sudo cp /usr/share/doc/pipewire/examples/ld.so.conf.d/pipewire-jack-*.conf /etc/ld.so.conf.d/
systemctl --user --now enable wireplumber.service 
sudo apt remove pulseaudio-module-bluetooth

reboot to replace pulse with pipewire

add this to your ~/.profile to change firefox to use waylnd for rendering

export MOZ_ENABLE_WAYLAND=1


On chrome change

chrome://flags/#enable-webrtc-pipewire-capturer -> Enable

chrome://flags/#ozone-platform-hint -> Auto

 

You can run chrome like this to get video decoding accelaration.

google-chrome --enable-features=VaapiVideoDecoder

References:





Tuesday, October 19, 2021

chromeos running window vm with virt-manager on debian 11.1

Make sure you are running chromeos 94 or higher

Open chrome://flags and change
"Scheduler Configuration"
"Debian version for new Crostini containers"



delete your linux installation and create a new one, and verify is running debian 11.1

Install the following packages.

sudo apt install libvirt-clients libvirt-daemon-system bridge-utils virtinst libvirt-daemon nano -y

sudo apt install gnome-boxes

sudo apt install virt-manager

Download windows 10 iso image


Monday, March 29, 2021

Ubuntu 21.04 desktop review and apps to install

Ubuntu 21.04

This new version of Ubuntu installs without a glitch in my Yoga 920, I setup this device with dual boot with windows 10, see install ubuntu on yoga 920

On this version of Ubuntu the touch screen works flawless, the screen goes black before it rotates but it works without a glitch. Both my Logitech K810 keyboard, M557 and M720 mice work great with Ubuntu. On the M557 even the mouse windows key works.

Fn+Space - turn on the keyboard light with 2 levels

Track pad, Track pad lock button, Windows Key, Vol Mute/Up/Down , Airplane plane mode, WiFi, Bluetooth, Camera button, Lock Screen, Brightness buttons, PrtSrc, Power button, Camera recording works all works out of the box.


I normally install Signal, Spotify and Chromium all available on Ubuntu software store app installed by default.
 
I also normally install Slack, Zoom, Skype to allow me to work, these apps are great if you work on a corporate environment and you needed it for your work.

I never took time to setup the finger print scanner on the Yoga 920, but out of the box is not working.

This new version Ubuntu feels really fast on the Yoga 920, notifications improved, Ubuntu now shows apps icons on gnome desktop.


The "Gnome Boxes App" that allows you to run virtual machines in Ubuntu is a lot more user friendly to use in this version, you can create a VM in seconds, it downloads the Operating system for you and boots right into the OS.
For Windows you need a ISO image and some drivers but is also pretty easy too, I have a blog-post describing the process here.

Touch Screen

Gnome is a great interface for touch screens, it works really well, if you use a mix between keyboard mouse and touch screen actions the default setup works really well.

Firefox the default browser is great when using the mouse and keyboard, but is terrible when using a touch screen, so if are finger friendly you need to install chromium. Chromium works really well while using your fingers.

If you use laptop in tablet mode, you need also need to install chromium and enable the screen keyboard in accessibility mode.


With Chromium and the on screen keyboard, you can consume content from websites like YouTube, Twitch, Facebook watch in tablet mode and all works great out of the box.

HIDPI


If you have a HIDPI laptop like the Yoga 920 that can do 4k in 14 inches of screen, the new Ubuntu supports  fractional scaling. This allows you to tune the fonts and windows scaling a bit more at the expense of CPU/battery.

I normally run my Yoga 920 at 1080p which is great for 14 inches screen, to save battery, but some times I change it to 4k, it I'm editing images or watching some videos in 4k, since you get more pixel area for the images.

Things todo after install is finished


Open "Ubuntu Software" App and select the applications you like the best.


Here is a list of Apps that I like to install in my laptop

Video/Images

obs-studio - screen recorder
kazam - screen recorder
peek - screen recorder
mypaint krita pinta gimp - Image editors
blender - 3D modeling
kdenlive - Video editor
pitivi - Video editor
flowblade - Video editor
handbrake - multi-threaded video trans-coder.
flameshot - take a screen shot
shotcut - Video Editor
Rawtherapee - Image Editor

Sound

audacity - Sound editor
audacious - Audio player
soundconverter - Sound Converter

Tools

stacer - System analysis
htop - System analysis

Games

steam - game engine, game store tons of games available.

For codecs needed for Video and Sound Install


sudo apt install ubuntu-restricted-extras

To run other Linux Instances or windows vms [and see my other blog post how to setup windows].

sudo apt-get install virt-manager gnome-boxes

Install Apps command line

sudo apt install mypaint krita pinta shotcut blender kdenlive pitivi flowblade audacity kazam stacer htop flameshot gimp steam audacity audacious handbrake soundconverter obs-studio peek

Open Ubuntu Software

Configuration:

Install GNOME Tweaks

Messenger:

Install Spotify
Install Signal
Install Slack
Install Skype

Video Calls:

Install Zoom

Firefox Plugins

To enable touch screen support: simply edit /etc/security/pam_env.conf and add MOZ_USE_XINPUT2 DEFAULT=1 then reboot.
 
Disable all tracking Cookies - https://privacybadger.org/
HTTPS only - https://www.eff.org/https-everywhere
Firefox private Network VPN - https://fpn.firefox.com/vpn

References:




Saturday, June 20, 2020

How to run Android 9 in Ubuntu with Google Apps and AppStore Installed.

https://www.android-x86.org/

Download Android 9 iso


Start Gnome Boxes,

While on the Installation select Install to hardisk, createa primary partition, install grub, reboot.

Video below with the full experience


Record and editing a video in Ubuntu with Flowblade


I created a small Video to document how to start a Android virtual machine in Ubuntu. I used Ubuntu 20.04 and Android 9 iso image.

I used "OBS Studio" to capture the screen capture video.


With OBS I capture small cut of the video, so I could put them together with Flowblade, I created 9 small video files.

After that I started Flowblade added 9 videos and finally select 6 videos, create the video stream I wanted, and selected render.
This took about 25 minutes to render a 10 min video at 1080p on webm.

Here is the final result uploaded to youtube.




Monday, June 15, 2020

Ubuntu install K360 keyboard and M325, M557, M720 mice, logitech unifying support for linux

I have a K360 Bluetooth keyboard, a M557, M720 Bluetooth mice and M325 mouse.


I've been using these devices for years with Ubuntu [from 16.04 to 20.04] without problems. The Bluetooth stack on Ubuntu in much better now, i have a Yoga 920 laptop where I test use these devices.

I used the usb plug from the M325 mouse and it just works out of the box

Also installed solaar

sudo apt install solaar

Solaar allows you to pair one logitech usb dongle with many logitech USB devices, this way you don't need to use 2 USB dongles from logitech on the same computer.

For the K360 keyboard, M557 and M720 mice, I just use the Bluetooth section on Gnome setting panel and it works great.

This post was created with the K360 keyboard and M325  mouse.

In Ubuntu 20.04 all the special Keys in the K360 work and even the windows key on the M557 also works of of the box.

Some other old references:
using cmd line: https://github.com/treeder/logitech_unifier

Wednesday, June 10, 2020

Ubuntu 20.04 desktop review and apps to install

Ubuntu 20.04



This new version of Ubuntu installs without a glitch in my Yoga 920, I setup this device with dual boot with windows 10, see install ubuntu on yoga 920

On this version of Ubuntu the touch screen works flawless, the screen goes black before it rotates but it works without a glitch. Both my Logitech K810 keyboard, M557 and M720 mice work great with Ubuntu. On the M557 even the mouse windows key works.

Fn+Space - turn on the keyboard light with 2 levels

Track pad, Track pad lock button, Windows Key, Vol Mute/Up/Down , Airplane plane mode, WiFi, Bluetooth, Camera button, Lock Screen, Brightness buttons, PrtSrc, Power button, Camera recording works all works out of the box.


I normally install Slack, Zoom, Skype to allow me to work, these apps are great if you work on a corporate environment and you needed it for your work.

I also normally install Signal, Spotify and Chromium all available on Ubuntu software store app installed by default.

I never took time to setup the finger print scanner on the Yoga 920, but out of the box is not working.

This new version Ubuntu feels really fast on the Yoga 920, notifications improved, Ubuntu now shows apps icons on gnome desktop.


The "Gnome Boxes App" that allows you to run virtual machines in Ubuntu is a lot more user friendly to use in this version, you can create a VM in seconds, it downloads the Operating system for you and boots right into the OS.
For Windows you need a ISO image and some drivers but is also pretty easy too, I have a blog-post describing the process here.


Windows
Fedora






Touch Screen

Gnome is a great interface for touch screens, it works really well, if you use a mix between keyboard mouse and touch screen actions the default setup works really well.

Firefox the default browser is great when using the mouse and keyboard, but is terrible when using a touch screen, so if are finger friendly you need to install chromium. Chromium works really well while using your fingers.

If you use laptop in tablet mode, you need also need to install chromium and enable the screen keyboard in accessibility mode.


With Chromium and the on screen keyboard, you can consume content from websites like YouTube, Twitch, Facebook watch in tablet mode and all works great out of the box.

HIDPI


If you have a HIDPI laptop like the Yoga 920 that can do 4k in 14 inches of screen, the new Ubuntu supports  fractional scaling. This allows you to tune the fonts and windows scaling a bit more at the expense of CPU/battery.



I normally run my Yoga 920 at 1080p which is great for 14 inches screen, to save battery, but some times I change it to 4k, it I'm editing images or watching some videos in 4k, since you get more pixel area for the images.

Things todo after install is finished


Open "Ubuntu Software" App and select the applications you like the best.


Here is a list of Apps that I like to install in my laptop

Video/Images

obs-studio - screen recorder
kazam - screen recorder
peek - screen recorder
mypaint krita pinta gimp - Image editors
blender - 3D modeling
kdenlive - Video editor
pitivi - Video editor
flowblade - Video editor
handbrake - multi-threaded video trans-coder.
flameshot - take a screen shot
shotcut - Video Editor
Rawtherapee - Image Editor

Sound

audacity - Sound editor
audacious - Audio player
soundconverter - Sound Converter

Tools

stacer - System analysis
htop - System analysis

Games

steam - game engine, game store tons of games available.

For codecs needed for Video and Sound Install


sudo apt install ubuntu-restricted-extras

To run other Linux Instances or windows vms [and see my other blog post how to setup windows].

sudo apt-get install virt-manager gnome-boxes

Install Apps command line

sudo apt install mypaint krita pinta shotcut blender kdenlive pitivi flowblade audacity kazam stacer htop flameshot gimp steam audacity audacious handbrake soundconverter obs-studio peek

Open Ubuntu Software

Configuration:

Install GNOME Tweaks

Messenger:

Install Spotify
Install Signal
Install Slack
Install Skype

Video Calls:

Install Zoom

Firefox Plugins

To enable touch screen support: simply edit /etc/security/pam_env.conf and add MOZ_USE_XINPUT2 DEFAULT=1 then reboot.
 
Disable all tracking Cookies - https://privacybadger.org/
HTTPS only - https://www.eff.org/https-everywhere
Firefox private Network VPN - https://fpn.firefox.com/vpn

References:



Implementing a killswitch when your VPN connection drops on Ubuntu

VPN setup on ubuntu I setup the VPN in these 2 modes in Ubuntu 24.04, 25.04, 25.10, screen shoots are from 25.10.  Using only ubuntu pre pac...