Dunno, create a script that uses a program to get the process number of the current active window or the window the mouse is hovering, and then kill that? Bind that script inor a key with whatever program and voilá.
That's because the end proces of the GUI sends a sigint, which does jack shit if the program hangs, you only archieve for a higher parent process to obtain it until it can off itself gracefully. You need to right click the process and send a sigkill signal to emulate the command line.
Linux programs can also capture signal calls. They usually only capture sigints so that they can close gracefully, but theoretically you could also capture a sigkill.
I have atopical dermatitis so besides the good old showering and applying shampoo twice, once to get the hair clean and the second time to keep the product there while I clean the rest of my body, I use some speficic products concerning the affliction.
For the shower, I use a highly moisturizing gel from the local store combined with one that's supposed to be special for the skin that costs 20 times as much, and Blue Cap as a shampoo recommended by my hairdresser to help with dry scalp.
I usually shave in the shower with hot water so I don't really need any aftershave cream but I have one for when I dry shave.
Besides that, I have some local moisturizing cream to be used occasionally when the skin dries too much, and the occasional cortisone paste for eyelids and specific body parts that like to specially dry and have bad reactions.
When I feel specially oily (which is almost never because yay atopical dermatitis) I tend to buy some natural exfoliant shower gels and then apply moisturizing cream afterward to "replace" bad body oil with good cream oil I guess xD.
What's wrong with these graphics? Is it supposed to be a high fidelity graphics game? These look good enough to drive a good gameplay. Idk about the game and you told nothing of the sort so I can't give any opinion on it.
The clock also requires location services if you want it automated instead of manually putting the time zone, which most people don't do, so that's another thing they mistanage in their privacy policy.
Watching someone explain step by step something that you don't understand well in written format helps a lot. A lot of people have a hard time understanding pre-written code.
That's your interpretation and that's fine but I understand that they have a monopolies because their patent is broad enough to be hard to create alternatives, and the patent is government enforced. That's how I understood it at least.
In any case, I don't really mind if you want to keep using your interpretation, I was just trying to rationalise what the other commenter said and explain what I though was their point of view to say what they said.
license enforcement is a thing because if someone bypasses it you can sue them, which is a government interaction. Technically, claiming X means nothing if there's no one that enforces your claim.
Dunno, create a script that uses a program to get the process number of the current active window or the window the mouse is hovering, and then kill that? Bind that script inor a key with whatever program and voilá.
It's more involved sure but there's your option.