This file is indexed.

/usr/share/gtk-doc/html/muffin/running-muffin.html is in muffin-doc 3.6.0-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
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Part II. Running Muffin: Muffin Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="Muffin Reference Manual">
<link rel="up" href="index.html" title="Muffin Reference Manual">
<link rel="prev" href="muffin-overview.html" title="Part I. Overview">
<link rel="next" href="core-reference.html" title="Part III. Muffin Core Reference">
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
<td><a accesskey="p" href="muffin-overview.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="core-reference.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="part">
<div class="titlepage"><div><div><h1 class="title">
<a name="running-muffin"></a>Part II. Running Muffin</h1></div></div></div>
<div class="partintro">
<div></div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="environment-variables"></a>Environment Variables</h2></div></div></div>
<p>
        Muffin automatically checks environment variables during
        its initialization. These environment variables are meant
        as debug tools or overrides for default behaviours:
      </p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term">MUFFIN_VERBOSE</span></p></td>
<td><p>Enable verbose mode, in which more information is printed to the console. Muffin needs to be built with the --enable-verbose-mode option (enabled by default). For more fine-grained control of the output, see <a class="link" href="muffin-Utility-functions.html#meta-add-verbose-topic" title="meta_add_verbose_topic ()"><code class="function">meta_add_verbose_topic()</code></a>.</p></td>
</tr>
<tr>
<td><p><span class="term">MUFFIN_DEBUG</span></p></td>
<td><p>Traps and prints X errors to the console.</p></td>
</tr>
<tr>
<td><p><span class="term">MUFFIN_G_FATAL_WARNINGS</span></p></td>
<td><p>Causes any logging from the domains Muffin, Gtk, Gdk, Pango or GLib to terminate the process (only when using the log functions in GLib).</p></td>
</tr>
<tr>
<td><p><span class="term">MUFFIN_USE_LOGFILE</span></p></td>
<td><p>Log all messages to a temporary file.</p></td>
</tr>
<tr>
<td><p><span class="term">MUFFIN_DEBUG_XINERAMA</span></p></td>
<td><p>Log extra information about support of the XINERAMA extension.</p></td>
</tr>
<tr>
<td><p><span class="term">MUFFIN_DEBUG_SM</span></p></td>
<td><p>Log extra information about session management.</p></td>
</tr>
<tr>
<td><p><span class="term">MUFFIN_DEBUG_BUTTON_GRABS</span></p></td>
<td><p>Log extra information about button grabs.</p></td>
</tr>
<tr>
<td><p><span class="term">MUFFIN_SYNC</span></p></td>
<td><p>Call XSync after each X call.</p></td>
</tr>
<tr>
<td><p><span class="term">MUFFIN_DISPLAY</span></p></td>
<td><p>Name of the X11 display to use.</p></td>
</tr>
<tr>
<td><p><span class="term">META_DISABLE_MIPMAPS</span></p></td>
<td><p>Disable use of mipmaps for the textures that back window pixmaps.</p></td>
</tr>
<tr>
<td><p><span class="term">MUFFIN_USE_STATIC_GRAVITY</span></p></td>
<td><p>Enable support for clients with static bit-gravity.</p></td>
</tr>
<tr>
<td><p><span class="term">MUFFIN_WM_CLASS_FILTER</span></p></td>
<td><p>Comma-separated list of WM_CLASS names to which to restrict Muffin to.</p></td>
</tr>
<tr>
<td><p><span class="term">MUFFIN_DISABLE_FALLBACK_COLOR</span></p></td>
<td><p>Disable fallback for themed colors, for easier detection of typographical errors.</p></td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.27</div>
</body>
</html>