Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
GUI Graphics Software Ubuntu Upgrades Linux

Ubuntu Still Aims For Wayland in Quantal Quetzal 230

jones_supa writes "While there's still more than one month until the Ubuntu 12.10 feature freeze, Ubuntu developers continue to work towards their tight schedule of having Wayland serve as the compositor for the Quantal Quetzal release due out in October. Canonical's intends to provide smooth transitions from boot to shutdown. Wayland is also used for session switching and other operations, avoiding traditional VT switching, providing a consistent monitor layout, using the greeter as the lock screen, ensuring that locked sessions are actually secure from displaying, and showing the greeter while the session loads. Phoronix remains skeptical about Ubuntu making the deadline."
This discussion has been archived. No new comments can be posted.

Ubuntu Still Aims For Wayland in Quantal Quetzal

Comments Filter:
  • >> Will applications need to be rewritten or modified to work on Wayland? Yes. (From TFA.)

    As a developer, I'm about to get off the Ubuntu train. Every major release recently has required tweaking the UI (e.g., tray icon behavior changes). I'm not really looking forward to another migration, especially when there are Red Hat and SUSE users (who tend to buy more) who are looking for things too.

    • by DeathToBill ( 601486 ) on Tuesday July 10, 2012 @10:32AM (#40601801) Journal

      Although the more detailed answer is that GTK/Qt apps will need recompiling with an updated library. If you use X11 directly, then you have more work - except that you can also run an X server within Wayland to support native X11 clients.

      I've been impressed for some time with how well the Wayland developers have thought about backwards compatibility. X11 needs replacing; complaining that its different to X11 doesn't help solve the problems.

      • by devent ( 1627873 ) on Tuesday July 10, 2012 @11:56AM (#40602839) Homepage

        X11 needs to be replaced? Like my roof needs to be replaced because it works and have no holes in it? But it is old, I think about 15 years, so yeah it needs to be replaced.

        X11 is old, but it works. I can have multiple monitors just fine, 3D effects are working fast, games are working. Also, it is supported by all hardware vendors like AMD, Nvidia, Intel. Also I have network transparency with no additional costs. Multi-User works just fine with very easy Ctrl+Alt+F1 up to F12. I don't know why you want something else. In KDE there is also a user switcher GUI way. Boot is smooth in Fedora 14, 15 and 16.

        As long as there are no drivers from AMD, NVidia and Intel, Wayland will be a wet dream of a few developers. I do not need to go back to the time where the only graphics mode was Framebuffer. My impression is from the Ubuntu developers that they like some kids who are just pushing things like they want without any though about anything. Just to be different or "cool".

        First the totally unnecessary changes in Gnome with the Close/Minimize buttons; then the not usable Unity; and now the Wayland, which will be usable only after more 5 years in development and testing.

        • by DeathToBill ( 601486 ) on Tuesday July 10, 2012 @12:19PM (#40603163) Journal

          X11 is more like a roof that was originally a 40-foot timber yacht. You've turned it upside down and fixed it to the tops of the walls. Gradually, over the years, you've patched in the holes until it only leaks when the wind is in the West. You've figured out how to get a flue up through the thing. You've nailed a TV antenna to it, and sealed around the cable with silicone. When you put it there you never bothered to take the decks out, so it's almost impossible to get into and work on and the structural elements, optimised rather for the sea than for housing, make it not very useful for storage. You still have to repaint it with pretty expensive paint every five years or so, else it starts to rot, and for some reason it attracts lots of confused-looking seagulls.

          Anyway, look at all the features! It's got a winged keel, a 200hp diesel engine, and a gorgeous timber and brass wheel. All the fittings are marine-grade stainless, the rigging was all almost brand-new when you installed the thing and in her day she'd do 27kt reaching across a good wind. Don't actually use much of that any more, of course, but still...

          Technically the keel still violates local planning ordinance, and technically it still smells quite a bit of fish. But it's been there for 15 years and it works. There's no need to replace it.

          What's that love? You want to build an extension? Ah.

          • by DeathToBill ( 601486 ) on Tuesday July 10, 2012 @12:31PM (#40603337) Journal

            And, in case you missed some of the metaphor there, the basic problem with X11 as a display system for desktop systems today is that none of the apps written for it actually use X11. Your multiple monitors work because of Xrandr - which isn't part of X11. Your 3D effects work by bypassing the X server and making OpenGL calls - not part of X11. It's supported by all the hardware vendors - and most of that support is in kernel drivers, not in the X server itself. VT switching works... more... or... less... until you'd actually like to switch VT before you get back from your coffee break, or your X server doesn't recover correctly. And, in case you missed it, they're not provided by X11. And I'm not sure what boot times have to do with it?

            Your apps draw using Cairo or similar, not X11. They draw onto a buffer provided by the compositing extension, not X11. The buffer gets put into video memory by the compositor, not X11.

            So why exactly are we keeping X11 hanging around? Why not get rid of it and halve the size of the display server code base, making it much easier to program against in the process? Why are we carting around a heuge amount of code that is of no modern relevance except to be able to claim that it is an X server? The maintenance burden of the current X server is too much and any thought of adding new capabilities horrific.

            Otherwise, your arguments amount to, "No-one supports it yet so it's a waste of time." Good on Canonical for pushing it - if anyone has a vague chance of getting vendors to support it, it seems they might.

            • Re: (Score:2, Insightful)

              by Hatta ( 162192 )

              Why not get rid of it and halve the size of the display server code base, making it much easier to program against in the process?

              Can you do this without sacrificing functionality? If so, do it. If not, you're writing Wayland.

              • by jedidiah ( 1196 )

                Even if I were OK with the MacOS style approach to dealing with remote desktop requirements, I would still be faced with the problem of my hardware vendor not supporting Wayland. Until that happens, Wayland a complete non-starter.

                That driver might not "use X" but I still benefit greatly from it.

              • Comment removed based on user account deletion
                • by Hatta ( 162192 ) on Tuesday July 10, 2012 @05:01PM (#40607273) Journal

                  But Ubuntu is for home users, how many home users are running remote desktops?

                  How many home users are using the command line? Why don't we rip that out too?

                  You've got all this stuff that frankly isn't need for the ones the OS is being pushed for, and which makes them system more brittle

                  What evidence is there that network transparency causes X to be "brittle"?

                  see the classic rant from thom at OSNews about how X crashed when doing simple tasks for a loooong list of people having trouble with it in the home user space

                  Sounds like a driver problem, not an X problem. He has a point in that X should be able to handle driver problems more gracefully, but I don't see what this has to do with network transparency. Can't we have both network transparency, server side window decorations, and robustness against driver faults?

                  why not simply let X be for servers and Wayland be for home users? Choice is good, right?

                  Fragmentation is bad for choice. If I want to use a certain app, I have to use the display platform that app is written for. And there is no bright line between server software and home software, so anyone who isn't an average user(and on average, almost everyone is not average) is going to be locked out of using some software.

          • by HuguesT ( 84078 )

            Interesting analogy, but false.

            X11 is more like a concrete-film roof: a brilliantly engineered, but difficult technology. It is also expensive as hell to build, impossible to work over, imposes the size of the house that can go under it rather than the other way around, it also really ugly, and installing the satellite antenna on top was hard and dangerous work. However, come hail or stone or even a small meteorite, this roof will withstand it all.

            I'm on OSX for various reasons, but I find that my X11 serve

      • Re: (Score:3, Informative)

        by Hatta ( 162192 )

        Although the more detailed answer is that GTK/Qt apps will need recompiling with an updated library. If you use X11 directly, then you have more work - except that you can also run an X server within Wayland to support native X11 clients.

        So what's to happen to our decades worth of work in innovative and configurable window managers? Am I expected to run an X server on top of Wayland just so I can keep the Fluxbox config I've grown accustomed to?

        Choice of window manager is one of the best reasons to use a U

    • Re: (Score:2, Informative)

      by babai101 ( 1964448 )
      All of the X apps will remain compatible as they will also run an Xserver instance on top of wayland, it will not be that much PITA for the devs.
    • Ubuntu is the best thing to happen to Linux for all of us who dont use Linux. Its users have been faithfully beta testing for everyone else for the last 6 years :P

      (For the record, if I was to switch my primary desktop back to Linux, theres a good chance it would be Ubuntu-- life is an adventure)

      • by allo ( 1728082 )

        i am using ubuntu on the desktop, and are experimenting with distros on the notebook.
        The latest one i installed there is the current fedora. Its a real nice distro.

        Ah, and just for the record: of course with KDE both machines, because unity and gnome3 are both a mess.

      • by lennier ( 44736 )

        Ubuntu is the best thing to happen to Linux for all of us who dont use Linux. Its users have been faithfully beta testing for everyone else for the last 6 years :P

        Just so. Except for about the last 3 years, we've been nagging Canonical as a beta group saying "hey, these changes you're making aren't working, nobody likes them, it was better in the previous release, pls fix" and they all come back with "WONTFIX. Ever. Your brain is wrong. I am as a god among developers! I went into SPACE! Muhahaha! Sincerely, M. Shuttleworth."

    • Re: (Score:2, Insightful)

      by GameboyRMH ( 1153867 )

      Can't blame you, Ubuntu just can't stop jumping sharks...if only they could have stuck to being a normal fucking desktop distro, not only would Ubuntu be much more popular, but desktop Linux would be as well. When they moved the window control buttons to the left they had already gone off the deep end.

      • When they moved the window control buttons to the left they had already gone off the deep end.

        Man, I have to agree; that does seem to have been the shark-jump moment, doesn't it? Up until then it seems like Canonical had good solid technical or ergonomic reasons for nearly everything they did.

        • There were little hints that they were losing focus before that - replacing the old app manager GUI with the new Software Center garbage that only let you perform one operation at a time is one that stands out - but that was the first big thing they did horribly wrong and it's all been downhill from there.

          • Yeah, and not being able to install Synaptic to get those advanced features back is a real bummer. Oh, wait...

            They made a choice to save the disk space so they could put in a more noob-friendly package manager. Which lets you buy stuff. And fund the development of the OS which the rest of us freetards get for nothing. Whereas for those of us that miss Synaptic, we have to *endure* typing one command. Or installing it with the Software Centre, if we like irony. That sure is 30 seconds I'll never get back...

        • I detect a note of sarcasm....

          The way I see it, is .. what's the first thing you do when you close an app? Open another one.

          In both old GNOME 2 and Unity, the button to open a new app is top left of the screen. So when you close an app with a top-left button, your pointer is now very close to where it needs to be to open a new one.

          Windows puts the button to close an app, and the button to open one in opposite corners. Think of the extra mouse miles! I'm not sure what OS X does but it looks like you have to

          • The Dvorak keyboard has not yet triumphed over QWERTY, so I think moving well-known buttons for efficiency is pretty close to a dead argument, at least outside the Apple fanbase.

            In my case, the first thing I do when I close an app is close another one. And then, when all twenty or thirty SSH sessions are closed, I hit ctl-alt-delete, click shutdown and go get a beer. But that's obviously just one person's use case. Some people like cupcakes better - but I, for one, care less for them.

          • by lennier ( 44736 )

            In both old GNOME 2 and Unity, the button to open a new app is top left of the screen. So when you close an app with a top-left button, your pointer is now very close to where it needs to be to open a new one.

            In other words, the difference between clicking "Open New App" and "Close this other unrelated open window and destroy all my unsaved data in it" is about three pixels, or a half-millisecond twitch in your fine motor control finger muscles. That's not a feature.

      • Comment removed based on user account deletion
  • That X would be replaced... and now after all this time? I'm not sure if I'm happy about it =\ It is very interesting to see that there is an effort in this area though, to be quite honest this is the first I am hearing of Wayland. Ubuntu seems to favor having one good release, and one less stable release. You have to get your bug fixing done somehow right?
    • by Qwavel ( 733416 ) on Tuesday July 10, 2012 @10:36AM (#40601831)

      I have no comment on 'wayland good' versus 'wayland bad', but it is certainly a known quantity and it has been waiting in the wings to replace X for a while.

      As you said, the dream of replacing X has been around for a very long time. No one has done it because it is a ton of work and because the changes are bound to piss off some developers and users (see "pound sand" post above).

      I'm impressed that the Ubuntu folks are going to take this on and I wish them well. If they succeed then the rest of the distro's will probably follow suite.

  • by sce7mjm ( 558058 ) on Tuesday July 10, 2012 @10:24AM (#40601741)

    but i'm still waiting for x to start...

  • by Anonymous Coward on Tuesday July 10, 2012 @10:24AM (#40601743)

    Ubuntu is sparking a new 'unix war', dividing the linux ecosystem. It first pushed hard for its own Unity now with Wayland that breaks all current X apps. Theyr'e only in it for themselves.

    Without X we will lose network transparency among many other great features. Let's not even mention the lack of gpu support to say the least.

    • by vlm ( 69642 ) on Tuesday July 10, 2012 @10:37AM (#40601845)

      Without X we will lose network transparency among many other great features. Let's not even mention the lack of gpu support to say the least.

      VDPAU? They don't mention it, so I assume its going bye bye. Its kind of funny in that everything I use X for is everything Wayland opposes.

      Just this weekend I was ssh -X into my mythtv backend to run the config program to add another capture card running X over the network, so my binary only nvidia cards using VDPAU have more to look at. I never use stupid animations and other 3-d foolishness on my desktop because I'm unimpressed; its the 2010's version of the 1980's demand that all desktop publishing projects must use a minimum of 50 different ugly fonts to show off that you can do it. I prefer my content to be my primary interest, not my window animations. Of course all of that is impossible over wayland. Thanks guys for exactly what I don't need! Maybe you could make it eink and touch screen only, just to annoy me further?

      • by makomk ( 752139 )

        Not just VDPAU. The entire closed source NVIDIA driver isn't usable with Wayland and probably never will be. Wayland requires developers to use the same KMS framework as the open source drivers (impossible for closed source drivers due to licensing issues), the same DRI2 buffer management and command submission code (effectively impossible because NVIDIA's driver codebase apparenly doesn't work in the way DRI2 assumes it does), and even that might not be enough.

    • Ubuntu is sparking a new 'unix war', dividing the linux ecosystem. It first pushed hard for its own Unity now with Wayland that breaks all current X apps. Theyr'e only in it for themselves.

      Wayland doesn't break X, if by "break" you mean stop something from working. You can run Wayland concurrently with X. All those X-incompatible will simply run under X.

      • by 0123456 ( 636235 )

        Wayland doesn't break X, if by "break" you mean stop something from working. You can run Wayland concurrently with X. All those X-incompatible will simply run under X.

        But you can't run that Wayland app remotely with the display on another machine. Unless you use a disgusting kludge like VNC.

        • Okay, it's kind of like the difference between vi and emacs. Wayland is kind of like vi and emacs is like the X system. To a vi user, emacs appears to be doing too much. Which is what X is to the typical desktop user. In fact, the ability not to run a Wayland app remotely directly seems like a security feature, one less (admittedly small) path for an attacker to gain control of your system.
        • Is there such a thing as a "Wayland app"? My understanding is that the ability to run GUI applications depends on the various toolkits such as GTK+ and Qt being ported to be Wayland native. Such applications thus don't have any direct dependency on X11 nor Wayland.

          Rather, the application would load a shared library which selects a display backend seamlessly at runtime. The choice to utilize Wayland, local X or remote could be handled more or less transparently, e.g. as the DISPLAY variable currently does.

          X

    • I dunno about GNOME3, but Wayland is certainly being embraced by Qt5 and is a target for KDE5, so it's not true that it's an Ubuntu only initiative. What I am curious about is whether there are any plans to get Wayland into the FreeBSD family of unixes - like FreeBSD, PC-BSD, DragonFly BSD, et al? Or into Minix?
    • Does anyone in the real world actually care about network transparency?

      • Does anyone in the real world actually care about network transparency?

        You are part of the problem.

        The linux ecosystem used ot target niches well, and not unnecessarily restrict actions of people who have unusual needs.

        Now it's grown we get too many people who (like you) assume that if you don't personally do something, or if ti's only done by a relatively small fraction of the ecosystem, then it's unimportant.

        I use remote X often. I also use NFS home directories often, even though gnome and firefox seem de

        • Now it's grown we get too many people who (like you) assume that if you don't personally do something, or if ti's only done by a relatively small fraction of the ecosystem, then it's unimportant.

          Those who believe that it's important (for them) can go ahead and further maintain X11 and develop apps for it. That's what FOSS is all about, no?

        • So, use X then. Most people (myself included) don't want to know how the stuff gets onto the screen, and don't see the attraction in being able to run xclock on a computer in Venezuela and have the display pop up on their local screen.

          I don't know if you remember what X was like before Xorg? Or indeed, even earlier than that, when (in the early 90s) you had to sit down with the workshop manual for your graphics card to work out exactly what to poke into the registers so you could get a display *at all*, n

    • So Gnome was bad for being released after KDE? One of the great things about open source is that you can go off and do you own thing and someone doesn't like it they can go elsewhere.

      I don't know why some people are so afraid of choice and change.
      • by lennier ( 44736 )

        So Gnome was bad for being released after KDE?

        No, Gnome managed to be bad all on it's own.

  • Trust (Score:5, Funny)

    by Anonymous Coward on Tuesday July 10, 2012 @10:24AM (#40601745)

    Who in their right mind would trust the Weyland-Yutani Corporation given what they did to the colonists on LV-426?

    • by lennier ( 44736 )

      Who in their right mind would trust the Weyland-Yutani Corporation given what they did to the colonists on LV-426?

      Exactly! The Hadley's Hope debacle demonstrates that you might not always need a fully network-transparent protocol with the ability to remote-administer a site from orbit - but when you need it, you really really need it.

  • Unsurprising (Score:5, Interesting)

    by greg1104 ( 461138 ) <gsmith@gregsmith.com> on Tuesday July 10, 2012 @10:27AM (#40601771) Homepage

    Is there anyone who still thinks the Ubuntu release team prioritizes either usability or low number of bugs now? That's a serious question; I have no idea why this is considered a novel or even notable thing at this point. New Ubuntu release, leading edge software that's not ready for prime time is included, the release is at best beta quality software by any reasonable standard. Same story in every release going back to at least the 8.04 PulseAudio debacle.

    • by vlm ( 69642 )

      Maybe its trying to be modern art? Not supposed to be useful, or appealing, or beautiful, or traditional, or deeply thought provoking, just intended to momentarily inflame some passions or inspirations as people walk by on their way to doing real work on Mint and Debian and android and osx etc? A feeling, rather than a thought? Like gastrointestinal pain feeling vs the thought of refactoring a data parsing and importation routine? Of course those two are probably more closely related than you'd wish, bu

      • I don't particularly like Picasso's work. That it exists has no impact on the paper in my real world life, my junkmail, my reports, my old fashioned printed books...

        Cubist spam is a life changing event, I pity you as you missed one of the best things that life has to offer!

    • Well there is this constant tension when developing software in a competitive market. You want to release stuff that's as refined as possible, but you might lose users when competitors' products evolve faster than yours. So it's a constant attempt to balance innovation and refinement.

      That being said, I do think Ubuntu has gotten the balance wrong over the past few years. At least speaking for myself, the lack of polish (especially desktop environments and graphics drivers) has cause me more distress than

  • by Anonymous Coward on Tuesday July 10, 2012 @10:28AM (#40601779)

    I read the article and the Ubuntu Wayland wiki. The Ubuntu developers have not set any deadline, they don't appear to have set a specific goal, they're just continuing their work on Wayland as usual. The article appears to have just pulled the release target out of the author's arse and then claimed the developers won't make it in time. From the linked page:

    "When will Wayland become the default on Ubuntu?
    This has not been decided. This decision will be made at a future Ubuntu Developer Summit (UDS)."

    So apparently the developers won't reach their goal that they haven't set. How is this a story?

  • > Ubuntu Still Aims For Wayland In Quantal Quetzal

    Blort?

  • You know what I hate about Ubuntu? Sandworms.

  • by Compaqt ( 1758360 ) on Tuesday July 10, 2012 @10:34AM (#40601819) Homepage

    That would be sad.

    But beyond that: there's one big deficiency of current X applications--if the X server dies, so do all graphical programs.

    That's quite surprising when you think about it.

    After all the graphical programs are X clients. Why would a client up and die just because some server died?

    Does your browser die when a webserver dies?

    And please, no pretending that X on Linux doesn't crash. It does, and this is the 4th time I've restarted this laptop today. Hanging hard with VirtualBox.

    To sum: If the graphics server crashes, I'd like to see it automatically restart with Upstart, and then the clients automatically reconnect.

    • by vlm ( 69642 )

      To sum: If the graphics server crashes, I'd like to see it automatically restart with Upstart, and then the clients automatically reconnect.

      I encourage my competitors to implement this, etc etc. You know what would be hilarious? Your buggy hardware (I haven't had a X crash in, I don't even know, certainly more than a decade) combined with root logged in and doing some admin GUI thing. X crashes. Logs itself back in. Before the user gets to interact, the GUI admin thing crashes X again. Repeat infinitely. Oh no problemo just log in as root to break that loop... errr... thats not gonna work because its root who's stuck in the loop. Wipe t

    • And please, no pretending that X on Linux doesn't crash. It does, and this is the 4th time I've restarted this laptop today. Hanging hard with VirtualBox.

      Not arguing that at all, but I do have a bit of an issue with the inference that it crashes frequently. I haven't seen X crash on my laptop in several months. VirtualBox provides a rather unique environment.

      I'd definitely like to see windows reconnect to X automatically though instead of just dying.

      • I haven't had X crash in more than two years now. I blame nVidia for the crashes I had before that, though.

    • by devent ( 1627873 )

      It's always nice to say "xxxx don't work, don't pretend it works, because it crashes yyy times/day for me". For everyone that starts a discussion like this, there are 100 others for which the xxxx just works and they do their work and are quite.

      It would be nice if you share your hardware configuration, or if you open a bug report. Because for me X just works, and it just works for at least 2 years (since I started using Linux) with very different laptops and PCs. I can't recall anytime where X crashed.

      There

    • by Hatta ( 162192 )

      And please, no pretending that X on Linux doesn't crash. It does, and this is the 4th time I've restarted this laptop today. Hanging hard with VirtualBox.

      That's not X hanging, that's VirtualBox [phoronix.com] hanging.

    • by jedidiah ( 1196 )

      And please, no pretending that X on Linux doesn't crash. It does, and this is the 4th time I've restarted this laptop today. Hanging hard with VirtualBox.

      You're talking about an app that comes with it's own kernel modules. It's own kernel modules are probably what's causing the problem.

      Although I've run vobx for months and months at a time myself with no trouble.

    • by lennier ( 44736 )

      After all the graphical programs are X clients. Why would a client up and die just because some server died?

      This! I've wondered exactly this since about 1997, when I first got into Linux. Decoupling the X Server and clients from running in the same session... since it's network transparent and all and was designed for the server being even on a completely different machine... seemed like the obvious thing to do and it boggled me that none of the mainstream desktop environments ever did it.

      I even managed to install a whole second X instance on Ubuntu once, just so that I could run Wine and Dosbox games which occasionally crashed and left the GUI in an unstable state, and then I could restart the X server without losing my main workspace. But it seemed like a ridiculous workaround for something which has inexplicably never been implemented despite being "one of the main advantages of X".

  • by Anonymous Coward on Tuesday July 10, 2012 @10:41AM (#40601893)

    Canonical has plans to include Wayland as a technical preview in 12.10, not as a replacement for X11. This means that they have to actually get it working at a basic level before putting it in the repositories. While Canonical is pushing Wayland, they've already said that it's still several years away from becoming a viable replacement for X11. This is just Canonical trying to push forward the development of a peice of software they believe in.

    • by msobkow ( 48369 )

      Personally I still don't understand what need there is to replace X. Instead of replacing X entirely, how about just fixing the few remaining bugs that are affecting people and causing server crashes? It would seem to be a lot less work to do so than to start from scratch with a new bug^H^H^H^code base.

      is X old? Sure. But it was well designed for what it was intended to do, and as I'm not one of those people affected by server crashes, I'm perfectly happy with it.

  • I understand that X11 is obsolete crap and has to go, but why are they using Wayland instead of, say, DirectFB? From what I can tell (please correct me if I'm wrong, Linux really isn't my thing) DirectFB is much better supported and a more mature product.

    • I understand that X11 is obsolete crap and has to go,

      Well, you understand wrong, unless you also consider Windows 7 and Lion as obsolete crap which has to go.

      Most new code doesn't use the ancient parts of the X protocol, much like most new code on Windows doesn't use the ancient windows APIs or most new code on OSX[*] doesn't use ancient APIs.

      Just because the old stuff is in for backwards compatibility doesn't mean you have to use it, or that the new stuff is somehow old. I'd bet you could make most of the

  • This is what Desktop Linux is. It's companies trying to make a version of Linux which Just Works for people who don't care that it's Linux. That means sacrificing choice in the name of making the product more tailored for the users they're targeting. That's good design.

    Your fundamental complaint is that Ubuntu isn't tailoring its product for you. It's a completely free and open product, planned from the start to make Linux more usable by non-technical people. And you're complaining. Despite the fact that th

    • by lennier ( 44736 )

      It's a completely free and open product, planned from the start to make Linux more usable by non-technical people. And you're complaining.

      Yes, because it doesn't actually work even for that purpose.

      It's a noble goal to make computers useful for newbies. Really it is. But doing it wrong doesn't help anybody, and just because you're doing it for free (um, despite the massive amounts of cash flowing into Canonical which must be coming from somewhere) doesn't mean you get to censor valid criticism of what you're doing wrong.

  • Firstly, Ubuntu aren't forcing Wayland on anyone as it is not the default - it's just there if you want it.

    Secondly, Wayland could well become a decent display manager, just as soon as they incorporate network transparency. And not a minute before.

Our OS who art in CPU, UNIX be thy name. Thy programs run, thy syscalls done, In kernel as it is in user!

Working...