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

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

    <bug>
          <bug_id>57147</bug_id>
          
          <creation_ts>2025-12-05 18:33:35 +0300</creation_ts>
          <short_desc>msgid отличается от переводимого сообщения в qml файле</short_desc>
          <delta_ts>2025-12-10 11:15:05 +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>lightdm-kde-greeter</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="Anton Golubev">golubevan</assigned_to>
          <cc>golubevan</cc>
    
    <cc>rider</cc>
    
    <cc>zerg</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>278563</commentid>
    <comment_count>0</comment_count>
    <who name="Vladislav Glinkin">glinkinvd</who>
    <bug_when>2025-12-05 18:33:35 +0300</bug_when>
    <thetext>Версия пакета: lightdm-kde-greeter-6.1.0-alt1

В PrimaryScreen.qml была добавлена строка, информирующая об использовании failback версии greeter&apos;а (https://git.altlinux.org/gears/l/lightdm-kde-greeter.git?p=lightdm-kde-greeter.git;a=commit;h=f8b1d385e6945cf7ab9fcccd94cc03e536a3451b) - &quot;A fallback version of the login screen is running&quot;

Однако, в .po файл был подставлен другой шаблон - Attention, a fallback version of the login screen is running.&quot; (https://git.altlinux.org/gears/l/lightdm-kde-greeter.git?p=lightdm-kde-greeter.git;a=commitdiff;h=15f19574c93c18ef0750088637b1e48860c28432)

--- a/PrimaryScreen.qml
+++ b/PrimaryScreen.qml
@@ -53,7 +53,7 @@ Item {
     Component.onCompleted: {
         startDefaultScreen()
         if (isFallbackSession) {
-            putMessage(i18n(&quot;A fallback version of the login screen is running&quot;), 1)
+            putMessage(i18n(&quot;Attention, a fallback version of the login screen is running.&quot;), 1)
             dissolveMessages()
         }
     }

Необходимо поправить PrimaryScreen.qml, иначе всегда будет отображаться непереведённое сообщение.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>278786</commentid>
    <comment_count>1</comment_count>
    <who name="Repository Robot">repository-robot</who>
    <bug_when>2025-12-10 11:15:05 +0300</bug_when>
    <thetext>lightdm-kde-greeter-6.1.1-alt1 -&gt; sisyphus:

Tue Dec 09 2025 Anton Golubev &lt;golubevan@altlinux&gt; 6.1.1-alt1
- fix Russian translations for fallback greeter (Closes: 57147)
- initialize pointer member in KWinKeyboardBackend (Closes: 57175)</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>