Linux Mint 15 'Olivia' Is Out
An anonymous reader writes "The Linux Mint blog today announced the full release of Linux Mint 15 'Olivia.' Here are the release notes and a list of new features. As before, it's available with either MATE or Cinnamon as a desktop environment. The included version of MATE has been upgrade to 1.6, which saw many old and deprecated packages replaced with newer technologies. Cinnamon has gone to 1.8, which improved the file manager, added support for 'desklets' (essentially desktop widgets), and completed the transition away from Gnome Control Center to Cinnamon's own settings panel. Other new features of Linux Mint 15 include improved login screen applications (one of which is an HTML greeter that supports HTML5, CSS, JavaScript, and WebGL), a tool developed from the ground up to manage software sources in Mint, and a vastly improved driver manager. The project's website sums it up simply: 'Linux Mint 15 is the most ambitious release since the start of the project.'"
So when is Cinnamon going to support window grouping "out of the box"? I know there's a 3rd party applet for it, I tried it, it was buggy and kludgy. Despite members of the community clamoring for it, the devs claim that not having it is a "design decision". So it's a design decision to make it frustrating and difficult to find the right window when I have a many windows open, which I usually do, because I'm a software developer and power user? It's a design decision to ignore the requirements of the Linux Mint Cinnamon Edition community?/rant
Overall I have to say I've been very happy with Linux Mint. It really "just works" and I wouldn't even consider switching to another distro, the above complaint notwidthstanding. Cinnamon is mostly sexy and cool.
-73, de n1ywb
www.n1ywb.com
Well, some people have custom stuff in /etc/ and whatnot, so an in-place upgrade is a lot more convenient.
That said, even on Windows, one should have the system/software and user partitions separated, if only for making a nuke-and-pave more painless. The whole business of having everything in C: is just dumb.
--
BMO
Maybe because it's interesting to know about different distros than the "chosen one" you use.
Sometimes a new distro highlights can be a turning point for a sick and tired user of an old retro distro.
There is no 'body' in Linux to tackle this problem. The kernel is well managed because by and large its run by one group and they steer with a very clear set of goals. Generally the goals of EVERYONE's use of the kernel is relatively narrow, so there's little need to fork the kernel for any specific work (it usually happens more often as a continuous branch/patch than an actual fork when done).
Now you look into the desktop space, you see many groups operating independently, each of which has philosophical/design/financial/NIH/licensing/etc.. reasons to create another tool vs. using something that people have already invented. You also have the idea that these developers are generally 'chasing innovation' as if they want to invent something that'll be amazing for Z even though we haven't hit X or Y yet.
Ideally, we'd have a world where:
1. Applications were 100% agnostic of Desktop (Any common frameworks would have to be 100% agnostic of desktop, or add very pluggable modular integration so that any desktop could implement)
Eg. If I install Gimp on KDE/XFCE/etc.. desktops, I'd pull in something like this
Gimp
GnomeDependenyLibraries (small direct use libraries)
GTK_compat_common-ui-foundations
Instead, I get
Gimp
GimpDepenenyLibraies (small direct use libraries)
TheKitchenSinkWhichIsMostOfGnome
2. Service layer components should equally be standardized per their function, not per their desktop environment. If they need integration points with the desktop, then as with applications, a clear set of API implementation points should exist to make this straight forward for a desktop developer to implement.
I hate seeing SO many redundant packages being installed because people just don't communicate, or they don't want to use code written by 'those people' or they didn't bother to see that it was already invented, or some other equally pointless meaning. We're generally all adults and we should be doing the mature steps in moving the platform in the right direction. Sadly, unless a very large company comes along and clubs all these other org's over the head with their amazing flexible solution, I don't see things changing any time soon.
Bye!