Linux Mint 22 Cinnamon Edition Review

I have upgraded to Linux Mint 22 code named “Wilma”. I am using the Cinnamon Edition. It is a long term support release which will be supported until 2029. 

My first impression is that there is not much change, which is good.

The release note mention better language support, support for new technology, support for popular features, and now the Software Manager is faster and better looking.

Linux Mint 22 comes with a preinstalled Web App called Matrix. This is because they have discontinued using Hexchat. The Welcome screen has a link under Help.

My only issue is the Ubuntu font has been updated. It is thinner and narrower. I did a previous post on how to go back to the classic Ubuntu font.

Don’t forget to install the Microsoft fonts on your system. These are Times New Roman, Arial Black, Arial, Comic Sans MS, Courier New, Impact, and Verdana. In terminal, just copy and paste the following:

sudo apt install ttf-mscorefonts-installer

Since I use Linux Mint on my main machine, I appreciate the lack of drastic changes. Linux Mint is solid, reliable, and its desktop environment is beautiful and comfortable. Everything is where you expect it to be, and customization is fairly easy. Another 5 star product.

To upgrade to Linux Mint 22
https://linuxmint-user-guide.readthedocs.io/en/latest/upgrade-to-mint-22.html

New Features
https://www.linuxmint.com/rel_wilma_whatsnew.php

Release notes
https://www.linuxmint.com/rel_wilma.php

Installing Linux Mint 8.3 on Dell Inspiron 11

Linux Mint 8.3 will not load on the Dell Inspiron 11 because of UEFI, which stands for Unified Extensible Firmware Interface. This is a Microsoft pushed standard and is very unfriendly to anything but Windows. If you can avoid getting it on your computer, do so. It will block installing smaller Linux Distributions. Even Linux Mint 8.3 will not install on it. Even switching to Legacy in the bios doesn’t help.

The only thing that worked was leaving the defaults as they are in the bios and installing Linux 8.2. Then upgrade to Linux Mint 8.3.

Links

15 Places To Buy A Laptop With Linux Preloaded
7 Places You Can Buy a Dedicated Linux PC or Laptop Online

Invalid Filename Extension

I am using Linux Mint 17 Cinnamon 64 bit and recently got this error,

“Ignoring file ‘getdeb.list.bck’ in directory ‘/etc/apt/sources.list.d/’ as it has an invalid filename extension”

So fix this I used this simple command. It moves all the files ended with .bck in /etc/apt/sources.list.d directory to your ~/Desktop directory.

sudo find /etc/apt/sources.list.d/ -type f -name "*.bck" -exec mv {} ~/Desktop \;

Facebook Chat Not Working in Ubuntu or Linux Mint

The Facebook XMPP API is being turned off. Trying to connect to Facebook Chat using an application like Pidgin or Empathy will no longer work and will throw a connection error. A replacement API for accessing Facebook Chat has not been announced.

This does not affect the ability to chat on the Facebook website or using Messenger. But you won’t be able to use unofficial apps such as Empathy, Pidgin and Kopete.

Happy with Linux Mint 17

I have been using Linux Mint 17 now for a while. I have to confess it is the best Linux distro I have used so far. The stability has had an unfortunate side effect – little or no posts. Most of my pasts posts have been about problems that I was having with some Linux distro or program.

I originally posted my Linux stuff on jay4rest.wordpress.com and then moved it to JayForrest.org. I have finally moved it again today to LinuxTechGuy.wordpress.com. All this moving has had the sad consequences of losing most of my readers. I am hoping many will re-find me.

But that doesn’t help the fact that I am posting much less and don’t see that changing. I am currently working what amounts to two full time jobs. That will limit my time for writing on Linux related topics. I hope you understand.