Skip to content

More correct XDG_CURRENT_DESKTOP env vars #71

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

stefonarch
Copy link
Member

No description provided.

@@ -113,6 +113,7 @@ elif [ "$COMPOSITOR" = "labwc" ]; then
exec $COMPOSITOR -C $XDG_CONFIG_HOME/labwc -S lxqt-session

elif [ "$COMPOSITOR" = "niri" ]; then
export XDG_CURRENT_DESKTOP="LXQt:$COMPOSITOR:smithay"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With this, I don't think the wlroots backend will be used.

@@ -164,6 +165,7 @@ elif [ "$COMPOSITOR" = "sway" ]; then
exec $COMPOSITOR -c $XDG_CONFIG_HOME/lxqt/wayland/lxqt-sway.config

elif [ "$COMPOSITOR" = "Hyprland" ]; then
export XDG_CURRENT_DESKTOP="LXQt:$COMPOSITOR:aquamarine"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditto.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it needs lxqt/lxqt-panel#2282

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With it too.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not from my experience ;)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps because you use your deleted PR. But, in the end, that's no relevant. I'm adding a comment to lxqt/lxqt-panel#2282.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should work after lxqt/lxqt-panel#2283 is merged — as you already know.

@tsujan
Copy link
Member

tsujan commented May 20, 2025

I have no problem with merging this after the recent changes. But since I can't test it thoroughly, please merge it after such a test, which only you can do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants