<table><tr><td style="">fernando created this revision.<br />fernando added reviewers: davidedmundson, Plasma.<br />fernando added a project: Plasma.<br />Restricted Application added a subscriber: plasma-devel.
</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/D9353" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Hey guys,</p>

<p>Sorry this is a bit out of the blue, but Bug #<a href="https://bugs.kde.org/show_bug.cgi?id=386254" class="remarkup-link" target="_blank" rel="noreferrer">386254</a> was infuriating me so much for the past few days that I patched it locally. I figured I may as well submit a code review in case my fix is what a plasma dev would end up doing anyway.</p>

<p>It seems that the <tt style="background: #ebebeb; font-size: 13px;">Connections</tt> object wasn't actually connecting to the signals, preventing the <tt style="background: #ebebeb; font-size: 13px;">sessionsModel</tt> from reloading. I'm not entirely sure why (maybe to do with when the component actually gets loaded?), I found 2 workarounds:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">moving the <tt style="background: #ebebeb; font-size: 13px;">Connections</tt> object up to the parent scope</li>
<li class="remarkup-list-item">creating the binding in JavaScript</li>
</ul>

<p>Maybe I don't remember the QML identifier scoping rules super well, (or there was some other actual issue) but I got a ton of reference errors when attempting the first workaround. However, the second worked.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>I don't know if plasma has any automated UI regression tests, so I verified it manually. On my machine the sessions list now updates when I create/remove sessions, but everything else seemed to function as normal.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R114 Plasma Addons</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D9353" rel="noreferrer">https://phabricator.kde.org/D9353</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>applets/userswitcher/package/contents/ui/main.qml</div></div></div><br /><div><strong>To: </strong>fernando, davidedmundson, Plasma<br /><strong>Cc: </strong>plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart<br /></div>