Re: Plasmoid debugging

2017-12-14 Thread Mark Constable
On 12/12/17 21:50, Aleix Pol wrote:> That's because some distributions change stuff so debug information don't show up on the users' systems. Thank you! Googling for QT_LOGGING_RULES gave me this page which is what I had been missing, http://doc.qt.io/qt-5/qloggingcategory.html And sure enough

Re: Plasmoid debugging

2017-12-12 Thread Mark Constable
On 12/12/17 21:50, Aleix Pol wrote: That's because some distributions change stuff so debug information don't show up on the users' systems. Thank you! Googling for QT_LOGGING_RULES gave me this page which is what I had been missing, http://doc.qt.io/qt-5/qloggingcategory.html And sure enough

Plasmoid debugging

2017-12-11 Thread Mark Constable
I hope it's okay to ask a lame question about simply enabling debug output to the launching shell from a plasmoid via kpackagelauncherqml. My desktop is Ubuntu bionic with kubuntu-ci/stable packages and I am following the first example here... https://community.kde.org/Plasma/DeveloperGuide#An_Ap