[Nix-dev] Can't start kde

Joachim Schiele js at lastlog.de
Wed Jun 17 00:55:29 CEST 2015


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
> nix-dev at lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
> 




More information about the nix-dev mailing list