This file is indexed.

/usr/lib/python2.7/dist-packages/PythonCard/tools/standaloneBuilder/newProjectWizard.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{'type':'CustomDialog',
    'name':'Template',
    'title':'New Project Wizard',
    'position':(171, 401),
    'size':(600, 310),
    'components': [

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

{'type':'Button', 
    'name':'backBtn', 
    'position':(330, 270), 
    'actionBindings':{}, 
    'enabled':False, 
    'label':'< Back', 
    },

{'type':'Button', 
    'name':'nextBtn', 
    'position':(415, 270), 
    'actionBindings':{}, 
    'label':'Next >', 
    },

{'type':'Button', 
    'id':5101, 
    'name':'cancelBtn', 
    'position':(510, 270), 
    'actionBindings':{}, 
    'label':'Cancel', 
    },

{'type':'StaticText', 
    'name':'page0text1', 
    'position':(175, 0), 
    'actionBindings':{}, 
    'font':{'faceName': 'Tahoma', 'family': 'sansSerif', 'size': 20}, 
    'text':'Welcome to the new project', 
    'userdata':'page0', 
    },

{'type':'StaticText', 
    'name':'page0text2', 
    'position':(175, 30), 
    'actionBindings':{}, 
    'font':{'faceName': 'Tahoma', 'family': 'sansSerif', 'size': 20}, 
    'text':'wizard!', 
    'userdata':'page0', 
    },

{'type':'StaticText', 
    'name':'page0text3', 
    'position':(175, 85), 
    'actionBindings':{}, 
    'font':{'faceName': 'Tahoma', 'family': 'sansSerif', 'size': 10}, 
    'text':'This will gather the information required to create a brand new project.', 
    'userdata':'page0', 
    },

{'type':'StaticText', 
    'name':'page0text4', 
    'position':(175, 100), 
    'actionBindings':{}, 
    'font':{'faceName': 'Tahoma', 'family': 'sansSerif', 'size': 10}, 
    'text':'Click Next to continue, or Cancel to exit the wizard.', 
    'userdata':'page0', 
    },

] # end components
} # end CustomDialog