This file is indexed.

/usr/share/pyshared/screenlayout/meta.py is in arandr 0.1.4-1.

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
# This Python file uses the following encoding: utf-8
import gettext
gettext.install('arandr')

__version__ = '0.1.4'
PROGRAMNAME = _(u'ARandR Screen Layout Editor')
## translators, please translate in the style of "Another XRandR GUI
## (ein weiteres GUI für XRandR)" so users get both the explanation of
## the acronym and a localized version.
PROGRAMDESCRIPTION = _(u'Another XRandR GUI')
COPYRIGHT = u'© chrysn 2008 – 2010'

TRANSLATORS = [
        'chrysn <chrysn@fsfe.org>',
        'Quizzlo <paolone.marco@gmail.com>',
        'Phantom X <megaphantomx@bol.com.br>',
        'Joe Hansen <joedalton2@yahoo.dk>',
        'gundachandru <gundachandru@gmail.com>',
        'HsH <hsh@runtu.org>',
        'Clément Démoulins <clement@archivel.fr>',
        'RooTer <rooter@kyberian.net>',
        'Mohammad Alhargan <malham1@gmail.com>',
        'Mehmet Gülmen <memetgulmen@gmail.com>',
        'Ricardo A. Hermosilla Carrillo <ra.hermosillac@gmail.com>',
        'el_libre <el.libre@gmail.com>',
        'aboodilankaboot <shiningmoon25@gmail.com>',
        'Carezero <carezero@qq.com>',
        ]