Cleanup temp files

Got a great idea for the future of LMMS? Post it here.
Forum rules

Make sure to search to see if your idea has been posted before! Check our issue tracker as well, just to make sure you are not posting a duplicate: https://github.com/LMMS/lmms/issues

I noticed that after using LMMS for a bit, the temporary cache file (C:\Users\[my name]\AppData\Local\Temp\) begins to fill with little Qt files with names like qt_temp.ut1232. In a big, complex project, LMMS will positively spew these files. They are not large, but they begin to add up in terms of space. I think that there are some destructors needed. Am I wrong?
God Bless and good day
Good find! I can see in my log, that this is propl related to upgrade to QT5.
I'l take it to hub
Thx!
In a big, complex project, LMMS will positively spew these files. They are not large, but they begin to add up in terms of space. I think that there are some destructors needed. Am I wrong?
Could be, but most likely something with the Qt Framework. If you can track down the action which creates these, we can track it on our bug tracker. Note, Amarok users are complaining about this as well with no resolve: https://forum.kde.org/viewtopic.php?f=116&t=89049
Ok... VST and Zyn seem to use temp files from Qt which most certainly can be attributed to the qt_temp.foo problem.

https://github.com/LMMS/lmms/search?utf ... &type=Code

musikBear has already created an issue here, we'll track it there. Thanks.
Bug report updated. Thanks for reporting.

https://github.com/LMMS/lmms/issues/2854
@mrlmmsguy I only get temp files that stick if I force quit LMMS from the terminal while the zasfx native gui is open. Qt (I'm at Qt 4.8..) clears out temp files when LMMS closes, but only if you quit it from within the program. If you have a whole lot of instances of zasfx with the native guis open and you find yourself force quitting the app from the terminal because it hangs, then yes, you will see qt temp files not being removed.