nixpkgs icon indicating copy to clipboard operation
nixpkgs copied to clipboard

Calibre uses its own style instead of using adwaita / gnome

Open KCynk opened this issue 5 days ago • 4 comments

Describe the bug

Calibre uses its own style instead of using adwaita / gnome

Steps To Reproduce

 environment.sessionVariables = {
    CALIBRE_USE_SYSTEM_THEME = "true";
  };

 environment.systemPackages = with pkgs; [
    adwaita-qt
    calibre
    qgnomeplatform
 ];

Screenshot from 2024-07-02 17-51-37

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

[nix@87a9f8f3b6a231:~] nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 6.6.36, NixOS, 24.11 (Vicuna), 24.11pre646099.00d80d13810d`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.4`
 - channels(root): `"home-manager, nixos"`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos

KCynk avatar Jul 02 '24 15:07 KCynk