/usr/bin/slashtime is in slashtime 0.5.13-1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 | #! /bin/sh
# cd'ing to the directory is necessary for the application to find the images.
cd /usr
exec java -classpath /usr/share/java/slashtime-0.6.jar:/usr/share/java/gtk-4.1.jar slashtime.client.Master "$@"
|