You are not logged in.

#1 2024-09-23 12:35:03

AndreyDeimos
Member
Registered: 2024-09-05
Posts: 14

[SOLVED] xdg current desktop shows gnome despite using hyprland

echo $XDG_CURRENT_DESKTOP

outputs 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

#2 2024-09-23 13:13:37

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,456
Website

Re: [SOLVED] xdg current desktop shows gnome despite using hyprland

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

#3 2024-09-23 13:23:17

AndreyDeimos
Member
Registered: 2024-09-05
Posts: 14

Re: [SOLVED] xdg current desktop shows gnome despite using hyprland

Trilby wrote:

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

#4 2024-09-23 13:43:45

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,456
Website

Re: [SOLVED] xdg current desktop shows gnome despite using hyprland

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

#5 2024-09-23 16:41:37

AndreyDeimos
Member
Registered: 2024-09-05
Posts: 14

Re: [SOLVED] xdg current desktop shows gnome despite using hyprland

Trilby wrote:

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

Board footer

Powered by FluxBB