Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qt6ct custom palette not being applied in dolphin #355602

Open
zspher opened this issue Nov 13, 2024 · 3 comments
Open

qt6ct custom palette not being applied in dolphin #355602

zspher opened this issue Nov 13, 2024 · 3 comments
Labels
0.kind: bug Something is broken

Comments

@zspher
Copy link

zspher commented Nov 13, 2024

Describe the bug

the qt6ct custom palette is not being applied in dolphin; just the default theme is applied.

Steps To Reproduce

Steps to reproduce the behavior:

  1. pick windows style in qt6ct
  2. select darker as the colorscheme
  3. apply

Expected behavior

the selected color palette should be applied

Screenshots

Screenshot_2024-11-12-23-52-28

Additional context

Notify maintainers

@Scrumplex
@Flakebi

@K900

Metadata

Please insert the output of running nix-shell -p nix-info --run "nix-info -m" below this line

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
- system: `"x86_64-linux"`
- host os: `Linux 6.11.7, NixOS, 24.11 (Vicuna), 24.11.20241109.76612b1`
- multi-user?: `yes`
- sandbox: `yes`
- version: `nix-env (Lix, like Nix) 2.91.1
- nixpkgs: `/nix/store/0sxsfzswhjck7f4sbsvznz285s4i7y64-source`

Add a 👍 reaction to issues you find important.

@zspher zspher added the 0.kind: bug Something is broken label Nov 13, 2024
@Scrumplex
Copy link
Member

It seems to be working fine for me. Is it possible that some random configuration is causing this?

@Gliczy
Copy link
Member

Gliczy commented Nov 13, 2024

It's working fine for me as well. Could you share the relevant config?
Also, to be sure, could you check that you are using pkgs.kdePackages.dolphin and not pkgs.libsForQt5.dolphin?

@zspher
Copy link
Author

zspher commented Nov 13, 2024

yup, im using kdePackages.dolphin

ive used plasma6 setting to set dolphin themes but that still does not work
the color theme only uses the default breeze theme
also when i set via qt6ct the theme is applied and the removed on new dolphin startup

2024-11-13.10-58-53.mp4
  theme.catppuccin.kde.enable = true;
  qt = {
    enable = true;
    style.package = with pkgs; [
      lightly-boehs
      self.packages.${pkgs.system}.lightly-qt6
    ];
    platformTheme.name = "qtct";
    kde.settings.kdeglobals.General.TerminalApplication = "kitty";
    kde.settings.kdeglobals.Icons.Theme = config.gtk.iconTheme.name;
  };
  home.packages = with pkgs.kdePackages; [
    dolphin
    # https://invent.kde.org/frameworks/kimageformats
    kimageformats # avif, xcf, jxl
    # https://apps.kde.org/kdegraphics_thumbnailers/
    kdegraphics-thumbnailers # PS, PDF, RAW, mobi, blender
    ffmpegthumbs # video thumbnails
    qtimageformats # for webp thumbnails
  ];

https://gist.github.com/zspher/56d131771cf091fffb7cdbfa609e90c9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug Something is broken
Projects
None yet
Development

No branches or pull requests

3 participants