this post was submitted on 08 Nov 2025
192 points (84.0% liked)

linuxmemes

28051 readers
1083 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
     

    Does anybody know how to set a window always on bottom in rust gtk4? set_type_hint() does not exist.

    top 50 comments
    sorted by: hot top controversial new old
    [–] aBundleOfFerrets@sh.itjust.works 161 points 1 week ago (5 children)

    Linux gives users the freedom to keep using x11 :p

    [–] anyhow2503@lemmy.world 99 points 1 week ago (22 children)

    They are even free to thanklessly maintain X11 for all the other contrarian fossils, because the developers sure aren't doing it anymore.

    [–] thatonecoder@lemmy.ca 15 points 1 week ago (1 children)

    To be fair… XLibre is doing that.

    [–] mech@feddit.org 9 points 1 week ago (2 children)

    Quote from their readme:

    It's explicitly free of any "DEI" or similar discriminatory policies.
    Together we'll make X great again!

    I'll pass.

    load more comments (2 replies)
    [–] ExLisper@lemmy.curiana.net 7 points 1 week ago (3 children)

    There's nothing contrarian in using software that works and and fulfills all your needs.

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

    I gladly accept the fossil label, but there's no contrarian sentiment behind it ... I just never felt any pain staying with X11.

    Also, the window manager I use is developed by a friend who lives 10min away and texts me every time he has an update, and I love it ... doesn't work on Wayland, though ...

    load more comments (1 replies)
    load more comments (19 replies)
    [–] comador@lemmy.world 11 points 1 week ago

    This is the way...

    [–] rozodru@pie.andmc.ca 7 points 1 week ago (4 children)

    ugh I wish I could but my Laptop set up says "no, you can't." discrete Nividia GPU with onboard AMD GPU and gaming on x11 is a no go for me. So my only choice is wayland :/

    [–] palordrolap@fedia.io 23 points 1 week ago (1 children)

    I once heard about someone accidentally pouring tea from a teapot into a mug with instant coffee in it rather than hot water.

    Your laptop has the GPU equivalent of that drink.

    [–] rozodru@pie.andmc.ca 6 points 1 week ago

    ugh I know. In hindsight I would have never bought it.

    load more comments (3 replies)
    load more comments (2 replies)
    [–] anyhow2503@lemmy.world 102 points 1 week ago (1 children)

    Missing feature != Inability to customize

    [–] vrighter@discuss.tchncs.de 20 points 1 week ago (12 children)

    missing feature that used to be there but has been removed in the name of protecting me from myself, is an inability to customize.

    load more comments (12 replies)
    [–] slothrop@lemmy.ca 40 points 1 week ago (1 children)

    I chose wrong, must be linux's fault.

    [–] heartbreaker@sh.itjust.works 15 points 1 week ago* (last edited 1 week ago) (6 children)

    Why so salty? I am making an app that I want to stick on the background, and would like it to be cross-platform. I mean, there should be some way to achieve something this basic right? Also, Wayland is going to become the default, and most distros will switch to it.

    [–] the_riviera_kid@lemmy.world 14 points 1 week ago (2 children)

    Any time you point out any flaw in linux the fanboys come out to have a screech and tell you how its all your fault actually. I've learned you just gotta ignore them.

    [–] highball@lemmy.world 9 points 1 week ago (13 children)

    If's FOSS, don't cry about it, implement the feature the way you think is best; just like every one else.

    load more comments (13 replies)
    load more comments (1 replies)
    load more comments (5 replies)
    [–] rtxn@lemmy.world 33 points 1 week ago* (last edited 1 week ago) (2 children)

    You'll have to look into GTK's Layer Shell implementation.

    Look at the source of Eww. It's written in Rust, it uses GTK (or GDK?), and it has a config option that opens the windows in the bottom layer.

    https://github.com/elkowar/eww/blob/fddb4a09b107237819e661151e007b99b5cab36d/crates/eww/src/display_backend.rs#L61

    load more comments (2 replies)
    [–] Xylight@lemdro.id 22 points 1 week ago

    I see this as a feature honestly. Screw apps who try to be different with their special little windows

    [–] treesoid@lemmy.world 20 points 1 week ago (10 children)

    Is it bottom layer in wayland terminology (the one for bars and stuff)? In that case I think gtk4-layer-shell is the answer.

    load more comments (10 replies)
    [–] Fizz@lemmy.nz 18 points 1 week ago (1 children)

    I know this is pedantic but Linux does give users the free to do this. They just need to add a patch to their desktop and patch their app to make it so.

    It gives you the freedom to do that, not the ability

    [–] istdaslol@feddit.org 11 points 1 week ago

    It is easy, just loop through all active windows and increase their layer by one, making yours the most bottom

    [–] MonkderVierte@lemmy.zip 10 points 1 week ago

    Depends on the wm.

    [–] Sivecano@lemmy.dbzer0.com 9 points 1 week ago

    You're looking for gtk4-layer-shell (doesn't work on gnome tho 'cos they hate you (only gnome is like this))

    [–] bookmeat@lemmynsfw.com 7 points 1 week ago (2 children)

    What actually bothers me is when a window opens and takes my keyboard focus away from where I was working. God, I hate what shit.

    load more comments (2 replies)
    load more comments
    view more: next β€Ί