/usr/share/gconf/schemas/awn-applet-places.schemas is in awn-applet-places 0.4.1~bzr1507-0ubuntu7.
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 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 | <?xml version="1.0" encoding="utf-8"?>
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/awn-applet-places/bg_normal_colour</key>
<applyto>/apps/awn-applet-places/bg_normal_colour</applyto>
<owner>awn-applet-places</owner>
<type>string</type>
<default>#ddddddddddddeeee</default>
<locale name="C">
<long>The background color (RGBA) of the menu.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/awn-applet-places/text_normal_colour</key>
<applyto>/apps/awn-applet-places/text_normal_colour</applyto>
<owner>awn-applet-places</owner>
<type>string</type>
<default>#000000000000ffff</default>
<locale name="C">
<long>The color (RGBA) of the text in the menu.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/awn-applet-places/bg_hover_colour</key>
<applyto>/apps/awn-applet-places/bg_hover_colour</applyto>
<owner>awn-applet-places</owner>
<type>string</type>
<default>#00002222ddddf0f0</default>
<locale name="C">
<long>The background color (RGBA) of an entry in the menu when it is selected or the mouse hovers over it.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/awn-applet-places/text_hover_colour</key>
<applyto>/apps/awn-applet-places/text_hover_colour</applyto>
<owner>awn-applet-places</owner>
<type>string</type>
<default>#000000000000ffff</default>
<locale name="C">
<long>The color (RGBA) of the text when a place is selected or the mouse hovers over it.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/awn-applet-places/text_size</key>
<applyto>/apps/awn-applet-places/text_size</applyto>
<owner>awn-applet-places</owner>
<type>int</type>
<default>14</default>
<locale name="C">
<long>The size of the text in the menu, in pixels.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/awn-applet-places/menu_item_gradient_factor</key>
<applyto>/apps/awn-applet-places/menu_item_gradient_factor</applyto>
<owner>awn-applet-places</owner>
<type>float</type>
<default>0.800000</default>
<locale name="C">
<long>Creates an alpha gradient in the menu item background. At the top and bottom of the menu, the alpha value is the background color's alpha value multiplied by this value. At 20 percent from the top of the menu, the alpha value is the background color's alpha value.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/awn-applet-places/filemanager</key>
<applyto>/apps/awn-applet-places/filemanager</applyto>
<owner>awn-applet-places</owner>
<type>string</type>
<default>xdg-open</default>
<locale name="C">
<long>The file manager that shows the contents of the places.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/awn-applet-places/applet_icon</key>
<applyto>/apps/awn-applet-places/applet_icon</applyto>
<owner>awn-applet-places</owner>
<type>string</type>
<default>stock_folder</default>
<locale name="C">
<long>The icon theme name of the applet's icon.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/awn-applet-places/show_tooltips</key>
<applyto>/apps/awn-applet-places/show_tooltips</applyto>
<owner>awn-applet-places</owner>
<type>bool</type>
<default>TRUE</default>
<locale name="C">
<long>Whether to show tooltips when hovering over a place.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/awn-applet-places/border_width</key>
<applyto>/apps/awn-applet-places/border_width</applyto>
<owner>awn-applet-places</owner>
<type>int</type>
<default>1</default>
<locale name="C">
<long>The width of the menu's border.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/awn-applet-places/border_colour</key>
<applyto>/apps/awn-applet-places/border_colour</applyto>
<owner>awn-applet-places</owner>
<type>string</type>
<default>#1111111111113333</default>
<locale name="C">
<long>The color (RGBA) of the menu's border, if the border width is greater than zero.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/awn-applet-places/honour_gtk</key>
<applyto>/apps/awn-applet-places/honour_gtk</applyto>
<owner>awn-applet-places</owner>
<type>bool</type>
<default>TRUE</default>
<locale name="C">
<long>Determines whether to use the current Gtk+ theme's color/font settings, or the applet-specific style settings.</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
|