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

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
}