Swordfish90 / cool-retro-term

A good looking terminal emulator which mimics the old cathode display...
22.03k stars 839 forks source link

QML Connections Deprecation Warning Flooding Systemd Journal #687

Open joshuaboud opened 2 years ago

joshuaboud commented 2 years ago

OS: Arch CRT Version: 1.1.1-2

Whenever an instance of cool-retro-term is open, journalctl is continuously flooded with these messages:

Dec 03 13:03:12 desktopinator cool-retro-term[384492]: qrc:/SlowBurnIn.qml:78:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }                            
Dec 03 13:03:12 desktopinator cool-retro-term[384492]: qrc:/SlowBurnIn.qml:71:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }                            
Dec 03 13:03:12 desktopinator cool-retro-term[384492]: qrc:/SlowBurnIn.qml:62:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }                            
Dec 03 13:03:12 desktopinator cool-retro-term[384492]: qrc:/SlowBurnIn.qml:43:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }                            
Dec 03 13:03:12 desktopinator cool-retro-term[352534]: qrc:/SlowBurnIn.qml:43:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }                            
Dec 03 13:03:12 desktopinator cool-retro-term[352534]: qrc:/SlowBurnIn.qml:43:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }                            
Dec 03 13:03:13 desktopinator cool-retro-term[352534]: qrc:/SlowBurnIn.qml:43:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }                            
Dec 03 13:03:13 desktopinator cool-retro-term[352534]: qrc:/SlowBurnIn.qml:43:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }                            
Dec 03 13:03:14 desktopinator cool-retro-term[352534]: qrc:/SlowBurnIn.qml:43:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }                            
Dec 03 13:03:14 desktopinator cool-retro-term[352534]: qrc:/SlowBurnIn.qml:43:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }                            
Dec 03 13:03:15 desktopinator cool-retro-term[352534]: qrc:/SlowBurnIn.qml:43:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }                            
Dec 03 13:03:15 desktopinator cool-retro-term[352534]: qrc:/SlowBurnIn.qml:43:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }                            
Dec 03 13:03:16 desktopinator cool-retro-term[352534]: qrc:/SlowBurnIn.qml:43:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }                            
Dec 03 13:03:16 desktopinator cool-retro-term[352534]: qrc:/SlowBurnIn.qml:43:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }                            
Dec 03 13:03:16 desktopinator cool-retro-term[384492]: qrc:/SlowBurnIn.qml:43:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }                            
Dec 03 13:03:25 desktopinator cool-retro-term[352534]: qrc:/SlowBurnIn.qml:43:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }

In the mean time before this is fixed, is there any way to suppress these warnings?

polarathene commented 2 years ago

Effect was removed in Jan 2022 for version 1.20. Although it doesn't seem to mention that in the 1.20 release notes. It was part of the MacOS fixes/improvements PR, a separate commit there mentions disabling the warnings from being logged.

So you should be able to give that update a try, probably resolves the issue :)