We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b46d7f5 + afeacd0 commit 11c1c7eCopy full SHA for 11c1c7e
1 file changed
start_wayfire.sh.in
@@ -1,5 +1,8 @@
1
#!/bin/bash
2
3
+# if $XDG_DATA_DIRS is not set, set it to the spec recommended value
4
+[ -z "$XDG_DATA_DIRS" ] && export XDG_DATA_DIRS="/usr/local/share:/usr/share"
5
+
6
# path for wf-config and wlroots
7
LD_LIBRARY_PATH=$LD_LIBRARY_PATH
8
# path is needed for wf-shell clients
0 commit comments