This file is indexed.

/usr/lib/python2.7/dist-packages/PythonCard/tools/standaloneBuilder/newProjectWizardPage2.gtk.rsrc.py is in python-pythoncard 0.8.2-5.

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
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{'type':'CustomDialog',
    'name':'Template',
    'title':'New Project Wizard',
    'position':(171, 401),
    'size':(600, 310),
    'components': [

{'type':'StaticText', 
    'name':'page2text1', 
    'position':(175, 0), 
    'actionBindings':{}, 
    'font':{'faceName': 'Tahoma', 'family': 'sansSerif', 'size': 20}, 
    'text':'New project wizard', 
    'userdata':'page2', 
    },

{'type':'StaticText', 
    'name':'page2text2', 
    'position':(175, 60), 
    'actionBindings':{}, 
    'text':'Project description', 
    'userdata':'page2', 
    },

{'type':'TextField', 
    'name':'projectDesc', 
    'position':(175, 80), 
    'size':(415, -1), 
    'actionBindings':{}, 
    'userdata':'page2', 
    },

{'type':'Image', 
    'name':'Image1', 
    'position':(-5, -5), 
    'size':(174, 324), 
    'actionBindings':{}, 
    'file':'pixmaps/newproject.png', 
    },

] # end components
} # end CustomDialog