Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Workspace
Commits
292f4c96
Commit
292f4c96
authored
Sep 18, 2020
by
Nicolas Fella
Browse files
Fix startplasma-dev.sh
I don't know what language this is supposed to be, but it's certainly not bash :)
parent
6cc5d4cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
login-sessions/startplasma-dev.sh.cmake
View file @
292f4c96
...
...
@@ -5,11 +5,11 @@ source @CMAKE_INSTALL_FULL_LIBEXECDIR@/plasma-dev-prefix.sh
# This is a bit of a hack done because systemd starts in pam, and we only set our dev paths after all that is complete
# This copies everything into a transient runtime directory that systemd reads and reloads the units
if [ ! -z
"$XDG_RUNTIME_DIR"
]
if [ ! -z
"$XDG_RUNTIME_DIR"
]
; then
mkdir -p
"$XDG_RUNTIME_DIR/systemd/user.control"
command cp -r @KDE_INSTALL_FULL_SYSTEMDUSERUNITDIR@/* $XDG_RUNTIME_DIR/systemd/user.control
systemctl --user daemon-reload
endi
f
f
i
startplasma$@
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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