Bug 493485 - Error when try to add more than one account
Summary: Error when try to add more than one account
Status: RESOLVED FIXED
Alias: None
Product: Tokodon
Classification: Applications
Component: general (show other bugs)
Version: 24.08.1
Platform: Flatpak Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-22 13:49 UTC by Victor Raton
Modified: 2024-10-19 23:08 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Victor Raton 2024-09-22 13:49:31 UTC
SUMMARY
When i try to add a new account when alredy has one account, nothing happens when clicking in *Add Accounts*

STEPS TO REPRODUCE
1. Had one account logged in
2. Click on *Settings* menu
3. Click in *Acount* panel in Settings window context
4. Click in *Add Account*

OBSERVED RESULT

Nothing is happening

EXPECTED RESULT

Open menu to create account

SOFTWARE/OS VERSIONS
Operating System: Debian GNU/Linux 12
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8
Kernel Version: 6.1.0-25-amd64 (64-bit)
Graphics Platform: offscreen
Processors: 8 × Intel® Core™ i5-1035G1 CPU @ 1.00GHz
Memory: 15.3 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics

ADDITIONAL INFORMATION
Logs 

qrc:/qt/qml/org/kde/kirigami/dialogs/Dialog.qml:344:18: QML ScrollView: Binding loop detected for property "calculatedImplicitWidth"
qrc:/qt/qml/org/kde/kirigami/dialogs/Dialog.qml:344:18: QML ScrollView: Binding loop detected for property "calculatedImplicitHeight"
qrc:/qt/qml/org/kde/kirigami/dialogs/Dialog.qml:401:33: QML Binding: Binding loop detected for property "value"
qrc:/qt/qml/org/kde/tokodon/content/ui/TimelinePage.qml:39:5: Unable to assign [undefined] to QString
qrc:/qt/qml/org/kde/kirigami/dialogs/Dialog.qml:344:18: QML ScrollView: Binding loop detected for property "calculatedImplicitHeight"
qrc:/qt/qml/org/kde/kirigami/dialogs/Dialog.qml:401:33: QML Binding: Binding loop detected for property "value"
qrc:/qt/qml/org/kde/tokodon/content/ui/Settings/AccountsPage.qml:87: ReferenceError: pageStack is not defined

Seens like an error in project
Comment 1 Joshua Goins 2024-10-19 23:08:34 UTC
Git commit b469baeabb67cf7e05dd0add6b77df527f00d9ff by Joshua Goins.
Committed on 19/10/2024 at 23:08.
Pushed by redstrate into branch 'release/24.08'.

Fix the "Add Account" button under Settings not working

M  +1    -1    src/content/ui/Settings/AccountsPage.qml

https://invent.kde.org/network/tokodon/-/commit/b469baeabb67cf7e05dd0add6b77df527f00d9ff
Comment 2 Joshua Goins 2024-10-19 23:08:48 UTC
Fixed, thanks. As a workaround, you can use the "Add Account" button in the switcher on the sidebar.