

For the first question’s answer, that doesn’t work if the directory’s file system supports extended file attributes, as Dolphin will prioritize those above the .directory file.


For the first question’s answer, that doesn’t work if the directory’s file system supports extended file attributes, as Dolphin will prioritize those above the .directory file.
The cruelest part is not formatting it correctly :c
#include <sys/types.h>
#include <signal.h>
#include <unistd.h>
int main() {
pid_t pid = fork();
if (pid == 0) {
// Child process
while (1);
} else {
// Parent process
sleep(2);
kill(pid, SIGKILL); // Force kill child
printf("Child process killed.\n");
}
return 0;
}


If I had a penny for every time I found out through the fediverse that my current anime pirate streaming website of choice shuts down, I’d have two pennies.
Which is not a lot, but GOD FUCKING DAMNIT


I wouldn’t actually have bet on it being a regional thing, holy shit I’m clairvoyant
… that is if “Italian-American” counts as a regional thing, but I’ll allow it. Just this once.


I’ve never heard “melanzana” being used as a slur for black people, are you confusing it with “fennel” being a slur for gay men or is that a regional thing?


A quick search tells me you need to open the directory’s properties dialog and click on the icon on the top left; if you want to set directory icons programmatically maybe you can do that, then try and see what Nemo does in order to change it?
Otherwise I’m afraid you’ll need to seek some documentation for Nemo or GNOME Files (since the former is a fork of the latter), or at worst, Nemo’s code itself.
AscktchsPHFTually it’s “advertisement”, not " advert", ma’e


Peripeteia, a very unfinished and buggy early access immersive sim with no ETA - it does have a demo, though





If you’re playing on build 75022[JA], the Jabberwock can only be found during real-life full moon days.
It really ties in with the lore of the Forsaken Scklorgh
It also doesn’t help me use EM dashes in most software I use on my desktop PC…
EM dashes are specifically the — long ones, while - is simply a dash; the former can’t usually be found on physical keyboards, you have to jump through a few hoops in order to “type” them, but LLMs are not limited by physical keyboards.
However, some people do jump through these hoops — I use EM dashes whenever I’m typing on my phone because they’re only two taps away.


Isn’t that just because PipeWare?


French people saying “water”:



He fell victim to honest-to-rng-god schizofrenia, does it really qualify as AI psychosis?


Not sure how it works on other file managers (or any DE), but for Dolphin you can create a .directory file with its content like:
[Desktop Entry]
Icon=/absolute/path/to/image.png
I think it’s more or less universal.
Specifically for Dolphin, there may be a way to achieve the same with extended file attributes (getfattr/setfattr) instead of directories, but I don’t know the attr name for icons if it even exists.
If she already knows this happens regularly, then whether she wakes him up beforehand or tells him afterwards, doesn’t mean she hadn’t let him know at some point?
TL;DR: Winzozz is more corporate than Mac N’ Cheese OS
Windows is so corporate, it actually succeeds in being the unquestionable lowest common denominator corpos love so much.
Not that MacOS is the champion and savior of FOSS, but as far as I know, Windows is much more hellbent on backwards compatibility and simply being available on as many types of devices as possible, while Apple at the very least pretends to focus on innovation rather than exponentially increasing profits and universal availability, with Apple products being status symbols and all.