104
Why is Gnome fractional scaling 1.7518248558044434 instead of 1.75?
(unix.stackexchange.com)
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.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
the desktop shell is mostly javascript though
Closer to 50/50, and other parts of the GNOME desktop like mutter, are largely C. Saying the entire GNOME desktop is mostly JS is silly.
No one here said GNOME desktop is mostly JS.
You're right, they said the desktop shell, which is still incorrect, but I guess a little less incorrect. My bad.
Well, I started this thread saying it runs on JavaScript, and I mean that they need JS for most of the interactions with the desktop, like gesture or mouse events. 😞 Even if most of the code is C, we all know we need to write much many lines of code of C to do the same with JS, so most of the logics on GNOME is computed by JS. We need some rust here. 🦀 🦀 🦀 🦀
On the other hand, saying that there's way too much javascript in it is objectively factual.
You don't get to decide what too much JS in the project is unless you actually work on and have in depth knowledge of the project. I dont like JS, but it has its uses.
Many people are conflating modern electron bloatware with 'JS bad', but things are not that simple.
Yeah, on their git says 46% of the code is JavaScript: https://gitlab.gnome.org/GNOME/gnome-shell
That's pretty much, almost half of the code.
That page also shows that there is more C. That page is also specifically the shell, not all of the desktop.
There is less than 4% more code in C than JavaScript. That's pretty much, many features on the gnome-desktop is using JavaScript too, like gestures and mouse events.