Linux Mint 20.1 Long-term Support Release Is Out

'gHacks: Linux Mint 20.1 is now available. The first stable release of Linux Mint in 2021 is available in the three flavors Cinnamon, MATE and Xfce. The new version of the Linux distribution is based on Ubuntu 20.04 LTS and Linux kernel 5.4... - Linux Mint 20.1 comes with a unified file system that sees certain directories being merged with their counterparts in /usr, e.g. /bin merged with /usr/bin, /lib merged with /usr/lib for compatibility purposes... - The developers have added an option to turn websites into desktop applications in the new version [using the new Web App manager]... Web apps behave like desktop programs for the most part; they start in their own window and use a custom icon, and you find them in the Alt-Tab interface when you use it. Web apps can be pinned and they are found in the application menu after they have been created. ' -- source: https://linux.slashdot.org/story/21/01/09/2147228 Cheers, Peter -- Peter Reutemann Dept. of Computer Science University of Waikato, NZ +64 (7) 577-5304 http://www.cms.waikato.ac.nz/~fracpete/ http://www.data-mining.co.nz/

On Sun, 10 Jan 2021 17:07:28 +1300, Peter Reutemann quoted:
'Linux Mint 20.1 comes with a unified file system that sees certain directories being merged with their counterparts in /usr, e.g. /bin merged with /usr/bin, /lib merged with /usr/lib for compatibility purposes...'
It’s actually the other way round: /lib and /usr/lib remain separate directories, and correspondingly /bin and /usr/bin, for compatibility purposes, while their contents are being merged to get away from the old idea that /usr could be a separate filesystem. This was important back when hard drives were smaller, but I doubt anybody still cares about it this century.
participants (2)
-
Lawrence D'Oliveiro
-
Peter Reutemann