-
-
Notifications
You must be signed in to change notification settings - Fork 794
Open
Labels
Description
Current Behavior
When I run "echo $XDG_CONFIG_DIRS" nothing is returned.
Expected Behavior
Running echo $XDG_CONFIG_DIRS should print the results of loading /etc/X11/Xsession.d/60x11-common_xdg_path. In my case, as I am running the KDE desktop, that would include a mention of "plasma" somewhere.
Steps To Reproduce
- Running the latest Kubuntu LTS version, run "echo $XDG_CONFIG_DIRS" from the command line.
- It should result in something like: /home/myuser/.config/kdedefaults:/etc/xdg/xdg-plasma:/etc/xdg:/usr/share/kubuntu-default-settings/kf5-settings
- The reason I noticed this is the results of running fastfetch or neofetch shows the OS as being Ubuntu instead of Kubuntu.
Wave Version
v0.14.0
Platform
Linux
OS Version/Distribution
Kubuntu 24.04.4
Architecture
x64
Anything else?
This does work in Alacritty and Konsole.
Reactions are currently unavailable