deleted by creator
deleted by creator
I’ve just seen it for the first time now. Might be because I’m situated in Europe? Or because I mostly don’t give a damn about the pixel count.
According to YouTube wisdom, people don’t like seeing themselves in images because they’re not mirrored like people are used to. Camera apps nowadays “correct” for that and do mirror the image for preview.
VSauce: INSIDE a Spherical Mirror
No-one said anything about sending the comment
Have you heard of !test_posts@reddthat.com or !test@lemmy.ml or !test@sh.itjust.works or !test@lemm.ee or !test@mander.xyz or !test@pabw.social?
The map even includes the oil spill in the Gulf of Mexico! I’ll take it.
Wait till you’re German and hear that name.
You know, !aneurysmposting@sopuli.xyz exists.
I did try to catch all of these signals:
| "SIGABRT"
| "SIGALRM"
| "SIGBUS"
| "SIGCHLD"
| "SIGCONT"
| "SIGFPE"
| "SIGHUP"
| "SIGILL"
| "SIGINT"
| "SIGIO"
| "SIGIOT"
| "SIGKILL"
| "SIGPIPE"
| "SIGPOLL"
| "SIGPROF"
| "SIGPWR"
| "SIGQUIT"
| "SIGSEGV"
| "SIGSTKFLT"
| "SIGSTOP"
| "SIGSYS"
| "SIGTERM"
| "SIGTRAP"
| "SIGTSTP"
| "SIGTTIN"
| "SIGTTOU"
| "SIGUNUSED"
| "SIGURG"
| "SIGUSR1"
| "SIGUSR2"
| "SIGVTALRM"
| "SIGWINCH"
| "SIGXCPU"
| "SIGXFSZ"
| "SIGBREAK"
| "SIGLOST"
| "SIGINFO";
You can’t know that from my issue description, but throwing a database at that problem really is ridiculous overkill.
Still thanks for the suggestion
When I run the script myself and kill it, it gets the signal and acts correctly. Only when I poweroff the system, this doesn’t work.
I also tried prepending exec
, but no dice.
When I run the script myself and kill it, it gets the signal and acts correctly. Only when I poweroff the system, this doesn’t work.
It’s a node process invoked by a run.sh
, which gets executed via a .desktop
file in the ~/.config/autostart
directory.
I went with a systemd unit now and it works.
The constant nagging by you systemd people worked. I’ve written a unit that does what I need it to do. That was more annoying than I think it needed to be, but well… my solution didn’t work at all.
Persist everything to disk in real time.
That’s the thing I’m trying to avoid.
nope, SIGCHLD. Wrong.
But thanks.
It turns out I’m getting SIGCHLD. It might be related to how my script is started – it is a bash script that starts a node process and is itself run by Cinnamon’s (?) startup applications feature.
Wrong; still investigating
That’s what I thought, but my program never receives the signal.
yet.