ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Fedora 24 - Replacing Gnome?

    IT Discussion
    5
    26
    2.2k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • stacksofplatesS
      stacksofplates @bbigford
      last edited by

      @BBigford said in Fedora 24 - Replacing Gnome?:

      @scottalanmiller said in Fedora 24 - Replacing Gnome?:

      @aaronstuder said in Fedora 24 - Replacing Gnome?:

      @BBigford Normally you pick the GUI at login. Do you see anything?

      Yup, just log out and back in. At log in, look for a drop down list of options.

      This is all I get after installing Cinnamon and logging out... Top right drop down doesn't show anything related to Cinnamon.

      0_1471461270928_gnome.png

      I had to reboot to get other DEs to show up.

      bbigfordB 1 Reply Last reply Reply Quote 1
      • stacksofplatesS
        stacksofplates @momurda
        last edited by

        @momurda said in Fedora 24 - Replacing Gnome?:

        Or you can get crazy and just install many different desktops to try them out.
        Enlightenment, KDE, Cinnamon, MATE, all available to choose at login.

        Or i3 🙂

        1 Reply Last reply Reply Quote 0
        • bbigfordB
          bbigford @stacksofplates
          last edited by

          @stacksofplates said in Fedora 24 - Replacing Gnome?:

          @BBigford said in Fedora 24 - Replacing Gnome?:

          @scottalanmiller said in Fedora 24 - Replacing Gnome?:

          @aaronstuder said in Fedora 24 - Replacing Gnome?:

          @BBigford Normally you pick the GUI at login. Do you see anything?

          Yup, just log out and back in. At log in, look for a drop down list of options.

          This is all I get after installing Cinnamon and logging out... Top right drop down doesn't show anything related to Cinnamon.

          0_1471461270928_gnome.png

          I had to reboot to get other DEs to show up.

          That ended up being the case.

          1 Reply Last reply Reply Quote 1
          • bbigfordB
            bbigford
            last edited by

            So I went to check out KDE and I couldn't find a match when trying sudo dnf install kde-desktop-environment... I had to do @kde-desktop-environment... Why the need for @ in regards to that package?

            stacksofplatesS 1 Reply Last reply Reply Quote 0
            • stacksofplatesS
              stacksofplates @bbigford
              last edited by stacksofplates

              @BBigford said in Fedora 24 - Replacing Gnome?:

              So I went to check out KDE and I couldn't find a match when trying sudo dnf install kde-desktop-environment... I had to do @kde-desktop-environment... Why the need for @ in regards to that package?

              It's a group of packages. Like yum group install

              bbigfordB 1 Reply Last reply Reply Quote 2
              • bbigfordB
                bbigford @stacksofplates
                last edited by

                @stacksofplates said in Fedora 24 - Replacing Gnome?:

                @BBigford said in Fedora 24 - Replacing Gnome?:

                So I went to check out KDE and I couldn't find a match when trying sudo dnf install kde-desktop-environment... I had to do @kde-desktop-environment... Why the need for @ in regards to that package?

                It's a group of packages. Like yum group install

                So like installing all of the dependencies? Where it's not just one package, it's a grouping of packages...

                stacksofplatesS 1 Reply Last reply Reply Quote 1
                • bbigfordB
                  bbigford
                  last edited by bbigford

                  Also checked out Korora as Scott suggested... Nice. Looking at Zorin right now... also nice. Solus is something that is very odd... still haven't figured out much online. Threads say eopkg is the package manager, but you have to use sudo pisi, not sudo eopkg... haven't spent much time on that one yet. Cause GitHub suggests that pisi is the discontinued package manager... but I have Solus updated to the latest version.

                  http://distrowatch.com/table.php?distribution=solus

                  " Solus is a Linux distribution built from scratch. It uses a forked version of the PiSi package manager, maintained as "eopkg" "

                  bbigfordB 1 Reply Last reply Reply Quote 0
                  • bbigfordB
                    bbigford @bbigford
                    last edited by

                    This post is deleted!
                    1 Reply Last reply Reply Quote 0
                    • stacksofplatesS
                      stacksofplates @bbigford
                      last edited by

                      @BBigford said in Fedora 24 - Replacing Gnome?:

                      @stacksofplates said in Fedora 24 - Replacing Gnome?:

                      @BBigford said in Fedora 24 - Replacing Gnome?:

                      So I went to check out KDE and I couldn't find a match when trying sudo dnf install kde-desktop-environment... I had to do @kde-desktop-environment... Why the need for @ in regards to that package?

                      It's a group of packages. Like yum group install

                      So like installing all of the dependencies? Where it's not just one package, it's a grouping of packages...

                      Ya. Kickstart config have the same syntax. If you ever look at the package list you'll see single packages and a group with @ in front.

                      bbigfordB 1 Reply Last reply Reply Quote 1
                      • bbigfordB
                        bbigford @stacksofplates
                        last edited by bbigford

                        @stacksofplates said in Fedora 24 - Replacing Gnome?:

                        @BBigford said in Fedora 24 - Replacing Gnome?:

                        @stacksofplates said in Fedora 24 - Replacing Gnome?:

                        @BBigford said in Fedora 24 - Replacing Gnome?:

                        So I went to check out KDE and I couldn't find a match when trying sudo dnf install kde-desktop-environment... I had to do @kde-desktop-environment... Why the need for @ in regards to that package?

                        It's a group of packages. Like yum group install

                        So like installing all of the dependencies? Where it's not just one package, it's a grouping of packages...

                        Ya. Kickstart config have the same syntax. If you ever look at the package list you'll see single packages and a group with @ in front.

                        Looking at the package list, do you mean it shows something like this (did a dnf list installed)?

                        0_1471550330754_1.png

                        If that's the case, how come around the Cinnamon section, there's no @cinnamon-desktop-environment ?

                        0_1471550361505_2.png

                        1 Reply Last reply Reply Quote 0
                        • stacksofplatesS
                          stacksofplates
                          last edited by

                          Well to see the groups you would run dnf group list. I'm not sure if that's exactly what that is showing you.

                          For example in a minimal kickstart all you will normally see is

                          %packages
                          @core 
                          %end
                          

                          I think it's just how they package everything, so you don't have single package dependencies. I could be wrong though, I never looked into it.

                          1 Reply Last reply Reply Quote 0
                          • 1
                          • 2
                          • 2 / 2
                          • First post
                            Last post