-
Notifications
You must be signed in to change notification settings - Fork 5
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
base: master
Are you sure you want to change the base?
Conversation
@@ -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" |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With it too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not from my experience ;)
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
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. |
No description provided.