this post was submitted on 27 Sep 2024
98 points (82.2% liked)
Showerthoughts
29677 readers
1289 users here now
A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. The best ones are thoughts that many people can relate to and they find something funny or interesting in regular stuff.
Rules
- All posts must be showerthoughts
- The entire showerthought must be in the title
- Avoid politics (NEW RULE as of 5 Nov 2024, trying it out)
- Posts must be original/unique
- Adhere to Lemmy's Code of Conduct
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Nothing unless you want to serve them without some other way to see what file type they are.
You can run bash scripts with bash.
Don't know what a desktop file is.
HTML has that because webservers used to not have auto media type detection and response headers.
.desktop files are a Linux/Unix thing. Basically, it's a fancy shortcut, usually to an application, which allows specifying additional infos, like e.g. translated names.
In particular, the contents of the application menu are defined by just a folder filled with .desktop files.
https://en.wikipedia.org/wiki/Shortcut_(computing)#Unix