This file is indexed.

/usr/share/pythoncard/pythoncard_config.txt is in python-pythoncard 0.8.2-3.

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
# __version__ = "$Revision: 1.2 $"
# __date__ = "$Date: 2004/05/14 19:23:11 $"

{
   'enableLogging':False,
   'logfile':'pythoncard.log',
   'logToStdout':True,
   'showMessageWatcher':False,
   'messageWatcherPosition':(0, 0),
   'messageWatcherSize':(200, 300),
   'showPropertyEditor':False,
   'propertyEditorPosition':(0, 0),
   'propertyEditorSize':(360, 240),
   'showShell':False,
   'shellPosition':(0, 0),
   'shellSize':(500, 200),
   'showNamespace':False,
   'namespacePosition':(0, 0),
   'namespaceSize':(600, 300),
}