this post was submitted on 14 Jul 2025
936 points (98.5% liked)

linuxmemes

26321 readers
21 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.
  • 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
     
    (page 2) 46 comments
    sorted by: hot top controversial new old
    [–] SapphironZA@sh.itjust.works 49 points 1 week ago (4 children)

    Never got the Mac trend of not using your full screen. I get even less why Gnome copied it.

    [–] wildbus8979@sh.itjust.works 9 points 1 week ago (19 children)

    I'm not sure I understand... GTK can use full screens...

    load more comments (19 replies)
    load more comments (3 replies)
    [–] cmgvd3lw@discuss.tchncs.de 41 points 1 week ago (3 children)

    Proper GTK4 adwaita apps don't do that. They scale really well on mobiles to desktops.

    [–] edinbruh@feddit.it 72 points 1 week ago* (last edited 1 week ago) (4 children)

    Counterargument:

    Admittedly this is a chat app, so there's little to do. But still, it could stretch out a little bit more, maybe open the conversation info panel on the right

    [–] bjorney@lemmy.ca 26 points 1 week ago (1 children)

    That looks like it's just wrapping a WebView, is it not?

    It looks like the CSS is just capping the container class width at 1440px, which has nothing to do with GTK

    [–] idegenszavak@sh.itjust.works 23 points 1 week ago (1 children)
    [–] bjorney@lemmy.ca 13 points 1 week ago

    Fair - point still stands though - the application only has a single breakpoint defined at 600sp from a cursory glance, the lack of an ultra-wide specific layout is just because it hasn't been implemented rather than a shortfall of GTK (though I'm not sure you would even want to make the message view wider, as it would impair readability)

    [–] cmgvd3lw@discuss.tchncs.de 11 points 1 week ago* (last edited 1 week ago) (2 children)

    What is your monitor size?

    (Edit)

    You see the app's font size is on par with the text size of your KDE panel. If gnome increased it, it would look totally out of place.

    Also centering content is a valid design choice. Many websites do that on large/wide monitors. It improves readability. An example might be the design of pi-hole's UI.

    If readability is your issue on gnome on wide screen monitors you should also have issue on reading the time and date on the KDE panel as well.

    [–] edinbruh@feddit.it 14 points 1 week ago (1 children)

    2560x1080 which is 21:9 full hd. Most programs don't really handle 21:9 displays, but many GTK apps are particularly bad at it

    load more comments (1 replies)
    [–] edinbruh@feddit.it 4 points 1 week ago (1 children)

    (after edit)

    I have no issue with the text size, I have an issue with enormous empty space around the text. It's fine if it's not perfect on a 21:9 display, but this wouldn't look good even on a 16:9 display.

    I'm also fine with the text not taking up the entire width, I aggre that it's less readable. But I think the window (not the text, the window) could utilise the width better.

    I say that the messages could be a little more spread out (i.e. my massages could be a little to the right while other's a little to the left) and just like the left sidepanel appears and disappears when the window is too thin, more sidebars could appear to the right when the window is very wide.

    [–] _stranger_@lemmy.world 3 points 1 week ago* (last edited 1 week ago) (1 children)

    These are all design choices though, not technical limitations of the gdk. I'm no expert in it though. Is it possible it's missing the tools that make building those other design features easy?

    [–] edinbruh@feddit.it 3 points 1 week ago

    AFAIK one of these are technical limitations, it's just design choices. But in my experience, the design choices made following the gnome design guidelines tend to make apps with tiny faces

    [–] LodeMike@lemmy.today 6 points 1 week ago (2 children)

    Do you want the text to span unlimited pixels?

    [–] edinbruh@feddit.it 7 points 1 week ago* (last edited 1 week ago) (1 children)

    No, I want it to utilize the space a little bit more, this wouldn't look good even on a 16:9 display. Which is a shame because when windowed it looks really good.

    [–] LodeMike@lemmy.today 2 points 1 week ago

    Hm yeah. Most configurable GNOME application.

    load more comments (1 replies)

    Sounds like a skills issue/design decision. Like the devs could do otherwise, they just didn't. There's nothing in GTK preventing this from working properly.

    Even Gtk3 doesn't have that issue when properly coded.

    load more comments (1 replies)
    [–] lmuel@sopuli.xyz 38 points 1 week ago* (last edited 1 week ago) (5 children)

    I enjoy using Gnome and don't really encounter any issues in my day to day use

    (pls don't kill me :))

    [–] wer2@lemmy.zip 16 points 1 week ago (1 children)

    I don't like Gnome, but I am glad it works for you. At the end of the day Gnome is better than Windows, Mac, and CDE.

    [–] aeiou_ckr@lemmy.world 5 points 1 week ago (2 children)

    CDE? First time hearing of this. Off to google. :)

    [–] Ephera@lemmy.ml 7 points 1 week ago

    It was an effort by multiple Unix vendors to create a common desktop environment: https://en.wikipedia.org/wiki/Common_Desktop_Environment

    [–] bilb@lemmy.ml 5 points 1 week ago

    Cool Desktop Environment 😎

    [–] bilb@lemmy.ml 15 points 1 week ago* (last edited 1 week ago)

    I don't like using GNOME desktop or apps, but that's not because its bad or less capable for my usage. I just don't prefer their design philosophies. I'm grateful that it exists nonetheless. Linux desktop users are spoiled by how many great choices we have.

    [–] voodooattack@lemmy.world 11 points 1 week ago (2 children)

    I used to be a GNOME fanatic a couple of years ago. I switched to KDE after I got tired of the perpetually broken state of extensions.

    I’m still thankful for all the effort and commitment the GNOME devs have invested over the years though! It’s an excellent desktop environment!

    load more comments (2 replies)
    [–] ECB@feddit.org 2 points 1 week ago

    Same for me!

    [–] HappyFrog@lemmy.blahaj.zone 25 points 1 week ago

    Damn, did you enlarge Charlie's face for the meme? πŸ˜†

    [–] Luci@lemmy.ca 22 points 1 week ago (1 children)

    Friends don't let friends use GNOME

    KDE4LYFE

    [–] edinbruh@feddit.it 14 points 1 week ago

    Gnome does have a lot of strong points, I personally use both

    [–] Hansae@lemmy.dbzer0.com 15 points 1 week ago

    Common gnome L

    [–] illusionist@lemmy.zip 12 points 1 week ago (1 children)

    Time for a scrolling window manager

    [–] Kiuyn@lemmy.ml 8 points 1 week ago

    This is why I don't use GNOME apps on a tiling WM. They always have an absurd amount of padding.

    [–] user224@lemmy.sdf.org 5 points 1 week ago (1 children)
    [–] ter_maxima@jlai.lu 2 points 1 week ago

    I'm having this problem on Android rn. Coming from iOS, the content density is just super low, and no amount of tweaking display/font size will fix it πŸ™

    My screen is 50% padding now πŸ€·πŸ»β€β™€οΈ

    [–] Phen 0 points 1 week ago

    Huh, this sort of issue is what made me leave KDE in the first place. Haven't had such problems on gnome.

    load more comments
    view more: β€Ή prev next β€Ί