Slashdot Mirror


List of Major Linux Desktop Problems Updated For 2016 (narod.ru)

An anonymous reader writes: Phoronix reports that Artem S. Tashkinov's Major Linux Problems on the Desktop has been updated for 2016. It is a comprehensive list of various papercut issues and other inconveniences of Linux on the PC desktop. Among the issues cited for Linux not being ready for the desktop include graphics driver issues, audio problems, hardware compatibility problems, X11 troubles, a few issues with Wayland, and font problems. At the project management side, there is also cited a lack of cooperation among open source developers and fragmentation of desktops. Let's discuss.

349 comments

  1. Don't worry by Anonymous Coward · · Score: 5, Funny

    SystemD will fix all of this.

    1. Re:Don't worry by Anonymous Coward · · Score: 5, Informative

      Sadly enough my system isn't compatible with systemd its init implementation, a seperate (encrypted) /usr partition is unsupported. Using the old trusted sysv-init works just fine, but according to systemd advocates it isn't systemd its fault (haven't we heard that before):
      http://freedesktop.org/wiki/Software/systemd/separate-usr-is-broken/

    2. Re:Don't worry by Anonymous Coward · · Score: 0

      Mod +1 Informative, ran into the same problem last week. Getting really sick of this systemd garbage, sorry for the rant.

    3. Re:Don't worry by jellomizer · · Score: 4, Insightful

      Yea how many desktop users really care about SystemD or not.

      I tried it with and without it... No difference in my opinion, I was using Linux for a desktop, just as long as the distribution is correctly setup I was fine.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    4. Re:Don't worry by Anonymous Coward · · Score: 0

      The following project SystemDD will make the rest of the community happy.

    5. Re:Don't worry by unixisc · · Score: 2

      No, by having emacs run directly on systemd, there will be no need of X11, Wayland or any desktop

    6. Re:Don't worry by Anonymous Coward · · Score: 1

      Trying to manage an enterprise system - and Im left wondering if Im the only person doing so. SystemD - I have no problems with. Having plenty of Solaris experience, SystemD actually makes me feel a little at home. I haven't had any show stoppers or major issues. If anything, its made my life easier over the hundred or so linux systems I manage. (And in my experience its much easier to configure than Solaris SMF.
      But the Big ones:
      Gnome4 - simply wont work without 3d. So remoting in via X11, or X2go just wont work. Fine - I prefered MATE anyway.
      X2go - is fussy and chucks a hissy fit all the time. We have a list of problem solutions as long as my arm. (Usually delete your ~/.x2go directory)
      Xrdp - also painful - and liable to simply black screen you instead of showing a desktop.
      KDE4 hates nfs, sometimes for the below reasons.
      NFS is still flakey depending on kernel versions - we still manage to trigger kernel deadlocks from time to time on certain versions.

      My favourite:
      KDE4 runs a mysql instance per login per user, based out of your ~/.local for PIM data. Great, firstly because mysql loves NFS shares. Also, because if you log onto two machines with ~ being served by a common NFS share, the second one will silently dump errors at its maximum rate about the data files being inaccessible (because login 1 has the lock). Hello - that gave me a 7.1TB log file in a hidden directory.

      Many of these faults tell me that the Devs of KDE and Gnome are ONLY developing for a local desktop - and dont care about any enterprise like usage at all. My pc, and most of the devs here, run windows - however day to day work is done on Linux - and this is the area where Linux is giving us the most trouble. (However our servers are pearler! - Ive got every version back to RedHat 6 still running and performing work.)

    7. Re:Don't worry by grcumb · · Score: 0

      SystemD will fix all of this.

      Laugh all you like—and rightly so. It seems that every single attempt to unify and simplify a platform, every single time someone tries to impose the One True Way on a technology, it ends in tears.

      Tragically not so much developer tears as user tears.

      No matter what the platform, no matter who the creator, every time someone decides that there should not be More Than One Way To Do It, they stuff it up for everybody else.

      The reason why failure is inevitable is obvious, if you think about it. It's a bit like an ecosystem winnowing itself down to a single set of survival traits and then dying out in the face of the first change in circumstance. Monoculture has always been a negative survival trait, and it's no different in technology.

      So anyone who uses the word 'fragmentation' in this conversation can bite my shiny metal ass.

      --
      Crumb's Corollary: Never bring a knife to a bun fight.
    8. Re:Don't worry by Anonymous Coward · · Score: 0

      Yeah, there is a ton of cruft in the subsystems of Linux that is buggy but not obviously so (most software fits this definition). Starting with double-fork-and-write-a-pidfile. If this is being exposed by systemd, I am not surprised. Frankly, systemd/cgroups should have been in Linux since v1, and not doing so is only barely forgivable as legacy compatibility. If you'll explain why you want to do this I would be more apt to take this complaint seriously -- encrypted home is understandable, encrypted /usr is weird.

    9. Re:Don't worry by TheDarkMaster · · Score: 1

      No, by driving then mad... Very mad...

      --
      Religion: The greatest weapon of mass destruction of all time
    10. Re:Don't worry by TheDarkMaster · · Score: 1

      Laugh all you like—and rightly so. It seems that every single attempt to unify and simplify a platform, every single time someone tries to impose the One True Way on a technology, it ends in tears.

      In my humble opinion anyone can and have the right to try to create "the perfect means" to solve the problems of others. The problem lies in the fact that to do something that will be used by millions you need to be really, really good for this to work, and most developers who volunteer for it does not have the competence to such task or worse, they think they have.

      --
      Religion: The greatest weapon of mass destruction of all time
    11. Re:Don't worry by Anonymous Coward · · Score: 0

      "KDE4 runs a mysql instance per login per user, based out of your ~/.local for PIM data."

      Yeah. Akonadi was one of those things that could have been _so_ great, but never got the sort of people required to make it good involved with the project. As it is, it kinda-sorta-works most of the time, and when it fails, no one can figure out why, let alone figure out how to design it to be more robust.

      If it makes you feel any better, KDE5 (with Baloo disabled) doesn't seem to run a mysqld. (Of course, KDE5 has it own raft of incredi-dumb would-have-been-showstopper-in-any-reasonable-project issues.)

    12. Re:Don't worry by KiloByte · · Score: 1

      Yes, if you do nothing but use a a desktop, systemd is unlikely to hurt you. But for anything more complex, it's a disaster.

      --
      The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
    13. Re:Don't worry by Anonymous Coward · · Score: 0

      Didn't notice I had systemd until I failed to ctrl-C a two hour long partition check at start up when I had to write an important email. Posix specifies that the involved method can be interrupted, the old init system had the interrupt enabled by default. Systemd intercepts the interrupt, the bug is closed with with some blurb about their vision, claims that the interrupt may be dangerous (of course unsupported) and a note that users should use different filesystems anyway or just tune the universe to never run scheduled checks when they need their computer ( maybe having visions of the future helps with that ).

    14. Re:Don't worry by Ramze · · Score: 1

      I have a hard time believing Red Hat Enterprise Linux would intentionally push a "disaster" on their customers. I have yet to see a single case of using systemd that didn't have a work-around to restore previous workflow or require a minor step to complete.

      Most arguments against systemd are philosophical or are a rant that goes something like "Hey, this setup isn't supported!" followed by a reply of "It was never supported before the way you were doing it -- systemd just gave you a warning, but you can ignore the warning." Or they're just plain misinformation followed by an insightful reply to correct it.

      Systemd is just part of modernizing and simplifying Linux so it can be a better platform (same as pulse audio, etc). There's no reason sysadmins can't fork the code to do what they want if they can justify the cost of maintaining the fork to their corporate overlords -- or that companies who rely on the old init to come together to support a fork like Duvian if it really matters to their specific situations.

    15. Re:Don't worry by MouseTheLuckyDog · · Score: 1

      Until they realize that systemD has become a major vector for malware.

    16. Re:Don't worry by Anonymous Coward · · Score: 0

      "encrypted home is understandable, encrypted /usr is weird."

      If /usr is unencrypted (or any other filesystem used to boot), how is a user to expect the tools/binaries in /usr aren't replaced with something that leaks the passphrase to unlock other encrypted filesystems?

    17. Re:Don't worry by Anonymous Coward · · Score: 0

      So why not encrypt the whole disk at that point? Having a separate /usr is only a thing because Ken Thompson and Dennis Ritchie ran out of disk space.

      Also, as the GP said, it's not systemd that has the issue.

  2. Pop u alert by Anonymous Coward · · Score: 0

    The linked article tells you to go to another article. Many pop ups...

    1. Re:Pop u alert by Aighearach · · Score: 2

      Look before you click! If you see .ru and you're interested in English language content, you're usually in the wrong place. ;)

    2. Re: Pop u alert by n0creativity · · Score: 2

      Wooahhh... on my GS5 and when i went to the first link, it loaded A LOT nasty looking popup pages... never had that happen from a \. article. FYI... its not that easy to see the real link url when using chrome for mobile.

    3. Re: Pop u alert by Anonymous Coward · · Score: 0

      These days spoofing your user agent is a requirement to view the web.

    4. Re:Pop u alert by Anonymous Coward · · Score: 0

      Look before you click! If you see .ru and you're interested in English language content, you're usually in the wrong place. ;)

      Well, I clicked and got a fairly long English-language page discussing Linux issues.

      No pop-ups or pop-unders and nothing that popped any where else, no advertisements (uBlock Origin extension). It did want some javascript, but that's blocked here (ScriptBlock extension). We also use Privacy Badger, Ghostery (without GhostRank), and Https Everywhere extensions in Chromium.

  3. Even if we solved all of them... by danielcolchete · · Score: 1

    I think it's funny how people here on my office also work like that, they bring me those big list of problems that MUST be solved. In the end, you spend a lot of resources doing what will not bring you closer to your objectives. Even if we solve all of those the Linux Desktop still wouldn't have a meaningfull market share.

    1. Re:Even if we solved all of them... by Aighearach · · Score: 5, Interesting

      Even if we solve all of those the Linux Desktop still wouldn't have a meaningfull market share.

      And as one of the users, why should it? It already does what users want. Why would doing what non-users want make it better? As open source, how would it benefit existing users to have additional non-technical users? It wouldn't even predict better forum questions or answers.

      The Year of the Linux Desktop happened in the 90s. It was, we were, many of us still are.

    2. Re:Even if we solved all of them... by amiga3D · · Score: 2

      I can't help but imagine how things could be if we just got real cooperation from hardware manufacturers. So much bullshit to wade through just to make their shit work. I just installed SolydK on an old Dell E6500 with an NVidia graphics accelerator. I installed scorched3d from the repository and played it with the open source Nvidia driver then installed the proprietary one. It was like night and day. Barely playable without the proprietary ones. Why? How does crippled hardware benefit Nvidia?

    3. Re:Even if we solved all of them... by amiga3D · · Score: 5, Interesting

      It's the chicken and the egg thing. The more users the more support from hardware makers. If linux was even 5 percent of the market it would make a big difference in the level of support. We're too few to matter.

    4. Re:Even if we solved all of them... by fluffernutter · · Score: 2, Interesting

      I installed Linux recently for my mother in law, and initially she was very happy with it. A week later the touchpad stopped responding after logging in. Of course she doesn't want linux any more. As systems age, linux would have a lot more market share if these stupid littlle things could be fixed.

      --
      Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
    5. Re:Even if we solved all of them... by fluffernutter · · Score: 1

      I'm really curious to know why I got modded down for that? It seems obvious if linux want to expand to other users, they should not piss off those users with stupid little issues.

      --
      Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
    6. Re:Even if we solved all of them... by Coren22 · · Score: 1, Interesting

      The hardware isn't crippled. The hardware works fine with the drivers they offer, it is this huge desire to compile from source that is the problem. What is wrong with their proprietary drivers in your mind?

      --
      APK likes to ask for responses to the same things over and over. Maybe he just likes the responses?
    7. Re:Even if we solved all of them... by Coren22 · · Score: 1

      So I'm not the only one randomly being logged out on Slashdot? FYI, Chrome on Windows 7.

      --
      APK likes to ask for responses to the same things over and over. Maybe he just likes the responses?
    8. Re:Even if we solved all of them... by Anonymous Coward · · Score: 0

      Or it was more likely a hardware problem and mods acted accordingly.

      Think, then speak.

    9. Re:Even if we solved all of them... by fluffernutter · · Score: 1

      That's a pretty big assumption to make seeing as I didn't say anything that would indicate it was a hardware problem and I also said I had just installed Linux. The solution ended up being to install gconf-editor and turn off the flag for the desktop manager to track the location of the mouse, then everything worked again. By then though my mil was turned off of linux.

      --
      Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
    10. Re:Even if we solved all of them... by Anonymous Coward · · Score: 0

      They do not respect your 4 freedoms.

    11. Re:Even if we solved all of them... by Anonymous Coward · · Score: 0

      I was a linux desktop/laptop user. I stopped using it because there was always some problem (see TFA).

    12. Re:Even if we solved all of them... by Anonymous Coward · · Score: 0

      Bingo!

      Back when I was writing for a Linux-focused magazine, I had this conversation many, many times with hardware and software vendors. I'd contact them to find out what their plans were for adding or extending Linux support in their products, and almost every single time I was told: [1] Not enough users to make it worth our expense, and [2] Linux is such a bitch to develop applications for that it has much higher costs for the same kind of end-user/GUI programming, compared to Windows.

    13. Re:Even if we solved all of them... by epyT-R · · Score: 1

      Only work with X, and specific versions at that.
      No KMS support.
      Broken/crashy video acceleration.
      Older graphics cards are blacklisted. Using older drivers means using older X and related software.
      Inability to debug crashes. (this is why ability to compile is important).
      feature support, eg optimus, sli.

    14. Re:Even if we solved all of them... by macs4all · · Score: 0

      So I'm not the only one randomly being logged out on Slashdot? FYI, Chrome on Windows 7.

      Nope. Happened to me repeatedly yesterday.

      I thought some Linux fanboi hacked my user account, because this is the first I have seen anyone else whine about it.

      Glad to see that wasn't the case, and that it seems to be ok today.

    15. Re:Even if we solved all of them... by thegarbz · · Score: 2

      As open source, how would it benefit existing users to have additional non-technical users?

      This quote is the reason Linux has few games, the reason why you have piss poor slow graphics drivers, the reason why vendors aren't interested in supporting Linux drivers, and the reason why many developers consider it a second class system.

      With critical mass comes interest from other parties that can help have a real positive affect on your experience. Your Linux text console server runs as great as it did in the 90s? Good stuff, more power to you. But in the mean time desktop users are being royally screwed from all directions. The choice currently consists of:

      1. A incoherent buggy system which may or may not work, and when it does work will likely be littered with bugs and lack software you use.
      2. A system with such a locked in eco-system from a vendor who only provides it on select expensive high end hardware.
      3. A system which is actively hostile towards your privacy and will send everything you say, do, type, view, etc to the mothership for "analysis".

    16. Re:Even if we solved all of them... by gtall · · Score: 1

      It's happened to me a few times in the last two days, MacPro, MacProLap, Mavericks and Yosemite.

    17. Re: Even if we solved all of them... by bestweasel · · Score: 1

      The article points out that because of unstable APIs, ABIs and frequent regressions, each kernel version requires a lot of work for NVIDIA to provide drivers, so when they eventually drop support for your GPU, it will be all downhill from the next kernel upgrade.

    18. Re: Even if we solved all of them... by Anonymous Coward · · Score: 0

      Your MIL should have spotted that. Lamer.

    19. Re:Even if we solved all of them... by KGIII · · Score: 2

      I am but one person and I know this. The presence of games, or lack thereof, is of no importance to me when selecting an operating system. Linux is not, nor will it ever be, the best choice for everyone. I don't really think that's actually the goal any more.

      I don't think anyone really cares if there's Linux on every desktop. I know I don't. If you can't play the games you want to play with Linux then you have other choices in either games or operating systems.

      Not every car is made for me. Not every flavor of ice cream is meant for me. Not every article of clothing is meant for me. I'm okay with that.

      I use Linux on the desktop because I like it and it works for me. To me, it matters not one iota what you prefer but I do hope you made the choice to use what works best for you and what best helps you accomplish your goals. If you're expecting the perfect solution then you're probably going to be disappointed. Compromises will probably need to be made - if you have high expectations.

      If the developers aren't going to port the games to Linux then use whatever they do develop for. Alternatively, don't play the games.

      That said:
      1. I don't actually have any bugs that I know of - nothing that effects me, at any rate. There are probably some in there but buggered if I can find 'em.
      2. It's good that they have that choice, I guess. It's not for me but I'm not offended that some people choose that. Choice is good.
      3. Sure, don't use it. It may mean you don't get games. Again, you have a choice. I'd stop playing, but that's me.

      I dunno... It works for me and I'm content with it. Sometimes stuff breaks but that's not the fault of the system - that's squarely on my shoulders. I usually know what I did to break it and I'm fairly adept at fixing it. That has been my choice. I'm pretty happy with that choice.

      --
      "So long and thanks for all the fish."
    20. Re:Even if we solved all of them... by Anonymous Coward · · Score: 0

      You should first ask Linus as to how an unstable ABI benefits developers.

    21. Re:Even if we solved all of them... by amiga3D · · Score: 1

      If it's open it can be included in the kernel. It's then operating at a lower level instead of having to work around the blob. This cripples the hardware, without proper driver support it's handicapped. I use the proprietary drivers because that's what works best but it's not the best possible solution. Still and all my situation is better than the AMD people. I don't even buy AMD graphics at all.

    22. Re:Even if we solved all of them... by senatorpjt · · Score: 1

      Many of the problems listed on that page are actually a direct result of lacking meaningful desktop market share, particularly hardware and software compatibility.

    23. Re:Even if we solved all of them... by supremebob · · Score: 1

      I think that the real issue is that 90% of those "2016" problems existed with most Linux desktop OS's ten years ago and they STILL haven't been fixed yet. It doesn't seem like the Linux community really cares enough to fix these problems in a unified way that will work in most major distributions.

    24. Re:Even if we solved all of them... by themusicgod1 · · Score: 1

      Because non-linux users need software freedom too.

      We have to keep our eye on the ball: those who would seek to take away *our* freedom start with those who can defend themselves least, and work their way to us from them, and our social connections with them.

      --
      GENERATION 26: The first time you see this, copy it into your sig on any forum and add 1 to the generation.
    25. Re:Even if we solved all of them... by cyberthanasis12 · · Score: 1

      They do not support their older hardware. For example in my job we still use an NVIDIA card of 2006 era (I don't remember which exactly). When I installed the latest version of OpenSuSE one year ago, the proprietary driver did not support it. I switched to Nouveau and never had any problem (perhaps because I don't play 3D games). I have a modern desktop with the latest software in older hardware. Good luck with windows.

    26. Re:Even if we solved all of them... by cyberthanasis12 · · Score: 1

      OK. My colleague still uses Windows. After less than a year since the latest reinstall, the computer takes 5 minutes to boot. It takes ages to load firefox. It is barely usable. I told her I have to reinstall Windows again and she has to backup all her files as we have done before. It is a nuisance (her words). I told her that she will not have any problems with Linux (word processing, internet, email, some web applications, nothing more). No, she stays with the nuisance (her words), than try something else.
      Another colleague of mine bought a x86 based tablet running windows. He wanted it so that he could run an application we were developing in Java. It never worked. I told him it would be easy to port the Java application in Android since it is based on Java (well Dalvik), all we had to do was to change the UI (6 menus with 3 to 8 items on each menu). He refused to try anything but windows.
      OK. It seems obvious if Windows want to expand to other users, they should not piss off those users with stupid "little" issues.

    27. Re:Even if we solved all of them... by Anonymous Coward · · Score: 0

      Critical mass brings it's own problems. Problems like much of Ubuntu's 'contributions' or that Potteringware madness.

      To design a mainstream OS you need design for people that don't like to think about computers. With the greatest respect to Apple engineers, that is their actual fucking job description.

      Armchair-executives can obsess over marketshare or install base or whavever numbers give them the biggest woodie. But from the point of view of a technical user, critical mass and irrelevance are essentially the same thing.

    28. Re:Even if we solved all of them... by dbIII · · Score: 1

      How does crippled hardware benefit Nvidia?

      By avoiding deep legal shit dating back to SGI.
      Just install their drivers that actually work instead of bitching about Nvidia when the real problem is software patents.

    29. Re:Even if we solved all of them... by dbIII · · Score: 1

      When I installed the latest version of OpenSuSE one year ago, the proprietary driver did not support it

      That's what the "legacy" proprietary driver is for, it's a different download - but it sounds like Nouveau did the job anyway.

    30. Re:Even if we solved all of them... by dbIII · · Score: 1

      Well that's a gnome problem not really a "linux" one, sort of like blaming Microsoft for Flash even if it's giving you real problems. The gnome people sort of went their own way without caring a lot about a variety of issues.
      A good way to troubleshoot such stuff in the future is to boot off a knoppix CD since it's got a simple desktop and has been tried out on a very wide range of hardware including very old and slow stuff. If it works there the hardware is fine.

    31. Re:Even if we solved all of them... by dbIII · · Score: 1

      The site has problems at the moment and nobody has quoted it, could you please give an example of one of those "90% of issues"?

    32. Re:Even if we solved all of them... by Anonymous Coward · · Score: 0

      And yet it doesn't. Microsoft and Apple had teams of people that would go out and discuss making deals with hardware manufacturers. Linux on the other hand doesn't have any of these people to do so, because maybe ideology, or just lack of interest and no financial gain. I mean seriously, who in their right mind would decide to make advanced hardware that no one has ever dreamed of and just give it away for free? It would be a dumb move as you end up having no financial support to continue your product. The opensource world tries to encourage this ludicrous mentality and we have what we have. There isn't even an attempt at fundraising teams to work at negotiating deals with hardware manufacturers. I mean jesus, in the time of Kickstarter, not even one dared to even try it.

    33. Re:Even if we solved all of them... by nnull · · Score: 1

      Pulseaudio

    34. Re: Even if we solved all of them... by Anonymous Coward · · Score: 0

      So, why are we not developing in some cross platform suite? What's so hard about using, say Python+Qt as an app framework? It's clean, fast, cross platform, and has a library bigger than RMS' ego. Well, nearly.

      What do you mean "Linux is a bitch to develop for"? You mean Visual Studio isn't available for it?

    35. Re:Even if we solved all of them... by Hognoxious · · Score: 1

      Got me too - reported it a few days ago. IE on Win 7 & Firefox on Linux.

      Opening stories & reply links in a new tab works sometimes.

      Submitting, getting the error that you failed to confirm you're a human (shouldn't even be a captcha when you're logged in) then hitting back works. Sometimes.

      Bunch of monkeys they are.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    36. Re:Even if we solved all of them... by Anonymous Coward · · Score: 0

      Ah - Lennert P. strikes again. I'll second that and add NetworkManager, Avahi, systemd and probably everything else he's half-finished but inflicted on users just the same.

    37. Re: Even if we solved all of them... by Anonymous Coward · · Score: 0

      Pulseaudio has worked fine for me for the last 7 years or so on multiple devices. What's the problem?

    38. Re:Even if we solved all of them... by fluffernutter · · Score: 1

      It's not the same thing. People know that if they get around the nuisance of installing windows, that it will be fairly trouble free for some years after. On the other hand, if they install linux they're probably going to run into other nuisances after the original one of installing it. It's just the way it is with Linux. Currently my favorite flavor of unix is Mint with MATE, it's good and it's one of the leading ones out there but I'm dealing with all kinds of bugs every day. Here are some of the bugs I have been dealing with:

      > 1) Main menu crashes around 1/2 the time and has to be started on command line
      2) Sound on some hardware can hit a level that the audio driver can't handle, which scrambles the sound until reboot (can be band-aided by installing a mixer and adjusting levels on the high and low end)
      3) Keyboard and mouse freezes intermittently on one of my machines, needs reboot to fix
      4) Clicking on a link in Thunderbird (as I did to get to this post) sometimes freezes an invisible firefox screen on the desktop which prevents manipulating windows, have to kill firefox on the commandline to fix

      I put up with it because as a technical person I still get enough benefit out of linux to make it ok but these are ridiculous things to ever expect someone to live with. Furthermore I'd love to be a linux evangelist but until I do an update and all these things disappear I can't bring myself to install linux for people.

      --
      Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
    39. Re:Even if we solved all of them... by fluffernutter · · Score: 1

      None of the people that Linux needs to expand to understand the difference between a desktop manager, and OS, and a kernel. They're going to install a distribution that gets recommended to them and expect it to work out of the box.

      --
      Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
    40. Re:Even if we solved all of them... by Anonymous Coward · · Score: 0

      And I'm glad Linux users aren't 5% of the market. An overwhelming majority of Linux users are hardcore, motherfucking assholes. From trolling to demonizing, you're just jaded group of miserable pricks. A real shame in your case considering you were once (perhaps still are) an Amiga user. Of the 20 or so I knew in our old user group, only 1 went Linux, and he too was a dick.

    41. Re:Even if we solved all of them... by Aighearach · · Score: 1

      We already have more extensive hardware support than the proprietary options. Sounds like a myth to me. An old silly one. It was true once upon a time. That was over a decade ago.

      I remember the old days, I had to check if a portable music player supported linux. But then USB and bluetooth included standardization. Now everything is either a generic media device that I can connect to, or acts as a generic portable drive. I don't check for compatibility, and I don't have trouble with devices.

      Everything is the same. I used to buy Olympus digital cameras because I knew they would have generic USB storage interfaces. That was 15 years ago. By 10 years ago, everybody was using that. By 5 years ago some had switched to being media devices, but using standards.

      One of the few things that I need a special driver for is multifunction printer/scanners, but all the brands with even 1% market share are supported.

      I could even run most windows software, if I wanted to. Sometimes I do run LTSpice.

      MS SQL Server? No problem, linux can do all the odbc abd jdbc stuff.

      Even the C code I write compiles fine on windows without any porting. This is the future people. Come up out of the bomb shelter and look around.

    42. Re:Even if we solved all of them... by Aighearach · · Score: 1

      No, those who would "take away" my freedom can kick rocks while I continue making my own software choices. Solved! Victory! That is how easy it is to survive that. Because, freedom.

      It is exceptionally paranoid. No, somebody else's software choices do not impact my freedom. That is silly.

      And "software freedom" was a failure at what it claimed to be. As "open source" it was all a great success; people who want to use free software, can use it. Success. But it didn't slay embrace and extend, which was one of the major goals. Example: Gnome 3. Another example, mozilla/firefox. Embrace and extend is not only alive, it is most rampant in apparently-free software.

      Software freedom doesn't need silly bugbears. All I have to do in order to not have anybody take away *my* freedom is not give it away. Done. Nobody has power to even try.

    43. Re:Even if we solved all of them... by Aighearach · · Score: 1

      Supposed hardware and software incompatibility is caused by people using other systems not knowing what tools we use, and presuming that absence of knowledge is knowledge of absence.

      There is not a problem on the linux side, and if it is a problem for the other side, they should just take comfort that they don't have to use it. They chose the thing with more market share, which is by definition the More Popular Choice, so they'll Be OK.

    44. Re:Even if we solved all of them... by Aighearach · · Score: 1

      We have fast graphics. We don't have many games because we don't have demand for games. Mystery solved! We have more versions of some types of game. But generally speaking, games are a small and non-important part of the things that the tools known as computers can do.

      As a software developer, if I wanted better games I'd be writing games. I don't, and I'm not. No, I am not willing to try out most of the games that are available. As a child I mastered numerous arcade games, including Street Fighter 2, which is a game that used to be played by inserting metal monetary units into the front. I also was quite good at Prince of Persia in an even earlier time period. But these sorts of games are not fulfilling entertainment. They are just really mindless entertainment; that isn't bad. But it isn't something all people are expected to enjoy their whole lives, or that they should be expected to care about. If it was my hobby... I'd have a console game system, presumably, and I still wouldn't buy into your complaint.

      I should point out that there are actually more chess engines that advertise linux support than that advertise windows support. Games we play, have support. Graphics has lots of support, but we're more likely to be using 3d acceleration for digital modeling, CAD, signal processing, etc.

      You just wave your hands and repeat myths. WTF are you talking about a mothership? You don't seem at all aware of what the linux ecosystem contains.

      Heck, even if I write a tray app in Gtk, it turns out it will run unaltered on windows. 15 years ago, that and copy-paste had iffy portability. But those problems are fixed. I don't even have to port an app to run it on another platform.

      I wouldn't want my windowing system to have less features in order to speed up "games" or other applications that are programmed to consume 100% of the system resources. I want a system that has more network and multi-user features, instead of more mouse-latency features. That isn't a bug. We don't have inferior graphics, we have intentionally different tradeoffs.

    45. Re:Even if we solved all of them... by thegarbz · · Score: 1

      We have fast graphics.

      Sorry stopped reading after this. If you want acknowledge a known and widely complained about problem then there's really not much more point in us talking. Now excuse me I need to shutdown and boot into windows so I can get a 30% boost in framerate when I fire up this game.

    46. Re: Even if we solved all of them... by Anonymous Coward · · Score: 0

      That's about when Lennart passed it on to someone else :)
      However HDMI stuff seems to be causing a bit a of drama with PulseAudio at the moment. Adding a video card with HDMI can make PulseAudio forget all the other sound hardware and there's no easy way to tell it to find it again.

    47. Re:Even if we solved all of them... by Anonymous Coward · · Score: 0

      It's not quite that simple. Almost all software and hardware that runs with Linux also works on Windows, although sometimes in a suboptimal way (e.g. Cygwin). Every time I buy some piece of hardware I need to do research on whether it's going to not work, work partially, or work completely, but everything works completely (or at least "is supported") on Windows.

    48. Re:Even if we solved all of them... by Aighearach · · Score: 1

      You're not listening, or even talking about the same thing. You know how to play a game, but you don't comprehend the English language well enough to parse out what these nerds are saying, right?

      I know your silly game that is programmed to eat as many resources as a system will give up to a single process, and linux doesn't let that sort of process take over the system as heavily. No, you don't have faster graphics. That is just daft. You seem to think your 3d is fast, and also being done in software. No. It is fast because it isn't being done in software. It is the same speed on linux.

      It is a different tradeoff. And if I was playing a game, I wouldn't want it to take over the system like that and make any other running process lag. I would have other, more important things also running on the computer. It isn't good or normal for a computer to be running under heavy load. You should have more system resources than you need, you shouldn't be intentionally loading your system to capacity IMO. You might want to consider purchasing a console gaming system if you're doing that.

      If I'm doing professional video work, like generating a simulated flyby from a GIS program, I could add a windows partition and view the output there, but guess what? The video quality that a system can do will be exactly the same on both sides. Not only that, but the CPU will be close to 0 while it is playing. Why is that? If you understand computer graphics at all, this is no surprise. The thing that limits framerates in games is NOT simply the "graphics." Duh.

      No, having server-oriented multitasking does not slow down our graphics! ROFLCOPTER

    49. Re:Even if we solved all of them... by thegarbz · · Score: 1

      You're not listening, or even talking about the same thing.

      I've been talking about something quite consistent. You're the one talking about chess games and myths as if the presence of some simulator counteracts the lack of AAA titles available.

      While we're on the topic of myths and my grasp of the English language, excuse me for actually reading articles on the topic and seeing the blame placed squarely on AMD and NVIDIA for the lack of performance, both by random articles, developers from Steam, Intel, and the people who work with the open source drivers.

      So whatever you write it just carries zero weight with me. It used to at least carry as much weight as any other random internet comment (slightly above zero) but you can't seem to write anything coherent without starting with an insult.

      Goodbye, and fuck your new year.

    50. Re:Even if we solved all of them... by Aighearach · · Score: 1

      Silly child, when you reply to my comment and engage a conversation with me, you're either talking about what I'm talking about or you're off-topic. If what I write carries zero weight with you... my advice, respond to somebody else. ;) (instead of commenting randomly on the internet)

      Now, get off my lawn before I turn on the sprinklers.

  4. Privacy Audits of OS's by Anonymous Coward · · Score: 0

    Ubuntu tracks your searches, Canonical has deals with Amazon.

    http://arstechnica.com/information-technology/2012/12/richard-stallman-calls-ubuntu-spyware-because-it-tracks-searches/

    Canonical are pulling a Microsoft/Google/Facebook.

    That was just the start for spying in Ubuntu, that was 2012, you can be sure they have more and WILL add more later as they push Unity across more devices and services with their "partners". Canonical are a for-profit company, they WILL do it for money. That is their purpose, why they exist. They don't exist to give you something for free. Always ALWAYS be wary of commercial distros such as Ubuntu.

    What we need is a PRIVACY AUDIT certification for Linux distros.

    This is the reality of the world we live in today and going forward.

    Even Linux is NOT immune from PRIVACY invasions.

    Spyware is spyware, no sense in arguing it. It IS black and white, it IS or it IS NOT. It spies on you or it does not. Pick one.

    Ubuntu IS Spyware.

    This is reason enough to use another distro, Linux Mint for example (even though it is based on Ubuntu, but no spying).

    Ubuntu would actually breach EU law, EU law states that we have to have OPT-IN and not OPT-OUT as which most US software defaults to. EU states it should default to OFF and we turn it ON by opting IN, Ubuntu has it the opposite way.

    http://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=CELEX:32002L0058:en:HTML

    If Canonical ever have an EU based office, I could see that happening.

  5. These were already solved... by FuegoFuerte · · Score: 4, Insightful

    ...back in 2001, the year of Linux on the Desktop. Seriously, getting a desktop "right" is hard... Apple certainly hasn't figured it out yet, none of the Linux camps have figured it out... it's hard. The only one that may have come close to perfecting it was Microsoft with Windows 7, and then they went and screwed it all up after they had it.

    1. Re:These were already solved... by Anonymous Coward · · Score: 0

      Win 7 does deliver a nice-looking desktop, that's very responsive if the OS is on an SSD, but it has its issues.

      Choppy performance if the OS is on a spinning disk
      Large file copy operations can hang.
      The OS can lock files indefinitely when trying to create thumbnails, so delete doesn't always work.
      Hover over file-content description works about 70% of the time.
      Applications can steal focus, so you can be full-screen gaming, and find yourself back on the desktop for no apparent reason.

      No one seems to want to finish an OS, they just keep changing things for the sake of change instead of fixing bugs.

    2. Re:These were already solved... by Penguinisto · · Score: 1

      Actually, no... Microsoft didn't come close to 'perfecting' anything. Now if you had instead mentioned the OEMs, specifically who sold systems with Windows pre-loaded with drivers that the OEM provided? Different story entirely.

      Therein lies the hand-tied-behind=back problem Linux faces. You see, distros don't have major OEMs going out of their way to make solid consumer computers with working drivers that are 1) supported, and b) tuned to the product for stability and performance. Now I'm not saying that the OEMs get it perfect, but consider this: When you buy a Dell or HP with Windows pre-loaded on it, you buy it knowing that all of the drivers are going to be installed and reasonably solid, at least for typical consumer uses. You get no such thing with Linux boxes from OEMs, unless you settle for a business model, which is definitely not a perfect match for consumer use cases (read: games).

      Most of us schlubs on /. build our own machinery for the most part, so we don't see this problem. The vast majority of users, who buy it all pre-loaded and ready-to-rock? They see it.

      --
      Quo usque tandem abutere, Nimbus, patientia nostra?
    3. Re:These were already solved... by phantomfive · · Score: 1

      The only one that may have come close to perfecting it was Microsoft with Windows 7

      I see you started trolling early this year.

      --
      "First they came for the slanderers and i said nothing."
    4. Re:These were already solved... by Spacelem · · Score: 1

      I started using Linux on my desktop full time back in 2002. I've currently got the latest Linux Mint installed, and it's a dream to use. When I started using a Mac for work in 2012, I found the OS rather frustrating to use, and have done much tinkering to make it more like Linux again.

      As far as I'm concerned, either Linux has been ready for the desktop for a very long time already, or being ready for the desktop is some unattainable status that so far no OSes have managed.

    5. Re:These were already solved... by unixisc · · Score: 1

      Apple pretty much figured it out, until they made Mountain Lion resemble iOS. Why does a non touch interface HAVE TO be similar to the touch version? Windows 7 was perfect, and every Windows user I've met seems to like that the most. I've made Windows 10 sometimes resemble Windows 7 using Classic Shell: it works better on 10 than on 8.

      On the unix side of things, KDE was great, but from 4.x onwards, added so many things that it's too resource heavy: it really takes a while to boot in w/ KDE 4+. Same issue w/ GNOME 3.x - aside from GNOME 3.x being ugly. I use PC-BSD, and on that, Razor-qt and LXQT are unavailable. However, have few complaints about Lumina.

      Talking about things other than the desktop, it would be nice if PC-BSD had drivers for things like WiFi - it doesn't seem to for Intel. Also, a development of a PC-BSD specific Wayland would be welcome. Other than that, PC-BSD does a great job integrating the system w/ all the UIs that they've chosen to preload w/ the system - Lumina, KDE, LXDE, GNOME, et al.

    6. Re:These were already solved... by KGIII · · Score: 1

      How very true. I had, and I know this sounds bizarre, a Windows ME box that came and was built specifically for Windows ME. It was (and I jest not) stable. I regularly had several months of uptime and only rebooted because I'd needed to. It ran an OpenNap server *and* hub for a long while. It even served as a file server later in life - while still running the OpenNap server and hub.

      That one specific combination of hardware and drivers, and the declination of the moon during its first power cycle, made for a system that was quite good for its time. Hardware developed and maintained for a specific system is really quite a good thing to have. See Apple for a good example of this.

      --
      "So long and thanks for all the fish."
    7. Re:These were already solved... by Hognoxious · · Score: 1

      IMHO 7 was a step backward from XP. Not a huge step mind.

      Yes, 8, I did look at you.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    8. Re:These were already solved... by toddestan · · Score: 1

      It seems with each release, Microsoft removes some more of the ability to customize the UI. Windows XP was a bit of a step back as the Luna themes couldn't be customized very much, but you could turn that off and go back to the Windows 2000 theme and all the options were still there. Windows Vista took away a lot more of the customization, but at least added some useful features like the new start menu and gadgets (even if those never really caught on). After that, it seems like all they've done is make things worse in terms of the UI. Windows 7 is a slightly dumbed down Vista, Windows 8 removed most the ability to customize anything, and Windows 10 took away what little was left.

      Of course, it seems that 99% of users just run with the defaults*, so I can't really blame Microsoft for removing a lot of that stuff.

      *Except maybe in XP, because Luna really was that ugly.

    9. Re:These were already solved... by Anonymous Coward · · Score: 0

      I've used Win 3.11, OS/2 2.1 (and 3.0 Warp), Win95/98, WinNT 4, Win2k, WinXP, Win7, Win8.1, Win10, Linux Mint, OS X, Ubuntu Gnome.

      Of that pile, I'd say that I like Ubuntu Gnome the best, followed by OS X and Win7. Modern versions of Gnome3 are pretty good and there are enough addons to sand off any rough edges that you'd want. I love the multi-desktop support in Gnome as well as being able to tap the "Windows" key and get a list of all open screens on my current desktop (which makes it similar to OS X). Sure, it's different, but I'm liking it.

      As for drivers - I make sure to buy boards with Intel chipsets and NVIDIA graphics cards. No weird stuff that nobody has ever heard of. These days, Linux pretty much "just works" without having to go hunt for drivers.

    10. Re:These were already solved... by dbIII · · Score: 1

      You see, distros don't have major OEMs going out of their way to make solid consumer computers with working drivers that are 1) supported, and b) tuned to the product for stability and performance

      ASUS did that with the eeePC, it worked well for what it was spawning the Netbook craze, then after lunch with MS at a trade show the Taiwanese CEO apologized for it and went MS only from then on. MS can put a lot of pressure on OEMs. The pressure required to make an Asian CEO lose serious face by making an apology for a successful product must have been considerable.

    11. Re:These were already solved... by Anonymous Coward · · Score: 0

      "Applications can steal focus, so you can be full-screen gaming, and find yourself back on the desktop for no apparent reason."

      Or **worse** you are composing and email/document at full touch-typing speed and a modal dialog suddenly appears (spawned by some other running program) and you will click "ENTER" before you can read it and have no idea what you just did, or where it came from.

      Sure, if you type slow and only ever use one program at a time this won't happen to you.

      The other major problem, which you allude to but don't quite address, is that the file Explorer is royally rogered and has major async/refresh issues. Here, here, and here.

  6. Issues? How about major security holes? by Anonymous Coward · · Score: 0

    Massive zero day Linux security hole. Another one. Argh. http://www.technewsworld.com/s...

    1. Re:Issues? How about major security holes? by tepples · · Score: 5, Informative

      For one thing, that's a hole GRUB, not Linux. For another, it requires already having physical access to a machine during its boot process. And if you have physical access to a booting machine, its owner may already be f#cked.

    2. Re:Issues? How about major security holes? by GameboyRMH · · Score: 2

      Well unless your computer is inside a secure cabinet preventing access to its internal components and any firewire ports, you DO need to have an armed guard at your computer 24/7 if you don't trust everyone who could have physical access to it. A bootloader password is of no use on a physically unsecured computer.

      A person standing in front of a computer without proper credentials could also access the boot selection menu (immediately before the bootloader menu), boot from a USB drive/CD/floppy/network device, and mount your hard drive for the purpose of stealing files and/or planting malware.

      A bootloader password could only be useful on a computer inside a secure cabinet with a BIOS password that also protects boot device selection - and even then, full-disk encryption seems like a safer bet if you want to keep unauthorized users from booting your computer.

      --
      "When information is power, privacy is freedom" - Jah-Wren Ryel
    3. Re:Issues? How about major security holes? by bluefoxlucid · · Score: 1

      I've bypassed fully-secured bootloaders by shorting the CLCM pin (deletes the bios password by removing power from NVRAM), going into bios, enabling USB boot, putting in a USB drive with grub, poking at the hard drive for 20 seconds, and then manually loading a kernel and initrd with init=/bin/bash. Added a secondary root account (uber, uid=0) and rebooted, got root. Failing that, I can boot a small Linux distribution and mount the root partition, then type a new entry into passwd and shadow using vi.

    4. Re:Issues? How about major security holes? by Coren22 · · Score: 1

      Yeah, with physical access you could just pull the drives and hook them to another computer, why is a Grub exploit really an issue anyways?

      --
      APK likes to ask for responses to the same things over and over. Maybe he just likes the responses?
    5. Re:Issues? How about major security holes? by Anonymous Coward · · Score: 0

      And if you have physical access to a booting machine, its owner may already be f#cked.

      Using that logic, nobody should ever be required to type a password when physically present at the console.

      But hey, Linux cheerleaders never did appreciate sound logical thought... why start now. Please, continue worshiping a broken design that has to be constantly fixed year after year.

    6. Re:Issues? How about major security holes? by phantomfive · · Score: 1

      Someone with physical access can remove the hard drive from your computer, make a copy of it, then use the copy without ever booting from it. Physical access needs to be prevented by physical means.

      --
      "First they came for the slanderers and i said nothing."
    7. Re:Issues? How about major security holes? by DrJimbo · · Score: 1

      And if you have physical access to a booting machine, its owner may already be f#cked.

      Using that logic, nobody should ever be required to type a password when physically present at the console.

      Using that logic then we should never implement security features that deter passersby but will not stop a determined attacker.

      --
      We don't see the world as it is, we see it as we are.
      -- Anais Nin
    8. Re:Issues? How about major security holes? by Anonymous Coward · · Score: 0

      Stop being pedantic. When people refer to Windows, they mean the whole thing, not just the kernel. That includes the bootloader, core user-space components, and bundled software. When people refer to Desktop Linux, they mean the whole thing. That includes the boot loader, the kernel, X11, etc.

    9. Re: Issues? How about major security holes? by Anonymous Coward · · Score: 0

      Lol bullshit. Give me unrestricted physical access to your machine and I can own it and you in an undetectable fashion.

    10. Re:Issues? How about major security holes? by tepples · · Score: 1

      AC's post said "Linux". Had it said "Desktop Linux", "GNU/Linux", or "X11/Linux", I would have read it as the whole thing.

    11. Re: Issues? How about major security holes? by Anonymous Coward · · Score: 0

      Good luck getting past my bit locked drive with TPM enabled that way.

    12. Re:Issues? How about major security holes? by armanox · · Score: 1

      Good thing that only applies to very specific versions of a particular bootloader, that you may or may not be running (I'm not using GRUB 2 anyway...).

      --
      I'm starting to think GNU is the problem with "GNU/Linux" these days.
    13. Re:Issues? How about major security holes? by jbolden · · Score: 1

      You aren't. From the console you can bypass passwords to boot into a runlevel 1.

    14. Re: Issues? How about major security holes? by KGIII · · Score: 1

      Like you make a daily inspection and will notice the hardware keyloggers that one can buy for very little money.

      --
      "So long and thanks for all the fish."
    15. Re: Issues? How about major security holes? by Anonymous Coward · · Score: 0

      If you are using *only* a bootloader pasword, you are doing it wrong. The boot order menu is protected by a BIOS password; the BIOS password, by a case lock and/or intrusion-detecton stickers. All physical measures and peripherals are inspected for tampering before each boot. Seriously, this isn't hard to configure--just more effort than most are willing to put into it.

    16. Re: Issues? How about major security holes? by Anonymous Coward · · Score: 0

      Bitlocker? No problem - we just compromise your Microsoft account (a bit of social engineering will do that in 10 minutes) and recover the key from there - you do know that Win10 uploads your keys to the cloud, don't you?

    17. Re:Issues? How about major security holes? by Anonymous Coward · · Score: 0

      I read the article. The author does mention security, and even taking Linus to task about not making security issues a higher priority. We've had several major holes in what we call Linux. Sure, some can say "well Linux is only the kernel" yeah, well then never again talk about a "Windows" virus that affects Outlook, or a blue screen from a third party device driver. To them, I say... Don't play semantic games - if I install off a Linux CD/DVD then it's part of Linux.

      So, not sure if you're trolling or just didnt' read TFA. But security was mentioned, and is becoming a bigger issue. Is android "Linux"? If so, we've got a billion insecure "Linux" devices out there with no hope of updates. Some insecurities are baked into old kernels that will never be updated.

    18. Re:Issues? How about major security holes? by cant_get_a_good_nick · · Score: 1

      Hmm, tell Linus that about a kernel bug... that "well this bug will only kernel panic in a very specific set of circumstances" and watch the flame war commence.

      A bug is a bug. You have a trivial to exploit root hole in a common configuration of an OS. Deal with it at that level.

    19. Re:Issues? How about major security holes? by tepples · · Score: 1

      A bug is a bug. You have a trivial to exploit root hole in a common configuration of an OS. Deal with it at that level.

      And it has been dealt with. Yet other attacks on common configurations requiring physical access are just as trivial for an evil maid to exploit.

  7. They could fix the xdg bindings for java jar files by Anonymous Coward · · Score: 0

    It's always embarrassing when another of our Linux Newbies calls me to ask why they can't just double-click the jar file installer for our management system like they can on Windows.

  8. im sure its a riveting discussion by nimbius · · Score: 3, Funny

    editorial authority: guise linux its...its just not ready for the desktop. its got graphics driver issues...
    community: the ones preventing nearly 200 steam games from running on it?
    editorial authority nonono guys its worse than that see theres audio problems too, the audio has problems
    community: you mean with the countless instructibles articles on home theater via the pi?
    editorial authority: guys i wish it were that simple but you see X has the issues too, its wayland isnt ready.
    community: you...you know those two things are completely different right? xorgs been stable for a decade....
    editorial authority: the font is ugly.
    community:...pick...another one?
    editorial authority: its fragmented...the desktops....theyre all fragmented.
    community:....what?
    editorial authority: and i heard linux torval yelling at people too.

    --
    Good people go to bed earlier.
    1. Re:im sure its a riveting discussion by khasim · · Score: 2

      That's the problem. If you want a list of the "top 10 Linux problems" you will ALWAYS find 10 Linux problems that are the worst.

      And the same can be said of the "top 10 Windows problems" and the "top 10 Mac problems" and so forth. And any other "top 10 problems".

      Making a list of "problems" is EASY.

      Making a list of specific problems that are preventing people from using Linux in specific roles ... that's difficult. Because most of the "problems" are NOT technological. They boil down to "Linux does not look/behave the way I am familiar with".

      And if you take that approach then you'll see "top 10 things where Linux is not enough like Windows/Mac". And you will be right back where you started.

    2. Re:im sure its a riveting discussion by tepples · · Score: 1

      editorial authority: guise linux its...its just not ready for the desktop. its got graphics driver issues...
      community: the ones preventing nearly 200 steam games from running on it?

      Editor: Yes. Here's a list of PCs sold in stores today that won't run said 200 Steam games in Linux. Fix Steam on these PCs.

    3. Re:im sure its a riveting discussion by Kjella · · Score: 1

      So.... what are the reasons for 98.5% of the population not using Linux on the desktop? It's certainly not the price. Is it really all just catch-22, no users so no apps, no apps so no users?

      --
      Live today, because you never know what tomorrow brings
    4. Re:im sure its a riveting discussion by Earthquake+Retrofit · · Score: 1

      I have never had any of the problems listed here. Not on old desktop computers, not on brand new desktops. In nearly twenty years I have had no trouble getting it all to just work. Also, I like ugly fonts.

      --
      Fifty years of Yippie! 1968-2018
    5. Re:im sure its a riveting discussion by Anonymous Coward · · Score: 0

      Same reasons OS X is somewhere in the 10 % region. Marketing, a long history of anticompetitive practices ( documented by quite a few court cases ) and people shilling for Microsoft.

      The last one wouldn't be so bad if it wasn't taken up to eleven whenever there is some dirt to throw at Linux. For example the Munich Linux distro was single handedly declared dead as a consequence of unfixable user issues. A statement made by the Munich mayor when Microsoft announced plans for several thousand jobs in the region. The media coverage was almost exclusively focused on the "failure" of Linux, completely ignoring that the mayor may have had ulterior motives for the statement ( considering the timing ) and the fact that the distro did not actually fail ( afaik the project still continues on its original roadmap ).

    6. Re:im sure its a riveting discussion by bluefoxlucid · · Score: 1

      Why aren't you a Muslim and a Fiat driver?

    7. Re:im sure its a riveting discussion by blackiner · · Score: 1

      The fonts are a big issue for me personally. I have particularly picky eyes when it comes to font rendering I guess. I usually will spend days to weeks trying to get linux font rendering to my liking, but it just never quite gets there. Everything looks blurry and makes my eyes water if I try to read for more than a few minutes at a time. Which is a real shame, since the rendering looks very good on hi dpi devices. But in 94dpi? No thank you.

    8. Re:im sure its a riveting discussion by Coren22 · · Score: 1

      http://www.bhphotovideo.com/bn...

      Yep, here is one, a search for Android in any cell phone store will give you 100s more.

      --
      APK likes to ask for responses to the same things over and over. Maybe he just likes the responses?
    9. Re:im sure its a riveting discussion by pathological+liar · · Score: 1

      editorial authority: guise linux its...its just not ready for the desktop. its got graphics driver issues...
      community: the ones preventing nearly 200 steam games from running on it?

      Yes, those. The open source drivers perform badly, and don't have fixes/workarounds for broken games. The proprietary drivers do, but often break against kernel and userland software versions. Neither is particularly pleasant with weird display setups (niche resolutions or refresh rates.)

      That's ignoring that driver support often lags, there's tons of hardware out there that's either not supported yet, not supported well, or never will be supported.

      editorial authority nonono guys its worse than that see theres audio problems too, the audio has problems
      community: you mean with the countless instructibles articles on home theater via the pi?

      If you need to resort to "instructibles" [sic], you've already lost. Locked audio devices, 30 layers of abstraction with their own quirks (and latency, lol latency), and on and on.

      editorial authority: guys i wish it were that simple but you see X has the issues too, its wayland isnt ready.
      community: you...you know those two things are completely different right? xorgs been stable for a decade....

      I should never have to run xrandr myself. Or add a modeline. X can't even manage a locking screensaver.

      editorial authority: the font is ugly.
      community:...pick...another one?

      That's hardly the only problem. High DPI displays look like shit, default rendering settings (often) look like shit, and there's the mayhem of trying to get Qt, GTK, and misc window toolkit apps using the same widgets, fonts, font sizes, etc. Some distros do an *okay* job of that, but none comes anywhere close to OSX or Windows. There's a long way to go.

      editorial authority: its fragmented...the desktops....theyre all fragmented.
      community:....what?

      No, I suspect the community is pretty aware of this one. It comes up on Slashdot literally all the time. For example I could theoretically save a file to a remote site over SSH in Konqueror by saving it to a fish:// url. For Firefox (if this is even possible) I guess it would be smb:// because kioslaves and gnome-vfs are completely separate and incompatible. Or the completely different print/open dialogs between Qt apps and GTK ones. Or how I need basically two full desktop environments at all times, because neither ecosystem has a monopoly on good apps.

      editorial authority: and i heard linux torval yelling at people too.

      Hey, you're right: nobody cares.

      Every one of these points is addressed (with links to bugs and sources) in TFA.

    10. Re:im sure its a riveting discussion by Anonymous Coward · · Score: 0

      Here's a problem then that is technological that prevents me from using Linux: hibernate worked on none of the devices I have so far installed Linux on. No hibernate = not useful.

    11. Re:im sure its a riveting discussion by bmo · · Score: 1

      >Everything looks blurry and makes my eyes water

      I think that can be said for Windows font rendering.

      What, exactly, is wrong with this: https://i.imgur.com/L5qoElU.pn...

      That's what I see at 94dpi.

      I think that's a lot clearer than "clear type" and a lot less fuzzy than Apple fonts on a standard monitor (I can't say anything about Retina displays as I don't own one, but higher /should/ be less fuzzy)

      And that's with KDE. KDE used to be notorious for bad font rendering and ridiculously bad kerning. Now I prefer it over all other "standard-def" anti-aliased font rendering.

      BTW, the font is Aller.

      http://www.fontsquirrel.com/fo...

      And my monospace font is Adobe's Source Code Pro

      --
      BMO

    12. Re:im sure its a riveting discussion by tepples · · Score: 1

      Steam is for GNU/Linux, not for Android. By "Linux" in the context of a post that also mentioned Steam, I was more likely referring to the kind of Linux-based system that runs Steam (namely GNU/Linux) than to the kind of Linux-based system that does not run Steam (namely Android). So let me rephrase my claim more rigorously:

      There are a lot of x86-64 PCs sold in stores that do not run GNU/Linux well and therefore do not run Steam for Linux well.

    13. Re:im sure its a riveting discussion by thegarbz · · Score: 1

      And if you take that approach then you'll see "top 10 things where Linux is not enough like Windows/Mac". And you will be right back where you started.

      While the sentiment is right we can really only hope that one day Linux may actually get to the point where those are the only complaints. A lot of what is in the article is very legitimate deal breakers (hardware issues, major package management headaches, system breaking faults that require scouring through the internet bashing commands into the command line to fix).

      If we can get to the point where all the complains are "it's not windows" then I would consider Linux ready for the desktop.

    14. Re:im sure its a riveting discussion by thegarbz · · Score: 1

      TFA mentions audio on Linux. If you've not had a problem then you haven't been using Linux enough. It's part of the install process:
      Step 20: Install GRUB.
      Step 21: Fuck with the user's Audio so he tears his hair out.
      Step 22: Reboot system.
      Step 23: Show welcome message and if the bootup sound played correctly just update pulseaudio to fuck with him again. :-)

    15. Re:im sure its a riveting discussion by blackiner · · Score: 1

      The letters are too thick, and blur on the sides. And they are not a deep enough black... On windows it is a thin solid black. I have also noticed that in linux it seems to rather often render some text in between pixels and then blend the results, where on windows everything seems much more aligned to the actual monitor pixels. You can even see this with antialiasing completely disabled, some letters will take up an extra pixel. It is a bit difficult to explain. Slashdot frontpage in particular looks bad, it is like the main text is some shade of grey instead of black. The white on green text at the top of the page has very heavy color bleeding, while on windows it is a nice solid white line. I have no idea if this is just me being super picky, or if it is because I have a high color accuracy monitor, or what.

    16. Re: im sure its a riveting discussion by Anonymous Coward · · Score: 0

      Realize that you are talking preference at this point. Freetype can render fonts in many, many different ways. In comparison I have no idea how to tell Windows to tone the hinting down but that doesn't necessarily mean that Windows has font rendering issues.

    17. Re:im sure its a riveting discussion by senatorpjt · · Score: 1

      A majority of it probably comes down to two things: No Microsoft Office, and the lack of preinstalled systems from major vendors.

    18. Re:im sure its a riveting discussion by Earthquake+Retrofit · · Score: 1

      Audio was never a problem for me either. I use programs like Linux multi-media studio without a hitch. But I did have some problems with Jack so I don't use it. Grub has nothing to do with audio afaik.

      --
      Fifty years of Yippie! 1968-2018
    19. Re:im sure its a riveting discussion by rasmusbr · · Score: 1

      editorial authority: looks like Linux is pretty much ready for the desktop.
      reader: what is this desktop you speak of?

    20. Re:im sure its a riveting discussion by Anonymous Coward · · Score: 0

      Graphics drivers on linux fall into four categories:

      1) The driver authors know what they're doing, but don't care about open source. Everything is a binary mess and breaks every time the kernel updates (NVidia).
      2) The driver authors kind of know what they're doing and kind of care about open source. Everything is a half-binary mess and performance is crap (AMD)
      3) The driver authors know what they're doing, but are really just checking a box when it comes to linux support. Performance is crap, but at least it generally doesn't hard lock X very often (Intel)
      3) The driver authors kind of know what they're doing but don't even have access to the card specs. Performance is crap and features lag behind (nouveau)

      Steam only really supports 1), because nothing else is really worth supporting. So if you're willing to put up with crappy binary drivers that still aren't as good as windows, and you happen to have bought an NVidia card, then congratulations, you can play about 10% of the games that Windows users have access to.

    21. Re:im sure its a riveting discussion by BitZtream · · Score: 0

      Yep, that's why Linux will never matter on the desktop.

      People express true and valid concerns and you mock them and blow them off.

      Your comment about audio on the pi is great ..."look see audio works on this random shitty toy .... Of course graphics acceleration support on that toy is still absolute shit and the GPU goes completely unused ... But we've got working sound on one device?!?!?!"

      Awesome 200 games that no one has cared about in years and they don't work on half the machines out there due to shitty GPU support but hey, your right, left4dead on my Intel integrated GPU is all the rage ... Steam is a joke on Linux.

      Font is ugly and your response is to not fix the shitty font, it's to tell individual users to replicate that work ...

      Of course fragmentation isn't a problem ... I mean it's not like the build trees for most desktop apps don't have tons of district specific code paths or anything.

      Your attitude is why Linux will remain irrelevant on the desktop for a long time.

      I say this working for a company that uses Linux on the desktop nearly exclusively (400 or so) and about a block away from redhat ... And all those flaws and more Coke up regularly ... Even amung people who have multiple PRs integrated in the kernel.

      Ignoring these issue is absolutely no benefit to the Linux community and neither is the mocking of people who point out why some aspects of Linux are absolute shit. Stop being an ignorant fanboy and contribute something constructive.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    22. Re:im sure its a riveting discussion by dbIII · · Score: 1

      Yet the first Kindles, Kobo readers etc, 100% linux and X based, seemed to get it completely right where you have trouble. I think it's mostly that LCDs suck for reading for more than a few minutes at a time.

    23. Re:im sure its a riveting discussion by dbIII · · Score: 1

      Or how I need basically two full desktop environments at all times, because neither ecosystem has a monopoly on good apps.

      Just run g"whatever" on your k desktop or vice versa and everything just works FFS. Where did the silly claim come from? The only times I've had to run two full desktop environments was when I was remotely running some solaris stuff that only liked 8 bit color, so I had the 8 bit desktop and the full color desktop - and that was over a decade ago.

    24. Re:im sure its a riveting discussion by Anonymous Coward · · Score: 0

      I'm not being obtuse, nor making excuses.

      But...on my Win7 SSD laptop with 16GB RAM the hibernate feature is simply no longer useful. I cannot afford to spare 16GB for the hiberfile on the SSD, and there is no way it can be moved to my second much large spinning HDD.

      So for me, while the laptop support hibernate, I've disabled it and don't use it, and surprisingly, haven't missed it one bit. The fast SSD boot time mitigates the inconvenience, and the other times I use suspend (over short duration, of course).

      YMMV.

    25. Re:im sure its a riveting discussion by blackiner · · Score: 1

      All kindles have had >150dpi. As I said already, freetype does hidpi font rendering rather well.

    26. Re:im sure its a riveting discussion by ChrisMaple · · Score: 1

      The top complaint I have with Windows is "It's not Linux." I feel sorry for people who have to use Windows.

      --
      Contribute to civilization: ari.aynrand.org/donate
    27. Re:im sure its a riveting discussion by thegarbz · · Score: 1

      Why? That's an interesting statement to make. Back it up.

    28. Re:im sure its a riveting discussion by Coren22 · · Score: 1

      My point was Steam has done a lot of work to bring the Steam Machine to being, and it is a production Linux machine with nVidia graphics.

      http://store.steampowered.com/...

      Yes, there are many PCs that are intentionally crippled for Linux, as well as many manufacturers that just don't care about Linux. nVidia isn't one of those, and AMD seems to try just as hard as for Windows, as their drivers suck for both. If you want a Linux computer, you are better off buying a machine that is advertised compatible with Linux, which you won't get at Best Buy (I don't think...never seen one there).

      --
      APK likes to ask for responses to the same things over and over. Maybe he just likes the responses?
    29. Re:im sure its a riveting discussion by tepples · · Score: 1

      Thanks for clarifying. I agree with what you wrote in #51234465. But I was responding to a common sentiment on Slashdot that Android ought to be enough Linux for anyone, despite the "all maximized all the time" window management policy of the vast majority of Android deployments (with the exception of Remix OS), many popular Android applications' failure to treat mouse events differently from touch events for things like selection of text and objects, and even fewer compatible printers than CUPS.

  9. Hmpf. Probably 90% of the problems also apply ... by aix+tom · · Score: 5, Insightful

    ... to other OSes.

    For example:

    It should be possible to configure pretty much everything via GUI (in the end Windows and Mac OS allow this) which is still not a case for some situations and operations.

    If "Configurable via GUI" in Windows means you "add some arcane registry key via the registry editor", then *maybe*.

  10. Problems problems problems by Anonymous Coward · · Score: 0

    | Among the issues cited for Linux not being ready for the desktop
    | include graphics driver issues, audio problems, hardware
    | compatibility problems, X11 troubles, a few issues with Wayland, and font problems

    Soooo...pretty much everything then. Got it.

    Between this, and Microsoft's ongoing "UWP" debacle, is there any OS out there now that doesn't suck ass? I haven't used a Mac for a while...how are those bone heads doing?

    1. Re:Problems problems problems by Anonymous Coward · · Score: 0

      OS/2 is the perfect OS.

    2. Re:Problems problems problems by arth1 · · Score: 2

      Between this, and Microsoft's ongoing "UWP" debacle, is there any OS out there now that doesn't suck ass?

      There never has been. One sysadmin maxim is that all OSes suck, and your job is to pick wisely and reduce suckiness.

      Incidentally, I've spent some of the spare time during the holidays to convert some of my servers from Enterprise Linux 6 to Gentoo. The suckiness factor for EL7 is simply too high.

  11. Interoperability needs user base by tepples · · Score: 3, Insightful

    And as one of the users, why should it? It already does what users want. Why would doing what non-users want make it better?

    There are non-users who became or remained non-users because Linux didn't do what they wanted, specifically interoperate with a particular application or piece of hardware.

    As open source, how would it benefit existing users to have additional non-technical users?

    A larger user base means developers and publishers of applications and hardware are more likely to consider making their products compatible in order to reach that user base.

    1. Re:Interoperability needs user base by Anonymous Coward · · Score: 0

      There are non-users who became or remained non-users because Linux didn't do what they wanted, specifically interoperate with a particular application or piece of hardware.

      You might be a tad out of touch. The great unwashed technology-using public use 'clouds' and 'devices' these days, not 'applications' and 'operating systems'. Nobody cares about portability or interoperation. Most people don't even use files anymore. They can happily get on with business on Windows, Mac or Linux... whichever is put in front of them.

      It's the "put in front of them" bit that is the factor. For those that do care, Linux is Ready for the Desktop now.

  12. I'll be the vocal minorty. Systemd is awesome. by Foxhoundz · · Score: 0, Troll

    I tried it. I love systemd's logging mechanism. I like that I can manage various services and peripherals from one central location. You neckbeards here on Slashdot are the reason why Linux *on desktop* has stayed largely stagnant. Change is good. Deal with it.

    1. Re:I'll be the vocal minorty. Systemd is awesome. by spire3661 · · Score: 1

      The people here are GREY-BEARDS you millennial twat. Grey-beards are the wise and the experienced, of which you are neither. Rejecting 'The UNIX way' is folly, not enlightenment.

      --
      Good-bye
    2. Re:I'll be the vocal minorty. Systemd is awesome. by Penguinisto · · Score: 0

      So you're saying that a reimplementation of tools such as Solaris' svcadm is the new-shiny-never-been-done-before?

      Think very carefully before you answer. ;)

      --
      Quo usque tandem abutere, Nimbus, patientia nostra?
  13. Amazon spyware is off by default by tepples · · Score: 1

    Canonical has deals with Amazon

    Ubuntu Unity is no longer defaulting to Amazon integration. Furthermore, Xubuntu avoids all this and is only a sudo apt-get install xubuntu-desktop away.

    1. Re:Amazon spyware is off by default by Anonymous Coward · · Score: 0

      Yes, BUT, the precident has been set.

      Canonical ARE COMPETING with Microsoft, Continuum vs Unity.

      They WILL do other attempts later, they just fell out with Amazon over affiliation status.

      BUT, WE STILL NEED AUDITS REGARDLESS.

      Are you saying PRIVACY AUDITS and CERTIFICATION are a bad thing? I think they would be GREAT NEWS for Linux. A strong selling point. We the consumer get more decision points.

      We all cheered when TrueCrypt got an independant audit, so why not Linux distros?

      The risk is real, it has been tried before, it WILL get worse.

    2. Re:Amazon spyware is off by default by Anonymous Coward · · Score: 0

      What exactly would you be auditing for? Ubuntu has always been open source and they never hid the fact that it sent stuff to Amazon.

    3. Re:Amazon spyware is off by default by Anonymous Coward · · Score: 0

      Open source is not an audit.

      Did you know Linux used to have lots of UNLICENSED non-source code in it? https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/firmware/WHENCE

      This is exactly the SAME thing we CRITICISE Windows off.

      We should hold Linux to the SAME standard, if not higher.

      An audit would allow consumers and companies to be TRANSPARENT. Ubuntu was not very transparant on the first day about their little Amazon spy feature. Only after the uproar happened did they come clean (kind of).

      Transparancy builds trust. Shoulting the open source mantra is not good enough.

  14. Common Dialogs by darkain · · Score: 5, Interesting

    My absolute #1 complaint about Linux on the desktop has always been the lack of Common Dialogs. This is a standard DLL that ships with all versions of Windows dating back to at least 3.1. This DLL handles basic dialogs like File Open, File Save, and Printing. Having this DLL available and with a very simple interface solves multiple problems at once.

    First, it is extremely easy for developers to use the API.

    Secondly, due to the ease of use, developers can focus on their core application instead of writing their own UI for browsing the file system just to open a file or their own printing dialog to enumerate and list printers.

    Third, this ensures a clean and consistent UI across all applications that use the Common Dialogs making the OS and applications as a whole easier to use for the end users.

    Lastly, the Common Dialogs DLL is upgraded with every version of Windows. Take an application written in 1995 and run it on Windows 10. It still works. It uses the Windows 10 UI for opening/saving files, instead of the old clunky Common Dialog UI for 1995.

    This upgrading of the DLL has been another huge advantage too. It has seen several major iterations. The ability to resize the window. The ability to have multiple navigation methods. The ability to drag-n-drop. The ability to copy-paste. Can't remember where you saved that last document? Just open the save dialog again and it'll default to that folder, and you can just copy-paste that folder path into other applications as needed.

    1. Re:Common Dialogs by Anonymous Coward · · Score: 0

      You want the Linux community to agree on something? HAHAHAH

      Impossible, but when they do they agree on something from the 1970's as a common ground. https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard

    2. Re:Common Dialogs by tepples · · Score: 2, Interesting

      My absolute #1 complaint about Linux on the desktop has always been the lack of Common Dialogs. [A library included with Windows] handles basic dialogs like File Open, File Save, and Printing.

      Every major GUI toolkit on Linux has a file chooser. Tk has one. GTK+ has one. Qt has one. Winelib has one.

      This upgrading of the DLL has been another huge advantage too. It has seen several major iterations. The ability to resize the window. The ability to have multiple navigation methods. The ability to drag-n-drop. The ability to copy-paste. Can't remember where you saved that last document? Just open the save dialog again and it'll default to that folder, and you can just copy-paste that folder path into other applications as needed.

      Since when does the GTK+ file chooser lack these features?

    3. Re:Common Dialogs by Anonymous Coward · · Score: 1

      My absolute #1 complaint about Linux on the desktop has always been the lack of Common Dialogs. This is a standard DLL that ships with all versions of Windows dating back to at least 3.1. This DLL handles basic dialogs like File Open, File Save, and Printing. Having this DLL available and with a very simple interface solves multiple problems at once.

      Right, and now you have all of them: the common one from 3.1 than shows 8.3 filenames, the one from 95/98/ME that shows the long filenames, the one from 2000/XP that's a little better with permissions, the one from Vista/7 that's a little prettier, the one from 8 that fits its stupid checkbox motif, and the one from Windows 10 that probably sends your file-saving preferences to Microsoft Singapore. Other than that, the dialogs are rather common.

      Good point. I'll consider it.

    4. Re:Common Dialogs by Nemyst · · Score: 5, Insightful

      Every major GUI toolkit on Linux has a file chooser. Tk has one. GTK+ has one. Qt has one. Winelib has one.

      Yeah, so that's already three different file choosers, and there's more because a lot of Linux software has NIH syndrome. You're reinforcing the GP's point here.

    5. Re:Common Dialogs by Anonymous Coward · · Score: 0

      Linux doesn't use DLLs.

    6. Re:Common Dialogs by Anonymous Coward · · Score: 0

      Vote Parent Up! A lie of omission is still a lie!

    7. Re:Common Dialogs by Kjella · · Score: 2

      As for your first two points unless you're trying very, very hard to avoid dependencies you simply call the standard dialog of your toolkit. They could forward it to a system-wide dialog, but it's unlikely there will be one. The reason for this is that even the simplest dialog requires a massive infrastructure locked in place. Is it an X window or Wayland window? What do the standard objects like lists, buttons, dropdowns etc. look like? How does it do layout? Fonts & anti-aliasing? Key bindings? Before you know it you've replicated a ton of toolkit functionality. Windows doesn't have to worry, it has only one stack and that's Microsoft's and they need it anyway to draw the system UI and dialogs so the standard dialog DLL is just a thin layer calling a system that's 99% there anyway. Also to do it that way you need a stable ABI too. I guess you could manage to do it over D-bus, just send it the parameters and let a system daemon pop up a dialog but it'd probably need some more magic to function as a proper subwindow of the application. Also you'd have to deal with situations like the application getting killed. Lots of work. But seriously, your absolute #1 complaint is something that at worst is an inconvenience? Even though they're inconsistent, they do work. I got a long list of things that aren't working at all I'd want to see first before that hits #1 on my list.

      --
      Live today, because you never know what tomorrow brings
    8. Re:Common Dialogs by Anonymous Coward · · Score: 1

      Actually it only reinforces one of his points, the third, which is already questionable since most file dialogues seem to imitate the Windows dialogue these days. The first two points are solved by sticking with the window toolkit of choice and using it just like you would use the file dialogue API on windows.

      The last point is actually hilarious from a backwards compatibility standpoint, the windows dialogues have to support every API Microsoft produced and deprecated in the past - among other things this limits how the dialogues can be changed ( they still consist of the same basic elements they had in windows 3.1 ) and causes some currently negligible overhead ( sending events for several badly designed APIs since some legacy application might listen for them ).

    9. Re:Common Dialogs by Coren22 · · Score: 1

      But it does use common libraries, which is what a DLL is.

      --
      APK likes to ask for responses to the same things over and over. Maybe he just likes the responses?
    10. Re:Common Dialogs by ndogg · · Score: 1

      You'll never get that from Linux, but you will get this from a particular distribution of Linux, like, say, Ubuntu.

      --
      // file: mice.h
      #include "frickin_lasers.h"
    11. Re:Common Dialogs by Anonymous Coward · · Score: 0

      Even though they're inconsistent, they do work.

      Because it's inconsistent, something which is both a UX and UI no-no?
      How can you state that it works, when library incompatiilities often make such cludges not work in the real world?

      Distros are simply hostage to NIH-syndrome in the community. You might say it's each distro's responsibility to test everything, but the way the software is released and updated continuously on each individual target host, make that impossible. Anyways. shifting "blame" doesn't solve anything. Nor does ignoring obvious faults.

      Anyways, Linux desktops has gone a long way the past 20 years, but it's a slow and not very focused development. The problem is a hard nut to solve though, because everyone wants different things. For me Unity is almost perfect, simple and gets out of the way. However, that it depends on 3D made me use XFCE for my gaming rig to solve some performance issues in steam games. Of course, the panel then craps out in XFCE, and sound now gets muted all the time, etc. It's just too complex to work properly, and that's because of huge design flaws like lack of proper separation of concerns. To blame that on users, is just being a smug asshole. It's like saying, just use LibreOffice Calc when clearly it can't perform as well as Excel for anything but the simplest calculations, which doesn't help the user in any way since Excel works fine where other spreadsheet applications just don't. You may disagree, but you're nowhere closer to learning about the user's needs, usage and experience.

      Captcha: loyally

    12. Re:Common Dialogs by LinuxIsGarbage · · Score: 1

      Lastly, the Common Dialogs DLL is upgraded with every version of Windows. Take an application written in 1995 and run it on Windows 10. It still works. It uses the Windows 10 UI for opening/saving files, instead of the old clunky Common Dialog UI for 1995.

      This is not completely true. Here's some comparisons of common dialog UI The Windows 3.1 application still has the same panes it always had, though you get lower case letters... as long as it's not a long filename, in which case you get ~1.

      The Windows 9x era common save dialog still has squared off buttons, and doesn't have the navigation junk that Windows 7 or 10 offer in their native dialogs. However you get icon styles of the native OS, and copy / paste work, and sometimes you get the enormous Windows 7 icons that isn't possible in Windows 9x. Aside from visual styles, the dialogs are very similar between Windows 7 and 10, so I suspect applications use the same API calls and they will look identical.

    13. Re:Common Dialogs by Anonymous Coward · · Score: 0

      Qt is not a Linux only toolkit. You can use a Qt application on windows and you'll get the Qt filechooser too.

    14. Re:Common Dialogs by Anonymous Coward · · Score: 0

      My absolute #1 complaint about Linux on the desktop has always been the lack of Common Dialogs. This is a standard DLL that ships with all versions of Windows dating back to at least 3.1. This DLL handles basic dialogs like File Open, File Save, and Printing. Having this DLL available and with a very simple interface solves multiple problems at once.

      Bullshit. Windows has shipped with many "open file" dialogs over the years as well. Sometimes you'll get the old Win 3.1 dialog, sometimes you get one from the Win9x era, sometimes you get one from the Win2003 era, sometimes you get something modern.

      And they all work differently...

    15. Re:Common Dialogs by BitZtream · · Score: 1

      Linux zealots consider your complaint a feature, not a flaw. Of course that's Linux won't every rule the desktop

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    16. Re:Common Dialogs by Anonymous Coward · · Score: 0

      So let me get this right... Linux's way sucks because you have many GUI toolkits to choose from, and Window's way is the best because there's only one (ok, two, GTK works on Windows too)?

      Why the fuck do you need a toolkit-independent file chooser? If you want a GUI, you're gonna have to choose a toolkit anyway. And don't come with any of that "different needs, you don't know" crap.

    17. Re:Common Dialogs by Anonymous Coward · · Score: 0

      What you want is RedHat's BlueCurve UI that was consistent across GTK and Qt several years ago.

      Later on the Gnome and KDE developers threw that away. The Gnome developers also threw away Sun's accessibility work that Sun had paid a lot of money for.

      Then RedHat decided that the UI was too hard and to start messing with the init system...

    18. Re:Common Dialogs by Anonymous Coward · · Score: 0

      Could have sworn that Windows can produce no less than 3 different file/location picker appearances depending on the age of the program used, and therefore the API called.

  15. My pet peeve by jones_supa · · Score: 1

    Laptop screen brightness adjustment goes multiple steps with one keypress in Ubuntu and Mint. I still can't believe how such a basic feature is broken, release after release. Yes, I know that there are hacks to fix it, but I should not need to manually fix something silly like that.

    1. Re:My pet peeve by greenfruitsalad · · Score: 3, Informative

      install a retail copy of windows instead of manufacturer supplied OEM one and your hardware will work even less. that's what you're seeing with linux.

      on the one hand you have a heavily manufacturer customised version of windows (on which the manufacturer spent months), on the other you have a generic distribution of gnu/linux about which the laptop manufacturer doesn't give a sh*t. blame the manufacturer not the linux distro. but it's a chicken/egg problem. why would they consider a minor OS that doesn't require hardware upgrade every year or two?

      buy a dell xps laptop with preinstalled ubuntu and you'll get the same hardware support experience you get from a windows laptop. a laptop built FOR a particular OS.

    2. Re:My pet peeve by jones_supa · · Score: 1

      But the brightness problem concerns almost all laptops.

    3. Re:My pet peeve by greenfruitsalad · · Score: 1

      not in my experience. i have had that problem with one laptop in the past but it was a shit brand like acer/asus/msi (not sure which one). never had this problem on a proper laptop.

    4. Re:My pet peeve by Anonymous Coward · · Score: 0

      Just tested it: I almost feel sorry, but it works ;)

      Also, and I know this is luck, but suspend / resume works for all my Linux laptops and rig. However, hibernate, I won't even bother with trying..

    5. Re: My pet peeve by Anonymous Coward · · Score: 0

      That's right, we wouldn't want Linux running on ordinary hardware.

    6. Re:My pet peeve by perryizgr8 · · Score: 1

      install a retail copy of windows instead of manufacturer supplied OEM one and your hardware will work even less.

      This has become less accurate after 7. Now a new copy of Win 10 will automatically download and install all drivers/apps needed for all the buttons and sliders your specific model has. Lenovo will probably install a fucking rootkit automatically, too.

      --
      Wealth is the gift that keeps on giving.
    7. Re:My pet peeve by jones_supa · · Score: 1

      not in my experience. i have had that problem with one laptop in the past but it was a shit brand like acer/asus/msi (not sure which one). never had this problem on a proper laptop.

      I have had it with business laptops like Dell E4300, HP 6910p and Fujitsu E751. Is that proper enough?

    8. Re:My pet peeve by Toshito · · Score: 1

      install a retail copy of windows instead of manufacturer supplied OEM one and your hardware will work even less.

      I've installed / reinstalled windows xp/7/8 retail and OEM on several laptops (acer, dell, lenovo, toshiba) in my family and I've never got a problem with unrecognized or non-working hardware. Sleep/hibernation works 100% on all laptops for us.

      In fact I'm now upgrading most of our laptops (some are 7 to 8 years old) to windows 10 and so far I have zero incompatibilities.

      Try that with Linux. I tried Linux several times in the past 20 years, from the old red had with a text based installation to recent distros, and there's always something not working after installation.

      --
      Try it! Library of Babel
    9. Re:My pet peeve by Anonymous Coward · · Score: 0

      Pure bullshit. You haven't been installing a recent version of Windows on laptops.

  16. Re:Hmpf. Probably 90% of the problems also apply . by Anonymous Coward · · Score: 0

    Well, never had any problems configuring anything in XP.
    Unfortunately they messed it up with Vista, 7 and 8.

  17. Windows 7 Perfect? Spare me by sjbe · · Score: 1, Insightful

    Seriously, getting a desktop "right" is hard... Apple certainly hasn't figured it out yet, none of the Linux camps have figured it out... it's hard. The only one that may have come close to perfecting it was Microsoft with Windows 7, and then they went and screwed it all up after they had it.

    Umm, I'm guessing this is a troll because I doubt you'll find many people agreeing with you that Windows 7 was "close to perfect". It might have been close to YOUR personal preferences but please don't pretend to speak for the rest of us. Personally I prefer Apple's desktop interface slightly to Microsoft's though I'm fine with both. I haven't yet seen a linux desktop that even came close to suiting my work flow preferences though I continue to hold out hope. None of them are perfect and what might be perfect for me will likely be annoying for you.

    But Window 7 "close to perfect"? ....No. Just No...

  18. Re:Hmpf. Probably 90% of the problems also apply . by tepples · · Score: 1

    If "Configurable via GUI" in Windows means you "add some arcane registry key via the registry editor", then *maybe*.

    From a Windows fan's point of view, one key difference between the Windows Registry on the one hand and text configuration files (/etc and dotfiles) on the other hand is that the Registry is a database. This means it's more likely to be resilient to data entry errors. With text files, a syntax error usually invalidates the entire file, and there's nothing preventing the user from typing in a string where an integer is expected. Sure, the Registry's implementation is technically dubious, but switching to a more robust back-end like SQLite might fix that.

  19. Nothing surprising.... by mark-t · · Score: 1

    Many of reasons that exist for Linux are largely a catch-22 (eg, not many people use Linux because most developers don't target that platform, and developers don't tend to target Linux beacuse there aren't enough users to justify the effort).

    Certainly also Linux is not ready for the desktop of anyone who simply wants to copy what everybody else is doing (playing the latest AAA title that is only available for Windows, for example).

    From a commercial standpoint, I could even see that it isn't ready for the desktop of someone who must essentially work with other people who for the sake of compatibility, dictate that everybody in the company using the exact same version of all of their software and running the exact same operating system, where their operating system is not Linux.

    Where I work there are precisely zero Windows computers... reception has a mac, but all of the developers have Linux on their desktop.

    1. Re:Nothing surprising.... by Anonymous Coward · · Score: 0

      Mozilla proves that even when open source has a legion of users providing feedback and even patches that developer egos and general pettiness often block progress on issues that matter to users. There are dozens of major bugs in Firefox that have been bugs for over 15 years and had patches submitted, but stubborn assholes actually refuse to accept the patches.

      The way to get open source to take over is to allow users to drive product decisions instead of letting the developers decide. Let the developers stop contributing or fork if they don't like the directions the users take a project.

    2. Re:Nothing surprising.... by Anonymous Coward · · Score: 0

      And here I sit, getting ready to dump Linux at work because virtually none of our business apps are supported by Linux. The ones that supposedly ARE supported? Yeah, notsomuch.

      THIS is what prevents more people adopting it. The end user isn't interested in the systemd argument (because they don't even know what it is). They aren't interested in how to FIX the computer because their intent is to USE it. When I want to go for a drive, I don't want to have to stop my car after a block to troubleshoot a motherfucking video driver.

      Mixed metaphors FTW

    3. Re:Nothing surprising.... by mark-t · · Score: 1

      So that would fit into the category I mentioned in the third paragraph.

      There is very little from a commercial productivity standpoint that you can do with Windows that you cannot also do with Linux using different software other than simply being what somebody is used to.

      But not everyone wants to be bothered learning something new, so Linux is simply too inconvenient for many people.

      While this is a perfectly valid reason to not use Linux, it is worth noting that this is more of a case of the user not being ready to use Linux than Linux not being ready for the end-user.

    4. Re:Nothing surprising.... by Shadowmist · · Score: 1

      So that would fit into the category I mentioned in the third paragraph.

      There is very little from a commercial productivity standpoint that you can do with Windows that you cannot also do with Linux using different software other than simply being what somebody is used to.

      But not everyone wants to be bothered learning something new, so Linux is simply too inconvenient for many people.

      While this is a perfectly valid reason to not use Linux, it is worth noting that this is more of a case of the user not being ready to use Linux than Linux not being ready for the end-user.

      That's kind of like saying that expecting every car driver to be a garage mechanic is a reasonable proposition.

    5. Re:Nothing surprising.... by armanox · · Score: 1

      No, it's more like comparing a car with a column shifter vs a floor shifter. It's different, but works nonetheless.

      --
      I'm starting to think GNU is the problem with "GNU/Linux" these days.
    6. Re: Nothing surprising.... by Anonymous Coward · · Score: 0

      Except for those times when you have to pull up the floor because the upgrade for the brakes broke the gears and there's still that longstanding problem where neutral doesn't work (there's a simple workaround: just turn the engine off when you're not moving). Better not extend the analogy to include crashes.

    7. Re: Nothing surprising.... by Anonymous Coward · · Score: 0

      Funny, because windows breaks on me all the time as well.

  20. Tashkino? by Anonymous Coward · · Score: 0

    Tashkino seems like an arrogant ass.

  21. KDE Plasma 5 - broken by Anonymous Coward · · Score: 0

    KDE 5.x is impossible to use, with many rendering issues, broken multi-monitor support and crashes.
    Still on KDE 4.14.2 (Debian Jessie), which is stable and 'just works'.

  22. 6 of one half dozen of the other by Cro+Magnon · · Score: 3, Insightful

    My complaint with my Ubuntu desktop is that it doesn't go into sleep mode. My complaint about my Windows laptop is it doesn't come OUT of sleep mode.

    --
    Slow down, cowboy! It has been 4 hours since you last posted. You must wait another few hours.
    1. Re:6 of one half dozen of the other by Fly+Swatter · · Score: 1

      This! A laptop that won't successfully suspend AND resume every time is a useless laptop.

      Now i don't expect miracles for my desktop, but it stays on 24/7 simply because suspend never worked. Newer kernels actually suspend and resume but do not re-initialize the graphics card. So it's still a broken suspend.

    2. Re:6 of one half dozen of the other by Anonymous Coward · · Score: 0

      Works just fine on my Z800 with a PS2 keyboard. It's possible your system doesn't properly implement ACPI.

    3. Re:6 of one half dozen of the other by Anonymous Coward · · Score: 0

      Most systems don't properly support ACPI and the version has changed enough over the years that it's hard to keep it working.

    4. Re:6 of one half dozen of the other by ebvwfbw · · Score: 1

      No trouble with Fedora going into and out of sleep mode. Just saying - you might want to upgrade to Fedora. I ditched ubuntu years ago. When it wouldn't even install on a new laptop I bought. Fedora had absolutely no trouble with it.

    5. Re:6 of one half dozen of the other by Anonymous Coward · · Score: 0

      Loaded Xubuntu on a 2009 Dell laptop from Net. Installed fine, multi-media works well (better than the previous WinXP). USB audio stream works well, etc etc. But: if I close the lid w/out first logging out when I next try to sign in I have nothing but a blank screen; I have to press the power button then close lid and open to get login. This bug has been known for over 1 year. That is the problem with Linux.

  23. The real problem by Anonymous Coward · · Score: 0

    Linux just isn't "pretty" and "polished" enough... And the documentation can be a bit difficult to sort out. It will always be the "Bernie Sanders" of operating systems. It doesn't matter how "right" you are if the presentation sucks..

  24. Dump article by dump people by Mysticalfruit · · Score: 0

    This is an article that should have never made it out of the bin, nor to the front page. The author of the article demonstrates a general lack of understanding in regards to both unix and linux in particular. This is best demonstrated by point 31. where they complain about unix case sensitivity. Not only is unix file systems case sensitive, they're actually designed that way... on purpose.

    Dear Slashdot editors, please review articles a bit better before passing them on. This article is a crapfest from beginning to end.

    --
    Yes Francis, the world has gone crazy.
    1. Re:Dump article by dump people by Anonymous Coward · · Score: 0

      Dear Neckbeard,

      We don't care about the inner-workings of unix, nor do we even know what unix is.

      Sincerely,
      Average User

    2. Re:Dump article by dump people by armanox · · Score: 1

      Hey, guess what? Learn how a computer works, then we'll talk. Seriously. Don't they teach you guys anything in school anymore?

      --
      I'm starting to think GNU is the problem with "GNU/Linux" these days.
    3. Re: Dump article by dump people by bestweasel · · Score: 1

      Interesting you picked that: it was the only one in the list I disagreed with.

    4. Re:Dump article by dump people by Mysticalfruit · · Score: 1

      Dear Average User,

      This person was bitching about linux on the desktop. If you're not using it on the desktop, this conversation simply ends. However, if you decide to take the dive and switch your machine from whatever it's currently running to linux, don't start complaining about things in it that are and have been standards since internet forever.
      While you don't know what unix is or care about it's inner workings, your gleeful ignorance saddens me.
      Sagan said it best: "We live in a society exquisitely dependent on science and technology, in which hardly anyone knows anything about science and technology."

      --
      Yes Francis, the world has gone crazy.
  25. Biggist complaint is by Anonymous Coward · · Score: 0

    In chasing the desktop in this post desktop era with a post desktop interface linux as a whole is being completely fubar.

    One on the biggest gains was having a desktop environment separated from the main system in a happy little sandbox, now for everything to work from within the sandbox with a nicey nicey window big holes have to be punched through to the main system with new frame works to administer user privs. All of which is an architectural disaster. Put the desktop gimp back in it's box.

  26. Works good for servers not so much on the desktop by Anonymous Coward · · Score: 0

    Works good for servers not so much on the desktop

  27. Re:Windows 7 Perfect? Spare me by jones_supa · · Score: 3, Funny

    Suffice it to say that Windows 7 is the most well-polished turd that Microsoft has released. It's a garbage can with a lot of expensive rockets taped on it. However, at the end of the day, it does the job. Best PC operating system.

  28. Video Issues by techno-vampire · · Score: 2

    The article makes a big deal about the fact that getting nVidia and AMD cards to work under Linux isn't easy, and he's right. However, he's blaming the wrong person. Neither company is willing to provide either proper OSS drivers or the technical specifications needed for somebody else to write them. All they give us are binary blobs. And, in the case of nVidia, the install process is insane. First you have to boot into a CLI only environment to install them and second you have to do it again every single time there's a kernel update. Fedora, at least, has developed a way around this by using an akmod that checks at boot if there's a proper driver (kmod-nvidia) for the running kernel, and if there isn't, it builds one. Ubuntu still uses the insane version, but at least it automates it so that when there's a kernel update, it prompts you at boot to install the new drivers, doing all of the messy stuff on it's own after getting permission.

    --
    Good, inexpensive web hosting
    1. Re:Video Issues by TeknoHog · · Score: 1

      in the case of nVidia, the install process is insane. First you have to boot into a CLI only environment to install them and second you have to do it again every single time there's a kernel update. Fedora, at least, has developed a way around this by using an akmod that checks at boot if there's a proper driver (kmod-nvidia) for the running kernel, and if there isn't, it builds one. Ubuntu still uses the insane version, but at least it automates it so that when there's a kernel update, it prompts you at boot to install the new drivers, doing all of the messy stuff on it's own after getting permission.

      What? I use Gentoo and I build my own kernels. I simply "emerge nvidia-drivers" after building a new kernel, so the driver is ready for the next boot with that kernel. No need to go "CLI only" for that.

      (However, when nvidia-drivers itself is updated, the currently running X session may lose some acceleration features. I guess that's why some distros play it safe and only update it outside X. But this doesn't happen when simply rebuilding the same driver for a new kernel, as the libraries don't change.)

      --
      Escher was the first MC and Giger invented the HR department.
    2. Re:Video Issues by Anonymous Coward · · Score: 2, Informative

      This is simply not true. AMD directly contributes to the Open Source drivers and no longer even develops closed source drivers for Linux. The only reason they don't fully release the sources for legacy binary linux drivers is due to contractual/license/patent issues however to say neither company is unwilling to provide specs or drivers is either a falsehood due to misinformation or a complete lie.

      Google it, AMD/ATI is fully in.

    3. Re:Video Issues by basscomm · · Score: 1

      Amen to that. Installing and updating the proprietary Nvidia drivers manually is a colossal pain, especially if you're running Ubuntu or similar and they fart out a new kernel revision every couple of weeks, requiring new kernel headers, and a rebuild of the driver. Not to mention that the proprietary driver still is missing some features that they solved in the Windows driver years ago. For example, you still can't enable TwinView (multiple monitors) and SLI at the same time, and that was a problem that Nvidia managed to fix in Windows Vista.

      --
      http://crummysocks.com
    4. Re:Video Issues by techno-vampire · · Score: 1

      Thank you. I only wrote about Fedora and Ubuntu because they're the only two I've worked with on computers with nVidia graphics. If Gentoo has a better way of packaging the drivers, that's good. However, if you go to the nVidia website, you'll see that I described the official way to install the drivers, as recommended by the OEM.

      --
      Good, inexpensive web hosting
    5. Re:Video Issues by Anonymous Coward · · Score: 0

      Mod parent up. This is absolutely correct.

    6. Re:Video Issues by Anonymous Coward · · Score: 0

      Fedora, at least, has developed a way around this by using an akmod that checks at boot if there's a proper driver (kmod-nvidia) for the running kernel, and if there isn't, it builds one. Ubuntu still uses the insane version, but at least it automates it so that when there's a kernel update, it prompts you at boot to install the new drivers, doing all of the messy stuff on it's own after getting permission.

      I have had no problems with the nvidia using Mageia, ever, as they provide kernel-specific RPMs to update it. As a distro, it also has great general hardware support.

      The only problem its predecessor, Mandriva, had was ugly eye-candy and poor front-office management that fscked the user community. Those problems have been solved by Mageia.

      It's worth a look. http://www.mageia.org/

    7. Re:Video Issues by techno-vampire · · Score: 1

      I see that Mageia is rpm based, just like Fedora. Does it also use the rpmfusion repos? If so, they're using the same method that Fedora uses. Not that that's a bad thing, it's just that I wish that more distros would use the same basic idea.

      --
      Good, inexpensive web hosting
    8. Re:Video Issues by shutdown+-p+now · · Score: 1

      The article makes a big deal about the fact that getting nVidia and AMD cards to work under Linux isn't easy, and he's right. However, he's blaming the wrong person.

      Is he blaming anyone? All I see is a catalog of issues.

    9. Re:Video Issues by techno-vampire · · Score: 1

      Strictly speaking, of course, you're right. However, I got the impression from TFA that the writer was blaming Linux developers for not doing a perfect job instead of making the slightest effort to find out why Linux has these issues.

      --
      Good, inexpensive web hosting
    10. Re:Video Issues by TheSunborn · · Score: 1

      What? On fedora its a single line to install the binary nvidia driver. Or 2 lines, if you also need to add the nonfree repository first.

    11. Re:Video Issues by techno-vampire · · Score: 1

      Exactly. Either you add the two rpmfusion repos and do it the easy way (one line, as you said) or you download the binary blob directly from nVidia, install it, and then re-install it every time there's a new kernel. Just because there's an easy way doesn't mean that everybody uses it; I've even seen people write that the only way they can get the driver to work on their box is doing it the hard way.

      --
      Good, inexpensive web hosting
    12. Re:Video Issues by dbIII · · Score: 1

      Neither company is willing to provide either proper OSS drivers or the technical specifications needed for somebody else to write them.

      That's just a good example of a consequence of software patents. There's still the stuff that SGI got burned with in the courts lurking in there somewhere because the patents are way too broad apart from bring a stupid concept in the first place.

    13. Re:Video Issues by techno-vampire · · Score: 1

      Software patents have nothing to do with this. The companies won't even provide the technical specifications of the video cards or GPUs they use so that OSS developers can write proper drivers.

      --
      Good, inexpensive web hosting
    14. Re:Video Issues by Anonymous Coward · · Score: 0

      It has everything to do with it and now you know why they do not provide the technical specifications of the video cards or GPUs. SGI released information, a patent troll pounced and some of the SGI people who were mixed up with that now work for Nvidia.
      Sucks, and I wish they would release stuff, but that's why they do not want to.

  29. Re:Hmpf. Probably 90% of the problems also apply . by Anonymous Coward · · Score: 0

    Obvious troll is obvious.

  30. Re:Hmpf. Probably 90% of the problems also apply . by Dragonslicer · · Score: 1

    It should be possible to configure pretty much everything via GUI (in the end Windows and Mac OS allow this)

    I'm not a Mac user, so maybe I'm mistaken on this, but isn't OS X (and Apple in general) rather infamous for not letting users configure things very much?

  31. Re:Is Linux still relevant? by fluffernutter · · Score: 1

    My parents have an old PC that came with windows XP that they have been running for a long time. The hardware itself is perfectly fine but windows XP has gotten cruddy and slow over the years as windows XP tends to do. I'd sure like something fresh to put on it that's free and will run decently on their hardware and runs some up to date applications.

    --
    Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
  32. Re:Windows 7 Perfect? Spare me by FuegoFuerte · · Score: 2

    Naw, no trolling... not much anyway. When I say "close to perfect," I mean something closer to "the best desktop OS UI that's been created yet, by anyone, where most things 'just work.'" And I say that writing this from a Mac that I've been using as my primary daily laptop for two years - and I STILL hate the UI. The multi-monitor/projector support is TERRIBLE, Finder has one of the worst file explorer layouts I've seen, it's about a 10-step process to switch from normal headphones to USB or back, my task bar or whatever it's called in MacLand shrinks to where I can hardly see what I'm clicking if I open too many things at once, the network settings are disjointed, and it's not even possible to use a shortcut key to lock the desktop when I'm walking away from my desk! (And no, a "hot corner" is NOT THE SAME, even though that's the dirty cheap hack I have in place as a substitute).

    So, compared to that hot steaming mess in the road, Windows 7 is pretty close to perfect.

  33. many non-issues, some serious ones by rubycodez · · Score: 5, Interesting

    I pick my hardware to run my LInux apps properly, including printer/scanner. All that whining the author does about specific hardware types. If you really are hard core gamer pick the right OS for your games, Linux may not be it.

    Sound issues: yes there are some for specific use cases, valid point

    Printer/scanner blah blah - pick the right hardware for your OS and quit whining.

    X11 issues - yes X is dated, insecure, single threaded for important things,

    Wayland - not done yet so who cares

    Kernel - yes it can crash on driver failure, so can Windows or Mac OSX. Done it on all three myself, do I get a prize?

    Distribution non-standards for settings, etc. - no this is a strength, and there are only a handful of really popular distros anyway. I want the choice

    Wine whining - use a VM you putz and run windows for windows apps

    No equivalent for hardcore CADD/Photo - use a VM you putz and run windows for windows apps

    grub update problems - no honestly haven't run into them

    no security update lists - wrong, you can cron a query to the package manager and email it. even list required, security, etc.

    major recent security problems - shell shock, openssl - actually openssl a problem where private interests led to rubber-stamping crap. shellshock - yes bash is a very complicated bloated shell, smarter people (like *BSD) run services under much simpler shell.

    look at all the security vulns found in package x, more eyes doesn't mean less vulns - no the eyes are one means for finding them. another might be fuzzers. hey at least your 134 gtk+thingy were fixed

    windows more secure because updates mandatory - wrong, some of those auto updates break things and so serious places have to vet each one and withhold...dang same as linux or any other OS! sysadmin is hard and painful to do correctly!

    systemd woes with freezing, crashes, undefined state - yes, it's badly designed bloated trash. don't use it for serious servers. Poettering is a disease.

    samba is hard - yes sysadmin is hard

    GNOME and KDE woes and no enough manpower - some of us use better desktops

    steep learning curve, have to use CLI sometimes - yeah just like windows registry editing and powershell

    no antiviruses or similar - yes there are, and they're free and even will spot other things like .jars with vulnerable java in them. clamav bitch

    forward and backward compatible kernel problems - yes, kernel version change means specific drivers. again pick your hardware for linux, use standard things, you want bleeding edge hardware maybe you should change OS, Linux isn't for you. reality bites

    GNOME/KDE change things move things - yes, the major desktops suck, use one that listens to user needs and isn't trying to be star trek command and control

    oh noes linux devs don't care because they broke Loki installer - more game related whines. seriously kid, if you want a game machine buy windows unless you're into minecraft or steam linux or similar

    character limits in linux - yup 255 for filename and 4096 for path. be nice if it was longer

    case sensitivity in file names, no rational basis - wrong, very rational basis for POSIX system to require that. that will never be changed

    file creation times - indeed many issues with the other timestamps in linux depending on filesystem type, that should be fixed

    Linux security a mess because this or that vuln just found - no, they were fixed so quit your whining, and any other general purpose OS on planet earth has similar, windows included

    whining about binary api/abi between distros and binaries for specific distros needed - yes, each distro is a different OS. get that into your head. there is no problem.

    No CIFS/AD level replacement/equivalent because samba doesn't count? yes samba 4 plus nis++ does count. oh you have to think and administer things differently than a microsoft cert wank? yes, yes you do. Remember kiddies, if you're a microso

    1. Re:many non-issues, some serious ones by rubycodez · · Score: 2

      (last line is just just troll reward for anyone that read the whole thing)

    2. Re:many non-issues, some serious ones by Anonymous Coward · · Score: 0

      Dear Sir:
      I bet if you stood on the deck of the Titanic with life preservers, people would spit at you for being such an arrogant know it all

      congratulations - and the best part is, you don't realize that you are a know it all !!!!
      So we can make fun of you, and you will keep on, which means we can keep making fun of you - you should be commended supplying so much snarky entertainment to so many people !!

    3. Re:many non-issues, some serious ones by thegarbz · · Score: 2

      I agree with a lot of what you said but some of it stands out:

      I pick my hardware to run my LInux apps properly, including printer/scanner. All that whining the author does about specific hardware types. If you really are hard core gamer pick the right OS for your games, Linux may not be it.

      The author addresses this as being a main problem in the migrant case. You want people to TRY Linux as a new desktop? They won't research and buy a PC for that. But that's irrelevant really because ultimately it doesn't matter what hardware you chose, in many cases (e.g. GPU) you're a second class citizen and regardless of your choice or research you won't ever have the speed or feature set available in other OSes of the same hardware.

      windows more secure because updates mandatory - wrong, some of those auto updates break things and so serious places have to vet each one and withhold...dang same as linux or any other OS! sysadmin is hard and painful to do correctly!

      In the desktop case I can't agree with this. Pretty much every distro aimed at desktops (read ones that run the latest and greatest software) will break something every other update. Yet for all the many of hundreds of upgrades which automatically whiz onto Microsoft and Apple PCs the number of things which break are incredibly tiny. There is no sysadmin on the classic desktop. This stuff happens automagically and no one "vets" anything.

      samba is hard - yes sysadmin is hard

      His comments about file sharing were not about being a sysadmin (desktop remember). It was about being able to share files. Like turn on a PC click network and see a list of computers and the stuff they shared. Even Apple can play along with Windows there. Samba is totally outclassed in this case.

      steep learning curve, have to use CLI sometimes - yeah just like windows registry editing and powershell

      Negative. I don't know anyone who has used Linux without having to resort to CLI (if for nothing other than getting a damn network share to work). It's part of the experience that you will at some point need to use it due to the woefully incapable GUI tools available. Yet I know many people who have never used regedit, and I've personally used it maybe a handful of times in all my history. In the last 20 years I have never used powershell, actually the only people I know who use powershell are Windows sysadmins in large organisations.

      seriously kid, if you want a game machine buy windows

      This is exactly the attitude that is the problem here. A desktop OS should be just that, and OS, and things should work on them. This is not the 90s anymore. We should not be picking OSes for the purpose of running an application. The OS should just be silent and in the background, taking whatever load with throw at it.

      Most of the rest of what you said I agree with, except for the sentiment. Attitudes like yours are actually part of the fundamental problem with the OS, the toxic community.

    4. Re:many non-issues, some serious ones by rubycodez · · Score: 1

      I use linux mint and with nvidia card / proprietary driver (that it automatically found and loaded for me) too, I'm not finding each patching breaks something every other update. maybe your distro of choice is a little stinky

      actually the simple file sharing from my Mate menu works exactly like what you say, and printer discovery too. I lob files at my kid's game system (windows, hah!) that way

      Yeah I know people who never had to use reggit, my #$*(# relatives for whom I have to use it to fix their windows boxes! Yes the powershell use was for desktops at work though.

      "This is exactly the attitude that is the problem here. A desktop OS should be just that" Wrong. False. Now you are just being obtuse and ignorant of what is possible. There is no way any other OS than Windows can run all Windows software, except by virtualizing windows using processor hardware.

      My attitude is one of realism, you are moaning the world doesn't have flying unicorns shitting candy and money. The problem is people like you that expect things that are not possible.

    5. Re:many non-issues, some serious ones by Anonymous Coward · · Score: 0

      please

      learn

      how

      to

      use

      paragraphs.

    6. Re:many non-issues, some serious ones by Gunstick · · Score: 1

      this is my linux, stock Xubuntu, works perfectly, just the random freeze on standby.
      Before last update it was freezing when changing WiFi settings. Now it freezes, about every 4th time, when I close the lid.
      Have fun: https://twitter.com/GunstickUL...
      Now how do I do a bug report with this? There is no debugging output nowhere. Just a flashing LED.

      --
      Atari rules... ermm... ruled.
    7. Re:many non-issues, some serious ones by thegarbz · · Score: 1

      I use linux mint and with nvidia card / proprietary driver (that it automatically found and loaded for me) too, I'm not finding each patching breaks something every other update. maybe your distro of choice is a little stinky

      If you think breaking was the problem then you need to re-read my post. You want a simple performance update? How about a feature upgrade? Well you can get that but not running Linux. Does that sounds like everything is happy and only the distro choice is stinky? We run articles every few months comparing the performance of graphics drivers on different OSes, and Linux gets a lovely F every time.

      actually the simple file sharing from my Mate menu works exactly like what you say, and printer discovery too. I lob files at my kid's game system (windows, hah!) that way

      Thanks for that. I may need to give Mint another go. It was utterly broken on my last attempt in Ubuntu (admittedly last year).

      "This is exactly the attitude that is the problem here. A desktop OS should be just that" Wrong. False. Now you are just being obtuse and ignorant of what is possible. There is no way any other OS than Windows can run all Windows software, except by virtualizing windows using processor hardware.

      Allow me to rephrase. Actually no, I'll just replace the single word "Application" with "Workload". I was never intending to imply that the goal of Linux is to run Windows software, but the OS should not limit the user. I can go out and buy an iPhone or a Samsung Galaxy. I know that regardless of my choice I am going to be able to browse the web, play a large variety of games, use a large variety of productivity software, etc. Yet we have a very real opposite effect on desktop where the choice of OS (actually the choice of Linux vs non-Linux) will actively determine which workload you can apply. That is an OS that is in the way.

      My attitude is one of realism, you are moaning the world doesn't have flying unicorns shitting candy and money. The problem is people like you that expect things that are not possible.

      It's not possible, currently, in Linux alone. The choice of workload does not affect whether I chose OSX or Windows. It doesn't do so for iOS or Android. It is only a limiting factor in Linux. This isn't the realm of unicorns, it's simply whittling down some bugs that currently make Linux unsuitable in a given scenario, and then achieving critical mass to attract developers. The fact that you think this is impossible or unachievable is quite sad.

    8. Re:many non-issues, some serious ones by Anonymous Coward · · Score: 0

      What arrogant, self-righteous dribble!

      To start with, it is not OK to call someone you don't agree with a "dumb fuck".

      Actually, there IS a problem if you need to "pick the right hardware for your OS and quit whining".
      (Do you have any idea how useless the original/early MS DOS was, when each manufacturer had their own version and you needed a different version of each application for each? But at least MS recognised the problem and fixed it instead of shooting the messenger.)

      Some services MUST work for an OS to call itself an OS. That includes networking, printing, file open/save/stamps, sound, graphics, etc.
      The whole point of an OS is to provide standard services on standard APIs.

      No, each distro of Linux shouldn't be "a different OS". BSD might be a different OS. It's exactly this fragmentation that pushes end users away.
      I worry that too many Linux aficionados want it to stay arcane so that their hard-earned knowledge keeps its value.. But by doing that, we are cutting our own throats in so many ways..

      At last, I find your solution to "No equivalent for hardcore CADD/Photo - use a VM you putz and run windows" rather abdicating and disheartening..

      (PS. I would agree that there are no reasons for file names to be case-insensitive. We don't have to copy MS mistakes. But we are stuck with them: There is a lot of compatibility baggage. Apple goes as far as specifying behaviour at the device format / filesystem choice stage. It costs more in compatibility, support and fragmentation.)

  34. Zan by fulldecent · · Score: 1

    This is a very high quality list and I fully recommend it for anyone that is currently working on FLOSS software or is looking to get involved in a high-impact project.

    --

    -- I was raised on the command line, bitch

    1. Re:Zan by Anonymous Coward · · Score: 0

      Yeah I'll get right on that case-sensitivity bug #31.

      Worthless article.

  35. Seems to be doing ok by MrDoh! · · Score: 1

    I think a few people are ok with it as long as they use that UI shell thing called... uhm.. Android? Yeah, that's the name, Android. Seems to work fine for a Billion users.

    --
    Waiting for an amusing sig.
  36. the great thing about standards is... by Anonymous Coward · · Score: 0

    what part of Common Library do you not understand tepples?!

  37. Re:Hmpf. Probably 90% of the problems also apply . by UnknowingFool · · Score: 1

    The problem is when Windows users try to configure something as they know how to in Windows, this fails. I would say that on the surface, some things appear not to be as customizable. If the GUI does not offer an option, there is a command that does it. Under the hood, people still forget that OS X is Unix and commands still work.

    Speaking of Windows, I have Windows 8. After years of having the ability to tweak a lot of things in previous version, MS decided to bury almost everything from the user. It seems to me I have to wade through at least one more menu or screen for every little thing than before. I've heard that Windows 10 gets worse at this.

    --
    Well, there's spam egg sausage and spam, that's not got much spam in it.
  38. Funny by Anonymous Coward · · Score: 0

    I've been running Debian on a desktop and laptop since 2002. See no issues except hideous KDE

  39. DRM purism by fieldstone · · Score: 1

    I'm not sure if anyone else has mentioned this yet, but the open-source community's sometimes fanatical opposition to DRM of all types is a hindrance to desktop adoption. Until it is possible for Netflix, Hulu, and Amazon Prime to "just work" in any browser on Linux the same way they do on Windows or Mac OS, desktop Linux is not going to be competitive for average users.

    1. Re:DRM purism by Anonymous Coward · · Score: 0

      And why is this linux's fault? Blame the content providers for insisting on locking people out of the very content they tried to purchase.

      Why do the content providers continue to insist on it? "To stop piracy"? That's bullshit. Lots of piracy going around despite measure after measure being taken. If someone's willing to put up with watching a crappy "cam" video taken in a theater, they aren't going to be buying regardless. So ignore those people. Put value into the product for those people who are actually spending money on it. This means making it convenient to use, including on platforms you might not have considered. Or at least not actively trying to stop the use of latter.

      How is it the bottled water companies are raking in the profits, despite free drinking water being available at just about every tap in modern society? THAT is how the media companies need to address the market. Not with handcuffs. Why would I want to give someone my money if they'll just turn around and slap me in the face with it?

      I, for one, am happy that linux doesn't provide DRM support. It makes it really easy to know when it is being used, so I can avoid putting money into that.

    2. Re:DRM purism by Anonymous Coward · · Score: 0

      The security of the portable DRM system should not be weaker because of the root and code access to the client, but stronger for it.

    3. Re:DRM purism by LinuxIsGarbage · · Score: 1

      I believe that's more of a sticking point of the "Free" (as in in GPL), versus open source as in BSD that may be more likely to make it happen.

  40. Some notes on a new Linux Desktop by ADRA · · Score: 1

    I started at a new company which included a stock Ubuntu (I came from Fedora previously). I hate their stock UI so I switched to Xubuntu.

    1. Lots of configuration necessary since -my- XFCE looks more akin to Gnome 2 (My axe to grind but I'd love to have XFCE pre-canned layouts with the ability to save customized layouts afterwards through a GUI)
    2. The graphical package manager worked maybe 60% of the time, so I immediately abandoned it and went to apt-get
    3. I regularly get 'this and that' crashed errors even though nothing seems broken.. very strange. My ps list has a million copies of "indicator-bluetooth-service", "indicator-sound-service" so I'm assuming indicators has issues (see below)
    4. There's no elegant way of telling the desktop to inherit screen orientation changes to the login screen. You can copy a cfg file over, but that's garbage. Include a prompt or have some sort of backend sudo for 'blessed' users
    5. NV Graphics / Audio / All hardware worked out of the box and great! 0 complaints.
    6. The whole 'indicators' thing between Ubuntu's skin and XFCE is functional, but a little ham fisted. I guess I should be happy that there's a widget for them at all but I'd wish someone put some more love into it.

    All in all, things are certainly moving in the right direction, and a big thanks to everyone who contributes regularly in making my workhorse better and better!

    --
    Bye!
  41. Losing display session coming out of sleep by Anonymous Coward · · Score: 0

    For me when running Fedora 22/23 is that it loses my display session sometimes coming out of sleep / hibernation and it loses all my open apps.

  42. Re:Hmpf. Probably 90% of the problems also apply . by Coren22 · · Score: 1

    You do realize that a single character wrong in the data field will cause you issues in Windows too right?

    You can also put a string into an integer field in regedit, as you tell it what type the key is, not the other way around.

    --
    APK likes to ask for responses to the same things over and over. Maybe he just likes the responses?
  43. Re:Hmpf. Probably 90% of the problems also apply . by Octorian · · Score: 1

    If "Configurable via GUI" in Windows means you "add some arcane registry key via the registry editor", then *maybe*.

    Yes, that case actually counts.
    In Windows, you actually can do all sorts of user-unfriendly configuration-tweaking without having to open a command prompt or hand-edit a text file.
    This is a big part of why Windows is far more accessible to a certain level of "power user" who isn't quite comfortable with hacking their way across configuration files, but can manage the rest of it.

    I keep saying the Linux community focuses far too much on two extreme user stereotypes:
    A notional "grandparent" who is afraid of any options and can use a simplistic already-configured-for-her system
    and
    The uber-geek who isn't scared of compiling their own kernel.

    They keep forgetting about the notional "grandchild" who is "good with computers" but not to our level. This under-served segment is who actually acts as tech support for the notional "grandparent," and who probably makes the majority of the actual tech decisions.

  44. For me, its going backwards by saigon_from_europe · · Score: 1

    In 2003/2004 I used Linux desktop at my job. I used Redhat 8 and 9 with KDE. It was usable. Ten years later, default KDE on Ubuntu 14.04 is barely usable - too many annoying things. Plasma 5.3 looked promising, but "not there yet". Unity is at least stable, but completely unconfigurable and I *hate* window buttons being on right. Also, selecting a window from the panel is completely annoying as you have to click on the panel, and then to move mouse to select screen - complete waste of time. I now use Cinnamon, and it is ok, except that I had to tweak UI via changing CSS file, and that power off window does not show "ok" button, only "cancel". And I have problem setting Alt-Shift for changing keyboards. And probably many more things but I did not have a chance to notice them yet.

    From my perspective it looks as if Linux desktop is going backwards. I believe that problem is that there is no big companies behind it, like it was Redhat it its days. Yes, there is Cannonical, but it seems more interesting in pushing their political agenda than in desktop itself.

    --
    No sig today.
    1. Re: For me, its going backwards by Anonymous Coward · · Score: 0

      "problem setting Alt-Shift for changing keyboards"

      That problem with ctrl-alt is in the article - think it's the 10 year old bug (now 11).

  45. Re:Hmpf. Probably 90% of the problems also apply . by Penguinisto · · Score: 2

    the Registry is a database. This means it's more likely to be resilient to data entry errors.

    ...no it doesn't. ID10T errors are no different no matter where the keystrokes go. It also doesn't prevent the registry itself from corrupting, which Windows is rather legendary at doing.

    With text files, a syntax error usually invalidates the entire file...

    ...assuming you mean 'a bad configuration entry breaks the application', yes. It means you only have the application/service that relies on it going south. Just like borking a registry entry will bork the application/service that relies on the now-broken registry entry. Not seeing much difference there, unless you're referring to the registry's backup copy (which amazingly enough, you yourself can do before you edit a config file in *nix.)

    Now if you meant that the file is completely useless from that point onwards, then you'd be wrong; the typoed/mistyped portion of said file can be edited back to normal and everything is hunky-dory again. By comparison, sometimes you cannot do that with a broken registry (that is, if you broke it badly enough and was dumb enough to reboot in-between... a not too outlandish scenario).

    Finally, a config file can do something that a registry entry cannot: properly carry its own documentation within the file itself.

    --
    Quo usque tandem abutere, Nimbus, patientia nostra?
  46. Re:Windows 7 Perfect? Spare me by ffsnjb · · Score: 1

    Control-Shift-Eject ? Slightly more annoying than Windows-L.

    --
    "Why do you consent to live in ignorance and fear?" - Bad Religion
  47. Re:Hmpf. Probably 90% of the problems also apply . by Penguinisto · · Score: 1

    I'm not a Mac user, so maybe I'm mistaken on this, but isn't OS X (and Apple in general) rather infamous for not letting users configure things very much?

    A typical user, yeah - the options are plentiful, but not all-encompassing.

    However, if you have admin rights on the box, changing any aspect of OSX' behavior is just a text editor and the right .plist file away.

    --
    Quo usque tandem abutere, Nimbus, patientia nostra?
  48. Re:Windows 7 Perfect? Spare me by phantomfive · · Score: 1

    The lack of virtual desktops is a huge, glaring blot.

    If you're the kind of person who mainly uses windows, and thus doesn't notice the weaknesses, then you will really like Windows 7. If you are aware of the full potential of the desktop, then you will see plenty of holes in it.

    --
    "First they came for the slanderers and i said nothing."
  49. Missing a big one... Remote Desktop by morgauxo · · Score: 1

    I use Linux on the desktop and 90% of this stuff does not affect me. But.. what really gets on my nerves... remote desktop support.

    Sure there is VNC but VNC has no sound! I guess Pulse can do it... That's what I keep reading but I can't make it work no matter how hard I try. Even if Pulse actually can provide remote sound.. (which I am begining to thing requires a visit from the friendly ghost of Leonert Poettering himself) it should be seamless with the remote desktop app to be considered good enough for 2001 (let alone 2016). Look how easy it is in Windows! Check the fucking box and it works. That's what I want to see in Linux.

    Yes, there have been other sound servers over the years, eSound, aRts. I remember eSound even having a java client so I could hear my Linux Desktop from someone's Mac or Windows box. So what... they still were not (click a box) integrated AND they were only supported in certain applications.

    Once upon a time, when I was first switching to Linux I was super impressed by remote X display. Windows had no native remote desktop back then, you had to pay a bunch of money to PC Anywhere to get that. Linux was light years ahead in my eyes in that it ran over the network natively.

    What the hell happened? All those years, Windows gets Remote Desktop which seamlessly incorporates sound AND on terminal servers even separates the sounds by login session. I can log in to Windows remotely while a buddy does the same and we can listen to separate sounds on our respective terminals.

    Linux has what? VNC plus PulseAudio? WTF?

    I could rant about VNC not having built in encryption too. I guess RealVNC has it.. for a price. I think TightVNC can do SSL but you have to use the Java client. That sucks. At least SSH tunneling gives me a solution to that though. Still waiting for such a simple sound solution.

    Alas... Linux seems to be finally changing on this front. IN THE WRONG FUCKING DIRECTION! Now we are supposed to be switching to Wayland and relying on each respective desktop environment to independantly invent and implement a remote protocol for us to use?

    I think the Linux Desktop is in the process of self destructing. Where to now?

    1. Re:Missing a big one... Remote Desktop by armanox · · Score: 1

      VNC isn't the product you want. You might want to consider looking at NX (there is the proprietary implementation from NoMachine, and the protocol is open source so there are projects like FreenNX)

      --
      I'm starting to think GNU is the problem with "GNU/Linux" these days.
    2. Re:Missing a big one... Remote Desktop by thegarbz · · Score: 1

      Now we are supposed to be switching to Wayland and relying on each respective desktop environment to independantly invent and implement a remote protocol for us to use?

      That was only the idea behind replacing remote desktop that was NATIVE to the system itself. Wayland won't prohibit you from running things like VNC. The tools just need to be written for it, and by all accounts it should actually make that process faster. What you lose is remote x display but you weren't using that anyway.

      Also yes your complaint is perfectly valid but that's the "unix way" that everyone praises. The Windows way is to do everything in one place and as such their RDP protocol combines everything in one amazing swoop, under the bonnet though they are still distinctly different protocols handling each part. So it stands to reason that you'll be running 10 bloody different programs to get your 10 different functions working. Sigh x11rdp + pulseaudio it is for me, though I've given up on pulseaudio now, it was too much of a hassle.

    3. Re:Missing a big one... Remote Desktop by morgauxo · · Score: 1

      "What you lose is remote x display but you weren't using that anyway." - Actually I do use that as well I just got sick of arguing that one and decided not to mention it. I use remote X at home on a terminal in my workshop, SSH + VNC from other places. It's great so long as I don't want sound.

      "Also yes your complaint is perfectly valid but that's the "unix way"

      I suppose. Actually.. I wouldn't mind having separate applications but wrapping a GUI around them. Just look at how Remmina wraps itself around vncclient and ssh to make tunneling less painful. It's not as easy as using Remote Desktop with it's built in encryption but it's good enough for me.

      My problem is that there isn't really any equivalent client for sound. I always thought that was because X has the DISPLAY environment variable. Even if multiple people are logging in from multiple places, if things are set up right they each inherit a DISPLAY variable that automagically directs any GUI they run to their own X server or VNC client.

      Even with audio servers like Arts and eSound there wasn't anything like that. You had to tell each application as you run it where to send the sound. That sucked!

      I guess Pulse Audio is supposed to do something like this. It seems to work for multiple LOCAL sessions. That I find just annoying. I used to sometimes do things like Ctrl-Alt-F1 to a terminal to run pianobar or mpg123 and then Ctrl-Alt-F... back to X. Ok, there was never a real reason for me to do that but I just liked to sometimes. Now it silences as soon as you switch back because it 'knows' the session with the music player is not the currently visible one. Why would I want it to do that? Pianobar is certainly just fine heard but not seen!

      On the other hand.. if I log in with a remote session... I have never seen it automatically know this and forward audio on to my local client like X would. I see hints that it is supposed to work there... there is some sort of X Pulse Audio plugin. I've tried all sorts of fiddling with PulseAudio configuration and have never managed to make it work though. At this point I don't think it does. I think Pulse's developers are fixated on some strange use case where a bunch of people are sharing a Linux desktop, none of them ever log off and they like to keep noisy things running.

      I suspect remote operation was intended but never really debugged/fleshed out for Pulse. Probably, there is a generational issue where the kids have an allergy to remote access because they all prefer to just run crap locally on their tablets anyway... It's probably the same one affecting the Wayland devs.

  50. Re:Hmpf. Probably 90% of the problems also apply . by techno-vampire · · Score: 1

    Finally, a config file can do something that a registry entry cannot: properly carry its own documentation within the file itself.

    Including a comment stating when you made a change, and the original line transformed into a comment so that it's easy to undo. If there's a way to do that kind of thing with the Windows Registry, I've never heard of it.

    --
    Good, inexpensive web hosting
  51. Re:Windows 7 Perfect? Spare me by FuegoFuerte · · Score: 1

    Umm... Eject? I've never seen an Eject key on a keyboard, certainly not on my Macbook (which is also missing "Home" and "End" keys, because Apple).

  52. Re:Hmpf. Probably 90% of the problems also apply . by Shadowmist · · Score: 1

    I'm not a Mac user, so maybe I'm mistaken on this, but isn't OS X (and Apple in general) rather infamous for not letting users configure things very much?

    A typical user, yeah - the options are plentiful, but not all-encompassing.

    However, if you have admin rights on the box, changing any aspect of OSX' behavior is just a text editor and the right .plist file away.

    Also with the right commands or hackware a bunch of normally invisible files and folders become visible and ready for your miscreance.

  53. whatever by Anonymous Coward · · Score: 0

    Youtube, Steam games, Netflix, and LibreOffice work great. Laser printers, too.

    I put Linux Mint on my retired Mom's laptop two years ago and no complaints!

    Linux desktop has been here for years. No one cares because the users are have smart phones now. All desktops are dead.

  54. It's not all that hard. by Anonymous Coward · · Score: 0

    To make a god solution the following is needed.

    Unification. The reason everyone fall back on windows7 behavior is because very little have changed since win95 and pretty much everyone know how to navigate it. The only reasonable solution is to simply jump on the boat. Everything else is pretty much like trying to trying to sell a car with no steering wheel (Windows8 anyone?, and for me personally Ubuntu, I HATE IT). Startmenu, controlpanel, my computer. Drop the pride and just copy.

    Everything need to work out of the box, that is pretty. A good step would be if the major dist would release (in cowork with the normal laptop/workstation companies like dell, lenovo and HP, think GOOGLE)

    Unified clipboard, you need to be able to copy anything and paste it into anything.

    Virtual desktop areas, with higher and higher resolution we need to splitt the screen into several of areas where you can have fullscreen apps.

    Office and internet explorer domination used to be the biggest problem, but that is in the past.

    Aside from that gaming could be a hurdle, but I think that one will solve itself if linux desktop manage to get movement.

  55. s%or/and%and/or/G by Anonymous Coward · · Score: 0

    please....! or/and reads so poorly.

    1. Re: s%or/and%and/or/G by Anonymous Coward · · Score: 0

      s#/G#%G#

  56. Re:Windows 7 Perfect? Spare me by armanox · · Score: 1

    My eject key is to the right of F12 and above delete.

    --
    I'm starting to think GNU is the problem with "GNU/Linux" these days.
  57. vendor support by ArcticBunny · · Score: 0

    I went to go buy an XPS 13 Developer edition in Canada and well you can't buy it. If there was real vendor support for this then it would be different. although if there is no demand then they won't sell / support it

  58. Re:Windows 7 Perfect? Spare me by unixisc · · Score: 1

    Every Windows user I've met likes 7 and prefers staying w/ it over 8 or even 10. Only thing - I got a laptop w/ 8.1 preloaded, didn't wanted to fork out extra for 7 Pro, and so moved to 10 at the earliest opportunity. Had I been on 7, I'd have stayed there, but the fact that Microsoft is undermining support for 7 and will end it in 2020 makes it time to look at alternatives. I have 10 as well as PC-BSD.

    When you say 'rest of us', it's highly presumptive to imply that the 'rest of us' are Linux users. Linux is still an asterisk in the market, no matter how many slashdotters use it. Even Apple - it's only users are those Apple fans willing to spend >$1k on a laptop: anyone who pays b/w $200-$1000 has to settle for Windows, and there, everybody I've met to date prefers 7 to either 8 or 10.

  59. Re:Windows 7 Perfect? Spare me by unixisc · · Score: 1

    On this PC-BSD laptop, I sometimes use multiple workspaces, and it has been useful at times. Yet, I don't miss it in Windows 7, and I don't use it at all in Windows 10. I can see how it would be useful if I had multiple displays.

    I can see Workspaces becoming a resource hog if one has different wallpapers for different virtual desktops. Lumina however doesn't allow that.

  60. what is linux ? by Anonymous Coward · · Score: 0

    I think I heard someone mention it once, but I've never seen it...

    no wonder I've never heard of it: it is only 1.5% of desktops
    https://en.wikipedia.org/wiki/Usage_share_of_operating_systems

    Is this like the joke about academia, the fights are so bitter cause the stakes are so small ?

  61. Re:Hmpf. Probably 90% of the problems also apply . by tepples · · Score: 1

    ...assuming you mean 'a bad configuration entry breaks the application', yes. It means you only have the application/service that relies on it going south. Just like borking a registry entry will bork the application/service that relies on the now-broken registry entry. Not seeing much difference there, unless you're referring to the registry's backup copy (which amazingly enough, you yourself can do before you edit a config file in *nix.)

    At least in a database, you can change one entry in-place without rewriting everything. In a text file, if you rewrite a single line to be shorter or longer, you have to rewrite the whole rest of the file. And it's easier for an error early in the file to affect the interpretation of lines later in the file because even though '\n' is often a synchronization point, it isn't always.

  62. Re:Windows 7 Perfect? Spare me by thegarbz · · Score: 1

    The lack of virtual desktops is a huge, glaring blot.

    Just update to Windows 10 then. You get all the benefits of virtual desktops ... yeah you get virtual desktops. Hurrah!

  63. Cortana is the biggest threat by Anonymous Coward · · Score: 0

    Between Siri, Google Now voice recognition, and Cortana, usable voice recognition to perform searches is going to also be a major deficit. I'd argue it will totally kill Linux. Those have changed computers to provide the illusion of a near-human interface without clunky UIs or command line. It's over folks.

    We just had about a solid decade of incompetence by Microsoft in desktop OS and Linux made zero headway. It's sad. A squandered opportunity. That door is closed. KDE or Gnome# or Cinnamon or MATE or XFCE or whatever: it's all death by balkanization.

    The future is Android or Chrome or iOS for linux on the desktop. A chrome/Android merger (controlled by google) is the only path forward.

    I honestly don't know why Google or APple didn't chase the desktop / laptop market share. It's was a prime growth opportunity and they squandered it. They could have created dominant desktop OSes for fractions of their profits. ..

  64. Re:Hmpf. Probably 90% of the problems also apply . by thegarbz · · Score: 1

    If "Configurable via GUI" in Windows means you "add some arcane registry key via the registry editor", then *maybe*.

    I'm pretty sure no one I know outside of the serious tech heads know what the registry is let alone have added a key to it. Compare that to pretty much no one I know has ever managed to get a working Linux system fully up and running and setup the way they like it WITHOUT resorting to the command line or Google at some point.

    Comparing the two is silly.

    That said I don't mind the CLI and it at least keeps the support calls for Linux away as there's a minimum proficiency that it seems to require which includes the ability for the users to Google problems themselves.

  65. Yes and no by drolli · · Score: 1

    Some of the things listed are valid, some not (like updates breaking the boot process - i experienced that once in the last 15 years of continuous linux use. OTOH I use debian (based) distributions for stability.

  66. Re:My Recent Experience with the Linux by Anonymous Coward · · Score: 0

    I hope they didn't pay you much--cause they didn't get much for it.

    FYI, Apache is not a volunteer based project. The Apache Foundation is staffed by paid, full-time developers sponsored by their respective member corporations.

    Mod parent up as troll.

  67. Re:My Recent Experience with the Linux by armanox · · Score: 2

    I know it's a troll, and a pretty dated one at that, but...

    If you're a VB developer, you have no business being a sysadmin.

    --
    I'm starting to think GNU is the problem with "GNU/Linux" these days.
  68. Re:Windows 7 Perfect? Spare me by jbolden · · Score: 1

    Finder is replaceable, mac ships with a system scripting language and has for decades, the setting for icons on the taskbar is a set by you to shrink mine and most everyone else's expand when you mouse over....

    You really shouldn't be doing reviews.

  69. Re:Windows 7 Perfect? Spare me by KGIII · · Score: 1

    I'm not even sure that /. is majority Linux users any more. I'm not entirely sure what happened. Oddly, when it was majority Linux users - I was still using Unix at work (mostly) and Windows at home. Recently, I got tired of having Linux on a partition and never bothering to boot to it to do much more than poke around or update so I got rid of all my Windows installed, let my MSDN lapse, and am just using Linux. Now they've all gone to Windows 7 or 10.

    The fickle hands of fate have weaved their skein and a reading of the the loom has determined that I am destined to remain a minority. Well, not quite the minority you are. You use PC-BSD. I've found a few other Lubuntu/LXDE users here. Actually, I should like to see Slashdot's user data and find out what percentage are actually using what OS.

    --
    "So long and thanks for all the fish."
  70. Re:Hmpf. Probably 90% of the problems also apply . by Anonymous Coward · · Score: 0

    a syntax error usually invalidates the entire file, and there's nothing preventing the user from typing in a string where an integer is expected

    An application which can't recover and use default values is at fault here. Besides, it's Microsoft that is constantly warning us about bad registry edits.

  71. Re: Windows 7 Perfect? Spare me by Anonymous Coward · · Score: 0

    Hi, I've been using Windows since 3.1 and prefer 8.1 over all (though many forms haven't changed since NT). Sometimes I even use the tiled interface. I'll wait till 10 settles down before changing to that.

    I find Windows 8.1 to be completely stable, unlike Linux where crashes still happen and it's always a gamble whether the system will come up after installing updates.

  72. Linux not being ready for the desktop? by Anonymous Coward · · Score: 1

    I have to disagree, I am running a perfectly usable Linux Desktop here, and have been for years. Multimedia, Video/Audio editing, Vover IP, Instant Messaging, Browsing, Emailing, Word processing. All on a bog-standard desktop PC.

  73. My bad experience with Ubuntu. by deragon · · Score: 0

    I add my voice to those with bad experiences with Linux, in my case, Ubuntu 14.04 LTS Trusty Thar. You can read the full details on my blog here (pretty long list of bugs): http://www.deragon.info/ubuntu... In essence, the big problem are bugs. Never mind compatibility with other OSs or Apps missing; if the desktop is not even reliable, you cannot even recommend it for simple browsing. And while I report against Ubuntu, since many components are used by other distributions, I expect many of the same problems to occur on other distributions.

    --
    Remember the year 2000? They promised us flying cars. They delivered the PT Cruiser...
    1. Re: My bad experience with Ubuntu. by Anonymous Coward · · Score: 0

      Your article pretty much sums up my experiences, on Fedora and Opensuse as well as Ubuntu. I've come across about half your bugs as well as plenty of my own.

    2. Re:My bad experience with Ubuntu. by nnull · · Score: 1

      And worst of all, a lot of these bugs have NOT been fixed for AGES. Some of the bugs you have listed on there have been around for a good 10 years with no fix in sight. This is linux in general. Some of them more glaringly obvious than others. You can submit these bugs on the bug reporting, but it always ends up with a big discussion and ends up being marked down as not important or my favorite, "won't fix". Thus, we end up with a kind of half-assed desktop.

      The worst thing I hate doing is having to look through all these posts all over the net to find solutions to a lot of these problems. So linux desktop takes me less than 5 minutes to install, but it takes me a whole week to get setup properly because I'm scouring the net for solutions to issues. Or when I update, it breaks half my fixes and I end up spending another week to find solutions due to the update breaking the previous solutions.

      Diss Microsoft Windows 10 all you want, but that was the smoothest upgrade I ever did in my life for anything Microsoft. It was also the easiest install I ever did for a new PC. The desktop works, everything works. Granted I don't like all the telemetry crap and I have to literally firewall all outgoing communications now, but come on, you know Microsoft did a good thing here and it's something linux needs to strive for or we'll continue to have everything held up with glue. Linux Desktop is now the Windows 98 SE, everyone laughs at it.

    3. Re:My bad experience with Ubuntu. by ebvwfbw · · Score: 1

      Glad 10 worked for you. It threw my HP laptop for a loop! Had to reinstall 8 and upgrade all over again... after I think it was 2 weeks I finally had 10 on my laptop working. What a PIA. I'm really glad I backed everything up.

  74. Re:Hmpf. Probably 90% of the problems also apply . by KGIII · · Score: 1

    Export the key as a .reg before editing it. Save it with a name that you can remember or something that's detailed. The file date and time will tell you the rest. Backup the registry before you edit it. Keep good, multiple, backups of said registry.

    It's not the same but the end result is the same.

    And no, I'm sending this from Lubuntu.

    --
    "So long and thanks for all the fish."
  75. Linux not yet ready for the desktop? by Marcomasino · · Score: 1

    What a beautiful 3D desktop (11:43) Feb 2006

    Ubuntu 3D Desktop(2:41) - Sep 2010

    Ubuntu Linux 10.10 3-D Desktop Demo (3:27) Mar 2011

    KDE Plasma 5 (30.08) May 2015

    3D Desktop+Linux Mint 17.2+Runescape Demo (3:36) Oct 2015

  76. Meanwhile . . . by Anonymous Coward · · Score: 0

    Meanwhile some of us will continue using Linux as our desktop just like we've been doing for the last 20+ years. We glance around at our colleagues that are fighting and cursing at their MacOS X and Windows desktops and realize that any minor problem we have isn't that big of a deal.

  77. Re: Hmpf. Probably 90% of the problems also apply by Anonymous Coward · · Score: 0

    If you don't consider fucking with the registry to be editing by hand than the phrase has no meaning.

  78. On my 17th year running Linux as desktop OS by FalMunir · · Score: 1

    I installed Linux in 1999 and never looked back. Ok, I've tried various BSDs, but always came back to Linux. Been through a dozen distros, settled on Ubuntu. I am not a developer (just some hobby-dev'ing) or a sysadmin. Linux does the job perfectly for me - I have been running various businesses, have lots of clients (99% running Windows) - and I close to never experience any issues - on the desktop or with compatibilities. Running i3-wm (no KDE/GTK desktop), qutebrowser, LibreOffice when I have to, mutt, weechat... and write just about everything in VIM. I am jolly happy. Linux gives me exactly what I want.

    1. Re:On my 17th year running Linux as desktop OS by NapalmHorn · · Score: 1

      I've also been linux as my main OS for personal desktop use since college early 2000's, but I have had to use windows sometimes over that time, due to some previous employer mandates. I currently use Xubuntu. Xubuntu could be greatly improved by shipping with Libre Office and Audacious (why not ship with the best software?). I liked older versions of gnome, and I have found KDE to be usually have issues from being overly ambitious, and often they fall short. Both of them seem to want to write their own versions of every tool, it is a huge waste of resources. At the time of writing this I am watching HULU on my system76 machine. The performance is great, and they cost much less then equivalent apple products. Linux desktop's Video, security, audio, speed, reliability and cosmetics are all as good or better in my estimation than PC or MAC equivalents, in the same price range. Ubuntu's updates are pretty painless these days. Open/Libre office is probably the weakest point, but it is workable. Most people I interact with have been moving to Google docs, as keeping multiple version of spreadsheet is a pain. I'd use it if was worse, because of freedom. My only complaint about the machine is that it has an apple style touch pad. For usability, I STRONGLY prefer separate buttons.

  79. Re:Windows 7 Perfect? Spare me by Anonymous Coward · · Score: 0

    You must be an idiot because you can install a few free programs that provide that feature.

  80. Re:Hmpf. Probably 90% of the problems also apply . by Anonymous Coward · · Score: 0

    I can use kate, gedit, etc to make Linux "Configurable via GUI". I prefer to see the config for a program all in one place rather than spread into a thousand different obfuscated places in a tree structure like the (shudder) Windows registry.

    I was a Windows developer for about 7 years before my first experimentations with Linux in 2002. By 2005 Linux had become my primary OS. I still play with Windows to stay "current" enough to be able to troubleshoot and repair it. I am consistently seeing way more "issues" that keep Windows from being "ready for the desktop" than I do in Linux.

    If something breaks in Linux I can drop to a recovery console. That is not always the case in Windows (Win10 requires that you enable recovery options before you need them).

    To top it off, Linux doesn't force me to install updates, and if one does break something I can roll it back. I keep waiting for M$ to force some patch (like the black-screen-boot direct draw dll one) that breaks displays or networking. You know their answer will be to connect to Windows update and apply the "fixed" patch.

    Linux has been "ready for the desktop" for a LONG time. At this point it is way more stable than the abortion that Windows 10 is becoming.

  81. Re:Hmpf. Probably 90% of the problems also apply . by Anonymous Coward · · Score: 0

    Holy crap. Dude, OS X is UNIX. You can run the entire thing from the command line. Try to keep up.

  82. Re:Hmpf. Probably 90% of the problems also apply . by beanpoppa · · Score: 1

    If you miss mess up the syntax in a text configuration file (misplace a quote or brace, etc) at best, the items after the error will be ignored. At worst (and more likely) the entire config file will be either ignored and go with defaults, all just not load the module that depends on it altogether. If you make an error in a registry key (text when it expects an integer, etc) the rest of the registry is fine.

  83. Re: Windows 7 Perfect? Spare me by unixisc · · Score: 1

    The main issue w/ Windows 8 was that it was neither fully tiled nor fully desktop. Like you could be in the desktop, but if you clicked the Windows key, you'd automatically get back the Metro screen. Yet, from the Metro screen, if you wanted to run an app, unless it was one of the readymade Microsoft apps like News or Food or Travel or one of those, it would take you back to the desktop. Even things like Classic Shell weren't a solution, since they would not give you the cascading menus, nor would they get rid of the hot corners. And I'd have the Charms bar pop up everytime my cursor came anywhere near the east of the screen.

    Windows 10 has this right. I have a Winbook, which I use all the time in tablet mode. I have a laptop, which I always use in laptop mode. Each is fine in its own way. Only beef I still have is getting those huge tiles when I pull up the menu, and HERE, classic shell has been great. I've installed it, and use it just like I used to for Windows 7.

    I dunno about Linux, but I haven't had any crashes w/ PC-BSD. Lumina has now matured a bit and is quite flexible, despite still being 0.8.7. Only problem so far is WiFi and lack of a proper sleep mode, but other than that, I just love it.

  84. Re:Windows 7 Perfect? Spare me by perryizgr8 · · Score: 1

    The worst key omission on Apple laptops is the delete key. I'm not talking about the backspace key marked "delete". I want a real delete key I can delete stuff with.

    --
    Wealth is the gift that keeps on giving.
  85. Re:Is Linux still relevant? by Anonymous Coward · · Score: 0

    http://www.mageia.org is an excellent choice for good hardware support and a great out-of-the-box experience.

  86. This will get lost in the noise but by Anonymous Coward · · Score: 0

    Mozilla has this site flagged as harmful!!!

  87. Re:Hmpf. Probably 90% of the problems also apply . by shutdown+-p+now · · Score: 1

    It's spelled out explicitly on the website itself:

    "I want to make one thing crystal clear - Windows, in some regards, is even worse than Linux and it's definitely not ready for the desktop either."

  88. Windows just works by Anonymous Coward · · Score: 0

    I've tried Linux on the desktop. I've tried it for more than a decade. I've *REALLY* tried it because I want to see the OSS community succeed. However, time after time I have to keep coming back to Windows to get even the simplest things done. These are my scenarios and results...

    1. My kids want to watch Netflix on the laptop. -- Community says to install Ubuntu+Chrome or use WINE.
    2. I just want to watch a random YouTube video (or *ahem* a "tube" video). -- Great, lemme install an old version of Adobe Flash on Firefox on Linux and hope that my CPU doesn't melt in the process after being pegged at 100%. Or even worse, get hacked with all of the security holes.
    3. I just want to listen to some music. -- Oh wait, compile this ALSA plugin for the kernel and then edit several config files with vim. After 12 reboots it may work.
    4. Laptop never comes out of sleep mode after closing the lid.
    5. Kids want to skype with the grandparents. Except my built-in webcam isn't supported. So lemme try my Microsoft LifeCam USB webcam. Oh wait... USB drivers aren't working for it. Community says I should download some kernel source headers and see if I can trace the bug with gcc/gdb myself.
    6. Just bought a cheap $50 HP Wifi Inkjet printer from Walmart for the kids to print out their book reports for school. Oops, no Linux support.
    7. Wife wants to create a spreadsheet and chart out our budget. -- 5 hours later I'm still trying to find a LibreOffice extension that can do simple charting.
    8. I bought a new 2nd monitor. Hot-Plug support doesn't work, so I have to reboot in order for graphics card to recognize it.
    9. Boss from work wants to me to review a PowerPoint presentation before the big meeting tomorrow. LibreOffice crashes opening the file.
    10. I want to transfer pictures from my Samsung Galaxy S5 so I can try to crop them with GIMP. Community says to install libmtp, edit the config file, reboot, transfer the files using raw MTP commands and pray that I don't have ext4 issues.

    I know all of this sounds pretty elementary, but IT SIMPLY WORKS ON WINDOWS. Until the simple cases are fixed, Linux won't see desktop penetration in the enterprise or consumer markets. Sure, there are workarounds, but I can do all of these things painfree on Windows/MacOS.

  89. that first link... by Anonymous Coward · · Score: 1

    triggers a forged alert in my browser!!!

    Ah, the wonders of the intertubes... sigh.

  90. Re:They could fix the xdg bindings for java jar fi by Anonymous Coward · · Score: 0

    I'd be embarrassed, too, if I didn't know how to set up a file type and default application for it in *the installation image* before the user ever has a chance to take it for granted.

  91. Re:Windows 7 Perfect? Spare me by tlhIngan · · Score: 1

    The worst key omission on Apple laptops is the delete key. I'm not talking about the backspace key marked "delete". I want a real delete key I can delete stuff with.

    Just hit Fn+Delete (backspace) to have traditional delete functionality.

    Been that way for a long time now - even my old PowerBook had that feature.

    The Eject key only exists on Macs that have internal optical drives.

  92. Re:Hmpf. Probably 90% of the problems also apply . by Anonymous Coward · · Score: 0

    WITHOUT resorting to the command line or Google

    I've never got the obsession with avoiding it - the command line can be just like adding extra conditions to a search term in google.
    I don't have to write trivial little apps for the computer users in my workplace because they know about grep and some of them are very handy with sed and awk.

  93. Re:Is Linux still relevant? by dbIII · · Score: 1

    Knoppix is a good start since you can try it out from CDROM without it doing a thing to the installed system.

  94. Reported Web Forgery! says firefox by Gunstick · · Score: 1

    Well that sounds like something serious... LOL
    Who else has a browser warning when trying to click the link?

    --
    Atari rules... ermm... ruled.
  95. Video: this is how my linux is desktop ready by Gunstick · · Score: 1

    Like, not at all. Still cannot manage standby/sleep issues. Just crashes.
    https://twitter.com/GunstickUL...

    --
    Atari rules... ermm... ruled.
  96. Sad news by jandersen · · Score: 1

    I have only just learned, to my complete chock, after using Linux for my desktop system for something like 20 years, that Linux Is Not Ready For The Desktop. I'll have to stop using it, then..... *sigh*

  97. Re: Windows 7 Perfect? Spare me by Anonymous Coward · · Score: 0

    Hah! I use a Surface Pro 3 running Win 8.1 for work. About 1 time in 3 it won't resume when i open it and I have to force a reboot with power+vol up. It often hangs when installing updates. Networking is flaky and difficult to debug. Trying to use the internet connection of a tethered mobile phone results in a 10 to 20 minute wait before any apps respond. Sometimes when I resume I find that no apps will open and even the shutdown icon has no effect, forcing me to do a hard reboot. There are many other issues that affect me on a daily basis, and don't get me started on printing.

    And this is MS's flagship hardware product!

    In contrast, the issues I've had with my Linux desktops, servers and laptop over the last few years have been few, and have been easy to diagnose and fix when they have occurred.

  98. Re:Windows 7 Perfect? Spare me by walterbyrd · · Score: 1

    I am using FreeBSD, it's support for USB drives, and NTFS, is abysmal.

  99. FBSD for servers, Windows for Desktops by walterbyrd · · Score: 1

    Linux has no place anymore.

    If you are going to support systemd, you might as well use Microsoft. Systemd ruins everything Linux used to stand for. Red Hat is the new Microsoft.

    Windows sucks in many ways, but it runs the apps that business, and government, use. If you are going to be a financial analyst, you need to use Excel. Real pros use Photoshop, or AutoCAD, or other Windows apps.

    If a desktop OS does not run the apps you need, it's just a curiosity.

    Desktop Linux only fills a very tiny niche, and that is all it will ever do. FreeBSD is better for servers.

  100. The main issue is the community. by Anonymous Coward · · Score: 0

    Almost every major issue on that list, when brought up by a user, will lead to them being fobbed off and the blame placed on the user.

    The entire Linux developer community and its culture is the problem.

  101. Re:Hmpf. Probably 90% of the problems also apply . by geminidomino · · Score: 1

    That's not the same thing, though, as having it right there in the file. An (almost) real-life example from a past job had something like this in it.


    #For the last time, "useful_feature" isn't compatible with $database. The next one of you scrubs that "helpfully" turns this on will be killed.
    #Remember, I have access to the sudo logs and to the personnel database. You can't hide. -- Local BOFH
    #enable_useful_feature=1
    enable_useful_feature=0

    Can't do that with a .reg backup

  102. Re:Is Linux still relevant? by fluffernutter · · Score: 1

    A lot of distros have a live trial these days. I use Mint with MATE and you can try it off a usb key or CD as well.

    --
    Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
  103. No to Linux big in the desktop by Anonymous Coward · · Score: 0

    The truth is, Linux, as embodied by Gnome, KDE or Unity, will NEVER make it in the desktop. I.e. such offerings will remain the choice of a very, very small minority. These offerings have adopted a Microsoft-like way of doing things - essentially, my way or the highway. The individuals that might find this appealing already have a choice: Windows. Windows already comes bundled in their PCs; as far as they can tell, it is free (the fact that it is not is not really relevant under such conditions.) It does what they need out of the box, and the fact that it has a tendency to get infected by malware is, as far as such users are concerned, a fact of life. No, the masses will stick with Windows in the desktop, period.

    However, my contention is that that is good for some Linux users. Like me. I have had a Gnome-, KDE- and Unity-free Linux desktop for years that does what I need. I can even watch Netflix on my Linux desktop, if I am so inclined. Granted, getting some things to work in my desktop sometimes takes a bit of initial effort, but I end up getting what I need. Well, not always - I am still looking for a frame-accurate H.264 video editor for Linux. Anyway, what is great is that I have a Linux desktop that works for me, that is unencumbered by Gnome, KDE, Unity and Windows, and that most malware out there will remain focused on Windows.

    Linux making it big in the desktop? I hope (and expect) it will never happen. I know, this is a selfish feeling.

  104. LMAO @ Coren22... apk by Anonymous Coward · · Score: 0

    "You take every and all criticism personally, and won't admit when you are wrong. You also spam flood any dissenting opinions, even when every one of your points has been refuted" - by Coren22 (1625475) on Wednesday December 30, 2015 @10:06AM (#51208675)

    What's that you said, Coren22 after your massive technical blunders I crushed you with here http://slashdot.org/comments.p...

    ?

    APK

    P.S.=> Can you say "hypocrite"? Can you say "pot calling a kettle black"?? Can you ADMIT you're full of shit??? apk

    1. Re:LMAO @ Coren22... apk by Coren22 · · Score: 1

      Yes, I can say Hypocrite, I am replying to one right now. Talk about Technical Blunders...LOL!

      "My software is secure, this ONE expert says so, it must be true!"

      --
      APK likes to ask for responses to the same things over and over. Maybe he just likes the responses?
  105. It's all about the apps by walterbyrd · · Score: 1

    Linux does not, natively, run the apps that are used by business, and government, Windows does.

    Does not matter how much Windows sucks. An OS that does not run the apps is a non-starter.

  106. If you going to run anyway, why bother with Linux? by walterbyrd · · Score: 1

    > Wine whining - use a VM you putz and run windows for windows apps

    Windows will run Windows apps much better than Linux, running a VM, running Windows.

    Why buy a laptop with Windows installed, format the drive, install Linux, install a VM, the re-install Windows in the VM? Why not just use Windows in the first place?

  107. Re:Windows 7 Perfect? Spare me by Ramze · · Score: 1

    What is the use-case for virtual desktops? They're a part of Windows 10, and have been available on Linux for a while now, but I've never felt the need to use them.

    I consider myself to be a power user... often have dozens of programs open at a time -- including a browser with dozens of tabs open. I even have a 3 monitor setup. I've just never had the thought "fark this, I need to completely hide all of this and start another program in a different virtual desktop because reasons. Then switch back to this later."

    Clearly, there are people like yourself who laud the capability, so there must be a use-case... I just can't imagine what it is.

  108. Re:Hmpf. Probably 90% of the problems also apply . by Anonymous Coward · · Score: 0

    WITHOUT resorting to the command line or Google at some point.

    >

    You don't know the right people I can configure Debian, Ubuntu, Redhat, and several others without ever using a command line. On the flip side I can also configure them completely from the command line with out Googling. I also happen to be a systems administrator of actual servers that are used by a a medium sized 400-500 employees company.

  109. Re:Windows 7 Perfect? Spare me by phantomfive · · Score: 1

    What is the use-case for virtual desktops?

    Do you ever use dual monitors? It's basically like dual monitors, except a little cheaper (and not quite as good).

    I've seen a lot of people who use Windows by making every program full screen and switching between them using the task bar (or alt-tab). If you're one of the people who does that, then I would guess virtual desktops are not very useful for you.

    --
    "First they came for the slanderers and i said nothing."
  110. Re:Hmpf. Probably 90% of the problems also apply . by Reziac · · Score: 1

    You could add a key immediately below to hold your comment. There's no requirement that registry keys actually DO anything.

    Also, if a line in a .reg file begins with a semicolon (;), it is considered a comment. I haven't tested how that gets imported into the registry itself.

    --
    ~REZ~ #43301. Who'd fake being me anyway?
  111. Re:Windows 7 Perfect? Spare me by phantomfive · · Score: 1

    . I even have a 3 monitor setup.

    Oh, I guess you do lol. Sorry, I just woke up and didn't read that clearly.

    --
    "First they came for the slanderers and i said nothing."
  112. Re:Hmpf. Probably 90% of the problems also apply . by techno-vampire · · Score: 1

    Thank you. I'd been wondering if that would work, but it's been well over a decade since I last worked with Windows, so if I'd ever known, I'd forgotten.

    --
    Good, inexpensive web hosting
  113. Re:Hmpf. Probably 90% of the problems also apply . by Reziac · · Score: 1

    Welcome. I still prefer Windows, tho there's starting to be hope of a linux I could live with for everyday (PCLinuxOS full-monty with KDE4 is close, tho if it goes to KDE5, I'm outta there).

    Now that I think of it, .reg files usually have the first line commented out with the semicolon: " ;REGEDIT5 " or some such, and that never appears in the Registry, so seems they're just ignored.

    But I've seen keys that evidently didn't do anything but hold a name for reference -- no value set -- and since you can name a key however you like, that name could be instructions for the adjacent key.

    Back a decade and more, I used RegEdit routinely because I found it an easy way to paw through Windows' guts -- but haven't had the need since XP came along. I recently used it to check something on my "new" XP64 box** -- and suddenly realised it had been a good ten years since I used Regedit to *alter* the Registry.

    ** 'New" because I've tried Win7 and 8, and ran away screaming.

    --
    ~REZ~ #43301. Who'd fake being me anyway?
  114. Re:Hmpf. Probably 90% of the problems also apply . by KGIII · · Score: 1

    You're right - that's why I said it wasn't the same but that it amounted to the same thing. (Name the .reg key something you'll understand at a later date.) If you *really* wanted then you could probably just make a .reg and a .txt with the same name and put your comments in there but that seems like a lot of work.

    --
    "So long and thanks for all the fish."
  115. Re:Windows 7 Perfect? Spare me by Anonymous Coward · · Score: 0

    Never cared for virtual desktops, only multiple monitors. There are 3rd party apps available to give windows such functionality, but they aren't in high demand. It's really not a compelling feature for most users.

  116. Re:Windows 7 Perfect? Spare me by phantomfive · · Score: 1

    There are 3rd party apps available to give windows such functionality, but they aren't in high demand.

    That's because they don't work very well.

    --
    "First they came for the slanderers and i said nothing."
  117. Re:Hmpf. Probably 90% of the problems also apply . by Anonymous Coward · · Score: 0

    Another approach which works better for complicated or extensive application registry sub-trees is a do-nothing string value, possibly the default value at the application's root registry key, which points to the on-disk location of the relevant documentation plus a fall-back URL location in case some tool (software or human) deleted the on-disk documentation. This way avoids an explosion of registry string value documentation entries. I've seen a compromise approach where the values under "SomeAppRootKey\SomeKey" are documented with namesake values in a sibling "SomeAppRootKey\SomeKey_DOC" key. That keeps the documentation out of the way, yet still directly accessible.

    - T

  118. Re:Hmpf. Probably 90% of the problems also apply . by Anonymous Coward · · Score: 0

    You can also put a string into an integer field in regedit, as you tell it what type the key is, not the other way around.

    You are confused. Windows registry keys don't have a data type; only registry values have a data type. Registry keys do have an unnamed string default value. When you create, for example, a registry value of REG_DWORD data type, you cannot later enter string data into it (though the RegEdit modify dialog will accept hex values). You cannot change a registry value data type using the RegEdit modify dialogs, and you also won't find that capability provided by the Win32/Win64 API. Some libraries provide it by deleting the old key and creating a new key of the same name with the new data type. A sample of modifying a REG_DWORD value using RegEdit appears near the end of this article.

    - T

  119. Re:Windows 7 Perfect? Spare me by ChrisMaple · · Score: 1

    That's not a feature, that's a bug.

    --
    Contribute to civilization: ari.aynrand.org/donate
  120. Re:Hmpf. Probably 90% of the problems also apply . by ChrisMaple · · Score: 1

    How errors in a text configuration file are handled depend on the programs that use the file. The program can use the file in a robust manner or in a fragile manner, it's up the the programmer.

    --
    Contribute to civilization: ari.aynrand.org/donate
  121. Re:Windows 7 Perfect? Spare me by Anonymous Coward · · Score: 0

    If Windows 7 is the best PC operating system AND it's a turd, what does that make Linux as a Desktop OS? Explosive diarrhea with blood mixed in?

  122. List of lame excuses for not using linux by allo · · Score: 1

    Many of us use (only) linux every day and it just works.
    It's easier just to use an easy linux distribution than to compile such an list of "oh, when i search deep enough, there may be still a problem" excuses for being lazy.

  123. Re:Hmpf. Probably 90% of the problems also apply . by Coren22 · · Score: 1

    Go to regedit, create a key, you will notice that you have to define the data type you are creating the key for. The data type is set on the key, but defined the data type of the value.

    I am not confused at all, the data type is defined on the key, not on the value.

    --
    APK likes to ask for responses to the same things over and over. Maybe he just likes the responses?
  124. Re:Hmpf. Probably 90% of the problems also apply . by Anonymous Coward · · Score: 0

    I'm going to take the time to respond conclusively because I see so many incorrect assertions on slashdot about the Windows registry. I don't mean opinions, like "The registry sucks", but rather factual inaccuracies. Most of this is probably rooted in the prevalence of users here who hardly ever (for some, never) work with Windows. There's a TL;DR, but it doesn't add much by itself.

    Go to regedit, create a key, you will notice that you have to define the data type you are creating the key for. The data type is set on the key, but defined the data type of the value.

    At this point, I have to assume you haven't used Windows in a very long time and are misremembering the RegEdit UI. The older RegEdt32 had a different UI which might have behaved as you describe (I've still got a WinNT351 system somewhere, but I'm not sure the hand crank still works), but that was deprecated in Win2000 or WinXP, and on the latter running RegEdt32 actually started RegEdit instead. The action you describe does not produce a dialog in RegEdit since at least Win2000.

    You also continue to confuse registry keys and registry values. The Windows registry is tree structured. Think of registry values as leaves which have a data type, and registry keys as nodes which have no data type and which "contain" one or more values, including the unnamed default string value, and zero or more registry keys (sub-keys). All of that holds in the context of using RegEdit to work with registry keys and values. However, the Windows registry API allows greater flexibility. For example, keys need not have a default unnamed value, and when a key does have such an unnamed value, it need not be a REG_SZ data type. If you're conflating the behavior of the deprecated RegEdt32 with RegEdit, this could be the source of your confusion. When creating a new key in RegEdit, an unnamed registry value of string type with a default empty string value is also created; when creating a new key in the older RegEdt32, it might (I'm guessing here; it has been a long time) have allowed setting the data type and value data of a default registry value (maybe the name, too; I don't recall). It would be easy to come to the mistaken conclusion that registry keys have a data type based on a straightforward interpretation of what the RegEdt32 UI was (perhaps) presenting. That doesn't make it so.

    Since you ignored the obvious use of the term "value" in final two example dialogs shown in the article I had previously linked, here's how you can satisfy yourself that you're wrong:

    - Fire up a WinXP or later box/VM, log in under an account which has permissions to edit the current user registry hive, and run RegEdit

    - Find the key HKEY_CURRENT_USER\Software\ and right-click that key; a local menu will appear

    - In the local menu, the New entry has a sub-menu with Key as the first entry (for creating a new key), followed by a separator and then the remaining entries which create values of various types

    - Select the New | Key entry from the sub-menu of the local menu; the result will be a new key in the left-hand pane (the registry key tree-view) with a default name such as "New Key #1" ready to edit with the desired key name; no dialog appears, just an edit field for the name, and there is no way to set an initial data type on the newly created key; note that an empty unnamed string registry value is also created for the new key

    - Name your new registry key "_test" (the underscore will keep it near the top of the list of sub-keys so it's easier to find when you want to delete it later), then right-click the new key; there is no provision in the local menu for modifying it (other than the name and permissions) or setting a data type, nor is there any way to do so through the main RegEdit menu; if you do choose to modify the name, you just get an edit field over the key name, without any way of setting a data type; choosing to change the key permissions is orthogonal