this post was submitted on 01 Mar 2026
1241 points (98.6% liked)

linuxmemes

30344 readers
2506 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • Don't come looking for advice, this is not the right community.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. 🇬🇧 Language/язык/Sprache
  • This is primarily an English-speaking community. 🇬🇧🇦🇺🇺🇸
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  •  

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] ProdigalFrog@slrpnk.net 3 points 3 hours ago* (last edited 3 hours ago) (1 children)

    Is there an office suite you had in mind that looks futuristic? Comparing a slightly old version of LibreOffice with a modern version of MS Office... They look pretty similar to me? (The gray document background in libreoffice is from me, it defaults to something closer to MS office).

    Also @bestboyfriendintheworld@sh.itjust.works

    [–] SlurpingPus@lemmy.world 3 points 2 hours ago* (last edited 2 hours ago) (1 children)

    I haven't used Apple's suite much, but it's likely that LO could learn something from it, for the simple reason that Apple knows about the principles of grouping in design and thus never subscribed to the approach of ‘cram lots of buttons in the toolbars without spacing’.

    However, changing the paradigm of the existing UI is probably a big ask.

    [–] ProdigalFrog@slrpnk.net 1 points 2 hours ago* (last edited 2 hours ago) (1 children)

    Ah, I assumed you were comparing it to MS Office as the gold standard, and chose the tabbed mode to make it closest to that, though I don't personally use it that way myself.

    LibreOffice has a simpler mode, though not quite as bare-bones as your Apple example. It's how I how use it personally:

    There's also a Sidebar mode, which can collapse out of the way when not in use, or be brought back by pressing a small button on the side of the program.

    I agree it could stand to offer a mode with much more spacing and just the essential options, but I think for the most part, the simpler toolbar mode which I use is pretty adequate, and doesn't feel overwhelming to use.

    Alternatively, Libreoffice is quite customizable, so a user can remove every option from the toolbar they never use, and make it appear nicer and less cramped.

    [–] SlurpingPus@lemmy.world 2 points 2 hours ago* (last edited 2 hours ago) (1 children)

    assumed you were comparing it to MS Office

    I'm not the guy to whom you originally replied, so I'm just chiming in with my observations. I would never pose MS' design as anything to aspire to, because MS only recently learned about the principles of grouping, which is very basic design stuff. Their design philosophy for ages consisted of crammed toolbars, crammed lists, and crammed tables.

    Unfortunately, LibreOffice isn't better in this regard, and won't be until they work on the UI toolkit to allow a different approach (like e.g. Firefox does allow). Apple's UI is good not because it's ‘bare-bones’, but because it organises elements visually instead of piling them all into a giant toolbar for the user to wade through. Other Mac apps are the same way, usually including third-party ones because they follow Apple's guidelines. Btw, iirc the toolbars are typically customizable.

    [–] ProdigalFrog@slrpnk.net 1 points 2 hours ago (1 children)

    Ah, so you are! My mistake :p

    until they work on the UI toolkit to allow a different approach (like e.g. Firefox does allow)

    Like how Firefox lets you drag and drop icons and spacers around? That would be cool to have in Libreoffice.

    Apple’s UI is good not because it’s ‘bare-bones’, but because it organises elements visually instead of piling them all into a giant toolbar for the user to wade through.

    Could definitely see that as a big improvement, even as someone quite used to the Windows 95 way of doing things (or at least, I prefer the old way to the ribbon), hopefully someone who has a similar itch to us as well as the capabilities to implement it does so someday :)

    [–] SlurpingPus@lemmy.world 3 points 1 hour ago

    Like how Firefox lets you drag and drop icons and spacers around?

    Yeah, the spacers are the key thing here, because humans perceive spaced-out things to be topically distinct. Meanwhile Windows always offered separator bars to divide groups of buttons in the toolbars, which of course added visual noise. Idk what toolkit LO uses, but from what I've seen Java UIs typically follow Windows' conventions.