this post was submitted on 11 Mar 2024
243 points (100.0% liked)

Linux

1266 readers
20 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
top 23 comments
sorted by: hot top controversial new old
[–] VinesNFluff@pawb.social 66 points 11 months ago (2 children)

I hope this becomes popular enough that a lot of major distros start adopting it as a default

Specifically because I want to see turbo-weirdos talk about how higher-quality cursors are "bloat" or "against KISS" for the next 10 years. 💀

[–] Armando3996@lemm.ee 5 points 11 months ago (1 children)

Tbh I dont really see how anyone can call this bloat( I use doas btw). Its just so much more space efficient. 4 example I ported capitaine cursors and it takes below 200 kbs of space, its just that much more space efficient

[–] VinesNFluff@pawb.social 8 points 11 months ago (2 children)

You are most likely correct from a technical point of view.

But don't ever underestimate the potential of weird folks to be -- Weird.

Not that I think it's per se a bad thing -- But I feel like a lot of Linux people are pack bonded to the utilities and tools they have grown used to. Whatever justification they write comes after the fact from an emotional reaction to seeing the thing they are bonded with lose ground.

load more comments (2 replies)
[–] mactan@lemmy.ml 2 points 11 months ago

stares at gnome

[–] KISSmyOS@feddit.de 46 points 11 months ago

Sometimes I long back for the times when I just used my computer to do things, instead of forming an opinion about the compression rate of my cursor's image data.

[–] Fisch@lemmy.ml 38 points 11 months ago* (last edited 11 months ago) (1 children)

I hope GTK and GNOME (or is GTK part of GNOME?) adopt this, I didn't even know just how bad the inefficiency with todays cursors is. Having a single svg for each cursor and rendering it server-side makes so much more sense.

Did someone already open an issue for this?

[–] witty_username@feddit.nl 12 points 11 months ago* (last edited 11 months ago)
[–] vhstape@lemmy.sdf.org 38 points 11 months ago (1 children)

Interesting. I didn't realize XCursor predates most image formats XD

[–] deadbeef79000@lemmy.nz 46 points 11 months ago

X* predates almost everything still in common use.

Which is, frankly, amazing.

It's also why Wayland took (is taking) so long. It has to compete against X11 with decades of development.

That's a tall order.

[–] sibloure 27 points 11 months ago (1 children)

Very cool. I wish the entirety of the computer's interface was scalable SVG so any custom resolution is possible and looks good.

[–] morrowind@lemmy.ml 10 points 11 months ago

Yeah vector gui is a very cool idea. That said, arbitrary scaling on windows "just works" these days so definitely possible on Linux too without any radical tech changes

[–] N0x0n@lemmy.ml 18 points 11 months ago* (last edited 11 months ago)

Interesting and fun read, thank you !

In the beginning, the earth was without form, and void. Wait, a bit too far behind.

😁

[–] SturgiesYrFase@lemmy.ml 9 points 11 months ago

Thanks for sharing this, was a neat look under the hood.

[–] BlueEther@no.lastname.nz 8 points 11 months ago

interesting read

[–] Quereller@lemmy.one 7 points 11 months ago (2 children)

Please make sure it doesn't contain any bugs which can be exploited.

[–] swab148@startrek.website 2 points 11 months ago

0-day'd by my fucking cursor, smh

[–] eveninghere 1 points 11 months ago

Use Rust! —White House

[–] thingsiplay 6 points 11 months ago
[–] AceFuzzLord@lemm.ee 3 points 11 months ago (1 children)

Yo! I would love for something like this to become a thing because I have recently become a big fan of SVGs. Would absolutely love a custom cursor that scales to any size with minimal issues of it looking too small on the 1080 TV I sometimes plug my laptop into using HDMI.

[–] Armando3996@lemm.ee 1 points 11 months ago* (last edited 11 months ago) (1 children)

It is? It only works on hyprland tho. That being said its really easy porting xcursor themes over. It does all the things you just described.

[–] stepanzak@iusearchlinux.fyi 1 points 11 months ago

It should work everywhere, not only on hyprland. At least that's the goal.

[–] owen@lemmy.ca 2 points 11 months ago

This is awesome