You are not logged in.
echo $XDG_CURRENT_DESKTOPoutputs gnome, despite running hyprland. It also might be the cause for screen sharing not working in obs
Last edited by AndreyDeimos (2024-09-23 16:41:53)
Offline
That's a user-defined variable, so if you no longer want it set as gnome, change it.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
That's a user-defined variable, so if you no longer want it set as gnome, change it.
I didn't set it anywhere
Offline
You don't remember setting it, perhaps. What's the output of the following:
grep -rl XDG_CURRENT_DESKTOP /etc/* ~/.config/*
grep -l XDG_CURRENT_DESKTOP ~/.*Are you using a display manager? If so, which one?
Last edited by Trilby (2024-09-23 13:50:08)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
You don't remember setting it, perhaps. What's the output of the following:
grep -rl XDG_CURRENT_DESKTOP /etc/* ~/.config/* grep -l XDG_CURRENT_DESKTOP ~/.*Are you using a display manager? If so, which one?
It was in /etc/enviroment
Offline