Bug 478486 - Various error message lines identifying deprecated,unsupported, etc.
Summary: Various error message lines identifying deprecated,unsupported, etc.
Status: RESOLVED NOT A BUG
Alias: None
Product: Haruna
Classification: Applications
Component: generic (show other bugs)
Version: 0.12.3
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: george fb
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-13 21:08 UTC by Peter
Modified: 2023-12-13 21:24 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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