Bug 492288 - Nobara Linux - dark mode lettering is total black
Summary: Nobara Linux - dark mode lettering is total black
Status: RESOLVED FIXED
Alias: None
Product: kmymoney
Classification: Applications
Component: ux-ui (show other bugs)
Version: 5.1.3
Platform: Other Linux
: NOR minor
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks: 488491
  Show dependency treegraph
 
Reported: 2024-08-27 21:53 UTC by Dean Hoover
Modified: 2024-10-12 09:32 UTC (History)
1 user (show)

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


Attachments
Screenshot using LibreOffice Drawing - sorry (76.81 KB, application/vnd.oasis.opendocument.graphics)
2024-08-27 21:53 UTC, Dean Hoover
Details
attachment-925931-0.html (1.19 KB, text/html)
2024-09-12 19:47 UTC, Dean Hoover
Details
test file (9.45 KB, text/xml)
2024-10-12 09:28 UTC, Ralf Habacker
Details
Screenshot - Reconciliation dialog - summary tab (116.01 KB, image/png)
2024-10-12 09:30 UTC, Ralf Habacker
Details
Screenshot - Reconciliation dialog - details tab (108.82 KB, image/png)
2024-10-12 09:31 UTC, Ralf Habacker
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Hoover 2024-08-27 21:53:20 UTC
Created attachment 173016 [details]
Screenshot using LibreOffice Drawing - sorry

SUMMARY

Nobara Linux in dark mode - pop up window after finishing reconciling shows dark window and totally black lettering

STEPS TO REPRODUCE
1. reconcile account
2. click finish

OBSERVED RESULT

The final pop-up window with possible left over transactions, etc appears as expected but in dark mode the lettering is pure black and unreadable.
EXPECTED RESULT


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Nobara Linux running KDE
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Jack 2024-08-27 23:52:45 UTC
No direct answer, but a few comments/questions.

Black text isn't necessarily bad - it's just not readable on a black background. :-)

Please consider posting screenshots as jpeg or png images.  Spectacle is a good tool for making captures.

I don't know if it matters, but are you running Xorg or Wayland?

What do other KDE programs do in dark mode?  What color text on what color background.
Comment 2 Thomas Baumgart 2024-08-28 06:11:53 UTC
Please take a look at bug 429469 comment 6 which provides some information on howto increase readability by modifying the underlying CSS. 
Does that help?
Comment 3 Dean Hoover 2024-08-28 11:38:11 UTC
Hello Jack,

I did use Spectacle to copy the image since I normally paste it later,
but didn't save it to a file then before I knew it I closed Spectacle.

Nobara uses Wayland - it's basically a Fedora offshoot that includes
many of the gaming packages (Steam, etc).

All the other programs seem to work fine in dark mode.  To be honest,
KMyMoney seems to work just fine in dark mode with the exception of
that pop-up after reconciling.

Speaking just for me, I usually don't pay attention to that pop-up so
it is certainly not a critical issue, but for others using KMyMoney it
might be.

Thanks - Dean

On Tue, Aug 27, 2024 at 6:52 PM Jack <bugzilla_noreply@kde.org> wrote:
>
> https://bugs.kde.org/show_bug.cgi?id=492288
>
> --- Comment #1 from Jack <ostroffjh@users.sourceforge.net> ---
> No direct answer, but a few comments/questions.
>
> Black text isn't necessarily bad - it's just not readable on a black
> background. :-)
>
> Please consider posting screenshots as jpeg or png images.  Spectacle is a good
> tool for making captures.
>
> I don't know if it matters, but are you running Xorg or Wayland?
>
> What do other KDE programs do in dark mode?  What color text on what color
> background.
>
> --
> You are receiving this mail because:
> You reported the bug.
Comment 4 Dean Hoover 2024-08-28 11:42:46 UTC
Hello Thomas,

Unless I'm mistaken, that bug/comment related to printing.  The issue
I've brought up is a screen pop-up; the one that appears after one has
finished reconciling.  It usually contains the results of the
reconcile along with any uncleared items for that statement period or
before.

If that bug does relate to mine, and the change in the CSS file could
still apply, I'm not sure which CSS file I would look for to modify.

Thanks Dean

On Wed, Aug 28, 2024 at 1:11 AM Thomas Baumgart
<bugzilla_noreply@kde.org> wrote:
>
> https://bugs.kde.org/show_bug.cgi?id=492288
>
> Thomas Baumgart <tbaumgart@kde.org> changed:
>
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>          Resolution|---                         |WAITINGFORINFO
>              Status|REPORTED                    |NEEDSINFO
>
> --- Comment #2 from Thomas Baumgart <tbaumgart@kde.org> ---
> Please take a look at bug 429469 comment 6 which provides some information on
> howto increase readability by modifying the underlying CSS.
> Does that help?
>
> --
> You are receiving this mail because:
> You reported the bug.
Comment 5 Bug Janitor Service 2024-09-12 03:47:21 UTC
🐛🧹 ⚠️ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME.

For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging.

Thank you for helping us make KDE software even better for everyone!
Comment 6 Jack 2024-09-12 19:32:40 UTC
In response to Comment #4, css can apply in general, or specifically to either displayed or printed output.  I have not played with the css, but I believe the file is ~/.config/kmymonye/html/kmymoney.css.  I can't really tell what change is needed or exactly where, but it would be within the @media screen section rather than the printing one.
Comment 7 Dean Hoover 2024-09-12 19:47:46 UTC
Created attachment 173593 [details]
attachment-925931-0.html

Thanks Jack - I'll peek into it tomorrow.

On Thu, Sep 12, 2024 at 2:32 PM Jack <bugzilla_noreply@kde.org> wrote:

> https://bugs.kde.org/show_bug.cgi?id=492288
>
> --- Comment #6 from Jack <ostroffjh@users.sourceforge.net> ---
> In response to Comment #4, css can apply in general, or specifically to
> either
> displayed or printed output.  I have not played with the css, but I
> believe the
> file is ~/.config/kmymonye/html/kmymoney.css.  I can't really tell what
> change
> is needed or exactly where, but it would be within the @media screen
> section
> rather than the printing one.
>
> --
> You are receiving this mail because:
> You reported the bug.
Comment 8 Bug Janitor Service 2024-09-27 03:47:21 UTC
🐛🧹 ⚠️ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME.

For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging.

Thank you for helping us make KDE software even better for everyone!
Comment 9 Bug Janitor Service 2024-10-12 03:47:59 UTC
🐛🧹 This bug has been in NEEDSINFO status with no change for at least 30 days. Closing as RESOLVED WORKSFORME.
Comment 10 Ralf Habacker 2024-10-12 09:28:37 UTC
Created attachment 174726 [details]
test file
Comment 11 Ralf Habacker 2024-10-12 09:30:29 UTC
Created attachment 174727 [details]
Screenshot - Reconciliation dialog - summary tab

I checked this issue with a recent build from the master branch, which seems to be fixed by now.
Comment 12 Ralf Habacker 2024-10-12 09:31:23 UTC
Created attachment 174728 [details]
Screenshot - Reconciliation dialog - details tab

The details tab also shows readable texts.