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
Bone Baboon writes:
> Here is my operating-system declaration:
>
>
I don't see anything out of the ordinary here. I don't use the nomodeset
kernel-arguments setting though. Perhaps that's just needed with your
hardware?
> .Xauthority is an empty file.
>
> .Xdefaults has the contents:
> ```
> X
Hi,
I'm getting tons of guix pull errors these days.
They look like they are related with network issues because they
disappear if I insist (many times) and they appear in different
packages.
They look like this:
```
guix/ui.scm:2164:12: In procedure run-guix-command:
Bad Read-Header-Line header
Dear all,
(I am reposting a question I asked on the guix-science list --
with a broader audience here I hope someone has an answer :) )
I am interested in introducing Guix to the HPC cluster at my
institution, and it turns out they have user namespaces activated
\o/. So I'm looking into gett
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
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
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
>
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=