Slashdot Mirror


Ubuntu Dev Summit Lays Out Plans For Hardy Heron

Opurt writes "On the first day of the Ubuntu Developer Summit in Boston this week, a roundtable session focused on the vision for the upcoming Hardy Heron Ubuntu release. Unlike Gutsy Gibbon, which brought a handful of experimental features along with some new functionality, the focus with Heron will be on robustness as it will be supported on the desktop for 3 years. 'The Compiz window manager, which adds sophisticated visual effects to the Ubuntu user interface, will be a big target for usability improvements. Keyboard bindings and session management were noted as two areas where Compiz still needs some work.' PolicyKit and Tracker will also be significantly tweaked, while Heron is also likely to see a complete visual refresh."

2 of 261 comments (clear)

  1. Re:Ubuntu To Do List by DaleGlass · · Score: 4, Insightful

    In the way that files that belong to applications are spread over a dozen directories. To name just one example: why is it considered a good idea to have a single directory with all the help files for everything that is installed? Just put them in the application directory already.

    That's because the Linux filesystem layout comes from Unix, and that was made to be optimal for system administration. Meaning, having part of the filesystem be shared through NFS. /etc, /bin, /sbin and /lib are needed for the system to boot. /usr may be mounted from a share, and can be readonly.

    The different locations for binaries, settings, etc, makes it very easy to share data between a hundred boxes, but not the configuration, or the configuration as well if you want it.

    Even if you don't need a network, this is still nice for system administration. For example my general layout is root FS on plain RAID-1, then /usr, /var and /home mounted from LVM. This ensures that even if LVM gets messed up somehow, the box still boots, and in fact it boots from any surviving drive since it's a software RAID-1. Since a functional system is already in place, recovery is much easier.

    But you do believe we should stick with the original UNIX model of storing files all over the place? I guess you must: you are violently attacking me when I support a proposed change to the original model.

    The thing is that you don't understand the original model. You seem to think that the layout is the way it is because people just threw stuff into the first place they could think of. Learn why it's the way it is, then come up with a good reason why the original reasons are no longer good, and only then there can be a sensible discussion of the subject.

    Of course, I realize this represents a Change From The Way Things Were. I understand the fear and uncertainty ANY change causes. Really! But rather than simply be an uber-arrogant asshole and say "rejected" without ANY consideration or discussion of the merits of the stated idea, we could and should have had a civilized discussion why this is good or bad.

    If I wanted OS X, I'd use OS X. Your idea isn't new, and has been discussed hundreds of times before. That Ubuntu still keeps the old layout should be a hint.
  2. In my opinion... by Derek+Loev · · Score: 5, Insightful

    Right now the biggest fault with Ubuntu is Gnome. I've been using Ubuntu since the day Gutsy was released (previously a Gentoo user) and I love so many aspects of it. I even like the simplicity of Gnome compared to KDE. But, why does Gnome lack so many customization options. I mean, seriously, with so many developers it cannot be very difficult to create some small programs that modify GConf. That should be Gnome's priority and because Ubuntu relies so heavily on Gnome it needs to be one of Ubuntu's priorities to get the ball rolling.
    I want to add different folders to my Places bar at the top of the screen, I want to add different buttons (like the Home folder, seriously, it was difficult) to the desktop. I want to be able to edit my Network servers in the Places bar.
    I've figured out how to do all of this with gconf but there is absolutely no reason for me to not to be able to go into my System tab and figure out how to do this with a nice, pretty graphical program.
    This post may be a little off topic and I know that Ubuntu comes in different flavors (Kubuntu, Xubuntu) but when the majority of users are going to be using Gnome with Ubuntu, then Gnome needs to improve to the point where it does not detract from the Ubuntu experience.