this post was submitted on 29 Sep 2025
41 points (100.0% liked)

Linux

59337 readers
956 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 6 years ago
MODERATORS
 

[SOLUTION] all hail hexchat, hexchat is dead, remove unmaintained hexchat

this happens on debian 13.1 xfce

after installing io.github.Hexchat I get this message on the terminal:

Info: runtime org.freedesktop.Platform branch 23.08 is end-of-life, with reason: org.freedesktop.Platform 23.08 is no longer receiving fixes and security updates. Please update to a supported runtime version. Info: applications using this runtime: io.github.Hexchat

the message applies to the following runtimes as well:

org.freedesktop.Platform.VAAPI.Intel branch 23.08

org.freedesktop.Platform.GL.default branch 23.08-extra

org.freedesktop.Platform.GL.default

if I remove them manually and I update flatpak, it asks me to install them again

My computer uses both system and user remotes.

Because my .var directory is almost full, I installed hexchat as user, but the drivers are systemwide. I don't know if this is relevant.

top 8 comments
sorted by: hot top controversial new old

@arsus5478 The maintainer must update the dependencies for the package.

[–] cypherpunks@lemmy.ml 10 points 1 month ago

the info line contains the answer:

Info: applications using this runtime: io.github.Hexchat

You need to remove Hexchat if you want to remove the end-of-life runtimes it requires.

I regret to inform you that the maintainer wrote in February 2024: This will be the last release I make of HexChat. The project has largely been unmaintained for years now and nobody else stepped up to do that work.

My computer uses both system and user remotes.

Because my .var directory is almost full, [...]

If you're low on disk space you probably want to have everything installed as either user or system, to avoid having some runtimes installed in both.

[–] Adderbox76@lemmy.ca 3 points 1 month ago

anything I've ever removed with ( flatpak remove --unused ) has not re-appeared again. Not that I've noticed anyway.

[–] deathbird@mander.xyz 3 points 1 month ago (1 children)

Wait is hexchat really dead? Didn't it replace xchat? So what's the go to irc client now?

[–] ben@lef.li 3 points 1 month ago (1 children)
[–] deathbird@mander.xyz 1 points 1 month ago (1 children)

What's the gui-based irc client people are using now instead?

[–] ben@lef.li 3 points 1 month ago

Personally I still use Hexchat since it is still supported by my distribution for several years. It won't receive new features but security fixes only which I'm fine with.

[–] glitching@lemmy.ml 2 points 1 month ago

not related to the problem, but if space is an issue convert your file system to btrfs. you get on-the-fly compression and (more important) deduping, so two same files occupy space only once.