list -> textbox background policy

This commit is contained in:
Valentin Sokolov 2023-11-28 17:30:42 +04:00
parent 18efe5b6bc
commit 737a3c7014
3 changed files with 34 additions and 59 deletions

View File

@ -342,28 +342,7 @@
<parentCategory ref="system:ALT_Appearance_KDE" />
<supportedOn ref="system:SUPPORTED_AltP10" />
<elements>
<enum id="kde-background_setter" valueName="Theme" required="true">
<item displayName="$(string.kde-background-breeze)">
<value>
<string>org.kde.breeze.desktop</string>
</value>
</item>
<item displayName="$(string.kde-background-breeze-dark)">
<value>
<string>org.kde.breezedark.desktop</string>
</value>
</item>
<item displayName="$(string.kde-background-oxygen)">
<value>
<string>org.kde.oxygen</string>
</value>
</item>
<item displayName="$(string.kde-background-breezetwilight)">
<value>
<string>org.kde.breezetwilight.desktop</string>
</value>
</item>
</enum>
<text id="kde-background_setter" valueName="Theme"/>
<boolean id="kde-background_blocker" key="Software\BaseALT\Policies\KDELocks" valueName="ksplashrc.KSplash.Theme" >
<trueValue>
<decimal value="1" />

View File

@ -131,7 +131,7 @@ The "Block" option is necessary to prevent the user from changing this setting.
</string>
<string id="kde-colorscheme">Colors</string>
<string id="kde-colorscheme_help">This policy allows you to manage color schemes by specifying the name of the scheme (for example, BreezeClassic). The use of a color scheme depends on its availability in the system. To add new schemes, you must install packages that include these schemes.
<string id="kde-colorscheme_help">This policy allows you to set a color scheme by specifying the name of the scheme (for example, BreezeClassic). The use of a color scheme depends on its availability in the system. To add new schemes, you must install packages that include these schemes.
Possible parameter values:
@ -146,7 +146,7 @@ The "Block" option is necessary to prevent the user from changing this setting.
</string>
<string id="kde-cursortheme">Cursor theme</string>
<string id="kde-cursortheme_help">This policy allows you to control the mouse cursor theme by specifying the theme name (for example, Adwaita). The use of a cursor theme depends on its availability in the system. To add new themes, you must install packages that include those themes.
<string id="kde-cursortheme_help">This policy allows you to set the mouse cursor theme by specifying the theme name (for example, Adwaita). The use of a cursor theme depends on its availability in the system. To add new themes, you must install packages that include those themes.
Possible parameter values:
@ -166,7 +166,7 @@ The "Block" option is necessary to prevent the user from changing this setting.
</string>
<string id="kde-iconstheme">Icons theme</string>
<string id="kde-iconstheme_help">This policy allows you to control the theme of the icons by specifying the name of the theme (for example, gnome). The application of an icon theme depends on its availability in the system. To add new themes, you must install packages that include those themes.
<string id="kde-iconstheme_help">This policy allows you to set an icon theme by specifying the theme name (for example, gnome). The application of an icon theme depends on its availability in the system. To add new themes, you must install packages that include those themes.
Possible parameter values:
@ -181,7 +181,20 @@ The "Block" option is necessary to prevent the user from changing this setting.
</string>
<string id="kde-look-and-feel">Design of the working environment</string>
<string id="kde-look-and-feel_help">TThis policy allows you to control the design of your desktop by specifying the theme name in the format: org.kde.name.desktop (for example, org.kde.breeze.desktop). The use of a theme depends on its availability in the system.
<string id="kde-look-and-feel_help">This policy allows you to set a desktop theme by specifying the theme name in the format: org.kde.name.desktop (for example, org.kde.breeze.desktop). The use of a theme depends on its availability in the system.
The themes available in the /usr/share/plasma/look-and-feel directory are used. To add new themes, you must install packages that include those themes.
Possible parameter values:
- org.kde.breeze.desktop
- org.kde.oxygen
The "Block" option is necessary to prevent the user from changing this setting.
</string>
<string id="kde-background">Background theme</string>
<string id="kde-background_help">This policy allows you to set the splash screen theme by specifying the theme name in the format: org.kde.name.desktop (for example, org.kde.breeze.desktop). The application of the screensaver theme depends on its availability in the system.
The themes available in the /usr/share/plasma/look-and-feel directory are used. To add new themes, you must install packages that include those themes.
Possible parameter values:
@ -191,18 +204,6 @@ Possible parameter values:
- org.kde.oxygen
- org.kde.breezetwilight.desktop
The "Block" option is necessary to prevent the user from changing this setting.
</string>
<string id="kde-background">Background theme</string>
<string id="kde-background_help">This policy allows you to select a screensaver theme. Valid parameter values:
- Oxygen
- Breeze
- Breeze_dark
- BreezeTwilight
The "Block" option is necessary to prevent the user from changing this setting.
</string>
@ -306,11 +307,6 @@ The "Block" option is necessary to prevent the user from changing this setting.
<string id="kde-desktopnumber-three">3</string>
<string id="kde-desktopnumber-four">4</string>
<string id="kde-background-breeze">Breeze</string>
<string id="kde-background-breeze-dark">Breeze-dark</string>
<string id="kde-background-oxygen">Oxygen</string>
<string id="kde-background-breezetwilight">BreezeTwilight</string>
<string id="kde-autolock-enabled">Enabled</string>
<string id="kde-autolock-disabled">Disabled</string>
@ -415,7 +411,9 @@ The "Block" option is necessary to prevent the user from changing this setting.
<checkBox refId="kde-look-and-feel_blocker">Block</checkBox>
</presentation>
<presentation id="kde-background-pr">
<dropdownList noSort="true" defaultItem="0" refId="kde-background_setter">Screensaver theme:</dropdownList>
<textBox refId="kde-background_setter">
<label>Screensaver theme:</label>
</textBox>
<checkBox refId="kde-background_blocker">Block</checkBox>
</presentation>
<presentation id="kde-desktoptheme-pr">

View File

@ -131,7 +131,7 @@
</string>
<string id="kde-colorscheme">Цвета</string>
<string id="kde-colorscheme_help">Данная политика позволяет управлять цветовыми схемами, указав название схемы (например, BreezeClassic). Применение цветовой схемы зависит от её наличия в системе. Для добавления новых схем необходимо установить пакеты, включающие в себя эти схемы.
<string id="kde-colorscheme_help">Данная политика позволяет установить цветовую схему, указав название схемы (например, BreezeClassic). Применение цветовой схемы зависит от её наличия в системе. Для добавления новых схем необходимо установить пакеты, включающие в себя эти схемы.
Возможные значения параметра:
@ -146,7 +146,7 @@
</string>
<string id="kde-cursortheme">Тема курсора</string>
<string id="kde-cursortheme_help">Данная политика позволяет управлять темой курсора мыши, указав название темы (например, Adwaita). Применение темы курсора зависит от её наличия в системе. Для добавления новых тем необходимо установить пакеты, включающие в себя эти темы.
<string id="kde-cursortheme_help">Данная политика позволяет установить тему курсора мыши, указав название темы (например, Adwaita). Применение темы курсора зависит от её наличия в системе. Для добавления новых тем необходимо установить пакеты, включающие в себя эти темы.
Возможные значения параметра:
@ -166,7 +166,7 @@
</string>
<string id="kde-iconstheme">Тема значков</string>
<string id="kde-iconstheme_help">Данная политика позволяет управлять темой значков, указав название темы (например, gnome). Применение темы значков зависит от её наличия в системе. Для добавления новых тем необходимо установить пакеты, включающие в себя эти темы.
<string id="kde-iconstheme_help">Данная политика позволяет установить тему значков, указав название темы (например, gnome). Применение темы значков зависит от её наличия в системе. Для добавления новых тем необходимо установить пакеты, включающие в себя эти темы.
Возможные значения параметра:
@ -181,7 +181,7 @@
</string>
<string id="kde-look-and-feel">Оформление рабочей среды</string>
<string id="kde-look-and-feel_help">Данная политика позволяет управлять оформлением рабочей среды, указав название темы в формате: org.kde.название.desktop (например, org.kde.breeze.desktop). Применение темы оформления зависит от её наличия в системе.
<string id="kde-look-and-feel_help">Данная политика позволяет установить тему оформления рабочей среды, указав название темы в формате: org.kde.название.desktop (например, org.kde.breeze.desktop). Применение темы оформления зависит от её наличия в системе.
Используются темы, доступные в каталоге /usr/share/plasma/look-and-feel. Для добавления новых тем необходимо установить пакеты, включающие в себя эти темы.
Возможные значения параметра:
@ -196,12 +196,13 @@
</string>
<string id="kde-background">Тема заставки</string>
<string id="kde-background_help">Данная политика позволяет выбрать тему заставки. Допустимые значения параметра:
<string id="kde-background_help">Данная политика позволяет установить тему заставки, указав название темы в формате: org.kde.название.desktop (например, org.kde.breeze.desktop). Применение темы заставки зависит от её наличия в системе.
Используются темы, доступные в каталоге /usr/share/plasma/look-and-feel. Для добавления новых тем необходимо установить пакеты, включающие в себя эти темы.
- Oxygen
- Breeze
- Breeze_dark
- BreezeTwilight
Возможные значения параметра:
- org.kde.breeze.desktop
- org.kde.oxygen
Опция «Блокировать» необходима для запрета изменений данной настройки пользователем.
@ -306,11 +307,6 @@
<string id="kde-desktopnumber-three">3</string>
<string id="kde-desktopnumber-four">4</string>
<string id="kde-background-breeze">Breeze</string>
<string id="kde-background-breeze-dark">Breeze-dark</string>
<string id="kde-background-oxygen">Oxygen</string>
<string id="kde-background-breezetwilight">BreezeTwilight</string>
<string id="kde-autolock-enabled">Включено</string>
<string id="kde-autolock-disabled">Отключено</string>
@ -415,7 +411,9 @@
<checkBox refId="kde-look-and-feel_blocker">Блокировать</checkBox>
</presentation>
<presentation id="kde-background-pr">
<dropdownList noSort="true" defaultItem="0" refId="kde-background_setter">Тема заставки:</dropdownList>
<textBox refId="kde-background_setter">
<label>Тема заставки:</label>
</textBox>
<checkBox refId="kde-background_blocker">Блокировать</checkBox>
</presentation>
<presentation id="kde-desktoptheme-pr">