this post was submitted on 26 Oct 2023
138 points (96.0% liked)

Linux

46734 readers
2252 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
you are viewing a single comment's thread
view the rest of the comments
[–] ganymede@lemmy.ml 4 points 9 months ago* (last edited 9 months ago) (2 children)

not customizable

themes, plugins, ridiculously easy custom configurations/build commands etc you can even control the window manager from config files if you want to, its insanely customisable

lacks support for a lot of things

edit: trying to sound less snarky, but do you have a lot of examples?

i could see these criticisms arising from a quick glance. or we may have slightly different definitions of these terms. which is fair enough.

imo geany's ratio of features to weight is remarkable, perhaps singularly so?

[–] possiblylinux127@lemmy.zip 2 points 9 months ago (1 children)

I just know I wasn't able to get code suggestions, highlighting or error highlighting working. There might be a way but I spend a bunch of time on it and accomplished nothing. If there is a way it isn't obvious

[–] ganymede@lemmy.ml 1 points 9 months ago

suggestions should work by default, if by which you mean basic completion of names etc

anyway fair enough, its not for everyone.

sorry for being a bit overly defensive, i just really love geany lol

[–] daddyjones@lemmy.world 2 points 9 months ago (1 children)

Based on about 20 minutes of searching last night - it seems to lack support for debugging outside of gdb.

That's quite a major thing to not have if you're going to claim support for lots of languages...

[–] ganymede@lemmy.ml 1 points 9 months ago* (last edited 9 months ago)

true, though its fairly easy to use the build interface to setup basic debugging support (breakpoints, watches etc) for unsupported languages. but i admit, its not the same.

you're right, that's a fair criticism