<div dir="ltr"><div dir="ltr">Hi,<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 25 Dec 2020 at 19:50, Peter Flynn <<a href="mailto:peter@silmaril.ie">peter@silmaril.ie</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div dir="auto"><div dir="auto">Yes, it's a long-standing bug in all versions I have used which they appear unable or unwilling to fix. A system tray is a Windows thing, and while there are plenty of Linux WM equivalents, HP don't seem to be able to use them.</div></div></div></blockquote></div><div class="gmail_quote">Made a little bit of progress. I don't think it is a bug in hplip...<br></div><div class="gmail_quote"><br></div><div class="gmail_quote">I backed up my copy of /usr/share/hplip/ui5/systemtray.py and changed the relevant bit of code from:-</div><div class="gmail_quote">    i = 0<br>    while i < 60:<br>        if QSystemTrayIcon.isSystemTrayAvailable():<br>            break<br>        time.sleep(1.0)<br>        i += 1<br><br></div><div class="gmail_quote">To...</div><div class="gmail_quote">    i = 0<br>    while i < 600:<br>        if QSystemTrayIcon.isSystemTrayAvailable():<br>            break<br>        time.sleep(1.0)<br>        i += 1<br><br></div><div class="gmail_quote">And HPLIP *still* did not get access to the system tray. <br></div><div class="gmail_quote"><br></div><div class="gmail_quote">Interestingly enough, while I was waiting for the above 10 minute wait for a system tray, I discovered that there were *three* instances of systemtray.py running!</div><div class="gmail_quote"><br></div><div class="gmail_quote">$ pgrep -a systr<br>1795 /usr/bin/python3 /usr/bin/hp-systray -x<br>1908 /usr/bin/python3 /usr/bin/hp-systray -x<br>1909 /usr/bin/python3 /usr/bin/hp-systray -x<br></div><div class="gmail_quote"><br></div><div class="gmail_quote">The plot thickens. <br clear="all"></div><div><br></div><div>Any ideas?</div><div><br></div><div>TIA,</div><div><br></div><div><br></div><div><br></div><div>Ian</div><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div>-- ACCU - Professionalism in programming - <a href="http://www.accu.org" target="_blank">http://www.accu.org</a><br></div>-- My writing - <a href="https://sites.google.com/site/ianbruntlett/" target="_blank">https://sites.google.com/site/ianbruntlett/</a><br><div>-- Free Software page - <a href="https://sites.google.com/site/ianbruntlett/home/free-software" target="_blank">https://sites.google.com/site/ianbruntlett/home/free-software</a><br></div><br> </div></div></div></div></div></div></div></div>