I try to start shutter [1] from .bashrc with the following code snippet:
if type -fp shutter >/dev/null && ! ps h -C shutter >/dev/null; then
nohup shutter --min_at_startup &> /dev/null &
fi
But I always failed to start it with the following result:
$ ps h -C shutter
2012236 tty5 Z+ 0:00 [shutter] <defunct>
[1] https://github.com/shutter-project/shutter
Any hints for this problem?
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 113 |
Nodes: | 8 (1 / 7) |
Uptime: | 70:47:28 |
Calls: | 2,472 |
Calls today: | 1 |
Files: | 8,642 |
Messages: | 1,899,887 |