The exec line does not need the /usr/bin/
The reason for the bug is that the executeable is in /usr/lib/cider/Cider
and this is not in the path
/usr/bin/cider is in the path (symlink to /usr/lib/cider/Cider) - so "cider" in exec without path is fine