mirror of
https://github.com/altlinux/admx-basealt.git
synced 2025-03-21 18:50:06 +03:00
Added Icons theme policy
This commit is contained in:
parent
5e0cff1872
commit
db0a051390
@ -320,5 +320,15 @@
|
||||
<string>{"KDE":{"SingleClick":"false"}}</string>
|
||||
</disabledValue>
|
||||
</policy>
|
||||
<policy name="kde-iconstheme" class="User" displayName="$(string.kde-iconstheme)"
|
||||
explainText="$(string.kde-iconstheme_help)"
|
||||
presentation="$(presentation.kde-iconstheme-user-pr)"
|
||||
key="Software\BaseALT\Policies\KDE">
|
||||
<parentCategory ref="system:ALT_Settings_KDE" />
|
||||
<supportedOn ref="system:SUPPORTED_AltP10" />
|
||||
<elements>
|
||||
<text id="kde-iconstheme-setter" valueName="plasma.iconstheme"/>
|
||||
</elements>
|
||||
</policy>
|
||||
</policies>
|
||||
</policyDefinitions>
|
@ -93,7 +93,8 @@
|
||||
|
||||
If the policy is enabled, clicking will open the file or folder.
|
||||
|
||||
If the policy is disabled, clicking on the file or folder will highlight it.</string>
|
||||
If the policy is disabled, clicking on the file or folder will highlight it.
|
||||
</string>
|
||||
|
||||
<string id="kde-colorscheme">Application color scheme</string>
|
||||
<string id="kde-colorscheme_help">This policy allows you to manage color schemes by specifying the name of the scheme (for example: BreezeClassic).
|
||||
@ -129,6 +130,22 @@ If the policy is disabled, clicking on the file or folder will highlight it.</st
|
||||
- breeze_cursors
|
||||
</string>
|
||||
|
||||
<string id="kde-iconstheme">Icons theme</string>
|
||||
<string id="kde-iconstheme_help">This policy allows you to select a icons theme by specifying its name (for example: Oxygen_Black). Icons themes available in /usr/share/icons are used. Valid parameter value:
|
||||
|
||||
- Adwaita
|
||||
- Breeze_Wnow
|
||||
- KDE_Classic
|
||||
- Oxygen_Black
|
||||
- Oxygen_Blue
|
||||
- Oxygen_White
|
||||
- Oxygen_Yellow
|
||||
- Oxygen_Zion
|
||||
- breeze
|
||||
- breeze_dark
|
||||
- breeze_cursors
|
||||
</string>
|
||||
|
||||
<string id="kde-win-act-Click_to_focus">Click to focus</string>
|
||||
<string id="kde-win-act-Click_to_focus_Mp">Click to focus (mouse precedence)</string>
|
||||
<string id="kde-win-act-Focus_follows_mouse">Focus follows mouse</string>
|
||||
@ -196,7 +213,12 @@ If the policy is disabled, clicking on the file or folder will highlight it.</st
|
||||
</presentation>
|
||||
<presentation id="kde-cursortheme-user-pr">
|
||||
<textBox refId="kde-cursortheme-setter">
|
||||
<label>Mouse cursor theme:</label>
|
||||
<label>Cursor theme:</label>
|
||||
</textBox>
|
||||
</presentation>
|
||||
<presentation id="kde-iconstheme-user-pr">
|
||||
<textBox refId="kde-iconstheme-setter">
|
||||
<label>Icons theme:</label>
|
||||
</textBox>
|
||||
</presentation>
|
||||
</presentationTable>
|
||||
|
@ -23,6 +23,7 @@
|
||||
«Фокус под мышью» — фокус всегда оказывается в окне под мышью. Примечание: Предотвращение смены фокуса и переключение через Alt+Tab противоречат этому поведению и не будут работать.
|
||||
|
||||
«Фокус строго под мышью» — фокус всегда в окне под указателем мыши(а если под ним пусто, он теряется). Примечание: Предотвращение смены фокуса и переключение через Alt+Tab противоречат этому поведению и не будут работать.
|
||||
|
||||
</string>
|
||||
|
||||
<string id="kde-win-rendering">Задержка отрисови</string>
|
||||
@ -129,6 +130,22 @@
|
||||
- breeze_cursors
|
||||
</string>
|
||||
|
||||
<string id="kde-iconstheme">Тема значков</string>
|
||||
<string id="kde-iconstheme_help">Данная политика позволяет выбрать тему значков, указав её название (например: Oxygen_Black). Используются темы курсоров, доступные в /usr/share/icons. Допустимые значения параметра:
|
||||
|
||||
- Adwaita
|
||||
- Breeze_Wnow
|
||||
- KDE_Classic
|
||||
- Oxygen_Black
|
||||
- Oxygen_Blue
|
||||
- Oxygen_White
|
||||
- Oxygen_Yellow
|
||||
- Oxygen_Zion
|
||||
- breeze
|
||||
- breeze_dark
|
||||
- breeze_cursors
|
||||
</string>
|
||||
|
||||
<string id="kde-win-act-Click_to_focus">Фокус по щелчку</string>
|
||||
<string id="kde-win-act-Click_to_focus_Mp">Фокус по щелчку (приоритет мыши)</string>
|
||||
<string id="kde-win-act-Focus_follows_mouse">Фокус следует за мышью</string>
|
||||
@ -199,6 +216,11 @@
|
||||
<label>Тема курсора мыши:</label>
|
||||
</textBox>
|
||||
</presentation>
|
||||
<presentation id="kde-iconstheme-user-pr">
|
||||
<textBox refId="kde-iconstheme-setter">
|
||||
<label>Тема значков:</label>
|
||||
</textBox>
|
||||
</presentation>
|
||||
</presentationTable>
|
||||
</resources>
|
||||
</policyDefinitionResources>
|
||||
|
Loading…
x
Reference in New Issue
Block a user