1
0
mirror of https://github.com/altlinux/admx-basealt.git synced 2025-03-28 06:50:49 +03:00

Added org.mate.interface.gtk-theme

This commit is contained in:
Алексей Сапрунов 2021-07-14 14:28:43 +04:00
parent 3b52cee52c
commit e09de7f64e
3 changed files with 48 additions and 0 deletions

@ -419,6 +419,21 @@
</disabledValue>
</policy>
<!-- org.mate.interface -->
<policy name="OrgMateInterfaceGtkThemeUser" class="User"
displayName="$(string.gtk-theme)"
explainText="$(string.gtk-theme_help)"
key="Software\BaseALT\Policies\gsettings"
valueName="org.mate.interface.gtk-theme"
presentation="$(presentation.OrgMateInterfaceGtkTheme-pr)">
<parentCategory ref="system:ALT_Interface" />
<supportedOn ref="system:SUPPORTED_AltP9" />
<elements>
<text id="OrgMateInterfaceGtkTheme" valueName="org.mate.interface.gtk-theme" />
</elements>
</policy>
<!-- class="Machine" -->
<!-- org.mate.screensaver -->
@ -829,5 +844,20 @@
</disabledValue>
</policy>
<!-- org.mate.interface -->
<policy name="OrgMateInterfaceGtkThemeMachine" class="Machine"
displayName="$(string.gtk-theme)"
explainText="$(string.gtk-theme_help)"
key="Software\BaseALT\Policies\gsettings"
valueName="org.mate.interface.gtk-theme"
presentation="$(presentation.OrgMateInterfaceGtkTheme-pr)">
<parentCategory ref="system:ALT_Interface" />
<supportedOn ref="system:SUPPORTED_AltP9" />
<elements>
<text id="OrgMateInterfaceGtkTheme" valueName="org.mate.interface.gtk-theme" />
</elements>
</policy>
</policies>
</policyDefinitions>

@ -89,6 +89,9 @@
<string id="use-upnp">Use an open port on the UPnP router.</string>
<string id="use-upnp_help">If true, request that a UPnP-capable router should forward and open the port used by Vino.</string>
<string id="gtk-theme">The name of the default theme used by GTK+.</string>
<string id="gtk-theme_help">The name of the base theme used by default in GTK+</string>
</stringTable>
<presentationTable>
@ -155,6 +158,12 @@
<dropdownList noSort="true" defaultItem="0" refId="OrgGnomeVinoIconVisibility">Choose a behavior:</dropdownList>
</presentation>
<presentation id="OrgMateInterfaceGtkTheme-pr">
<textBox refId="OrgMateInterfaceGtkTheme">
<label>Theme's name:</label>
</textBox>
</presentation>
</presentationTable>
</resources>
</policyDefinitionResources>

@ -89,6 +89,9 @@
<string id="use-upnp">Использовать открытый порт на UPnP роутере.</string>
<string id="use-upnp_help">Если установлено TRUE, то необходимо настроить перенаправление и открыть порт, используемый Vino, на UPnP роутере.</string>
<string id="gtk-theme">Имя темы по умолчанию, используемой GTK+.</string>
<string id="gtk-theme_help">Имя базовой темы, используемой по умолчанию в GTK+</string>
</stringTable>
<presentationTable>
@ -155,6 +158,12 @@
<dropdownList noSort="true" defaultItem="0" refId="OrgGnomeVinoIconVisibility">Выберите вариант:</dropdownList>
</presentation>
<presentation id="OrgMateInterfaceGtkTheme-pr">
<textBox refId="OrgMateInterfaceGtkTheme">
<label>Имя темы:</label>
</textBox>
</presentation>
</presentationTable>
</resources>
</policyDefinitionResources>