I'm currently running Tokodon on Plasma Mobile and I'm trying to add a second account. However although the "Welcome to Tokodon" page opens just fine, the "Register" and "Login" buttons don't appear to do anything. When Tokodon is opened through the console some errors pop up. Login page: qrc:/qt/qml/org/kde/tokodon/content/ui/LoginFlow/LoginPage.qml:15:1: QML LoginPage: Created graphical object was not placed in the graphics scene. Register page: qrc:/qt/qml/org/kde/tokodon/content/ui/LoginFlow/ServersPage.qml:15:1: QML ServersPage: Created graphical object was not placed in the graphics scene. This is using git master compiled on the 18th of August.
Git commit 3cde501f767ce7b20649d0fa7a6fe256c72de66b by Carl Schwan. Committed on 21/08/2024 at 13:14. Pushed by carlschwan into branch 'master'. Fix creating new account on mobile We need to ensure new page are pushed on the stack M +24 -25 src/content/ui/LoginFlow/LoginPage.qml M +14 -2 src/content/ui/LoginFlow/WelcomePage.qml M +5 -0 src/content/ui/UserInfo.qml https://invent.kde.org/network/tokodon/-/commit/3cde501f767ce7b20649d0fa7a6fe256c72de66b
Git commit 53b795f762634957b1df66d04d62153775720416 by Carl Schwan. Committed on 21/08/2024 at 13:16. Pushed by carlschwan into branch 'release/24.08'. Fix creating new account on mobile We need to ensure new page are pushed on the stack M +24 -25 src/content/ui/LoginFlow/LoginPage.qml M +14 -2 src/content/ui/LoginFlow/WelcomePage.qml M +5 -1 src/content/ui/UserInfo.qml https://invent.kde.org/network/tokodon/-/commit/53b795f762634957b1df66d04d62153775720416
I see the exact same behavior, with the same error message, on a brand new KDE install on Arch Linux, on version 24.08.0.
It's technically fixed, but won't appear until 24.08.1 is released.