Skip to content

Commit f633cd6

Browse files
committed
fix missing schemas and icon theme
1 parent ac4c73c commit f633cd6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

installers/nix/linux.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
, jormungandrLib
77
, launcherConfigs
88
, linuxClusterBinName
9+
, gsettings-desktop-schemas
10+
, gtk3
11+
, hicolor-icon-theme
12+
, xfce
913
}:
1014

1115
let
@@ -41,6 +45,7 @@ let
4145
export CLUSTER=${cluster'}
4246
export DAEDALUS_DIR="''${XDG_DATA_HOME}/Daedalus"
4347
export DAEDALUS_CONFIG=${if sandboxed then "/nix/var/nix/profiles/profile-${linuxClusterBinName}/etc" else daedalus-config}
48+
export XDG_DATA_DIRS=${gsettings-desktop-schemas}/share/gsettings-schemas/${gsettings-desktop-schemas.name}:${gtk3}/share/gsettings-schemas/${gtk3.name}:${hicolor-icon-theme}/share:${xfce.xfce4-icon-theme}/share
4449
4550
mkdir -p "''${DAEDALUS_DIR}/${cluster}/"{Logs/pub,Secrets}
4651
cd "''${DAEDALUS_DIR}/${cluster}/"

0 commit comments

Comments
 (0)