<table><tr><td style="">filipf added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D27360">View Revision</a></tr></table><br /><div><div><blockquote style="border-left: 3px solid #8C98B8;
          color: #6B748C;
          font-style: italic;
          margin: 4px 0 12px 0;
          padding: 8px 12px;
          background-color: #F8F9FC;">
<div style="font-style: normal;
          padding-bottom: 4px;">In <a href="https://phabricator.kde.org/D27360#611155" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">D27360#611155</a>, <a href="https://phabricator.kde.org/p/davidedmundson/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;">@davidedmundson</a> wrote:</div>
<div style="margin: 0;
          padding: 0;
          border: 0;
          color: rgb(107, 116, 140);"><blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>The SDDM KCM is broken right now because the kde_settings.conf file is never created with the right permissions. This means that the KCM can't read the settings file.</p></blockquote>

<p>that doesn't match the bug report.</p>

<p>The bug report shows it does have the right permissions. I'm not quite sure what he is trying to say the bug is.</p></div>
</blockquote>

<p>The bug report is a  bit all over the place, and it started out as something different so disregard most of the posts there.</p>

<p>I've been at this for some time and the core issue is that <tt style="background: #ebebeb; font-size: 13px;">kde_settings.conf</tt> is not world-readable like <tt style="background: #ebebeb; font-size: 13px;">sddm.conf</tt> is. The settings are being written but only SDDM can read them, no one else.</p>

<p>By all accounts the <tt style="background: #ebebeb; font-size: 13px;">openConfig</tt> variable in <tt style="background: #ebebeb; font-size: 13px;">sddmauthelper.cpp</tt> should set <tt style="background: #ebebeb; font-size: 13px;">kde_settings.conf</tt>'s permissions like it does for <tt style="background: #ebebeb; font-size: 13px;">sddm.conf</tt>.</p>

<p>I can get it to make <tt style="background: #ebebeb; font-size: 13px;">kde_settings.conf</tt> world-readable if I remove the <tt style="background: #ebebeb; font-size: 13px;">!file.exists</tt> check but what's mind-boggling is this still doesn't work when <tt style="background: #ebebeb; font-size: 13px;">advancedconfig.cpp</tt> i.e. the Advanced tab is in charge of generating <tt style="background: #ebebeb; font-size: 13px;">kde_settings.conf</tt> so even adding some code that would set the correct permissions if it detects wrong one wouldn't solve the issue 100%.</p>

<p>I've also tried defining <tt style="background: #ebebeb; font-size: 13px;">kde_settings.conf</tt> in <tt style="background: #ebebeb; font-size: 13px;">config.h</tt> and CMake but that didn't help.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R123 SDDM Configuration Panel (KCM)</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D27360">https://phabricator.kde.org/D27360</a></div></div><br /><div><strong>To: </strong>filipf, davidedmundson, Plasma<br /><strong>Cc: </strong>ngraham, plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, cblack, jraleigh, zachus, fbampaloukas, GB_2, ragreen, ZrenBot, alexeymin, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart<br /></div>