Merge pull request #1289 from ognarb/plasma

The KDE was renamed to Plasma
This commit is contained in:
M. Herdiansyah 2019-07-23 16:25:42 +07:00 committed by GitHub
commit b886122af9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1560,6 +1560,8 @@ get_de() {
;;
esac
(( "$KDE_SESSION_VERSION" >= "4" )) && de="${de/KDE/Plasma}"
# Log that the function was run.
de_run=1
}