<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>54929</bug_id>
          
          <creation_ts>2025-06-25 13:07:00 +0300</creation_ts>
          <short_desc>Некорректная блокировка настройки контрастности в шаблоне групповых политик GNOME</short_desc>
          <delta_ts>2025-08-14 16:02:14 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>admx-basealt</component>
          <version>unstable</version>
          <rep_platform>x86_64</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P5</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Vladislav Glinkin">glinkinvd</reporter>
          <assigned_to name="Valentin Sokolov">sova</assigned_to>
          <cc>sin</cc>
    
    <cc>sova</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>267788</commentid>
    <comment_count>0</comment_count>
    <who name="Vladislav Glinkin">glinkinvd</who>
    <bug_when>2025-06-25 13:07:00 +0300</bug_when>
    <thetext>Версия пакета: admx-basealt-0.5.0-alt1

После блокировки настройки контрастности на клиентской машине блокируется не та настройка:
    &lt;policy name=&quot;OrgGnomeDesktopA11YInterfaceHighContrastMachine&quot; class=&quot;Machine&quot;
        displayName=&quot;$(string.org-gnome-desktop-a11y-interface-high-contrast)&quot;
        explainText=&quot;$(string.org-gnome-desktop-a11y-interface-high-contrast_help)&quot;
        key=&quot;Software\BaseALT\Policies\gsettings&quot;
        presentation=&quot;$(presentation.OrgGnomeDesktopA11YInterfaceHighContrastMachine-pr)&quot; &gt;
      &lt;parentCategory ref=&quot;system:ALT_Vision_Gnome&quot; /&gt;
      &lt;supportedOn ref=&quot;system:SUPPORTED_AltP11&quot; /&gt;
      &lt;elements&gt;
        &lt;enum id=&quot;gnome-state_setter&quot; required=&quot;true&quot; valueName=&quot;org.gnome.desktop.a11y.interface.high-contrast&quot;&gt;
          &lt;item displayName=&quot;$(string.gnome-state-on)&quot;&gt;
            &lt;value&gt;
              &lt;decimal value=&quot;1&quot; /&gt;
            &lt;/value&gt;
          &lt;/item&gt;
          &lt;item displayName=&quot;$(string.gnome-state-off)&quot;&gt;
            &lt;value&gt;
              &lt;decimal value=&quot;0&quot; /&gt;
            &lt;/value&gt;
          &lt;/item&gt;
        &lt;/enum&gt;
        &lt;boolean id=&quot;gnome-state_blocker&quot; key=&quot;Software\BaseALT\Policies\GSettingsLocks&quot; valueName=&quot;org.gnome.desktop.notifications.show-in-lock-screen&quot;&gt;
          &lt;trueValue&gt;
            &lt;decimal value=&quot;1&quot; /&gt;
          &lt;/trueValue&gt;
          &lt;falseValue&gt;
            &lt;decimal value=&quot;0&quot; /&gt;
          &lt;/falseValue&gt;
        &lt;/boolean&gt;
      &lt;/elements&gt;
    &lt;/policy&gt;

Видимо опечатка, должно быть:
@@ -18,7 +18,7 @@
             &lt;/value&gt;
           &lt;/item&gt;
         &lt;/enum&gt;
-        &lt;boolean id=&quot;gnome-state_blocker&quot; key=&quot;Software\BaseALT\Policies\GSettingsLocks&quot; valueName=&quot;org.gnome.desktop.notifications.show-in-lock-screen&quot;&gt;
+        &lt;boolean id=&quot;gnome-state_blocker&quot; key=&quot;Software\BaseALT\Policies\GSettingsLocks&quot; valueName=&quot;org.gnome.desktop.a11y.interface.high-contrast&quot;&gt;
           &lt;trueValue&gt;
             &lt;decimal value=&quot;1&quot; /&gt;
           &lt;/trueValue&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>270902</commentid>
    <comment_count>1</comment_count>
    <who name="Repository Robot">repository-robot</who>
    <bug_when>2025-08-14 16:02:14 +0300</bug_when>
    <thetext>admx-basealt-0.6.0-alt1 -&gt; sisyphus:

Thu Aug 14 2025 Valentin Sokolov &lt;sova@altlinux&gt; 0.6.0-alt1
- Added disable cifsacl policy for user
- Improved name Gnome -&gt; GNOME in all policies
- Improved LAPS policy description
- Removed dbus.service policy
- Fix bugs (closes: 54884, 54929, 54944, 54945, 55365, 54400, 55550, 54402, 53920)</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>