-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
Comments
It seems to be working fine for me. Is it possible that some random configuration is causing this? |
It's working fine for me as well. Could you share the relevant config? |
yup, im using ive used plasma6 setting to set dolphin themes but that still does not work 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 |
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:
windows
style in qt6ctdarker
as the colorschemeExpected behavior
the selected color palette should be applied
Screenshots
Additional context
~/.config/kdeglobals
but that does not work for dolphinNotify maintainers
@Scrumplex
@Flakebi
@K900
Metadata
Please insert the output of running
nix-shell -p nix-info --run "nix-info -m"
below this lineAdd a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: