Open KCynk opened 4 months ago
Did you reboot after setting the envvar and rebuilding?
Did you reboot after setting the envvar and rebuilding?
Yes, looks like all app in calibre package are affected
Works fine on my end. Maybe you've not configured your QT theme appropriately?
Problem still exist even with this options
environment.sessionVariables = {
CALIBRE_USE_SYSTEM_THEME = "true";
QT_STYLE_OVERRIDE = "adwaita";
QT_WAYLAND_DECORATION = "adwaita";
QT_QPA_PLATFORMTHEME = "gnome";
QT_QPA_PLATFORM = "wayland";
};
That looks like Qt's CSD. PrismLauncher also shows that when using Wayland on GNOME.
Describe the bug
Calibre uses its own style instead of using adwaita / gnome
Steps To Reproduce
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.