1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-03 20:32:07 -04:00

fix(greeter): add wireplumber state directory & update U2F env variables

This commit is contained in:
purian23
2026-03-12 22:35:26 -04:00
committed by bbedward
parent 1e6a73fd60
commit b69a96e80b
3 changed files with 19 additions and 2 deletions

View File

@@ -628,6 +628,7 @@ func EnsureGreeterCacheDir(logFunc func(string), sudoPassword string) error {
runtimeDirs := []string{
filepath.Join(cacheDir, ".local"),
filepath.Join(cacheDir, ".local", "state"),
filepath.Join(cacheDir, ".local", "state", "wireplumber"),
filepath.Join(cacheDir, ".local", "share"),
filepath.Join(cacheDir, ".cache"),
}