I am using OpenShot version 1.4.3 in Ubuntu 14.04 (64 bit).
Here is my system details:
lsb_release -a:
Distributor ID: Ubuntu
Description: Ubuntu 14.04.4 LTS
Release: 14.04
Codename: trusty
uname -a:
Linux 4.2.0-30-generic #36~14.04.1-Ubuntu SMP
Fri Feb 26 18:49:23 UTC 2016
x86_64 x86_64 x86_64 GNU/Linux
I opened openshot to edit my videos on Ubuntu 14.04.
but when I tried to close it using kill(also tried pkill) command nothing happened. All other installed applications working properly as expected while trying to close them with kill command.
I even tried kill with sudo, but no use.
Why is
killnot working on Openshot?Is there any known bug is behind this problem in Ubuntu's Openshot implementation?
UPDATE :
As someone mentioned in comment , kill -9 is working properly.
but why not kill is not working ?
Somebody may think it as a duplicate for kill and kill -9 commands.
But my question is not about how to kill openshot.
My question is why is kill not working for openshot on Ubuntu?. So please ensure before marking my this as duplicate.
In particular, why is OpenShots not working properly with kill? Is its implementation itself is like that or because of any bug?
