I can't test `kde` from your config right now, but I use `xmonad` as windows manager (with no DE) in nixos for several years and it works excellent.
2015-06-17 1:55 GMT+03:00 Joachim Schiele <[email protected]>: > please test other window managers also. > > this is my configuration: > > services.xserver.desktopManager.kde4.enable = true; > services.xserver.displayManager.kdm.enable = true; > > # Add XServer (default if you have used a graphical iso) > services.xserver = { > enable = true; > videoDrivers = [ "intel" ]; > layout = "us"; > xkbOptions = "eurosign:e"; > #monitorSection = '' > # Modeline "1680x1050_60.00" 146.25 1680 1784 1960 2240 1050 > 1053 1059 1089 -hsync +vsync > #''; > #deviceSection = '' > # Option "ModeValidation" "AllowNonEdidModes" > #''; > > config = '' > Section "InputClass" > Identifier "Logitech" > MatchProduct "Logitech USB Laser Mouse" > MatchIsPointer "true" > MatchDevicePath "/dev/input/event*" > # mapped den MMB nach links wo zwei buttons sind, vor und zurueck. > # der wo weiter weg vom daumen ist heisst 9 und der zum daumen 8 > Option "ButtonMapping" "1 8 3 4 5 6 7 2" > EndSection > Section "InputClass" > Identifier "TPPS/2 IBM TrackPoint" > MatchProduct "TPPS/2 IBM TrackPoint" > MatchDevicePath "/dev/input/event*" > Option "EmulateWheel" "true" > Option "EmulateWheelButton" "2" > Option "Evdev Wheel Emulation Timeout" "200" > EndSection > ''; > }; > > > > > environment.systemPackages = with pkgs; [ > linuxPackages.virtualbox > kde4.kdemultimedia > kde4.networkmanagement > kde4.kdegraphics > kde4.kdeutils > kde4.applications > kde4.kdegames > kde4.kdeedu > kde4.kdebindings > kde4.kdeaccessibility > kde4.kde_baseapps > kde4.kactivities > kde4.kdeadmin > kde4.kdeartwork > kde4.kde_base_artwork > kde4.kdenetwork > kde4.kdepim > kde4.kdepimlibs > kde4.kdeplasma_addons > kde4.kdesdk > kde4.kdetoys > kde4.kde_wallpapers > kde4.kdewebdev > kde4.oxygen_icons > kde4.kdebase_workspace > kde4.kdelibs > kde4.kdevelop > kde4.kdevplatform > kde4.ksshaskpass > kde4.kdiff3 > ... > > > hope this helps you. > > On 14.06.2015 13:11, Arseniy Seroka wrote: > > Hello! > > I have in my configuration.nix: > > ``` > > dbus.enable = true; > > kdm.enable = true; > > kde5.enable = true; > > ``` > > > > I start my display-manager.service, logging in and I'm > > back to my display-manager. Kde can't be started. > > I my kdm.log there are lines: > > ``` > > klauncher(12476) kdemain: No DBUS session-bus found. Check if you have > > started the DBUS server. > > kdeinit4: Communication error with launcher. Exiting! > > kdmgreet(12468)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned > > initialize() D-Bus call failed: "Not connected to D-Bus server" > > kdmgreet(12468)/kdecore (K*TimeZone*): No time zone information obtained > > from ktimezoned > > ``` > > > > What's the problem and how to start kde5? > > > > (If I enable gdm and gnome3 -> I can't start gnome too, > > but I have no logs for that now). > > > > -- > > Sincerely, > > Arseniy Seroka > > > > > > _______________________________________________ > > nix-dev mailing list > > [email protected] > > http://lists.science.uu.nl/mailman/listinfo/nix-dev > > > > > _______________________________________________ > nix-dev mailing list > [email protected] > http://lists.science.uu.nl/mailman/listinfo/nix-dev > -- Sincerely, Arseniy Seroka
_______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
