/usr/share/glib-2.0/schemas/com.solus-project.brisk-menu.gschema.xml is in mate-applet-brisk-menu 0.5.0-7ubuntu1.
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 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="brisk-menu">
<enum id="com.solus-project.brisk-menu.SearchPosition">
<value nick="bottom" value="1" />
<value nick="top" value="2" />
<value nick="automatic" value="4" />
</enum>
<enum id="com.solus-project.brisk-menu.WindowType">
<value nick="classic" value="1" />
<value nick="dash" value="2" />
<value nick="automatic" value="4" />
</enum>
<schema path="/com/solus-project/brisk-menu/" id="com.solus-project.brisk-menu">
<key type="as" name="pinned-shortcuts">
<default>['matecc.desktop']</default>
<summary>Pinned Shortcuts</summary>
<description>These shortcuts will appear in the Brisk Menu sidepane.</description>
</key>
<key type="as" name="favourites">
<default>['']</default>
<summary>Favourites</summary>
<description>Favourite items</description>
</key>
<key type="b" name="dark-theme">
<default>false</default>
<summary>Use dark theme variant for Brisk Menu</summary>
<description>Use the dark theme for Brisk Menu aka night mode</description>
</key>
<key type="b" name="rollover-activate">
<default>false</default>
<summary>Activate categories with mouse rollover</summary>
<description>Categories will be activated by hovering with the mouse</description>
</key>
<key enum="com.solus-project.brisk-menu.SearchPosition" name="search-position">
<default>'top'</default>
<summary>Search bar position</summary>
<description>Where the search bar will appear in the menu</description>
</key>
<key enum="com.solus-project.brisk-menu.WindowType" name="window-type">
<default>'classic'</default>
<summary>Window type</summary>
<description>The window we're going to display</description>
</key>
<key type="s" name="hot-key">
<default>'Super_L'</default>
<summary>Keyboard shortcut</summary>
<description>Accelerator key for opening and closing the menu.</description>
</key>
<key type="s" name="label-text">
<default>""</default>
<summary>Button label text</summary>
<description>Change the label text for the menu button</description>
</key>
<key type="b" name="label-visible">
<default>true</default>
<summary>Button label visibility</summary>
<description>Control the visibility of the main button label</description>
</key>
</schema>
</schemalist>
|