Github messages for voidlinux
 help / color / mirror / Atom feed
From: deepaknegilachu <deepaknegilachu@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: Sway isn't opening 
Date: Thu, 29 Jul 2021 12:22:02 +0200	[thread overview]
Message-ID: <20210729102202.BopsjN0321LehwGkCb8mkF8LYhrnArjU2Ehd-4IOPkg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-30115@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 848 bytes --]

New comment by deepaknegilachu on void-packages repository

https://github.com/void-linux/void-packages/issues/30115#issuecomment-888996767

Comment:
# with seatd

sudo xbps-install seatd 
useradd -aG _seatd <username> 
sudo ln -s /etc/sv/seatd /var/service

and then add this in bash_profile or zprofile(for zsh):

if test -z "${XDG_RUNTIME_DIR}"; then
    export XDG_RUNTIME_DIR=/tmp/${UID}-runtime-dir
    if ! test -d "${XDG_RUNTIME_DIR}"; then
        mkdir "${XDG_RUNTIME_DIR}"
        chmod 0700 "${XDG_RUNTIME_DIR}"
    fi
fi

export XDG_SESSION_TYPE=wayland
export XDG_CURRENT_DESKTOP=sway
export MOZ_ENABLE_WAYLAND=1 

# with elogind 
add this this on bash_profile or zprofile:

export LIBSEAT_BACKEND="logind"
export XDG_SESSION_TYPE=wayland
export XDG_CURRENT_DESKTOP=sway
export MOZ_ENABLE_WAYLAND=1 





  parent reply	other threads:[~2021-07-29 10:22 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-09 20:59 [ISSUE] " doonoo
2021-04-09 21:05 ` ericonr
2021-04-09 21:07 ` doonoo
2021-04-09 23:30 ` noarchwastaken
2021-04-09 23:30 ` noarchwastaken
2021-04-09 23:31 ` noarchwastaken
2021-04-10 14:24 ` travankor
2021-04-10 15:19 ` doonoo
2021-04-11 20:19 ` noarchwastaken
2021-04-11 20:22 ` noarchwastaken
2021-04-11 20:32 ` noarchwastaken
2021-04-12 22:43 ` noarchwastaken
2021-05-08 23:12 ` Duncaen
2021-07-29 10:22 ` deepaknegilachu [this message]
2021-07-29 10:22 ` deepaknegilachu
2021-10-22 11:39 ` notthewave
2021-10-23 22:35 ` notthewave
2022-05-17  2:14 ` github-actions
2022-05-23 18:42 ` ignamartinoli
2022-08-22  2:13 ` github-actions
2022-09-05  2:14 ` [ISSUE] [CLOSED] " github-actions

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210729102202.BopsjN0321LehwGkCb8mkF8LYhrnArjU2Ehd-4IOPkg@z \
    --to=deepaknegilachu@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).