Announcement

Collapse
No announcement yet.

kwin install

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    kwin install

    Hello good morning ,
    I have a new install xubuntu 16.04 with any change for KDE plasma etc etc ? but my question is it's possible to install inside kwin in the 16.04 version the last one...I have another OS 14.04 Lts without trouble for the kwin install it , many thanks for the answer

    #2
    The default display manager is sddm:
    Code:
    :~$ systemctl status display-manager
    ● sddm.service - Simple Desktop Display Manager                                                                                                                          
       Loaded: loaded (/lib/systemd/system/sddm.service; enabled; vendor preset: enabled)                                                                                    
       Active: active (running) since Mon 2016-09-19 10:02:03 CDT; 1h 43min ago                                                                                              
         Docs: man:sddm(1)                                                                                                                                                   
               man:sddm.conf(5)                                                                                                                                              
      Process: 942 ExecStartPre=/bin/sh -c [ "$(cat /etc/X11/default-display-manager 2>/dev/null)" = "/usr/bin/sddm" ] (code=exited, status=0/SUCCESS)                       
     Main PID: 948 (sddm)                                                                                                                                                    
       CGroup: /system.slice/sddm.service                                                                                                                                    
               ├─ 948 /usr/bin/sddm
               └─1021 /usr/lib/xorg/Xorg -nolisten tcp -auth /var/run/sddm/{37d6803a-c423-40a5-9522-2d12e770aaa3} -background none -noreset -displayfd 17 vt7
    
    Sep 19 10:03:00 jerry-Aspire-7739 sddm-helper[1460]: pam_kwallet(sddm:auth): (null): pam_sm_authenticate
    Sep 19 10:03:00 jerry-Aspire-7739 sddm-helper[1460]: pam_kwallet5(sddm:auth): (null): pam_sm_authenticate
    Sep 19 10:03:00 jerry-Aspire-7739 sddm[948]: Oops, secure memory pool already initialized
    Sep 19 10:03:00 jerry-Aspire-7739 sddm-helper[1460]: [PAM] returning.
    Sep 19 10:03:00 jerry-Aspire-7739 sddm[948]: Authenticated successfully
    Sep 19 10:03:00 jerry-Aspire-7739 sddm-helper[1460]: pam_kwallet(sddm:setcred): pam_kwallet: pam_sm_setcred
    Sep 19 10:03:00 jerry-Aspire-7739 sddm-helper[1460]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
    Sep 19 10:03:00 jerry-Aspire-7739 sddm[948]: Auth: sddm-helper exited successfully
    Sep 19 10:03:00 jerry-Aspire-7739 sddm[948]: Greeter stopped.
    Sep 19 10:03:01 jerry-Aspire-7739 sddm[948]: Session started
    KWin is installed by default, but to run it needs a dependency, xwayland, which is NOT installed. There is probably a reason why it wasn't installed by default.
    https://blog.martin-graesslin.com/bl...and-not-start/

    If you have your GPU running without problems then the old advice still applies: if it ain't broke then don't fix it.
    "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
    – John F. Kennedy, February 26, 1962.

    Comment


      #3
      kwin

      Originally posted by GreyGeek View Post
      The default display manager is sddm:
      Code:
      :~$ systemctl status display-manager
      ● sddm.service - Simple Desktop Display Manager                                                                                                                          
         Loaded: loaded (/lib/systemd/system/sddm.service; enabled; vendor preset: enabled)                                                                                    
         Active: active (running) since Mon 2016-09-19 10:02:03 CDT; 1h 43min ago                                                                                              
           Docs: man:sddm(1)                                                                                                                                                   
                 man:sddm.conf(5)                                                                                                                                              
        Process: 942 ExecStartPre=/bin/sh -c [ "$(cat /etc/X11/default-display-manager 2>/dev/null)" = "/usr/bin/sddm" ] (code=exited, status=0/SUCCESS)                       
       Main PID: 948 (sddm)                                                                                                                                                    
         CGroup: /system.slice/sddm.service                                                                                                                                    
                 ├─ 948 /usr/bin/sddm
                 └─1021 /usr/lib/xorg/Xorg -nolisten tcp -auth /var/run/sddm/{37d6803a-c423-40a5-9522-2d12e770aaa3} -background none -noreset -displayfd 17 vt7
      
      Sep 19 10:03:00 jerry-Aspire-7739 sddm-helper[1460]: pam_kwallet(sddm:auth): (null): pam_sm_authenticate
      Sep 19 10:03:00 jerry-Aspire-7739 sddm-helper[1460]: pam_kwallet5(sddm:auth): (null): pam_sm_authenticate
      Sep 19 10:03:00 jerry-Aspire-7739 sddm[948]: Oops, secure memory pool already initialized
      Sep 19 10:03:00 jerry-Aspire-7739 sddm-helper[1460]: [PAM] returning.
      Sep 19 10:03:00 jerry-Aspire-7739 sddm[948]: Authenticated successfully
      Sep 19 10:03:00 jerry-Aspire-7739 sddm-helper[1460]: pam_kwallet(sddm:setcred): pam_kwallet: pam_sm_setcred
      Sep 19 10:03:00 jerry-Aspire-7739 sddm-helper[1460]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
      Sep 19 10:03:00 jerry-Aspire-7739 sddm[948]: Auth: sddm-helper exited successfully
      Sep 19 10:03:00 jerry-Aspire-7739 sddm[948]: Greeter stopped.
      Sep 19 10:03:01 jerry-Aspire-7739 sddm[948]: Session started
      KWin is installed by default, but to run it needs a dependency, xwayland, which is NOT installed. There is probably a reason why it wasn't installed by default.
      https://blog.martin-graesslin.com/bl...and-not-start/

      If you have your GPU running without problems then the old advice still applies: if it ain't broke then don't fix it.
      Hello thanks for your answer , I see one I have the choice between "SSDM" and "lightdm" during install ... aie , I have choice "lightdm" big error ...many thanks I return

      Comment


        #4
        Na, your fine. Just install
        sddm
        kde-config-sddm
        sddm-theme-breeze
        (and any other sddm themes you want).

        Then
        systemctl enable sddm
        systemctl disable lightdm
        (uninstalling lightdm will remove it)

        Then reboot.
        If you boot into a console then you may have to issue
        systemctl start sddm
        Last edited by GreyGeek; Sep 19, 2016, 07:22 PM.
        "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
        – John F. Kennedy, February 26, 1962.

        Comment


          #5
          kwin on

          @ greygeek,
          Dac-o-dac , but I have many OSs not exclusive kubuntu.... usually I use plasma 4 , but with the new plasma5, it's a big problem for me .... KDE /kubuntu decide to change any "advantage" virtual office" 1 or 6 always the same picture on anyone not possible to change any one for an other..... and the best for me screensaver with the choice the "clock"... disappear and they other also .... It's not critical .... just a reflection..... I have install the last Xubuntu 16.04 just plasma 5.... What do you think about it ? I try it on my xubuntu 16.04 with success and the right to do thank you see you soon

          Comment


            #6
            If you don't want plasma 5 then stay with 14.04. Its End Of Life is 4/2019. There is no practical way to remove systemd or revert to plasma 4


            Sent from my iPhone using Tapatalk
            "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
            – John F. Kennedy, February 26, 1962.

            Comment


              #7
              kwin again

              Originally posted by GreyGeek View Post
              If you don't want plasma 5 then stay with 14.04. Its End Of Life is 4/2019. There is no practical way to remove systemd or revert to plasma 4


              Sent from my iPhone using Tapatalk
              Many thanks, I try to renew the plasma 4 on xubuntu or kubuntu 14.04 .... I think it's not possible , I'm happy to testing that

              Comment


                #8
                14.04 is a GREAT release, and very stable by now. It does not have systemd. Upstart is still in control, which means you'll be using "sudo <someservice> start"
                where the services are listed in the /etc/init.d subdirectory.
                Best to reinstall it from the latest point release freshly downloaded, sum checked, and burned to a USB stick or a DVD.
                "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
                – John F. Kennedy, February 26, 1962.

                Comment


                  #9
                  Okey thank you, I do that for my next test on kubuntu 14.04

                  Comment

                  Working...
                  X