/usr/share/sugar/activities/ImageViewer.activity/setup.py is in sugar-imageviewer-activity 62-3.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 | #!/usr/bin/env python
from sugar3.activity import bundlebuilder
bundlebuilder.start()
|