Open unclechu opened 11 months ago
I can add an example of another Qt application that has Emoji rendering issues — psi-plus
. This I see in the roster (contact list):
First of all, I can confirm @unclechu's keepassxc behavior.
Additionally, it seems like I'm facing a extende "dark-theme" issues on some KDE apps under GNOME with the same settings. The general theming in qt apps seems like a bit of a mess to me... Can anyone approve the broken theming on the following apps following my settings?
My system configuration: dotfiles.nix
Settings for Qt integration (nixos/gnome.nix:l.118
):
BackgroundNormal=#2E2E2E
## Leftover KDE Support
qt = {
enable = true;
platformTheme = "gnome"; # leverages qgnomeplatform package; redundant due to gnome.core-os-services
style = "adwaita-dark";
};
~/.config/kdeglobals
:
[Colors:View]
BackgroundNormal=#2E2E2E
[General]
TerminalApplication=gnome-terminal
[KDE]
ShowDeleteCommand=false
libsForQt5.gwenview:
libsForQt5.konsole:
libsForQt5.okular:
libsForQt5.kate:
libsForQt5.kate (without the BackgroundNormal=#2E2E2E
value in ~/.config/kdeglobals
):
kwrite:
On my system, just tried out a few ones
Additionally notifying the maintainers of the qt.nix
file: @romildo @thiagokokada
Describe the bug
Since I migrated from 22.11 to 23.05 (and now to 23.11 where all the issues still persist) I got some bugs that I see every day. I was lazy about reporting it earlier, and hoped it would be fixed in 23.11 by some Qt libs update for example. But now in 23.11 it’s still there as in 23.05.
keepassxc
(Qt-based app) starts using dark or light color scheme with approximately 50%/50% chance (it’s supposed to be dark by the config):I can’t figure out a pattern, to me it seems random. I can’t say whether it would be a light or dark theme when I run the app, can’t tell what it depends on. I can just run and close it in a loop and it would randomly be one or another. The log is always empty, I don’t see any errors or warnings.
In 22.05 it was working just fine. Always the dark theme, as configured in my NixOS config.
The second issue is in
nheko
(QML app) with emojis. They are not rendered in the message typing field, and in the quick search (by Ctrl+K). But everywhere else it’s rendered just fine (rooms list, chat, etc.). In 22.05 emojis were rendered properly everywhere. When I migrated to 23.05 the Nheko version did not change, so I can tell for sure it’s not an internal regression in Nheko.Steps To Reproduce
Steps to reproduce the behavior:
Configure Qt theme to be dark like this:
Run and close
keepassxc
in a loop multiple timesObserve that it rendered with either light or dark theme randomly picking one or another
In Nheko try to type an emoji (using
:
sign or copy-paste it from somewhere)Observe it’s either square box (unknown char) or a plain text (non-colored) sign
Expected behavior
keepassxc
to always start with a dark theme.Screenshots
KeePassXC:
Nheko:
Additional context
Notify maintainers
Metadata