this post was submitted on 14 Jul 2025
929 points (98.4% liked)
linuxmemes
26290 readers
967 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
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 figures
We 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
Proper GTK4 adwaita apps don't do that. They scale really well on mobiles to desktops.
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
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
It's Fractal, a matrix client, not a webview: https://gitlab.gnome.org/World/fractal
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)
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.
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
Wonder why not set a maximum width and have the de respect it eg you maximize and the window grows to max height but not max width
(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.
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?
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
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.
Do you want the text to span unlimited pixels?
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.
Hm yeah. Most configurable GNOME application.
That would be ideal, IMO.
Even Gtk3 doesn't have that issue when properly coded.
And that's an issue. People also use non-GTK4 apps.