this post was submitted on 01 Sep 2026
17 points (100.0% liked)

Linux

67387 readers
702 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 7 years ago
MODERATORS
 

Once a week, or so, this shows up. In the past, when I have simply let it happen, not every time, but more than once, after the update, Blender is borked, and I need to Timeshift back to before the update. I have no way to know if updating will screw Blender without just trying, which is annoying. AFAIK, I have no issues with the video drivers the way they are. What I've been doing recently is setting to "ignore once". Is there some reason I shouldn't just set these to ignore always? Will I regret doing that in a year or five?

Thank you.

top 7 comments
sorted by: hot top controversial new old
[–] potatoguy@mbin.potato-guy.space 20 points 2 days ago (2 children)

It seems it still has the old drivers on the flatpak sandboxes.

Maybe this could help, updating the runtime drivers to match your updated drivers and remove the not used ones:

flatpak update -y && flatpak remove --unused -y

[–] DarrinBrunner@lemmy.world 16 points 2 days ago* (last edited 2 days ago)

Cool, thanks. I'll try it.

EDIT: That cleared out the apparently unused updates. I'm left with one. That's an improvement on it's own. Thanks.

[–] BradleyUffner@lemmy.world 3 points 2 days ago

It really bothers me that the update manager GUIs in gnome and KDE, like Discover, don't do this automatically.

[–] dr_jekell@lemmy.world 5 points 2 days ago* (last edited 2 days ago) (1 children)

Most of those are updates to the flatpack base software not the actual display drivers.

It is unlikely to cause any issues updating them.

[–] Ghoelian@piefed.social 2 points 2 days ago

Those gl flatpaks are actually the display drivers. Flatpak doea not use any system libraries, it has to depend on a flatpak for everything, but most things are already in org.freedesktop.Platform, but not nvidia drivers of course.

[–] gon@lemmy.dbzer0.com 1 points 2 days ago

Well, I don't think it's a big deal at all. Just ignore them, and if at some point (in 5 years possibly, I don't know) you start seeing some graphical issues or Blender stops working, update then.

[–] Eggymatrix@sh.itjust.works -4 points 2 days ago

Do not use Flatpack, it causes more problems than it solves, especially if you don't know what you are doing