Medin

Results 36 comments of Medin

@vchernin English documentation is quite sufficient, and it's better to focus the effort on a high quality version of doc instead of multiple versions. The offline doc is necessary for...

I created a [bug](https://bugs.kde.org/show_bug.cgi?id=480045) on KDE bug tracker, may be KDE team will come with a solid solution like how they always do.

@wwmm On Wayland: ``` echo $DESKTOP_SESSION plasmawayland ``` On X11: ``` echo $DESKTOP_SESSION plasma ``` Both on Wayland and X11: ``` echo $XDG_CURRENT_DESKTOP KDE ```

@wwmm [Nate Graham](https://discuss.kde.org/u/ngraham/summary) from KDE team responded to my question which reliable environment variable to use to determine if the current running desktop is KDE Plasma, [his answer was](https://discuss.kde.org/t/check-if-kde-plasma-is-currently-running/10355/2) to...

@wwmm ![Screenshot_20240206_235250](https://github.com/wwmm/easyeffects/assets/7027319/eb278766-3f2e-484d-baa8-86bed7d7a3e3) `xdg_desktop_session` should be `XDG_SESSION_DESKTOP` which returns a single value `KDE`, instead of `XDG_CURRENT_DESKTOP` which may return a colon-separated list.

@wwmm > Is the value in upper case or lower case? In my gnome session I have XDG_SESSION_DESKTOP=gnome According to [systemd's PAM](https://www.freedesktop.org/software/systemd/man/pam_systemd.html) and [sd_session_get_desktop(3)](https://www.freedesktop.org/software/systemd/man/latest/sd_session_get_desktop.html#) > This field can be set...