| Summary: | XDG_CURRENT_DESKTOP does not get set to "kde" on Plasma startup | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | mellotanica <mellotanica> |
| Component: | general | Assignee: | David Edmundson <kde> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | kde, nate, plasma-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | master | ||
| Target Milestone: | 1.0 | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
mellotanica
2018-03-30 17:19:31 UTC
Yes, startkde script does XDG_CURRENT_DESKTOP=KDE export XDG_CURRENT_DESKTOP How about using "source" instead of "exec"? Anyway, this isn't really a usecase we support. (In reply to Kai Uwe Broulik from comment #1) > How about using "source" instead of "exec"? Anyway, this isn't really a > usecase we support. this works perfectly, but every default .xinitrc file I saw makes the xinit program run "exec" instead of "source" to start the desktop environment, this behavior should be notified and documented.. two of the most beautiful traits of Linux are its openness and customizability, which mean that you should be free to start your desktop session in any way you prefer, why shouldn't KDE support users who don't want to start an x session and a login manager at boot time, while already providing a script to start a session from a tty? |