Closed enriquezmark36 closed 4 years ago
I wouldnt been surprised if Plasma 5.18 has introduced new changes that break the appletdecoration library provided by the applet
The change that breaks this is from 2 days ago. Man, those packagers are fast.
Also, it seems that the fix should be as simple as writing a QSize size() method in PreviewClient as indicated in the warning...
if you need this fast you need to send a PR because Plasma 5.18 will reach me in a month... How this should be implemented in order to be applied only for Plasma >= 5.18 you can observe how this was already provided for other functions at: https://github.com/psifidotos/applet-window-buttons/blob/master/libappletdecoration/previewclient.h#L105
it will be needed:
#if KDECORATION2_VERSION_MINOR >= 18
Thanks but there's no sense of urgency in my case since the applet can temporarily be removed easily before latte-dock crashes. So, I'll just wait.
On Thu, Jan 30, 2020, 11:05 PM Michail Vourlakos notifications@github.com wrote:
if you need this fast you need to send a PR because Plasma 5.18 will reach me in a month... How this should be implemented in order to be applied only for Plasma >= 5.18 you can observe how this was already provided for other functions at: https://github.com/psifidotos/applet-window-buttons/blob/master/libappletdecoration/previewclient.h#L105
it will be needed:
if KDECORATION2_VERSION_MINOR >= 18
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/psifidotos/applet-window-buttons/issues/78?email_source=notifications&email_token=ABW4GHNJRPIE77JNBZPLXMTRALUDHA5CNFSM4KNWYNLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKLJ5JQ#issuecomment-580296358, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABW4GHMVU5OUQG4XAJ5WOWLRALUDHANCNFSM4KNWYNLA .
My computer just updated to Plasma 5.18. Latte didn't crash but stopped displaying the buttons, so I recompiled, but I got the same exact error message described here.
Same problem here after update to plasma 5.18 using KDE Neon
Duplicate #81
if you need this fast you need to send a PR because Plasma 5.18 will reach me in a month... How this should be implemented in order to be applied only for Plasma >= 5.18 you can observe how this was already provided for other functions at: https://github.com/psifidotos/applet-window-buttons/blob/master/libappletdecoration/previewclient.h#L105
it will be needed:
#if KDECORATION2_VERSION_MINOR >= 18
Please take the following as constructive feedback and not as a critique. Latte and your applets are so good that I would say they are mainstream. Hence, I would suggest encouraging users to test them in beta versions of plasma and report bugs etc before new Plasma releases, e.g. with virtual machines. I think you would easily find volunteers to go through this if you would request that in reddit a couple of weeks before plasma release, for instance.
It seems this would give you more work but most likely it will be (almost) the same as you will need to fix it anyway in about one month. The only difference in work for you is in getting the virtual machine in place in the case there is any bug report.
The advantage of this would be that final users that get fast Plasma transitions (e.g. KDE neon) would have your applets tested and working just as good as Plasma itself.
[In my case waiting is not a big deal, as I can make Sierra Breeze Enhanced to show window buttons also for maximized windows to workaround the issue in the meantime]
Too many projects and they have become too important for many workflows. Unfortunately I don't have any more time to add and I can even tell you that my involvement will decrease a lot. So I am going to be involved only when that works for me. I am using Tumbleweed and when 5.18 reaches it then I will be able to fix things. Until then if anyone wants to provide earlier fixes, he can do so with PRs.
I understand. Frankly, I don't know how you can manage...
Thanks for the good (and hard) work!
Hello again, I just updated my running system to KDE Neon (Testing edition) 15.17.90 as of this writing and, as usual, a bunch of stuff began to collapse. For one, a newly built latte-dock started crashing with the debugger pointing to the outdated version of this applet. Now recompiling after pulling in about 6 months worth of changes resulted to this:
The error is may have been brought to our world by this commit on github or in phabricator.