This file is indexed.

/usr/share/rhythmbox/plugins/context/tmpl/lyrics-tmpl.html is in rhythmbox-plugins 2.96-0ubuntu4.

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
<html>
<head>
<meta http-equiv="content-type" content="text-html; charset=utf-8">
<%!
    import cgi
%>
<link rel="stylesheet" href="${stylesheet}" type="text/css" />
</head>
<body>
<h1>${artist | h}: <em>${song | h}</em></h1>
<p>${lyrics}</p>
</body>
</html>