This file is indexed.

/usr/share/kde4/apps/plasma/layout-templates/org.kde.plasma-desktop.photoActivity/contents/layout.js is in plasma-desktop 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
13
14
var activity = new Activity
activity.name = i18n("Photos Activity")

var pictures = userDataPath("pictures")

var folderview = activity.addWidget("folderview")
folderview.writeConfig("url", pictures)

var frame = activity.addWidget("frame")
frame.writeConfig("slideshow", true)
frame.writeConfig("recursive slideshow", true)
frame.writeConfig("slideshow paths", pictures)
frame.writeConfig("slideshow time", 300)
frame.writeConfig("random", true)