/usr/bin/system-config-printer-applet is in system-config-printer-gnome 1.3.8+20120201-0ubuntu8.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 | #!/bin/sh
prefix=/usr
exec ${prefix}/share/system-config-printer/applet.py "$@"
|