this post was submitted on 25 Jan 2024
150 points (93.6% liked)

Linux

47369 readers
887 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
 

As a tech-savvy mom, managing work, household responsibilities, and personal commitments can be overwhelming. Having access to a reliable and user-friendly operating system is vital in ensuring a smooth experience…

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 7 months ago* (last edited 7 months ago) (1 children)

However, most of the best apps are based on GTK and not QT.

Yes, I couldn't agree more. Qt is nice, I use it in my professional work. But for me personally, Gtk is the best toolkit, and this is largely because it is programmed in C, not C++. Also, Gtk has the GObject Introspection framework which allows for other programming languages to connect to the Gtk libraries, so you can code Gtk apps in pretty much whatever language you like best.

And sorry for suggesting you were an AI.

[–] [email protected] 3 points 7 months ago

Speaking of using other programming languages with Gtk, I've seen https://github.com/diamondburned/gtkcord4 (Discord client written in GTK4 and Golang)