Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Johan Ouwerkerk
kdesrc-build
Commits
84e08d57
Commit
84e08d57
authored
Oct 08, 2012
by
Michael Pyne
Browse files
xsession: Fix misnamed variables in sample xsession.
parent
548489c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
sample-xsession.sh
View file @
84e08d57
...
...
@@ -103,8 +103,8 @@ path_add "STRIGI_PLUGIN_PATH" "$kde_prefix/$libname/strigi";
path_add
"PYTHONPATH"
"
$kde_prefix
/
$libname
/site-packages"
;
# http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
path_add
"XDG_DATA_DIRS"
"
$
path
/share"
;
path_add
"XDG_CONFIG_DIRS"
"
$
path
/etc/xdg"
;
path_add
"XDG_DATA_DIRS"
"
$
kde_prefix
/share"
;
path_add
"XDG_CONFIG_DIRS"
"
$
kde_prefix
/etc/xdg"
;
#
### Some Convenience stuff
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment