This file is indexed.

/usr/share/cegui-0.8.4/layouts/EffectsDemo.layout is in libcegui-mk2-doc 0.8.4+dfsg-4ubuntu1.

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
<?xml version="1.0" ?>
<GUILayout version="4">
    <Window name="EffectsDemoRoot" type="DefaultWindow">
    <Property name="Area" value="{{0,0},{0,0},{1,0},{1,0}}" />
        <Window name="EffectsFrameWindow" type="Vanilla/FrameWindow">
            <Property name="Text" value="Effects Demo" />
            <Property name="MaxSize" value="{{0.8,0},{0.8,0}}" />
            <Property name="MinSize" value="{{0.2,0},{0.2,0}}" />
            <Property name="Area" value="{{0.4,0},{0.35,0},{0.85,0},{0.85,0}}" />
            <Property name="CloseButtonEnabled" value="False" />
            <Window name="MultiLineEditbox1" type="TaharezLook/MultiLineEditbox">
                <Property name="Text">This text is a multiline text:
Line 1
You can insert text anywhere, for example, here in line 2 
or maybe even in line 3?</Property>
                <Property name="Area" value="{{0.02,0},{0.02,0},{0.98,0},{0.55,0}}" />
            </Window>
            <Window name="EffectsCombobox" type="TaharezLook/Combobox">
                <Property name="Area" value="{{0.02,0},{0.59,0},{0.46,0},{1.0,0}}" />
                <Property name="ReadOnly" value="True" />
                <Property name="ClippedByParent" value="False" />
            </Window>
        </Window>
    </Window>
</GUILayout>