Bug 434474 - Honor "real name" setting
Summary: Honor "real name" setting
Status: RESOLVED FIXED
Alias: None
Product: Ruqola
Classification: Applications
Component: frontend (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Laurent Montel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-16 08:05 UTC by Angel Docampo
Modified: 2024-02-21 14:05 UTC (History)
1 user (show)

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


Attachments
Real Names are shown on RC (26.67 KB, image/png)
2021-03-16 08:05 UTC, Angel Docampo
Details
ruqola doesn't honor Show Real Names setting (7.66 KB, image/png)
2021-03-16 08:05 UTC, Angel Docampo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Angel Docampo 2021-03-16 08:05:01 UTC
Created attachment 136722 [details]
Real Names are shown on RC

SUMMARY
On RC server there is an option on Settings --> Layout --> User interface that let admin set if you want to show the username or the real name on the chat screen

STEPS TO REPRODUCE
1. On RC server, make sure you have enabled  Settings --> Layout --> User interface --> Use Real Name 

OBSERVED RESULT
See attachments to compare RC and Ruqola, on RC Real Names ar shown while in ruqola uses the format @username

EXPECTED RESULT
It should honor the RC server settings.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Arch Linux
KDE Plasma Version: 5.21.2
KDE Frameworks Version: 5.79.0
Qt Version: 5.15.2
Comment 1 Angel Docampo 2021-03-16 08:05:29 UTC
Created attachment 136723 [details]
ruqola doesn't honor Show Real Names setting
Comment 2 Laurent Montel 2021-03-20 10:43:10 UTC
It's not harder to implement it but as message text uses a position which depend of name/username we will reduce text size if we add it.
I need to improve text layouting first.
Regards
Comment 3 Vinzenz Vietzke [TUXEDO] 2024-02-21 13:37:35 UTC
This works fine for me with v2.0.0. So maybe it's solved already?
Comment 4 Laurent Montel 2024-02-21 14:05:11 UTC
I implemented it indeed.