Announcement

Collapse
No announcement yet.

Plasma login always takes me to plasma media center.

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

    Plasma login always takes me to plasma media center.

    Well something screwed up on my shiny 16.04 install. After logging in to a few other desktop environments (xfce4 and then gnome) I went back to plasma and for some reason it takes me straight to plasma media center instead. I've logged out numerous times and confirmed I'm highlighting the correct entry but it takes me to media center instead of plasma proper every single time. I've tried using the console to switch display managers from sddm to lightdm and gdm3 but it makes no difference, I still get logged into media center. I tried uninstalling media center and then it logs into a blank screen and says packages are missing. I can't for the life of me get back to plasma and I have no idea how it got corrupted like this just from using a different DE in the first place. Suggestions please?
    Last edited by conman; Jun 19, 2016, 01:08 AM. Reason: Solved

    #2
    Until I read this post, I didn't know such a thing existed. Is Plasma Media Centre a separate session or something you run on top of KDE? If the latter is there a way to quit from within the media centre?
    If you're sitting wondering,
    Which Batman is the best,
    There's only one true answer my friend,
    It's Adam Bloody West!

    Comment


      #3
      If you are not a mechanic don't tinker with the engine! That probably wasn't the advice you were looking for!

      You can spend several hours or days trying to unravel the knots you made, even with advice from friends here on the forum, but the easiest and quickest way to resolve your problems in under an hour is to do a fresh install.
      "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


        #4
        I'm a mechanic and happy to tinker. However this breakage had nothing to do with me tinkering, but I'd rather tinker to fix it than reinstall since I've been upgrading on the same machine for many kubuntu versions to date.

        Comment


          #5
          Originally posted by elijathegold View Post
          Until I read this post, I didn't know such a thing existed. Is Plasma Media Centre a separate session or something you run on top of KDE? If the latter is there a way to quit from within the media centre?
          Plasma media centre comes up as an option in the login manager automatically with the latest kubuntu as an alternative to kde5/plasma by default, just change the dropdown in the sddm menu to media centre from plasma. As for logging out, I couldn't see any icons or menus whatsoever so I just tried ALT-F2 which gave me the command option and I typed in logout which gets me out of there.

          That said, I still can't log into regular kde5 plasma any more on that machine...

          Comment


            #6
            OK, what files are in the /usr/share/xsessions directory? I would expect at least one called kde-plasma.desktop and another relating the the media centre.

            Unless it's changed on 16.04 (I can't be bothered to walk all the way across the room to fire up another computer) the kde-plasma.desktop should start with:
            Code:
            [Desktop Entry]
            Encoding=UTF-8
            Type=XSession
            Exec=/usr/bin/startkde
            TryExec=/usr/bin/startkde
            DesktopNames=KDE
            Name=KDE Plasma Workspace
            And continue with a host of translations. If it doesn't then back the one you currently have and make the appropriate changes. Log out and try logging in again.
            If you're sitting wondering,
            Which Batman is the best,
            There's only one true answer my friend,
            It's Adam Bloody West!

            Comment


              #7
              Originally posted by elijathegold View Post
              OK, what files are in the /usr/share/xsessions directory? I would expect at least one called kde-plasma.desktop and another relating the the media centre.

              Unless it's changed on 16.04 (I can't be bothered to walk all the way across the room to fire up another computer) the kde-plasma.desktop should start with:
              Code:
              [Desktop Entry]
              Encoding=UTF-8
              Type=XSession
              Exec=/usr/bin/startkde
              TryExec=/usr/bin/startkde
              DesktopNames=KDE
              Name=KDE Plasma Workspace
              And continue with a host of translations. If it doesn't then back the one you currently have and make the appropriate changes. Log out and try logging in again.
              Still reads the same thing, although both plasma and plasma media center read the same thing.
              Code:
              con@s904:/usr/share/xsessions$ head plasma.desktop 
              [Desktop Entry]
              Encoding=UTF-8
              Type=XSession
              Exec=/usr/bin/startkde
              TryExec=/usr/bin/startkde
              DesktopNames=KDE
              Name=Plasma
              Name[ar]=بلازما
              Name[ast]=Plasma
              Name[bs]=Plazma
              con@s904:/usr/share/xsessions$ head plasma-mediacenter.desktop 
              [Desktop Entry]
              Encoding=UTF-8
              Type=XSession
              Exec=/usr/bin/startkde
              TryExec=/usr/bin/startkde
              DesktopNames=KDE
              Name=Plasma Media Center
              Name[ar]=مركز وسائط بلازما
              Name[bs]=Plasma Media Center
              Name[ca]=Centre multimèdia del Plasma

              Comment


                #8
                I'm going to crash in a minute or two but before I do, it occurs to me that you should check the entire content of those files as maybe an exec clause is in there twice.
                If you're sitting wondering,
                Which Batman is the best,
                There's only one true answer my friend,
                It's Adam Bloody West!

                Comment


                  #9
                  Originally posted by elijathegold View Post
                  I'm going to crash in a minute or two but before I do, it occurs to me that you should check the entire content of those files as maybe an exec clause is in there twice.
                  Thanks, I checked but there isn't. I appreciate your responses.

                  Comment


                    #10
                    No other takers? It's kind of a showstopper when the desktop environment you installed the operating system for doesn't work at all... I even tried startx /usr/bin/startkde from a console and that still takes me to the freaking media centre.
                    Last edited by conman; Jun 19, 2016, 12:46 AM.

                    Comment


                      #11
                      Try...
                      Code:
                      sudo apt purge kubuntu-desktop kubuntu-settings-desktop plasma-desktop plasma-workspace
                      then

                      Code:
                      sudo apt install kubuntu-desktop kubuntu-settings-desktop plasma-desktop plasma-workspace
                      That will pull back in anything essential that may be missing, where simply 'reinstalling' those packages via muon etc may not.

                      It that doesn't work, then it's something else interfering with plasma startup. Quick test would be to create a new test user and try logging into plasma with that.
                      On #kubuntu-devel & #kubuntu on libera.chat - IRC Nick: RikMills - Launchpad ID: click

                      Comment


                        #12
                        Originally posted by acheron View Post
                        Try...
                        Code:
                        sudo apt purge kubuntu-desktop kubuntu-settings-desktop plasma-desktop plasma-workspace
                        then

                        Code:
                        sudo apt install kubuntu-desktop kubuntu-settings-desktop plasma-desktop plasma-workspace
                        That will pull back in anything essential that may be missing, where simply 'reinstalling' those packages via muon etc may not.

                        It that doesn't work, then it's something else interfering with plasma startup. Quick test would be to create a new test user and try logging into plasma with that.
                        Thanks!!!

                        Code:
                        sudo apt-get install --reinstall kubuntu-desktop
                        was enough in case anyone encounters this problem again.
                        Last edited by conman; Jun 19, 2016, 01:22 AM.

                        Comment


                          #13
                          Great.

                          My reply above was absolute super belt and braces approach, but just the desktop meta is usually enough.
                          On #kubuntu-devel & #kubuntu on libera.chat - IRC Nick: RikMills - Launchpad ID: click

                          Comment


                            #14
                            Originally posted by conman View Post
                            Thanks!!!

                            Code:
                            sudo apt-get install --reinstall kubuntu-desktop
                            was enough in case anyone encounters this problem again.
                            Glad it's sorted. It's kind of unsatisfying not knowing what caused it though. Not that I'm hinting you should break it again, no sir, not me
                            If you're sitting wondering,
                            Which Batman is the best,
                            There's only one true answer my friend,
                            It's Adam Bloody West!

                            Comment


                              #15
                              I haven't heard of very many computers on which Kubuntu of any flavor cannot be installed, except the ancient legacy boxes.

                              Your first post was void of any hardware details, and the only info you supplied was that you upgraded to 16.04 from a previous version, but didn't say which one.
                              And, you want to tinker with a busted install because you are a mechanic. You want us to play but you are holding all the cards. As I suggested in my previous post, if you want a working Kubuntu installation ASAP then re-install, but you said you don't want to do that. And now you are complaining that your desktop environment doesn't work and wondering why no one wants to help.
                              "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

                              Working...
                              X