This file is indexed.

/usr/share/kde4/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultPanel/contents/layout.js is in plasma-netbook 4:4.8.5-0ubuntu0.4.

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
var panel = new Panel("netpanel")
if (panelIds.length == 1) {
    // we are the only panel, so set the location for the user
    panel.location = 'top'
}
panel.locked = false;
panel.height = 28
panel.addWidget("activitybar")
panel.addWidget("systemtray")
panel.addWidget("digital-clock")
panel.addWidget("currentappcontrol")
panel.locked = true;