I installed NixOS unstable on an Acer Swift 3. I installed gnome3 by enabling the desktopmanager.
Any pointers for any of the following?
- I can’t start gnome-terminal, it fails to start gnome-terminal-server somehow. I’m basically running nixpkgs/gnome3.nix at e233a9d4dd1484d2b79e496d45f5e785642638ef · NixOS/nixpkgs · GitHub with the same nixos config except that my home dir is shared with an Ubuntu install.
- when I run the server manually with
dbus-launch /nix/store/..../gnome-terminal-server
, it complains about the locale until I setLC_ALL=en_us.UTF-8
. Even then, I can’t start gnome-terminal, it just times out
- when I run the server manually with
- Epiphany can’t use opengl, I have to start it with WEBKIT_DISABLE_COMPOSITING_MODE=1. I can’t find any errors related to it. This happens in X and Wayland both.
- I’d like to share the flatpack install between Ubuntu and NixOS, any ideas on how to achieve that?
Thanks