StorageB

u/StorageB@lemmy.one
9 posts · 86 comments

Recent posts

Recent comments

on GIMP 3.0 Released · c/opensource · 2 pts · 1y

Exact same thing happened to me. I opened it, read through the new welcome screen, and said ok let's go! First move was to select a brush and it crashed.

on *Permanently Deleted* · c/linux · 6 pts · 1y

for example, on a linux distro, we could modify the desktop environment and make it waaaaay lighter by getting rid of jpg or png icons and just using pure svg on it.

Isn't that how it already works? GNOME system icons are all SVG - that's what allows them to change colors when you change themes or switch between light and dark mode.

on Linux is fucking awesome · c/linux · 8 pts · 1y

Running this command was the only thing required for me to get access to the com ports. After that, everything worked perfectly.

sudo usermod -a -G dialout $USER

(note that $USER is part of the command - do not replace that with your actual username)