Slashdot Mirror


Linux Mint 17.3 Officially Released (softpedia.com)

prisoninmate sends news that Linux Mint 17.3 "Rosa" has been officially released. Following a few technical problems with their website, the Mint developers posted release announcements for both the Cinnamon and MATE flavors of the operating system. "Both Linux Mint 17.3 "Rosa" editions ship with the same improvements for some of the operating system's core components and in-house built apps, such as Software Sources, which is now more reliable, responsive, and fast, Update Manager, which can perform more checks, Driver Manager, which is now more robust, and Login Screen." Here are the release notes (Cinnamon, MATE), and the summaries of new features (Cinnamon, MATE).

109 comments

  1. Uh by Anonymous Coward · · Score: 2, Insightful

    Until 2016, the development team won't start working on a new base and will be fully focused on this one.

    Uh, three weeks?

    1. Re: Uh by Anonymous Coward · · Score: 3, Funny

      That's like three Firefox releases.

    2. Re: Uh by aix+tom · · Score: 5, Funny

      But Firefox releases are easy. They just have to run a script that randomly deletes some core features, and they are done.

    3. Re: Uh by ElectricHellKnight · · Score: 1

      But Firefox releases are easy. They just have to run a script that randomly deletes some core features, and they are done.

      Is that how they do it? I always thought they flipped a coin.

    4. Re:Uh by Anonymous Coward · · Score: 0

      That has been the case since 2014. So, two years.

  2. How safe? by aaaaaaargh! · · Score: 1

    Since I'm new to Linux Mint (started with 17.2), let me ask at this occasion: How safe are rolling upgrades as opposed to fresh installs?

    1. Re:How safe? by Ol+Olsoc · · Score: 1

      Since I'm new to Linux Mint (started with 17.2), let me ask at this occasion: How safe are rolling upgrades as opposed to fresh installs?

      The systems I've done it on upgraded with no problems.

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
    2. Re:How safe? by Anonymous Coward · · Score: 0

      No problems here.

    3. Re:How safe? by goombah99 · · Score: 1

      I always get confused with the realtioship between OS updates and the software update mechanisms in linux. Is there a way to update my install in-place using something like apt-get or the Linix mint software manager or is that a separate process. If it's a separate process, what precautions do I need to use to make sure I don't nuke my installed software yet at the same time replace all the cruft. Finally on apples OSX there is a permissions and ownership tune up one can run. Since this very often finds some unsafe permission settings that creep in over time I'm wondering if there's something analogous to that for various distros to reset things to their preferred permission and ownderships.
      Cruft and permission accidents are sort of linux voodoo for me that I always wish there was an easy canned management solution for.

      --
      Some drink at the fountain of knowledge. Others just gargle.
    4. Re:How safe? by inhuman_4 · · Score: 5, Informative

      I started on LinuxMint 17 and rolled into 17.1 and 17.2 without any problems, and I don't expect any problems for 17.3.

      The thing to remember is that LinuxMint 17.x series is based off of the Ubuntu 14.04LTS. So the upgrade from 17.2 -> 17.3 is like going from Ubuntu 14.04.2 -> 14.04.3. The major changes are to the parts of the software stack that are added by the LinuxMint team like the Cinnamon DE and the Mint* series of apps. Although this release does include a kernel upgrade from 3.16 -> 3.19, that still isn't exactly bleeding edge. And an upgrade for LibreOffice from 4.4 -> 5. So these are all pretty safe upgrades. These aren't Arch style rolling releases, morel like Windows service pack upgrades. There shouldn't be any major changes to the core of the system like switching to systemd or moving from python2.7 -> python3 or anything like that.

      Also note that the upgrade will not install automatically. To do the upgrade you have to open the Update Manger like you do for normal upgrade, and select "Upgrade to 17.3" from the Edit menu, or something like that (sorry it's been a while). Accurate instructions will be posted on the LinuxMint blog in a little while. If you are concerned just wait a week or so and see if people on the forums have had any issues.

    5. Re:How safe? by Blaskowicz · · Score: 2

      I suppose the kernel upgrade will not be part of the actual upgrade, you do it if you feel like it (kernels section of the Update Manager makes it rather easy).
      I ended up rolling back to 3.13, it makes the older lines of nvidia drivers happy.

    6. Re:How safe? by umafuckit · · Score: 1

      I've never had a problem (apart from the time when I accidentally did an rm -fr on my home partition for some stupid reason). Backup you stuff first.

    7. Re:How safe? by i.r.id10t · · Score: 4, Informative

      Just change the release name in your /etc/apt/sources.list.d/official-package-repositories.list file, apt-get update, apt-get dist-upgrade, and then apt-get autoremove

      You can always mount /home as a separate partition, device, or even better as a RAID array (1 or 5, 1 should be sufficient). Then when you want to re-install completely just wipe the OS and after your first boot remount /home where it belongs

      --
      Don't blame me, I voted for Kodos
    8. Re:How safe? by Ritz_Just_Ritz · · Score: 1

      I've just upgraded my daily driver system from 17.2 to 17.3. It took only a couple of minutes and so far I haven't had any issues (only a few hours in).

      I followed the instructions here (the terminal version):

      https://sites.google.com/site/...

      Best,

    9. Re:How safe? by wonkey_monkey · · Score: 1

      I accidentally did an rm -fr on my home partition for some stupid reason

      I thought you but a legend...

      --
      systemd is Roko's Basilisk.
    10. Re:How safe? by umafuckit · · Score: 1

      They guy who sits next to me also did it once. No bid deal, TBH, everything is always backed up. Just annoying.

    11. Re:How safe? by KGIII · · Score: 1

      I've got a Linux Mint (Cinnamon) spare laptop with me in my suitcase. Well, it was in my suitcase. I dug it out and it's booting and doing all the regular updates first (habit, I don't know as I need to). Then I'll reboot it, VNC into it, and run the update process through the terminal with dist-upgrade and all that. I'm going to shoot blind and not even back anything up on it - there's nothing on it but a few VMs.

      I don't have a huge amount of time to play with it at the moment but, if you want, I can post back and let you know how it went. It should be trivial, just change the sources and update. Usually... Sometimes, not even that is needed with some distros. I do think Mint needs it though.

      --
      "So long and thanks for all the fish."
    12. Re:How safe? by goombah99 · · Score: 1

      is there a good place to read more about what you just told me?

      --
      Some drink at the fountain of knowledge. Others just gargle.
    13. Re: How safe? by Anonymous Coward · · Score: 1

      Yes and you may have already heard of it. It's called Google.com. I understand it can point you to a great many pages on the subject. Amazing!

    14. Re: How safe? by Anonymous Coward · · Score: 1

      Smartass. Newsflash: Some of us are poor college students and can't afford Google. Anyone else?

    15. Re: How safe? by Anonymous Coward · · Score: 0

      There is one annoying problem I observe for Mint. It is reproducible easily. Install any form of Mint. Install KDE. Switch to KDE. Now the Update Manager stops working. It will list available updates but loses the ability to apply them. In KDE it will never ask for your password so it silently fails to actually update. There is no error message. Yes kdesu is installed. Now I can only update via CLI with apt-get which defeats the purpose of the Update applet. Truly annoying. I hope they fix this because in every other way Mint is great especially on a laptop.

    16. Re: How safe? by Anonymous Coward · · Score: 0

      Apt-get -h

    17. Re:How safe? by KGIII · · Score: 1

      So far, VMware is not loading (something about compiling something against the running kernel) and the bootup is a bit slow. Meh... It was time to give VMware more money anyhow. They get their near-yearly pound of flesh. I simply like their features enough to pay for it.

      --
      "So long and thanks for all the fish."
    18. Re:How safe? by Anonymous Coward · · Score: 0

      I find they are overall less hassle than fresh installs, but that said Pulseaudio borked my sound in 2011 and I still haven't been able to get rid of all the problems since, probably sue to some lingering config file/program.

    19. Re:How safe? by Anonymous Coward · · Score: 1

      Just change the release name in your /etc/apt/sources.list.d/official-package-repositories.list file, apt-get update, apt-get dist-upgrade, and then apt-get autoremove

      Clearly Linux is ready for the desktop.

      Isn't Mint intended to be easy for the "average user"?

    20. Re:How safe? by Stomper_Stoddard · · Score: 2

      This will get you where you are going. https://sites.google.com/site/...

    21. Re: How safe? by Anonymous Coward · · Score: 0

      Have you filed a bug report?

      There is a simple workaround BTW: don't use KDE.

    22. Re: How safe? by Anonymous Coward · · Score: 0

      "Workaround"? I don't think that means what you think it means...

    23. Re:How safe? by goombah99 · · Score: 1

      thanks! perfect answer and great site.

      --
      Some drink at the fountain of knowledge. Others just gargle.
    24. Re:How safe? by stasike · · Score: 1

      Just change the release name in your /etc/apt/sources.list.d/official-package-repositories.list file, apt-get update, apt-get dist-upgrade, and then apt-get autoremove

      Clearly Linux is ready for the desktop.
      Isn't Mint intended to be easy for the "average user"?

      Yes, it is ready for the desktop.
      You can, of course, use the above commands in the terminal. That is the easiest way if you need to write the steps in a post or do a support over a phone.
      You can also
      - click on the "updates" icon in a right edge of the task bar. There is an icon indicating whether there are updates available.
      - in the Update Manager go to the Edit menu
      - check item "Update to 17.3" and let the Update Manager do its thing. You will be asked for password. Once.

      I have used the above steps to update from 17.1 to 17.2

    25. Re: How safe? by Anonymous Coward · · Score: 0

      Yes and you may have already heard of it. It's called Google.com. I understand it can point you to a great many pages on the subject. Amazing!

      Typical Linux-related answer :)

    26. Re:How safe? by Anonymous Coward · · Score: 1

      That's good to hear, it's a step in the right direction.

      However, it's still far to common to seek help with Linux and get replies like:

      "Go to a terminal and type banana banana banana."
      "OK, it didn't work. What now?"
      "Type banana banana."
      "It says 'cucumber orange banana.'"
      "Read the man page for cucumber"
      (user tries to read man page and can't make head or tail of it)

      I'm not a Linux geek but I'm slowly learning how things work under the hood. It's incredibly frustrating when someone gives you a magic incantation and it doesn't work and you have no idea why. Unix is clearly designed by programmers for programmers, and trying to put a friendly GUI on it is helpful but ultimately ineffective.

    27. Re: How safe? by Anonymous Coward · · Score: 0

      It looks like you don't. The part that broke was the updating. The workaround suggested would solve that. There's usually a tradeoff with a workaround.

    28. Re: How safe? by tehcyder · · Score: 1

      Smartass. Newsflash: Some of us are poor college students and can't afford Google. Anyone else?

      This would sound a lot more convincing if you weren't posting it on an internet forum.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    29. Re:How safe? by spitzak · · Score: 1

      The text is designed to be copied and pasted into a terminal.

      Generally this is a lot easier than "find Registry Editor here on the start menu, now click here, here, here and then scroll down to find this item, now paste in this text which is just as mysterious as any Linux command".

      It is true that when it does not work there is not a lot of help.

    30. Re:How safe? by Anonymous Coward · · Score: 0

      > The text is designed to be copied and pasted into a terminal.

      Right, but the point is the solution is presented without explanation. It's always "I don't have time to tell you how this works, just do as I say," or worse, "RTFM!"

  3. Parole or for good? by Anonymous Coward · · Score: 0

    "prisoninmate sends news that Linux Mint 17.3 "Rosa" has been officially released." Has she been released on parole or has she served a full sentence?

    1. Re:Parole or for good? by Anonymous Coward · · Score: 0

      That is incredibly sexist of you, assuming that any female who posts to Slashdot must be a criminal!

    2. Re:Parole or for good? by Anonymous Coward · · Score: 0

      The old saying goes, "If they didn't have a pussy, there would be a bounty on them by sundown".

  4. Mozilla got paid to include Pocket in Firefox? by Anonymous Coward · · Score: 0, Offtopic

    Yeah, this Linux Mint stuff is interesting, but there may be bigger news that Slashdot should be reporting about.

    I have no idea if it's true or not, but I've just read an article that alleges that Mozilla has received financial compensation relating to the inclusion of Pocket into Firefox, despite repeated denials that money was involved.

    Can anyone shed some light on what the actual situation is? Clearly there's contradictory information out there, so we need to get to the facts, instead of dealing with speculation and confusion. This is where Slashdot could really do the right thing, to help us get to the bottom of this story.

  5. More important question: does it have systemd? by Anonymous Coward · · Score: 1, Interesting

    A more important question is, Does Linux Mint come with systemd?

    If the answer is a resounding "No!", then it's probably safe to use. Traditional Linux distros have a solid reputation for being robust and reliable.

    If the answer is a resounding "Yes!", then beware! I've had nothing but trouble with systemd on Linux. I'm talking about systems that wouldn't boot, binary log files that were difficult to work with, problems with stderr, and other such issues.

    1. Re:More important question: does it have systemd? by Anonymous Coward · · Score: 0

      Do you have to?

    2. Re:More important question: does it have systemd? by Anonymous Coward · · Score: 0

      I believe it still uses Upstart.

    3. Re:More important question: does it have systemd? by Blaskowicz · · Score: 1

      It's still on Ubuntu 14.04, so there's an answer (and a support term : 2019)

      When it'll be on 16.04, well by then maybe systemd will be old enough so that it somewhat works.
      After that all that remains to you is to sell your house, spend $50k on a computer that runs AIX. Use it CLI-only and quit coming here to troll the news.

    4. Re: More important question: does it have systemd? by Anonymous Coward · · Score: 0

      I've only seen systemd boot issues on OpenVZ VPS hosts. OpenVZ for a long time used only the 2.6.32 kernel which was too old for systemd. Use KVM, then your distribution kernel is used so systemd should work.

    5. Re:More important question: does it have systemd? by armanox · · Score: 1

      What, you're not running KDE on your AIX workstation?

      --
      I'm starting to think GNU is the problem with "GNU/Linux" these days.
    6. Re: More important question: does it have systemd? by Anonymous Coward · · Score: 0

      You can get used IBM POWER systems very cheap. I've got a lot of them for free used from HPC centers.

    7. Re:More important question: does it have systemd? by MouseTheLuckyDog · · Score: 1

      It took Lennart ten years to make pulseaduio workable.
      From some people who are more focused on doing things with audio, I hear that it still doesn't work right.

    8. Re:More important question: does it have systemd? by Gaygirlie · · Score: 2

      From some people who are more focused on doing things with audio, I hear that it still doesn't work right.

      Doesn't even require something that fancy: if you wanna use Kodi and do proper HDMI pass-through of audio you're gonna have to get rid of Pulseaudio.

    9. Re:More important question: does it have systemd? by Anonymous Coward · · Score: 0

      The problems with audio in Linux are mostly kernel related. BSD doesn't have anywhere near the same fundamental issues. Pulseaudio was a workaround.

    10. Re:More important question: does it have systemd? by mikael · · Score: 1

      Audio only partially works on a MSI GT72 laptop (bluetooth headphones work, onboard speakers don't). You also have to roll your own Ethernet network driver.
       

      --
      Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
    11. Re:More important question: does it have systemd? by Rutulian · · Score: 1

      Sounds like a problem with Kodi.

      Oh wait,
      http://kodi.wiki/view/PulseAud...

      Summary: if you intentionally break your sound, it doesn't work, surprise!

    12. Re:More important question: does it have systemd? by Rutulian · · Score: 1

      Oh please. The only problem with pulseaudio was that sound on linux has always been a clustf$&k. Whether needing to detect your hardware capabilities and auto configure /dev entries, or setting something like a default output device, allowing per-user settings that are saved, allowing users to use the audio device without being root, mixing audio channels, whatever...it was the drivers/audio subsystem/system device configuration that created the problems. Pulseaudio was ONE attempt at a solution, and there were many others (esd, arts, dmix, etc). The only thing that really distinguishes pulseaudio is that A) it actually worked to some extent, and B) it does things the other projects didn't do, like network audio. The sound latency is still an issue that I don't particularly like, but there is no solution that doesn't compromise some other aspect (like using JACK), so meh. If we ever move off alsa, I thnk linux sound issues will probably disappear.

    13. Re:More important question: does it have systemd? by jbssm · · Score: 1

      That's not a "more important question" at all. Except from a small fringe that's very vocal in /. nobody really cares if it uses systemd. Even Linus Torvald is mostly fine with it, and so are the users of Linux in general.

    14. Re:More important question: does it have systemd? by Gaygirlie · · Score: 1

      "In order to allow passthrough to work with PulseAudio then it MUST be set to use a 2.0 channel configuration, despite the 2.0 setting this will still allow 5.1 audio from AC3, DTS, and EAC3." -- ie. no surround-sound if you are playing something that doesn't use one of those codecs, thanks to PulseAudio messing things up. "PulseAudio does not currently allow TrueHD or DTS-MA passthrough, this is a PulseAudio limitation and not a limitation of the Kodi implementation." -- And lookie here: PulseAudio goes and prevents you from doing passthrough of certain codecs just by being there. Nope, you get only stereo-sound when playing those codecs, mister, PulseAudio knows best!

      Removing PulseAudio from the equation and just using ALSA, though? Why, you can play surround-sound even when using non-passthrough-capable codecs, and you can actually use passthrough for all the codecs your end-receiver supports! And all this without any stupid "magic!"

    15. Re: More important question: does it have systemd? by Anonymous Coward · · Score: 0

      I think you are right. I was under the impression that systemd will be introduced in Mint 18. Already looking for a replacement, eventhough I love Mint.

    16. Re:More important question: does it have systemd? by Blaskowicz · · Score: 1

      It's a travesty, but then Kodi likely ought to transcode the TrueHD or DTS-MA to DTS or AC3 or the other one (for DTS-MA to DTS a quick lookup tells it's trivial : DTS-MA includes a DTS stream).
      High quality lossy ought to be acceptable.. 24 bit, 96KHz sound actually is useless : it is mathematically and physically proven that 16/48 playback gives the absolute best quality that can be heard.
      It sucks but transcoding the sound on the fly would be a solution if it's easily doable.

    17. Re:More important question: does it have systemd? by Rutulian · · Score: 1

      Uhm, alsa supports truehd and dts-hd because somebody has written the support for those. New format support does not just magically appear. Part of the problem is getting the format recognized, part of the problem is changing the sink passthrough code to allocate the higher bandwidth needed for these formats, and part of the problem is a smooth transition between passthrough and PCM, allowing different clients to handle things differently. I agree that it definitely needs to be there, but it is not trivial.

      Anyway, if you are using hdmi, why do you need passthrough? Passthrough was created as a workaround to the limitations of s/pdif. They don't exist anymore if you are using hdmi.

    18. Re:More important question: does it have systemd? by Gaygirlie · · Score: 1

      Uhm, alsa supports truehd and dts-hd because somebody has written the support for those. New format support does not just magically appear. Part of the problem is getting the format recognized, part of the problem is changing the sink passthrough code to allocate the higher bandwidth needed for these formats, and part of the problem is a smooth transition between passthrough and PCM, allowing different clients to handle things differently. I agree that it definitely needs to be there, but it is not trivial.

      Mmmno. ALSA doesn't do anything about the data that is passed through, it only sets the HDMI-device's properties for transmission of raw encoded data. PulseAudio insists on having to understand all the data that's being passed to it because it insists on upmixing/downmixing everything and thus needs to be aware of the content.

      Anyway, if you are using hdmi, why do you need passthrough? Passthrough was created as a workaround to the limitations of s/pdif. They don't exist anymore if you are using hdmi.

      No, passthrough exists to allow you to pass the content forward unaltered so that more capable end-points can handle processing it. A high-end receiver knows a *LOT* more about audio, the speaker-configuration and room dynamics than Kodi does and can properly process the data for best quality sound.

    19. Re:More important question: does it have systemd? by Rutulian · · Score: 1

      All decoded streams need to have matched sample rates. Pulseaudio doesn't upmix or downmix encoded bitstreams. It needs to know the content because it needs to know what to do with it. Say you are watching a bluray and then you turn on your Bluetooth headphones. What does pulseaudio do? Pass the encoded bitstream through? No because that would be bad. Even decoded 5.1 would be bad. What if you want to play to both devices simultaneously? What about when you receive a skype call? Should that be passed through as hd to your receiver? No. Pulseaudio needs to know the content so it can "route" the signal streams properly. It may not be a feature you care about, but it is the reason pulseaudio was written. In the case of dts-hd, the problem is not so much the format, but the way pulseaudio did the passthrough for the lower bitrate formats. The higher bitrates need more bandwidth, so this has to be engineered into the solution.

      No, passthrough exists to allow you to pass the content forward unaltered so that more capable end-points can handle processing it. A high-end receiver knows a *LOT* more about audio, the speaker-configuration and room dynamics than Kodi does and can properly process the data for best quality sound.

      What kind of processing? Equalizing to the room, yes. Decoding the bitstream, no. There is nothing particularly special about the latter. The former is done after decoding regardless of whether it happens at the receiver or the output device. If you have hdmi and a decoder elsewhere in the chain, you don't need passthrough to the receiver.

    20. Re: More important question: does it have systemd? by Anonymous Coward · · Score: 0

      Oh shit. This might explain why 5.1 audio worked with my PBO but not openElec 6.0. I guess that's why SPDIF port still there on cheap media players.

      Thanks

  6. Linux Mint is the most Desktop Ready ever Linux. by MindPrison · · Score: 4, Informative

    I've been using Linux since 1998. I really wanted to break free back then, it's a need deeply buried into me and I want total control over my own computer - even I can't claim to know enough about that, and I probably never will...but that said...

    Usually over the last 16 years or so - I've had Windows installed as a second boot partition because there was always this special software I needed to run under Windows, at times it was games, at times it was 3D proprietary software, at times it was stuff I needed for work, paying my taxes to the gov. etc. All stuff that REQUIRED Windows to be present.

    Ever since Mint Linux 17.x those days where absolutely GONE. My windows partition was gathering dust - and became a big liability as it took 30+ minutes to boot every time since I used it so seldom that it had like 10ths of updates that needed installing each time, Mint Linux does this seamlessly and there's no need for 100s of reboots.

    It turns out there's literally drivers for anything on the planet on Linux today, so I have drivers for my Card Readers (Needed for gov. work), I have drivers for my weird hardware that doesn't even work under windows - and I enjoy modern software with it. On windows you constantly have to purchase NEW hardware to make the older (but nice expensive stuff) work as the manufacturers simply drop support after a while.

    Linux Mint is also one of the most flawless Linux distros I've ever witnessed - it had nearly made me forget about anything Linux (that's how you can tell you've got a good OS...) It simply means ...I just USE it, and don't have to repair stuff under the hood each day of my working life. And I like it that way, I'm not 20 years and loving to fix basic bugs anymore, I'm at that age where I concentrate on MY job and what I like to do, that's when it feels awesome to have something that just works.

    Thanks a lot to the Ubuntu and Mint Linux team - you guys have made my life SO much easier over the years. (and btw. The windows partition is gone, don't even miss it).

    --
    What this world is coming to - is for you and me to decide.
  7. "Linux: It works on everything" by Anonymous Coward · · Score: 0

    Can't get past the first SYSLINUX line on Pentium M.

    1. Re:"Linux: It works on everything" by Blaskowicz · · Score: 1

      There's an option to force PAE support, if that still doesn't work that must be because your CPU is buggy and it's Intel's fault.
      Mint 13 Xfce is nice if you wish to run that.

  8. Re:Linux Mint is the most Desktop Ready ever Linux by interval1066 · · Score: 1

    That's the thing with windows, the less I use the longer it takes to install all those updates. and I love the bit where I'm trying to shut Windows down and it says "Wait... installing updates" is pure hell.

    --
    Python: 'And then suddenly you have a language which says "we're all stuck with whatever the whiniest coder wants".'
  9. Re:Linux Mint is the most Desktop Ready ever Linux by Earthquake+Retrofit · · Score: 1, Funny

    Just the other day, my roommates' dogs went ballistic when the store delivered my new desktop. They always do when someone knocks on the door but Teddy just wouldn't stop. I had to lock him out of my room while I set it up.

    I had planned to install Mint side by side with Windows but I was worried about UEFI considering all the complaints I'd read. The first Nerd Squad guy said, "I don't know anything about Linux." But the other one said, "I do. Is it a Debian based distro like Ubuntu or Mint?" "Yes." "You'll be allright. Just press F12 and disable secure boot."

    So I started going through the initial Windows software setup. -- "Do you want Windows 10 to have access to everything you do?" I click no. "Are you sure? It's for your own good. It will be really cool." I click no. Teddy started moaning again and scratching at the door. "Windows wants your new computer to be safe. Are you really, really sure?" I click hell no and it finished doing it's thing. I turned it off, plugged in the thumb drive, restarted it and pressed F12. It was just like the guy said. Easy.

    I was, however, having trouble figuring out how to set up partitions for a side by side install. A lot of trouble. I'm no expert and I was being very cautious.The last time I tried this it went much easier. All the barking and howling wasn't helping my state of mind and neither were the online instructions and forums.

    So Mint sez "Are you sure you want Windows 10? It kinda sucks anyway." I thought about it while I took Teddy for a walk. I couldn't think of a single Windows program I use that couldn't work with Wine so I reformatted the whole drive (2 terrabytes, yum yum) and installed 17.3. Finally the dogs settled down. Teddy jumped up on my lap and smiled.

    Funny thing, I never noticed that he doesn't smell like a normal dog. For real. He actually smells kind of nice. Sort of minty fresh.

    --
    Fifty years of Yippie! 1968-2018
  10. Re:Linux Mint is the most Desktop Ready ever Linux by chipschap · · Score: 1

    I just USE it

    That's the bottom line for me. While I love to tinker and hack (especially ELISP!) in the end I have a lot of things that have to get done, and Linux (Mint 17.2 Mate in my case) is a positive aid instead of an obstacle.

    I also have a secondary boot to Windows 8.1, but I don't use it any longer. I used to have to go there to run my scanner/OCR but that's no longer the case, hasn't been for a while, and I'm not much of a gamer (Out of the Park Baseball has a Linux version, so I'm happy).

    I know there's the old argument about "I have to have the latest XXX that only runs on Windows." That's valid, but that's also the exception.

  11. Realtek Audio doesn't work by gringer · · Score: 1

    I've recently installed Mint 17.2 on an old (2007-era) 32-bit laptop. Everything works fine... except for the audio. I'm hoping that 17.3 will fix that.

    --
    Ask me about repetitive DNA
    1. Re:Realtek Audio doesn't work by Anonymous Coward · · Score: 0

      I'm just taking a wild guess here (my even-older machine has Intel audio), but did you by any chance try running the 'Driver Manager' program in 17.2?

      And then there's this page, might be of some help: http://community.linuxmint.com...

  12. Re:Linux Mint is the most Desktop Ready ever Linux by BlackPignouf · · Score: 1

    This has been my experience as well. I love Linux Mint + MATE.
    Thanks for the hard work!

  13. Still no auto-update I take it? by SeaFox · · Score: 1

    One feature it still needs is the ability to do it's own updating (like Windows). It's nice it has auto checking and will give a non-intrusive icons when updates are available, but I have relatives that don't notice the update icon and have complained about the updates being too frequent (only complaining because they keep having to run the Update Manager to install them. For level 1 & 2 updates, would be nice if they can just install themselves.

    1. Re:Still no auto-update I take it? by bigmadwolf · · Score: 1

      Couldn't you just set a cron job to do an 'apt-get update' and 'apt-get -y upgrade' nightly?

    2. Re:Still no auto-update I take it? by zwarte+piet · · Score: 1

      apr-get, unlike the mint update program, doesn't give you the option for example to only install security updates or updates that are guaranteed not to break your system. But yeah, a commandline version of it would be highly appreciated.

    3. Re:Still no auto-update I take it? by greenfruitsalad · · Score: 1

      "Do you want to overwrite your custom configuration with package maintainer's default one? (Y/n)"
      this is what --trivial-only was created for

    4. Re:Still no auto-update I take it? by greenfruitsalad · · Score: 1

      sudo apt install unattended-upgrades

  14. Re: Linux Mint is the most Desktop Ready ever Linu by Anonymous Coward · · Score: 0

    What did I just read.

  15. Just what we needed by Anonymous Coward · · Score: 0

    Another Linux distribution! This time in mint flavor!

    Sorry, call it Mintix, change the kernel slightly if you have to in order to use that name, or else STFU.

    I'm not going to choose between 20-30 different mainstream distros when the idea is to get a minimalist system up and running.

    If Nvidia implemented CUDA support under FreeBSD I would advise nobody even bother with Linux anymore, but that's a bit extreme perhaps.

    The reason I like open source software is so I DON'T have to deal with layers of creator-imposed imaginary BS. Linux seems to thrive on its ability to IMPOSE such cruft.

    1. Re:Just what we needed by Blaskowicz · · Score: 1

      It is sort of what PC-BSD is to FreeBSD.

    2. Re:Just what we needed by bigfinger76 · · Score: 1

      You're a bit late; this particular distro will be a decade old next year.

    3. Re: Just what we needed by Anonymous Coward · · Score: 0

      You don't seem very much in tune with what is going on. So go and read up, or else STFU.

  16. Re:Linux Mint is the most Desktop Ready ever Linux by Anonymous Coward · · Score: 0

    Quality shitpost.

  17. FULL DISK ENCRYPTION DOES NOT WORK by Anonymous Coward · · Score: 0

    The installer cannot do a simple full disk LUKS/dmcrypt setup. (same for Ubuntu).

    4 partitions
    / /boot /home /swap

    Such a simple thing, yet it cannot do dmcrypt and LUKS on this, everything MUST be on the Same partition, WTF?

    Also Linux filesystem standard structure from the 70's disco globe.

    One purpose of /home and / being on separate partitions is to allow the OS to be installed without affecting /home, yet all the Apps have to be reinstalled, wtf? Why are they splattered all over the place, that is what we hated about Windows and DLL hell. OS X puts them under their own folder, why can't Linux? Linux is NOT Unix from the 70's. If you want to be a modern OS, fix your underlaying file system, there is NO NEED for a relic structure from the 70's. What on earth where they thinking?

    Mint is great, It is awesome, but the underlaying architecture and standards need BADLY brought up to date. Start with the file system.

    1. Re:FULL DISK ENCRYPTION DOES NOT WORK by greenfruitsalad · · Score: 1

      1. enable "expert mode" in installer if the normal one doesn't give you LUKS options (i think it does, but i'm not going to check now)
      2. keeping apps statically linked and/or shipping them with all supporting libraries makes things STUPIDLY big both on disk and in memory and a pain to secure. that's why shared libraries were invented. besides, this is not Solaris where you have guaranteed ABI compatibility. let me know how backing up your applications folder in Yosemite and reusing it in El Capitan goes.
      3. mint will not bring anything up to date. mint is nothing but a few installer defaults inserted into ubuntu + a few python scripts + desktop environment. if you want fundamental changes in mint, things will need changing in ubuntu. and they won't, unless debian changes. and it won't, unless the changes are more or less in line with redhat.

  18. Re:Linux Mint is the most Desktop Ready ever Linux by fluffernutter · · Score: 1

    How did you find drivers for windows applications that don't run on Linux?

    --
    Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
  19. Re:Linux Mint is the most Desktop Ready ever Linux by Anonymous Coward · · Score: 0

    Well you're at least half right.

  20. I wish the bootloader by RalphOstrander4038 · · Score: 1

    was better if you have 3 OS it is really hard on some mixed system bios to now where anything is at all. Even the Windows installer gets confused and now wont install to a partition the bios cant see like when OSX is installed first. Now I got to add Grub seems LILO was so easy for me legacy now guid gpt mbr its nuts I figure purposely so. My second gen i3 is long in the tooth I may not replace it and quit computing for good. 25 years was a good run.

    1. Re:I wish the bootloader by Anonymous Coward · · Score: 0

      Yeah, no offense, but you do sound like you need to quit computers. LILO is legacy software; new systems have more complicated hardware to deal with. It's purposefully complex in the sense that there were real requirements that forced the development of more complex bootloaders. There is however no good excuse for the Windows installer being retarded, save perhaps that they intended it to be used by retards.

  21. Re:Linux Mint is the most Desktop Ready ever Linux by nbritton · · Score: 1

    I just USE it, and don't have to repair stuff under the hood each day of my working life. And I like it that way, I'm not 20 years and loving to fix basic bugs anymore, I'm at that age where I concentrate on MY job and what I like to do, that's when it feels awesome to have something that just works.

    This is why I use a Mac. I'm a Linux engineer by trade, but when it comes to the desktop Mac OS X is my goto operating system of choice. If I had to use Linux on the desktop I would agree that Mint Linux is probably the best desktop distribution. I use Mint inside a virtual machine at work.

  22. Re:Linux Mint is the most Desktop Ready ever Linux by Anonymous Coward · · Score: 0

    You and the dude above are either trolling us either (personal insult here I rather not post).
    So, you 2 major geeks, spending time configuring Linux bootloaders, partitioning and whatnot cannot spend 21 seconds to untick windows automatic updates?!
    Don't tell me you have automatic updates in Mint.

  23. Re:Linux Mint is the most Desktop Ready ever Linux by i.r.id10t · · Score: 1

    1) Applications don't require drivers. The hardware does. Linux supports more hardware than just about any OS out there... granted, it may be old or very esoteric hardware, but it is supported.

    2) Many times, it doesn't matter what application you use so much as are you able to complete a specific task and work with specific file types. You need to submit a docx file to your English teacher for a term paper? You can create it in many different word processing suites - some from MS, some Free software, some other commercial/proprietary software. No matter which, File -> Save As... and wallah

    --
    Don't blame me, I voted for Kodos
  24. Re:Linux Mint is the most Desktop Ready ever Linux by Anonymous Coward · · Score: 0

    Maybe he does not give a fuck about unticking it and about ACs...

  25. Re:Linux Mint is the most Desktop Ready ever Linux by Anonymous Coward · · Score: 0

    In this case he should not complain.
    Fake complaints will keep Linux at 0.5% desktop adoption while the rest of 99.5% people who give a fuck to uncheck a not needed function will just laugh.
    I am not even gonna get started about all that crap about Linux and drivers for EVERYTHING. LoL what BS.

  26. Re:Linux Mint is the most Desktop Ready ever Linux by MindPrison · · Score: 1

    So, you 2 major geeks, spending time configuring Linux bootloaders, partitioning and whatnot cannot spend 21 seconds to untick windows automatic updates?! Don't tell me you have automatic updates in Mint.

    Well, that was simplified. The long answer is that Windows is now inherently much more complex build than a neatly customized Linux setup. For example - there's a reason you need to clean your windows registries quite often if you don't want windows to load slower and slower the more you use it...it's not just the automatic updates. And nevermind if you turn OFF the automatic updates...in Window's case - you'll be sitting on a ticking timebomb of worms, viruses and more trojans than you can imagine.

    Now if you REALLY want to get detailed, the beauty of Linux is that you have total freedom to configure it as you want, you simply can't do that with Windows as it is PROPRIETARY software all the way.

    If you call this trolling, you're using reverse psychology - because the only one trolling here is you.

    --
    What this world is coming to - is for you and me to decide.
  27. Re:Linux Mint is the most Desktop Ready ever Linux by Anonymous Coward · · Score: 0

    I can second this. I haven't booted windows in over 6 months. I haven't even used the virtualbox. I do work. I do my games (some native like KSP, some with wine like Eve Online). I have been a very happy camper lately. I've been using Linux since 2001, and this is definitely the most trouble free year of my computing life.
    Now if only I could switch my entire government to linux so I could do less stupid work there clicking widgets wildly.

  28. Did They Fix the Start Menu Lag? by Irate+Engineer · · Score: 1

    I love Linux Mint, but the start menu and file folder lag on access is a silly nuisance and it makes the whole seem amateurish when it really isn't.

    I'd love to see that issue go away. Otherwise it's a really nice OS.

    --

    Left MS Windows for Linux Mint and never looked back!

    Vote for Bernie in 2016!

    1. Re:Did They Fix the Start Menu Lag? by zwarte+piet · · Score: 1

      The KDE version doesn't seem to have that lag.

  29. It's dick from the internet everybody by Anonymous Coward · · Score: 0

    People wonder why IT gets a bad reputation for being imperious dickheads.

    1. Re:It's dick from the internet everybody by zwarte+piet · · Score: 1

      You must be new here.

  30. Upgrading via the Update Manager: by Zanadou · · Score: 2

    The penitent information that the story blerb doesn't mention is that 17.3 'Rosa' isn't available via the update manger yet. (An upgrade option should be in the "edit" menu.) But, according to Kirk M.:

    "Once the new version of the Mint Update Manager is released (next week sometime, there will be an LM blog announcement as well) the option to upgrade to 17.3 will be included usually in the "Edit" menu. By default, the Update Manager will only continue to update your current install (17.2 in your case) unless you specifically choose to upgrade to 17.3. Just click on the option to upgrade listed in the "Edit" menu, sit back and relax until it's done. Reboot.

    It shouldn't be any more complicated than installing normal updates since the base remains the same. Your current kernel should stay the same as well (not upgraded to the newer kernel thatâ(TM)s automatically installed during a "clean" install) which is a decent safety factor for those that upgrade."

    However, upgrading via the command line can be done right now. According to this website, just issue the following commands:

    sudo sed -i 's/rafaela/rosa/g' /etc/apt/sources.list.d/official-package-repositories.list

    sudo apt-get update

    sudo apt-get dist-upgrade

    Reboot; you're good to go.

    1. Re:Upgrading via the Update Manager: by Zanadou · · Score: 1

      *penitent --> pertinent

      (Apologies to my fifth grade English teacher.)

  31. Obligatory car analogy by zwarte+piet · · Score: 1

    Tank often. The longer you wait with tanking, the more expensive it gets.

  32. Re:Linux Mint is the most Desktop Ready ever Linux by zwarte+piet · · Score: 1

    But that's what virtual machines are for.... unless you do something silly like gaming.

  33. Re:Linux Mint is the most Desktop Ready ever Linux by zwarte+piet · · Score: 1

    The KDE version is nice also :)

  34. Re: More important question: does it have systemd by Anonymous Coward · · Score: 0

    I've ran into several boot issues with a KVM VPS provider about a year ago with Centos 7. However, I always just re-imaged and can't be sure if it was kernel related or shitty provider, but seemed like it after yum updating a few times. *shrug*

    First OpenVZ VPS did fail to boot after updating and support rolled it back as they new about this and haven't upgraded their host to support it yet.

  35. Re:Linux Mint is the most Desktop Ready ever Linux by interval1066 · · Score: 1

    So, you 2 major geeks, spending time configuring Linux bootloaders, partitioning and whatnot

    Nope.

    cannot spend 21 seconds to untick windows automatic updates?!

    Last update chain took well over 40 minutes.

    --
    Python: 'And then suddenly you have a language which says "we're all stuck with whatever the whiniest coder wants".'