Re: Starting Sway a Wayland window manager

2021-03-31 Thread Vagrant Cascadian
On 2021-03-31, Bone Baboon wrote: > Vagrant Cascadian writes: > >> On 2021-03-29, Bone Baboon wrote: >>> When I run `dbus-run-session sway` on virtual terminal 1 sway does not >>> start and I get this output: ... >> v >>> [backend/backend.c:303]

Re: Starting Sway a Wayland window manager

2021-03-31 Thread Bone Baboon
Vagrant Cascadian writes: > On 2021-03-29, Bone Baboon wrote: >> When I run `dbus-run-session sway` on virtual terminal 1 sway does not >> start and I get this output: >> >> ``` >> localhost dbus-daemon[380]: [system] Rejected send message, 2 matched rules; >> type="method_call", sender=":1.24"

Re: Starting Sway a Wayland window manager

2021-03-29 Thread Vagrant Cascadian
On 2021-03-29, Bone Baboon wrote: > When I run `dbus-run-session sway` on virtual terminal 1 sway does not > start and I get this output: > > ``` > localhost dbus-daemon[380]: [system] Rejected send message, 2 matched rules; > type="method_call", sender=":1.24" (uid=1000 pid=26112 comm="sway ") >

Re: Starting Sway a Wayland window manager

2021-03-29 Thread raingloom
On Sat, 27 Mar 2021 20:43:49 -0400 Bone Baboon wrote: > I have installed Sway a Wayland window manager. > > I have copied the `gnu/store/-sway-1.5.1/etc/sway/config` to > `~/.sway/config`. > > When I run `sway` or `sudo sway` on virtual terminal 1 it outputs > "XDG_RUNTIME_DIR is not set in the

Re: Starting Sway a Wayland window manager

2021-03-29 Thread Joshua Branson
Bone Baboon writes: > Joshua Branson writes: > >> I also just realized that sway started for me when I changed >> %base-services to %desktop-services. > > If I reconfigure the system with `%desktop-services`: > > ``` > (services %desktop-services) > ``` > > When I run `sway` on virtual terminal

Re: Starting Sway a Wayland window manager

2021-03-29 Thread Bone Baboon
Joshua Branson writes: > I also just realized that sway started for me when I changed > %base-services to %desktop-services. If I reconfigure the system with `%desktop-services`: ``` (services %desktop-services) ``` When I run `sway` on virtual terminal 1 sway does not start and I get this o

Re: Starting Sway a Wayland window manager

2021-03-29 Thread Bone Baboon
Joshua Branson writes: >> What package includes `dbus-run-session`? I do not have it installed on >> my system? > > I think it's dbus? I honestly don't remember... The `dbus` package does provide `dbus-run-session`. When I run `dbus-run-session sway` on virtual terminal 1 sway does not start

Re: Starting Sway a Wayland window manager

2021-03-28 Thread Joshua Branson
Bone Baboon writes: > Joshua Branson writes: >> My .bash_profile is here: >> >> #+BEGIN_SRC sh >> # Honor per-interactive-shell startup file >> if [ -f ~/.bashrc ]; then . ~/.bashrc; fi >> >> # shepherd >> >> if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then >> export MOZ_ENABLE_WAYLAND=

Re: Starting Sway a Wayland window manager

2021-03-28 Thread Joshua Branson
Bone Baboon writes: > Vagrant Cascadian writes: > >> Is the elogind service running? I *think* that is what I needed to get >> sway working from the console... > > I have added the `elogind` service. Here is the services section of my > systems configuration: > > ``` > (services > (append >

Re: Starting Sway a Wayland window manager

2021-03-28 Thread Bone Baboon
Joshua Branson writes: > My .bash_profile is here: > > #+BEGIN_SRC sh > # Honor per-interactive-shell startup file > if [ -f ~/.bashrc ]; then . ~/.bashrc; fi > > # shepherd > > if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then > export MOZ_ENABLE_WAYLAND=1 > export GUIX_PACKAGE_PATH

Re: Starting Sway a Wayland window manager

2021-03-28 Thread Bone Baboon
Vagrant Cascadian writes: > Is the elogind service running? I *think* that is what I needed to get > sway working from the console... I have added the `elogind` service. Here is the services section of my systems configuration: ``` (services (append (list (service elogind-service-type

Re: Starting Sway a Wayland window manager

2021-03-28 Thread Joshua Branson
Joshua Branson writes: I also just realized that sway started for me when I changed %base-services to %desktop-services. -- Joshua Branson (joshuaBPMan in #guix) Sent from Emacs and Gnus https://gnucode.me https://video.hardlimit.com/accounts/joshua_branson/video-channels https://propernam

Re: Starting Sway a Wayland window manager

2021-03-27 Thread Joshua Branson
Vagrant Cascadian writes: > On 2021-03-27, Bone Baboon wrote: >> I have installed Sway a Wayland window manager. >> >> I have copied the `gnu/store/-sway-1.5.1/etc/sway/config` to >> `~/.sway/config`. >> >> When I run `sway` or `sudo sway` on virtual terminal 1 it outputs >> "XDG_RUNTIME_DIR is n

Re: Starting Sway a Wayland window manager

2021-03-27 Thread Vagrant Cascadian
On 2021-03-27, Bone Baboon wrote: > I have installed Sway a Wayland window manager. > > I have copied the `gnu/store/-sway-1.5.1/etc/sway/config` to > `~/.sway/config`. > > When I run `sway` or `sudo sway` on virtual terminal 1 it outputs > "XDG_RUNTIME_DIR is not set in the environment. Aborting."

Re: Starting Sway a Wayland window manager

2021-03-27 Thread jbranso
March 27, 2021 8:44 PM, "Bone Baboon" wrote: > I have installed Sway a Wayland window manager. > > I have copied the `gnu/store/-sway-1.5.1/etc/sway/config` to > `~/.sway/config`. > > When I run `sway` or `sudo sway` on virtual terminal 1 it outputs > "XDG_RUNTIME_DIR is not set in the environm