• @[email protected]M
    link
    fedilink
    0
    edit-2
    3 years ago

    I get what you’re saying, but I think people need to understand that for something as massive as LibreOffice managed by as small an organization as the Document Foundation, it’s extremely hard to do a full visual redesign like Microsoft did with their Office suite (and they only really did it once, with the ribbon system, and just kept iterating on it). We’re talking about basically rewriting the entire UI (in C++ no less) for at least five very complicated pieces of software: Writer, Calc, Impress, Base, Draw, and Math, plus the various platform specific versions of those. I’m pretty sure Microsoft Office still has remnants of their old UI for some super obscure features, so for a small nonprofit like LibreOffice, it could well be close to impossible unless they simply halted development on every other feature and went full in on redesigning the apps for possibly over a year, or even longer, which could really hurt their competitiveness against the big players like Microsoft Office.

    I’m not saying they shouldn’t do a redesign or that it’s not needed, but I am saying to keep your expectations reasonable for a relatively small development team working with on a pretty tight budget.

    • @[email protected]
      link
      fedilink
      03 years ago

      it’s extremely hard to do a full visual redesign like Microsoft did with their Office suite

      I wouldn’t vouch for anything like an “extreme” redesign. I think there are inventive ways to reskin an interface on the cheap in terms of developer resources.

      I agree the cost is not nothing, it doesn’t have to be treated like the biggest priority, we should be glad with what we have, etc etc.

      But that all just feels really defensive. I think it’s fair to acknowledge that everything you are saying is true, and to say how fantastic Libreoffice is as a full-fledged alternative to major office suites, and acknowledge that libreoffice resembles software design from the 1990s.

    • @[email protected]OP
      link
      fedilink
      03 years ago

      Also, sone people like that it stays consistent. In not sure if ribbons actually improve anything.

      Maybe a different color scheme and a tad more whitespace would make it look modern enough?

      • @[email protected]M
        link
        fedilink
        03 years ago

        I’m assuming it’s written in GTK or Qt? Why not allow user themes like with Firefox or most IDEs?