Hi everyone!

Today I tried to install KDE alongside Gnome to give it a try on Fedora on something else than a virtual machine.

For a reason I can’t understand, the terminal couldn’t finish the installation of KDE as something failed. Despite all of this, all the KDE apps were installed and Plasma is appearing as an option on the login screen under Gnome and Gnome Classic. Still I couldn’t launch KDE plasma and nothing was happening after typing my login.

I took it as a sign that KDE isn’t for me, especially because I’m 99% happy with Gnome.

So I removed KDE via the terminal and the remaining apps via the software center. Sadly, there is one app called “Centre de bienvenue” or “Welcome center” from KDE that I can’t remove. Nothing is happening when I try removing it.

I tried removing it via the terminal, but when I type “dnf list installed” I can’t find it as there are too many packages. Could anyone help me?

I also tried « dnf list installed » with the words « welcome », « bienvenue », « kde » and « plasma ».

  • Kiuyn@lemmy.ml
    link
    fedilink
    English
    arrow-up
    12
    ·
    edit-2
    1 month ago

    The name of the pkg is plasma-welcome now you can use dnf to delete it

    • setVeryLoud(true);@lemmy.ca
      link
      fedilink
      arrow-up
      12
      ·
      1 month ago

      This does indeed directly solve OP’s original problem, but it does not answer the question of why GNOME Software isn’t working as it should.

        • boredsquirrel@slrpnk.net
          link
          fedilink
          arrow-up
          9
          arrow-down
          1
          ·
          1 month ago

          Ah yes, hard dependencies that are not actually hard dependencies.

          That package may just be protected.

          @OP to actually help you it would be really smart to record the issue you had when installing. Maybe SDDM setting up alongside GNOME or something?

          KDE on Fedora works really well, but mixing the apps was a pain in the past, may not be anymore as the KDE Devs deal with GNOME being GNOME by just packing the needed icons into every app.

            • boredsquirrel@slrpnk.net
              link
              fedilink
              arrow-up
              1
              ·
              30 days ago

              You might try to just swap the groups

              sudo dnf group remove "WorkstationSomething"
              sudo dnf group install "Plasma Desktop"
              

              Or something, I dont use traditional Fedora anymore and only used it for a a few weeks.

            • yala@discuss.online
              link
              fedilink
              arrow-up
              1
              ·
              edit-2
              29 days ago

              Technically, if you would have been on Fedora Atomic, you could have just rebased to the Kinoite branch. Perhaps even created a new user so your home folder doesn’t get populated by unwanted stuff. And, afterwards, you could rebase back to whatever your original branch was.

              Furthermore, downloading any distro that defaults to KDE and offers a live environment should be able to offer you a KDE experience within the live environment as well.

    • Dariusmiles2123@sh.itjust.worksOP
      link
      fedilink
      English
      arrow-up
      10
      ·
      edit-2
      30 days ago

      Sudo dnf remove plasma-welcome removed the package but it’s still appearing as intalled in the package center. I’m gonna try rebooting and see if it solves the issue…

      Edit: rebooting solved the issue so thanks a lot!

    • Dariusmiles2123@sh.itjust.worksOP
      link
      fedilink
      arrow-up
      5
      ·
      1 month ago

      Okay thanks I’m gonna try that package name as soon as I can get in front on of this computer. Let’s hope it works.

      I’ll keep you posted.