fix qt6 dolphin and kde theming
A small sample of the massive uncommitted change hoard
This commit is contained in:
parent
945793973e
commit
546298220a
5 changed files with 523 additions and 59 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue