Slashdot Mirror


Interview With The KDE And GNOME Release Managers

An anonymous reader writes "It has to be tough, keeping projects as big as GNOME and KDE organized, but that is the job given to those projects' 'release managers.' In an interview on Linux and Main, KDE's Dirk Mueller and GNOME's Jeff Waugh discuss their wacky, devil-may-care, hell-bent-for-leather, zany, fun-filled world -- the shadow, as T.S. Eliot put it, between the idea of a release and its reality."

51 of 162 comments (clear)

  1. Free and commercial release processes by ColdChrist · · Score: 3, Interesting
    One of the things that's interesting about this article is how closely related the release process for free software is to that for commercial software. Commercial products have many things in their genesis that free products do not, but when it gets to be time to produce a clean release "the aim of the release process is to finish software, not to develop it." Waugh cites that quote from Havoc Pennington as applying to Free Software, but in fact it applies to both. It's a kind of convergent evolution into a niche; the ecological imperatives of product survival force projects to adopt these mechanisms in order to be successful.

    The really interesting question is where does this convergence start? Are the reward systems, involving kudos and problem-solving pleasure for free software, and money for commercial software, fundamentally different? I suspect they're not, and that there is much less difference between an open source project and commercial product development than is sometimes thought. I'd guess that the more successful examples of each strongly resemble each other.

  2. Re:I have a question by dotgod · · Score: 2, Interesting

    3dwm is an interesting 3D window manager project (not an X11 window manager though)...definitely a bit different from the "same basic look and feel"

  3. There is help! by stox · · Score: 2, Funny

    Dear Mr. Dirk Mueller and Mr. Jeff Waugh:

    The ACME Sales Corporation is proud to announce a solution to your problems. The XJ19 Laser tatoo removal kit. It will even remove the "Sucker" tatoos clearly emblazended upon your foreheads. How did you get conned into taking these jobs? Cat hearding is easy in comparison to the tasks you each wield. For only $99.95, and three sacrificial rubber chickens, we will gladly send you our kit.

    But seriously, thanks for all the fish!

    --
    "To those who are overly cautious, everything is impossible. "
  4. Re:I have a question by paladin_tom · · Score: 5, Insightful

    I agree. I would like to see and "experemental" desktop, even if it's just for fun. As crazy as you can get while still being workable.

    I think making a new window manager, like BlackBox or FluxBox, is as crazy and experimental as you can get. Making a system as big as a desktop work is a huge job. Keep in mind that a desktop environment consists of not only a window manager, but a set of libraries (QT/KDELIBS for KDE, GTK for GNOME), which are a huge job in and of themselves. Add in the need for core apps (since no one but no one will use a desktop that doesn't come with solitaire), and you've got a huge project, that people won't want to take a huge risk on.

    Also, you don't need to emulate Windows using KDE/GNOME. Their default configurations just include a panel at the bottom of the screen with a K or a foot where the Windows Start Button is. The user is free to change this.

    Finally, I must point out that a third major desktop environment is the last thing Free Software needs right now. We're already fractured by the fact that developers (both Free and commercial) must choose whether to base their apps on QT or GTK. Many major projects choose to target neither: OpenOffice, Mozilla, Kylix, and Adobe Acrobat Reader, for example. A better option would be for KDE and GNOME to move to a new user interface, while keeping their libraries intact.

    --
    #define sig "Every social system runs on the people's belief in it."
  5. I can associate with this ! by StArSkY · · Score: 4, Informative

    As a project Manager I can really associate with these guys..

    I became a release manager at the company where I used to work by volunteering... it nearly gave me a heart attack after 18 months.

    Release dates are set at standard intervals becasue theat's the way it has always been done ;)

    Scope changes to meet time available ;) If it looks to tough to finish in time, delay it for the next release.. I have seen releases with 50 updates and fixes scaled back to 10-15.

    Time to code ! bah no release manager has time for sleep, family or counter-strike..

    and all of the above explains why I now do Business Continuity rather than release management ;) Mind you I would recommend it to anyone who wants to see how project teams, communities and stakeholders react to what happens with software releases. As the release manager you are one of the few who ever gets to see all sides of the argument.

    --
    lounge around on the blue couch
  6. Re:I have a question by paladin_tom · · Score: 4, Informative

    My question is, is there any project of the same calibre (of would be soon), that does a native look and feel (modern and cool, like in movies) for Linux/BSD's ?

    Amma, the destops you see in movies look cool on the screen, but that's their only good point. Their user interfact is horrible. Movie producers purposefully give computers on movies a "computerish" look; for example, movie computers often have green text (a la the text in The Matrix, when Neo sees it), which has been obsolete for years -- it's hard on the eyes.

    Movie destops also have an excessive amount of animation. Trust me, you'd hate any desktop that worked that way -- it'd run like absolute molasses.

    The user experience I've had that most closely resembles a movie desktop is application built using Flash, like you find on web sites and enhanced CDs. These apps try to emulate the look and feel of movie desktops.

    --
    #define sig "Every social system runs on the people's belief in it."
  7. Re:I have a question by jbolden · · Score: 2

    Have you tried windowmaker (part of the gnustep desktop)? Its not as full featured as KDE or Gnome but it runs their apps fine, is much more light weight and doesn't feel like windows at all.

  8. Re:I have a question by Osty · · Score: 2

    Movie destops also have an excessive amount of animation. Trust me, you'd hate any desktop that worked that way -- it'd run like absolute molasses.

    Kinda like Mac OS X, eh? Yeah, yeah, it's getting better, but it's still pretty slow compared to other operating systems with less flash.


    The user experience I've had that most closely resembles a movie desktop is application built using Flash, like you find on web sites and enhanced CDs. These apps try to emulate the look and feel of movie desktops.

    Interestingly, most of those movie GUIs are built using Macromedia Director (or similar), so building the same thing out of Flash makes sense. I wouldn't be surprised if some of those movie web sites actually took most of the code directly from the mock-up made for the movie itself. It shouldn't be difficult to do.


    Personally, I like usability with a bit of flash. Something like Window Maker, while very useable (it should be, since it's based on NeXT), is rather boring. Enlightenment, while flashy, isn't that useable in my opinion. In that vein, I'm pretty happy with Windows XP. It's themeable (link is down at the moment, but according to the notice it should be back up in a half an hour -- I doubt that, but check back in a day or two), so I can get my eye candy, but it's also very useable. Say what you will, Microsoft has spent a small fortune on useability testing, and most of what they've done works well. Brush it off as familiarity if you will, but there are concrete examples of Windows useability getting better (small example: the Start button now has infinite borders, just like the Apple menu in Mac OS -- throw the mouse down to the lower left and click, you'll get the start menu).

  9. Re:I have a question by yamcha666 · · Score: 2, Interesting

    I understand the above post's fact that it would be very difficult to create another set of libraries along with a desktop environment.

    Yet the parent asks why the 2 major desktop environments look like Windows.

    So why couldn't one (or a group of developers) combine both of these statements and create a window manager with a "modern and cool, like in the movies" interface that is compatable with either the GTK or QT libraries or both, (plus or minus patches for this window manager to make it compatable with the GTK or QT libraries)?

    Though I am not a heavy developer, the concept of this wouldn't be difficult. It would be like rebuilding fluxbox to make it run KDE apps 100% natively instead of using a "transparency layer (?)" just so you can use KDE apps in fluxbox (or WindowMaker or IceWM etc).

  10. Re:I have a question by Arandir · · Score: 5, Informative

    Let me take your unwritten assumptions in order.

    Assumption: The goal of GNOME and KDE is to convert Windoze users.

    Truth: There are as many goals for these projects as there are developers. The goal of converting Windows users is definitely on the list somewhere for some developer, but overall it is very low on the totem pole. Much higher are the goals of "scratching my itch", "improving the desktop I use", and "writing my application in this awesome development framework I've found."

    Assumption: Windoze users will be more comfortable in a cloned Windoze environment.

    Truth: There are two kinds of Windows users. Those that can't stand change and those that want to get away from that crappy desktop. Nothing is going to please the former but the genuine article available only from Microsoft. The latter don't want that article, which is why they're leaving.

    Assumption: GNOME and KDE emulate the Windoze look and feel.

    There is some resemblance between GNOME/KDE and Windows. But it's superficial only. Take a second glance and there's no comparison. The Windows desktop is ugly and very low in usability. On the other hand, both GNOME and KDE have great usability and look good. There is no comparison between Kicker/Panel and the Windows taskbar. There is no comparison between KWin/Sawfish and the Windows "window manager". There is no comparison between Konqueror/Nautilus and the Windows Explorer. Etc, etc, etc.

    Assumption: There is a native look and feel for Linux/BSD somewhere if I can find it.

    Truth: There is not a native look to Linux/BSD. Trust me, I've checked. That's because there isn't *a* native look, but multiple native looks. Among them are GNOME and KDE.

    There is no centralized authority over the *Nix look and feel, so there will never be just one, no matter how hard Redhat tries.

    Assumption: The desktops in movies are modern and cool.

    Truth: They sure look modern and cool, but they also look like usability nightmares.

    --
    A Government Is a Body of People, Usually Notably Ungoverned
  11. Re:I have a question by alanwj · · Score: 3, Insightful
    Finally, I must point out that a third major desktop environment is the last thing Free Software needs right now. We're already fractured by the fact that developers (both Free and commercial) must choose whether to base their apps on QT or GTK. Many major projects choose to target neither: OpenOffice, Mozilla, Kylix, and Adobe Acrobat Reader, for example. A better option would be for KDE and GNOME to move to a new user interface, while keeping their libraries intact.


    I disagree with the implied opinion that Free Software would be hurt by the development of another major desktop. The choice of which libraries to use when developing a new program seem not to have as much to do with what desktop environment you expect people to be using as it does with what a developer finds most comfortable to use and is best aligned with thier software licensing philosphy.

    I say this because, as a KDE user, I can't think of a single instance in which a program written to use GTK has ever failed to run correctly (where 'correctly' is defined as 'the way it would run if I were using GNOME').

    What would another desktop environment mean? It would mean I would have another choice. If it is better (for me) than KDE, I'd use it, if not it would be unlikely that I would have trouble running programs designed for its libraries. At worst it would mean I would have to have another set of libraries on my machine.

    One somewhat valid objection to a new desktop environment would be that we could make our current desktops even better if the developers of our hypothetical desktop focused their efforts on one of the existing options. However that makes the often false assumption that said developers would actually spend their time in that manner were they not off creating their own desktop. Also this brings to mind cliches about too many chiefs.

    In any case, I don't particularly feel as if I'm in any way entitled to make demands on how developers spend thier time if I get to benefit from their work at no cost.

    Okay. I'm done rambling.

    Alan
  12. Re:New KDE UI? by SteelX · · Score: 2

    No, 90% of users will never change the skin. If more than 10% will, then GNOME/KDE still have a long way to go (96%+ of windows users never change the color scheme; 75%+ never change the wallpaper)

    Now, I would really love to hear where you got your stats from.

  13. Mozilla did it better by sohp · · Score: 3, Interesting

    KDE and Gnome releases are fine, but compared to the Mozilla build/release process, managed by the enigmatic Leaf, they are 2nd class. Mozilla developers created their own tools to do it, too. Mozilla is cross platform, continuous builds, bug tracking integrated with version control, and they released regularly on a five week cycle (now quarterly), and daily build and smoketests. And once again, Mozilla is cross-platform -- Linux, Windows, and Mac OS 9/X.

    Sorry to crash the party, but I have yet to see KDE or Gnome approach the bar that Leaf and Brendan Eich set high.

    1. Re:Mozilla did it better by RzUpAnmsCwrds · · Score: 2, Interesting

      "bug tracking"

      What can I say: the world's buggiest code required the world's best bug tracking software.

      (this is not an insult - Mozilla has become a respectable, stable browser)

      Who here remembers M7? It's so cool to watch a browser progress from it's early primitive roots to what it is today. Amazing.

      Bravo, Mozilla developers - for developing the world's best browser.

    2. Re:Mozilla did it better by JoeBuck · · Score: 3, Insightful

      Mozilla is a single application suite; it is small compared to either KDE or Gnome.

    3. Re:Mozilla did it better by Rentar · · Score: 2
      Mozilla is a single application suite; it is small compared to either KDE or Gnome.

      True, but this is only more reason to use advanced release management and QA tools. I'm not sure if KDE or Gnome has continuous builds or something, but I doubt it (at least I've never seen them) and in this respect it's true that they can learn a lot from Mozilla (or even use some of their code ;-).

    4. Re:Mozilla did it better by Rob+Kaper · · Score: 2

      Developers like me do continious builds all the time, many are running the latest CVS code as primary desktop or alongside a stable release.

      With a developer base in the hundreds of active people, there is little need for automated builds. Mozilla's developers base is way smaller, so they need a more automated QA system.

      Furthermore, KDE does not provide binaries itself at this moment, although there are packagers who will probably do the necessary QA themselves.

    5. Re:Mozilla did it better by tswinzig · · Score: 3, Insightful

      Mozilla is a single application suite; it is small compared to either KDE or Gnome.

      This is a joke, right?

      I mean, there's even a company that is using Mozilla to create a nice interface for Linux machines. How exactly is this different from KDE/Gnome?

      It's every bit a platform as KDE or Gnome: It provides a user interface via xml, scripting language support (javascript), the ability to write add-ons for it, and it includes an html rendering engine, a complete email program, an WYSIWYG html editor, an address book, and (soon) a calendar/scheduling program. And anything it gives up in size to KDE/Gnome, it makes back due to the cross-platform complexities.

      --

      "And like that ... he's gone."
    6. Re:Mozilla did it better by luge · · Score: 3, Informative

      Um, GNOME does all of those things (except smoketesting, which we hope will be coming soon). We release on a regular 3 week schedule (with 6 month major releases), we use bugzilla religiously, and we use tinderbox and release daily snapshots on multiple platforms (via both ftp and Red Carpet.) So... frankly, you don't know what the hell you're talking about :)

      P.S. Leaf and Brendan would probably consider you a troll. I sure do.

      --

      IAAL,BIANLY

    7. Re:Mozilla did it better by sirinek · · Score: 2

      Now if only the KDE team would fix all the bugs in konqueror, particularly its poor handling of javascript, dhtml, and inline plugins.

      Its an awesome browser otherwise.

      siri

    8. Re:Mozilla did it better by sohp · · Score: 2
      Other old hands will tell you war stories, I'm sure, but a developer being able to build and run the latest code is not the same as continuous integration on a designated integration station with an automated build and smoketest.
      With a developer base in the hundreds of active people, there is little need for automated builds.

      That's about as scary an assertion as I've ever heard from a developer on a large software project. Quite the opposite, the bigger your team, the more you need that automated build and smoketest. But I thinkJoel can say it better than I.
    9. Re:Mozilla did it better by Rob+Kaper · · Score: 2

      Quite the opposite, the bigger your team, the more you need that automated build and smoketest.But I thinkJoel [joelonsoftware.com] can say it better than I.

      Joel's main argument for an automated system is:

      "A tester finds a bug in the code, and reports the bug. The programmer fixes the bug. How long does it take before the tester gets the fixed version of the code? In some development organizations, this Report-Fix-Retest loop can take a couple of weeks, which means the whole organization is running unproductively. To keep the whole development process running smoothly, you need to focus on getting the Report-Fix-Retest loop tightened."

      I still believe (based on experience) that this is not a problem for KDE. There is a very large group of people who build KDE from CVS or CVSup sources and have instant availability from the patch, which was quite possibly also sent to the respective bug report system (and mailed to the originator) and project mailinglist.

      My experience tells me KDE is not one of the development organizations where this is a problem. Patches spread quickly within the KDE community itself, every major release (6-9 months) is followed by several minor releases with bugfixes only (every approx. 6 weeks, unless an urgent fix requires a faster release).

      Maybe Mozilla did not have such an active community, but fortunately KDE has and it seems to work.

      Of course there are some automation tools, such as build scripts in kdesdk, but those are still there to be used by end-users themselves. A community also scales the variety of compilers, platform and dependency versions over a much broader area than any automated system could. It would be a mere impossibility to maintain that variety.

  14. Um no.. by majestynine · · Score: 3, Funny

    ..movie operating systems have bad useability?!..

    Ive never had problems with my movie operating system. Say... you want to hack someone? Simple!

    Step 1: Open 'Elite Hacking Utility' in the 'Extras' submenu of the startbar.

    Step 2: Enter the IP Address of your target, or click 'Hack Previous Download Stream' to hack the last server you sent data to. Then click OK

    Step 3: 'Elite Hacking Utility' will automatically determine which OS the hackee is running, and then will prompt you if you wish to proceed. Click OK to continue, or Quit to exit the program.

    Step 4: The hackee computer is running "Debian Linux." If you press okay, Elite Hacking Utility will hack through any firewalls and give you full access to that computer, using simple translators to convert anything to the file types supported by the OS. You will then gain complete access to their computer and all their files. You have not owned them! Although Elite Hacking Utility is a very safe program, there is a rare chance that the hackee could make a counter-attack, that Elite Hacking Utility may be unable to stop. To proceed, click OK, to choose a different IP address, click Back, to exit the program, click Quit, if you need assistance, press the Help key on your keyboard or choose Elite Hacking Help from the Help menu.

    Simple!

    1. Re:Um no.. by Roblimo · · Score: 3, Funny

      5. Run "Guess Password" utility. It tries the sytem user's address, phone number, variations on wife or girlfriend's name, and several significant dates in the user's life, plus the ever-popular "rosebud." The current version of this utility only works correctly when the bomb countdown is almost at zero.

      I believe an improved version of this utility, one that isn't bomb countdown-reliant, is supposed to be included in KDE 4, but of course that's up to the release manager.

      - Robin

  15. Can someone explain what "i18n" is? by unsinged+int · · Score: 2

    They keep mentioning it in the article and I must admit I have no idea what that is. My best guess would be it's some crazy abbreviation for installation.

    ...which usually includes docs, i18n, etc. as well as maintainers...

    1. Re:Can someone explain what "i18n" is? by jjoyce · · Score: 3, Informative

      Internationalization. It's abbreviated "i18n" because there's an "i", 18 more letters, then an "n".

    2. Re:Can someone explain what "i18n" is? by JabberWokky · · Score: 4, Informative
      It's all the translation strings for every language. If you write an app for yourself, you can just write it in the language you use. If you want it to be used around the world, you have to provide a seperate translation for every single string: the menus, buttons, documentation, mouseovers... everything. In an open source project you then have to run it past seperate language maintainers to proof read all the translations.

      KDE has very impressive i18n tools (Fire up kbabel and take a look if you're running KDE right now), and I'd assume that any major project (Gnome, Mozilla, etc) all have nice tools as well. Unfortunatly, due to an oversight in Unicode, KDE's support for tlhIngan Hol uses the english alphabet.

      --
      Evan

      --
      "$30 for the One True Ring. $10 each additional ring!" -- JRR "Bob" Tolkien
    3. Re:Can someone explain what "i18n" is? by wgmari · · Score: 5, Funny
      In this context, making KDE and Gnome work for the parts of the world that don't speak English.
      You mean like America? ;P
    4. Re:Can someone explain what "i18n" is? by GauteL · · Score: 2

      Yes, and basically because Internationalization (did I get it right?) is an incredibly long word that is extremely easy to misspell. Especially for the people involved in the process, because they mostly do not have english as their main language, which in fact is the reason for i18n in the first place.

      Gaute

    5. Re:Can someone explain what "i18n" is? by puppetluva · · Score: 2

      i18n literally stands for "internationalization".

      It is so hard to say repeatedly, that people shortened it to "i" 18 letters then "n". hence i18n.

    6. Re:Can someone explain what "i18n" is? by Abreu · · Score: 2

      Let me think... Quebec, Mexico, Guatemala, El Salvador, Honduras, Nicaragua, Costa Rica, half of Panama, Venezuela, Colombia, Bolivia, Ecuador, Peru, Brazil, Chile, Uruguay and Argentina

      v.s.

      Rest of Canada, USA, Belize and half of Panama...

      Yup, it seems that most of America doesnt speak English (at least as a native language)

      --
      No sig for the moment.
    7. Re:Can someone explain what "i18n" is? by Dirtside · · Score: 2

      Two references: kbabel (babel fish, H2G2) and "tlhIngan Hol" (Klingon language, Star Trek).

      --
      "Destroy science and religion. Science would re-emerge exactly the same; but not religion." - Penn Jillette, paraphrased
    8. Re:Can someone explain what "i18n" is? by JoeBuck · · Score: 2

      Amusing, but in many ways modern American English (especially the English spoken by backward folks in rural areas, like Appalachia) is closer to the English Shakespeare spoke than modern British English is. For many words that Americans and Brits pronounce differently (e.g. "schedule"), the American version is the older one, the one formerly used in both countries.

      The story is similar in France vs Quebec: it is the French who have changed the language more.

    9. Re:Can someone explain what "i18n" is? by Abreu · · Score: 2

      Anonymous Canadian Coward writes:

      Sometimes the human nature isn't completely logical, if you can't comprehend or live with these quirks then you really have no chance of fitting into our society.

      The fact that I understand it does not mean I condone it.

      --
      No sig for the moment.
  16. aint it ironic....... by tanveer1979 · · Score: 2, Insightful

    that the story has MS visual basic ADvert right in the middle?

    Sorry for OT trolling but kinda thought it to be real real ironic considering that Kdevelop is direct competitor of MS programming environment.
    Moving back online to the topic, I felt the interview a bit more general with very general questions with even more general answers.
    I guess more hard hitting interview is the need of the hour with the interviewer baying for blood ;-) just like larry wall!
    Better still get both of them together and lets have a flame war about wether KDe or Gnome is better. Too radical... I guess not i would really like to know what the KDE developers and leaders really feel for Gnome and vice a versa.. some interesting interview will be that!

    --
    My Aurora : http://www.youtube.com/watch?v=o91ZsGwJYyg
    FB : https://www.facebook.com/TanveersPhotography
    1. Re:aint it ironic....... by jonathan_ingram · · Score: 2, Interesting
      I would really like to know what the KDE developers and leaders really feel for Gnome and vice a versa.. some interesting interview will be that!

      Most of them don't have any opinions either way - the main KDE/Gnome developers normally run an exclusively KDE/Gnome desktop, and so don't think about the other desktop at all. They're a very good example of convergent evolution. There *are* some times when something passes from one desktop to another, but they're relatively infrequent (for example, the Gnome 2 icons are *very* influenced by the KDE 2 ones, and in the other direction the KDE file manager got an improved look-n-feel after the release of Nautilus).

    2. Re:aint it ironic....... by LMCBoy · · Score: 4, Interesting

      Kdevelop is direct competitor of [the] MS programming environment.

      No, it isn't.

      Most importantly, KDevelop is not a commercial product, so it has nothing to compete for. Sure, it's nice if lots of people use it, but ultimately it matters not at all how many "customers" KDevelop has. As long as there are interested developers, the project will thrive.

      More obviously, KDevelop targets only unix apps; MSVB targets only windows apps. They're in completely different "markets".

      --
      Liberal (adj.): Free from bigotry; open to progress; tolerant of others.
  17. Bug tracking by m_ilya · · Score: 2
    the world's best bug tracking software

    Bugzilla is way far from being the best bug tracking software. For example just compare it featureset with RT.

    --

    --
    Ilya Martynov (http://martynov.org/)

    1. Re:Bug tracking by m_ilya · · Score: 2

      My point was just that bugzilla is hardly "the best world bug tracking system". Thats all. I'm not suggesting that RT is the best (though sometime ago I did review of all opensource Perl bug tracking systems and I found RT to be the best).

      --

      --
      Ilya Martynov (http://martynov.org/)

  18. Re:Like on Jurassic Park... by adadun · · Score: 3, Interesting

    Well, it wasn't strictly a Unix system - it was an IRIX system.

  19. Re:I have a question by IamTheRealMike · · Score: 2
    Also, you don't need to emulate Windows using KDE/GNOME. Their default configurations just include a panel at the bottom of the screen with a K or a foot where the Windows Start Button is.

    Actually this isn't true of GNOME any more. The default layout is as far as I can tell unique. You can see a screenshot of it here.

    There is a bar across the top Mac style (though that's the only similarity to the mac), and a taskswitcher with desktop switcher at the bottom. There are two menus, Applications and Actions (which makes sooo much sense I can't help but think, why did nobody think of this before?). You can add your own applets to the panels, or add your own. It's not only extremely flexible, but very intuitive as well.

    Having said that, I wouldn't recommend GNOME2 for new users yet. I'm using it now, and it's interesting as much for what it lacks as for what it's got. It's clearly a fantastic foundation to build on, and I await the 2.2 release with interest. Hopefully Nautilus won't suck then.

    But anyway. The old bottom panel with the foot system has gone (unless you use RedHat) - I suggest you check out those screenshots of Jimmacs. They are too sweet. And nothing like Windows or the Mac, or KDE.

  20. Re:I have a question by rseuhs · · Score: 2

    KDE with different settings.

  21. Re:I have a question by sphealey · · Score: 2
    They all emulate the same basic look and feel. My question is, is there any project of the same calibre (of would be soon), that does a native look and feel (modern and cool, like in movies) for Linux/BSD's ?
    Sure, I'll get right on it. Could you just take a minute to define what the new look and feel should be?

    The fundamental problem in UI design is that since the "ah ha!" insight that created the WIMP interface and the desktop metaphor, there hasn't been another key insight or breakthrough. Having once seen an actual Star workstation in action I can attest that a Star user wouldn't have any difficulty using the current Mac or Windows interface - they are fundamentally the same. Everyone agrees that we need something better than the W95 desktop - its just that no one can figure out what that is.

    sPh

  22. Re:I have a question by jonadab · · Score: 2

    > (modern and cool, like in movies)

    You apparently have seen different movies than I have. The movie
    desktops I've seen don't provide any facility for launching apps,
    switching between apps, or anything else useful. They usually
    consist of one big screen-filling dialog box containing options
    for performing impossible feats, such as trying all the
    possibilities for a sixteen-character password in thirty seconds,
    or uploading a fatal virus to an alien computer system about
    which nothing is known. Also, they have about 160x50 resolution,
    which is anything but modern and cool.

    --
    Cut that out, or I will ship you to Norilsk in a box.
  23. Got a URL for that? by smartfart · · Score: 2

    The flash app of which you speak --- may we view it? Grazi.

    1. Re:Got a URL for that? by paladin_tom · · Score: 2

      The best example I can think of is the "Enhanced CD" part of the Enterprise soundtrack. The site for the new Star Trek movie is a decent example, too.

      --
      #define sig "Every social system runs on the people's belief in it."
  24. Re:I have a question by I_redwolf · · Score: 2

    www.enlightenment.org

  25. X11 + KDE + Gnome + Motif + XUL + ? by Abreu · · Score: 2

    In principle I agree with you, but playing Devil's Advocate let me ask:

    Now we have to install 2 complete desktops just to run most Linux GUI applications.

    How much disk space will we need if we have to install 3 or 4 desktops just to run a couple of apps?

    --
    No sig for the moment.
    1. Re:X11 + KDE + Gnome + Motif + XUL + ? by Abreu · · Score: 2

      Thanks for proving my point, AC.

      --
      No sig for the moment.
  26. Re:I have a question by Arandir · · Score: 2

    Okay, question then. Without referring to the availablity of applications (which is a separate issue) or the difficulty in installing and configuring the underlying operating system (another separate issue), why do you prefer the Windows *desktop* over the alternatives?

    --
    A Government Is a Body of People, Usually Notably Ungoverned
  27. Re:I have a question by IamTheRealMike · · Score: 2
    I haven't used gnome or kde yet (do they run on OSX? ) but I think there are a lot of things wrong with that screenshot's interface..

    I believe you can get them running on OSX, but why bother? They are seriously crippled on that platform due to lack of full POSIX compliance, and people buy OS X largely for the GUI. Anyway. Let's deal with your criticisms

    First of all, the desktop icons... they look... weird. It's some weird angle on the icons. Also, the shoadow on the bottom of the icons don't make sense. The shadow on the front of the folders should be eliminated.

    These folders are, fyi, SVG icons so they can be scaled to any size. Because this shot was of an early beta of GNOME2, not all the icons had been converted, hence the 2 different styles (both of which I think look quite nice really). I don't know what you mean about the shadows, the icons look fine to me. This really seems to be merely a personal aesthetic issue, which is fine, that's why we have icon themes.

    Also, in the 'gfx' icon, I don't see what the slide should mean. The toolbar icons should be made a bit larger, or the toolbar itself should be made a bit smaller. Users are too apt to miss the button.

    The slide - who knows? It was a demo of the different folder decorations you can have. There's no need to use it, if you don't think it's appropriate. The toolbars are fine, I use them all the time and you don't have to click directly on the image, as long as you're close it works OK.

    Finally, the text rendering on the taskbar(which is not unique, but win95ish) looks weird. Look at 'Keyboard Accessibility Control'. The text should probably be squeezed or truncrated, but instead it clashes with the icon.

    That was a minor bug that has since been fixed. I'm using it now, and the buttons are fine.

    Oh yeah, the 'applications' menu, sounds macos-classic-ish, but I can't tell since I haven't actually seen it.

    I've used Classic a bit, I don't recall any Applications menu. At least on the mac I used, everything was started either from the finder, or DragThing.

    The point was not to hold up that particular screenshot as UI perfection itself, but to demonstrate that gnome has a fairly unique look to it.