Bug 492110

Summary: No visible difference between entered and scheduled transactions in ledgers view under Gnome 46
Product: [Applications] kmymoney Reporter: Ian Neal <iannbugzilla>
Component: ux-uiAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: NOR    
Version First Reported In: 5.1.3   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Ian Neal 2024-08-23 23:08:31 UTC
SUMMARY
From the ledgers view entered and scheduled transactions look the same when using Gnome 46

STEPS TO REPRODUCE
1. Use Gnome as desktop environment in Fedora 40
2. Start kmymoney and create some transactions and some scheduled transactions against an account
3. View ledger for that account

OBSERVED RESULT
Both entered and scheduled transactions look the same

EXPECTED RESULT
Scheduled transactions should be a different light colour font than the entered transactions

SOFTWARE/OS VERSIONS
Operating System: Fedora Linux 40
KDE Plasma Version: 6.1.4
KDE Frameworks Version: 6.5.0
Qt Version: 6.7.2
Kernel Version: 6.10.5-200.fc40.x86_64 (64-bit)
Graphics Platform: X11

ADDITIONAL INFORMATION
Was fine with Gnome on Fedora 38
Comment 1 Ian Neal 2024-08-23 23:39:27 UTC
Using in .bashrc or .profile the following:
export QT_QPA_PLATFORMTHEME=gnome
seems to fix this issue.
Should some sort of note be added about this?