Skip to content

Commit 8b9224e

Browse files
authored
Merge pull request #229 from ifurther/patch-1
Add snap setting XDG_DATA_HOME
2 parents 6b63332 + cb8f082 commit 8b9224e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,9 @@
128128
},
129129
"snap": {
130130
"environment": {
131-
"DISABLE_WAYLAND": 1
131+
"DISABLE_WAYLAND": 1,
132+
"XDG_DATA_HOME": "$SNAP_USER_DATA/.local/share"
132133
}
133134
}
134135
}
135-
}
136+
}

0 commit comments

Comments
 (0)