flameleaf

joined 1 month ago
[–] flameleaf@lemmy.ml 4 points 3 days ago

Last time I set up Mint the only thing I needed the terminal for was to disable a setting on Java 8 that prevented it from launching on Xfce.

I didn't need to use the terminal to do that, though. It just didn't feel right editing a system config file with a GUI text editor.

[–] flameleaf@lemmy.ml 13 points 3 weeks ago

For me, it's date +%s

[–] flameleaf@lemmy.ml 1 points 1 month ago

Weirdly, Debian currently has a newer version of Xfce than Linux Mint. Not everything on there is out of date.

[–] flameleaf@lemmy.ml 2 points 1 month ago* (last edited 1 month ago)

This isn't a GNOME-specific thing as other DEs also display files by their file type. It's all defined by the icon theme.

I'm not sure if there exists an icon theme that replaces the unique filetype icons with specific application icons, but if such a thing does exist, that could be a solution.

You could also edit the icon theme you're using yourself too, if you're feeling adventurous. Using the Papirus icon theme, on my system the image representing a python text file is located in /usr/share/icons/Papirus/64x64/mimetypes/text-x-python.svg. I could replace that image with anything. I'm not sure why I'd want to do that, but if you really want to replace all these images with an image of VSCodium no one's gonna stop you.

Maybe there's a script that does this automatically? If such a thing exists, it'll probably follow the steps I just mentioned.