/usr/share/checkbox/examples/checkbox-gtk.ini is in checkbox-gtk 0.13.7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | [DEFAULT]
# Space separated list of files to include as a dependency for the
# GTK interface.
includes = %(checkbox_share)s/configs/checkbox.ini
[checkbox/plugins/user_interface]
# Module where the user interface implementation is defined.
interface_module = checkbox_gtk.gtk_interface
# Class implementing the UserInterface interface.
interface_class = GTKInterface
# Path where GTK files are stored.
data_path = %(checkbox_share)s/gtk
|