We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have seen following error message in logs:
May 10 18:01:21 ubuntu-phablet aa-exec[117594]: file:///usr/lib/aarch64-linux-gnu/qt5/qml/Lomiri/Components/1.3/Icon.qml:115:5: QML Image: Cannot open: file:///opt/click.ubuntu.com/uk.co.piggz.amazfish/2.2.6/share/harbour-amazfish-ui/qml/pics/custom-icons/icon-m-activity.png
It is not obvious, but the icon is loaded at
harbour-amazfish/ui/qml/pages/SportsSummaryPage.qml
Line 32 in 62460cc
The kind string (taken from sports_data database table) is converted from number to string at
harbour-amazfish/lib/src/amazfish.cpp
Line 3 in 62460cc
Every activity kind should have own icon in https://github.com/piggz/harbour-amazfish/tree/master/ui/qml/custom-icons, but it seems following icons are missing:
icon-m-notmeasured.png icon-m-activity.png icon-m-lightsleep.png icon-m-deepsleep.png icon-m-notworn.png icon-m-exercise.png icon-m-eliptical trainer.png icon-m-jump rope.png icon-m-yoga.png
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have seen following error message in logs:
It is not obvious, but the icon is loaded at
harbour-amazfish/ui/qml/pages/SportsSummaryPage.qml
Line 32 in 62460cc
The kind string (taken from sports_data database table) is converted from number to string at
harbour-amazfish/lib/src/amazfish.cpp
Line 3 in 62460cc
Every activity kind should have own icon in https://github.com/piggz/harbour-amazfish/tree/master/ui/qml/custom-icons, but it seems following icons are missing:
The text was updated successfully, but these errors were encountered: