Bug 478486

Summary: Various error message lines identifying deprecated,unsupported, etc.
Product: [Applications] Haruna Reporter: Peter <sunspark>
Component: genericAssignee: george fb <georgefb899>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version First Reported In: 0.12.3   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Peter 2023-12-13 21:08:07 UTC
SUMMARY
Launching haruna from the terminal displays a number of error strings identifying unsupported, deprecated, binding loop, cannot load, could not open, etc.

STEPS TO REPRODUCE
1. Launch haruna from the terminal

OBSERVED RESULT
unknown() : Qt: Session management error: Could not open network socket

unknown() : qrc:/qml/main.qml:341:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }

unknown() : qrc:/qml/Actions.qml:37:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }

unknown() : qrc:/qml/HProgressBar.qml:289:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }

KConfigWatcher::KConfigWatcher() : Watching absolute paths is not supported "/usr/share/color-schemes/BreezeDark.colors"

Cannot load libcuda.so.1

unknown() : file:///usr/lib/qml/QtQuick/Controls.2/org.kde.desktop/Menu.qml:33:15: QML MenuItem: Binding loop detected for property "implicitHeight"  (also for "implicitWidth" as well)

EXPECTED RESULT
None of these to appear.

SOFTWARE/OS VERSIONS
Operating System: SteamOS 3.4.11
KDE Plasma Version: 5.26.1
KDE Frameworks Version: 5.99.0
Qt Version: 5.15.6

ADDITIONAL INFORMATION