workflows/mosey-branch: update session script

This commit is contained in:
Gabriel Arazas 2023-08-21 19:12:46 +08:00
parent bdf2208ddf
commit 76904cfeb1
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -1,3 +1,9 @@
#!/bin/bash #!/bin/bash
# gnome-session is also looking for RequiredComponents in here.
export XDG_CONFIG_DIRS=@prefix@/etc/xdg${XDG_CONFIG_DIRS:-:$XDG_CONFIG_DIRS}
# We'll have to force gnome-session to detect our session.
export XDG_DATA_DIRS=@prefix@/share${XDG_DATA_DIRS:-:$XDG_DATA_DIRS}
gnome-session --session=mosey-branch --systemd --disable-acceleration-check gnome-session --session=mosey-branch --systemd --disable-acceleration-check