-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gnome3 and Pantheon in the same system does not build #64611
Comments
Currently there's a bit of work to be done so that both these session can exist on a system At first something like diff --git a/nixos/modules/services/x11/desktop-managers/gnome3.nix b/nixos/modules/services/x11/desktop-managers/gnome3.nix
index ef6820d3326..9e8482432b4 100644
--- a/nixos/modules/services/x11/desktop-managers/gnome3.nix
+++ b/nixos/modules/services/x11/desktop-managers/gnome3.nix
@@ -206,7 +206,7 @@ in {
isSystem = true;
};
- environment.variables.GNOME_SESSION_DEBUG = optionalString cfg.debug "1";
+ environment.variables.GNOME_SESSION_DEBUG = mkIf cfg.debug "1";
# Override default mimeapps
environment.variables.XDG_DATA_DIRS = [ "${mimeAppsList}/share" ];
@@ -228,7 +228,7 @@ in {
];
# Use the correct gnome3 packageSet
- networking.networkmanager.basePackages =
+ networking.networkmanager.basePackages = mkDefault
{ inherit (pkgs) networkmanager modemmanager wpa_supplicant;
inherit (pkgs.gnome3) networkmanager-openvpn networkmanager-vpnc
networkmanager-openconnect networkmanager-fortisslvpn
would need to be done so they'd at least build. From there we'd probably have to eliminate having to set |
#58203 seems also to be related |
The issues above are fixed but now the conflict occurs in |
Thank you for your contributions. This has been automatically marked as stale because it has had no activity for 180 days. If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity. Here are suggestions that might help resolve this more quickly:
|
This is still an issue. |
I marked this as stale due to inactivity. → More info |
Still an issue. |
I marked this as stale due to inactivity. → More info |
Still an issue. |
I marked this as stale due to inactivity. → More info |
Not fixed yet. |
Still an issue, can't use gdm+gnome3+pantheon. Same problem occurs with gdm+gnome3+deepin. |
Hopefully, #234615 will allow us to fix this. |
Still an issue in 2024. Facing this issue currently. Hope it gets fixed soon :) |
This issue has been mentioned on NixOS Discourse. There might be relevant details there: |
OMG I started this thread on Discourse! |
Issue description
I want to have gnome3 and pantheon desktop managers in the same NixOS system, so that the user can choose the desired one at login time. So I have on
configuration.nix
:But
nixos-rebuild
gives the following error:cc @worldofpeace
Technical details
"x86_64-linux"
Linux 5.1.16, NixOS, 19.09pre184855.beff2f8d75e (Loris)
yes
yes
nix-env (Nix) 2.2.2
"nixos-19.09pre184855.beff2f8d75e"
/nix/var/nix/profiles/per-user/root/channels/nixos
The text was updated successfully, but these errors were encountered: