fix qt6 dolphin and kde theming

A small sample of the massive uncommitted change hoard
This commit is contained in:
outfoxxed 2025-01-05 22:11:49 -08:00
parent 945793973e
commit 546298220a
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
5 changed files with 523 additions and 59 deletions

View file

@ -3,14 +3,30 @@
kdePackages.dolphin
libssh # sftp
kdePackages.dolphin-plugins
# open with
kdePackages.kservice
kdePackages.kde-cli-tools
# thumbnails
ffmpegthumbs
kdePackages.kio
kdePackages.kio-extras
kdePackages.kio-fuse
kdePackages.kimageformats
kdePackages.kdegraphics-thumbnailers
# compress menu
kdePackages.ark
];
xdg.configFile."dolphinrc".source = ./dolphinrc;
xdg.configFile = {
"dolphinrc".source = ./dolphinrc;
# taken from plasma-workspace. required for dolphin to be able to open any files.
# https://github.com/KDE/plasma-workspace/blob/master/menu/desktop/plasma-applications.menu
"menus/applications.menu".source = ./plasma-applications.menu;
};
xdg.dataFile = {
"kxmlgui5/dolphin/dolphinui.rc".source = ./dolphinui.rc;
"dolphin/view_properties/global/.directory".source = ./view_properties;