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

    switch DEs

    Scheduled Pinned Locked Moved IT Discussion
    22 Posts 7 Posters 1.4k Views
    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.
    • DashrenderD
      Dashrender
      last edited by

      What does "spin" mean?

      scottalanmillerS 1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller @Dashrender
        last edited by

        @dashrender said in switch DEs:

        What does "spin" mean?

        Each alternative desktop installer is called a "spin". These are the full official ISOs for the different desktop environments. So if you get a "spin", everything is set up for you. If you install the desktop components yourself, you are left to do it all on your own.

        It's the same thing, but with a name, that Ubuntu does with having Kubuntu, Xubuntu, and so forth for their "spins".

        https://spins.fedoraproject.org/

        1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller
          last edited by

          Here is the spin that you want...

          https://spins.fedoraproject.org/en/lxqt/

          1 Reply Last reply Reply Quote 0
          • DashrenderD
            Dashrender
            last edited by

            Thanks I was just going to post that.. found the info and already downloading.

            1 Reply Last reply Reply Quote 0
            • JaredBuschJ
              JaredBusch
              last edited by

              Do you hate Cinnamon or something?

              scottalanmillerS 1 Reply Last reply Reply Quote 0
              • scottalanmillerS
                scottalanmiller @JaredBusch
                last edited by

                @jaredbusch said in switch DEs:

                Do you hate Cinnamon or something?

                Cinnamon doesn't work with things like ScreenConnect due to using GTK3 under the hood.

                JaredBuschJ 1 Reply Last reply Reply Quote 0
                • JaredBuschJ
                  JaredBusch @scottalanmiller
                  last edited by JaredBusch

                  @scottalanmiller said in switch DEs:

                  @jaredbusch said in switch DEs:

                  Do you hate Cinnamon or something?

                  Cinnamon doesn't work with things like ScreenConnect due to using GTK3 under the hood.

                  This is flat not true. I use Fedora with Cinnamon and use ScreenConnect all the time.

                  scottalanmillerS 1 Reply Last reply Reply Quote 1
                  • JaredBuschJ
                    JaredBusch
                    last edited by

                    Here is me using ScreenConnect on my Fedora 27 Cinnamon Desktop to connect to my Fedora 27 Cinnamon Laptop.
                    0_1517091026801_355374ef-c5cb-469d-8b85-2fc896e0064b-image.png

                    1 Reply Last reply Reply Quote 2
                    • scottalanmillerS
                      scottalanmiller @JaredBusch
                      last edited by

                      @jaredbusch said in switch DEs:

                      @scottalanmiller said in switch DEs:

                      @jaredbusch said in switch DEs:

                      Do you hate Cinnamon or something?

                      Cinnamon doesn't work with things like ScreenConnect due to using GTK3 under the hood.

                      This is flat not true. I use Fedora with Cinnamon and use ScreenConnect all the time.

                      Cinnamon works now? Does Gnome 3 work now then, too?

                      black3dynamiteB JaredBuschJ stacksofplatesS 3 Replies Last reply Reply Quote 0
                      • black3dynamiteB
                        black3dynamite @scottalanmiller
                        last edited by

                        @scottalanmiller said in switch DEs:

                        @jaredbusch said in switch DEs:

                        @scottalanmiller said in switch DEs:

                        @jaredbusch said in switch DEs:

                        Do you hate Cinnamon or something?

                        Cinnamon doesn't work with things like ScreenConnect due to using GTK3 under the hood.

                        This is flat not true. I use Fedora with Cinnamon and use ScreenConnect all the time.

                        Cinnamon works now? Does Gnome 3 work now then, too?

                        Gnome 3 using Wayland is probably the issue. Anyone tried Gnome 3 using Xorg with ScreenConnect?

                        scottalanmillerS 1 Reply Last reply Reply Quote 0
                        • ObsolesceO
                          Obsolesce
                          last edited by

                          So what exactly is so hard about installing a DE?

                          At one time i had Gnome, KDE, xfce, and Mate installed and working at the same time. You just choose the one you want at login and it remembers.

                          You would do something similar to this:

                          dnf group install "MATE Desktop"

                          dnf group install "Fedora Workstation"

                          dnf group install "mate-desktop"

                          I don't remember exactly what they are anymore because I've settled on Gnome a while ago.

                          But it worked for me just fine.

                          stacksofplatesS 1 Reply Last reply Reply Quote 0
                          • black3dynamiteB
                            black3dynamite
                            last edited by

                            You can also install Deepin Desktop Environment on Fedora
                            https://bbs.deepin.org/forum.php?mod=viewthread&tid=134393

                            sudo dnf install http://download1.rpmfusion.org/free/fedora/releases/$(rpm -E %fedora)/Everything/$(uname -i)/os/Packages/r/rpmfusion-free-release-$(rpm -E %fedora)-1.noarch.rpm
                            sudo dnf copr enable mosquito/deepin
                            sudo dnf update
                            sudo dnf install deepin-desktop deepin-session-ui deepin-launcher deepin-screenshot deepin-terminal
                            sudo systemctl disable gdm.service && sudo systemctl enable lightdm.service
                            sudo sed -i "/SELINUX=/s|enforcing|disabled|" /etc/selinux/config
                            

                            Sucks that that you would disable SELINUX to use it.

                            scottalanmillerS 1 Reply Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller @black3dynamite
                              last edited by

                              @black3dynamite said in switch DEs:

                              You can also install Deepin Desktop Environment on Fedora
                              https://bbs.deepin.org/forum.php?mod=viewthread&tid=134393

                              sudo dnf install http://download1.rpmfusion.org/free/fedora/releases/$(rpm -E %fedora)/Everything/$(uname -i)/os/Packages/r/rpmfusion-free-release-$(rpm -E %fedora)-1.noarch.rpm
                              sudo dnf copr enable mosquito/deepin
                              sudo dnf update
                              sudo dnf install deepin-desktop deepin-session-ui deepin-launcher deepin-screenshot deepin-terminal
                              sudo systemctl disable gdm.service && sudo systemctl enable lightdm.service
                              sudo sed -i "/SELINUX=/s|enforcing|disabled|" /etc/selinux/config
                              

                              Sucks that that you would disable SELINUX to use it.

                              It's not made for SELinux based systems.

                              1 Reply Last reply Reply Quote 0
                              • scottalanmillerS
                                scottalanmiller @black3dynamite
                                last edited by

                                @black3dynamite said in switch DEs:

                                @scottalanmiller said in switch DEs:

                                @jaredbusch said in switch DEs:

                                @scottalanmiller said in switch DEs:

                                @jaredbusch said in switch DEs:

                                Do you hate Cinnamon or something?

                                Cinnamon doesn't work with things like ScreenConnect due to using GTK3 under the hood.

                                This is flat not true. I use Fedora with Cinnamon and use ScreenConnect all the time.

                                Cinnamon works now? Does Gnome 3 work now then, too?

                                Gnome 3 using Wayland is probably the issue. Anyone tried Gnome 3 using Xorg with ScreenConnect?

                                No, but in theory that'll be the default on Ubuntu 18.04.

                                1 Reply Last reply Reply Quote 0
                                • JaredBuschJ
                                  JaredBusch @scottalanmiller
                                  last edited by

                                  @scottalanmiller said in switch DEs:

                                  @jaredbusch said in switch DEs:

                                  @scottalanmiller said in switch DEs:

                                  @jaredbusch said in switch DEs:

                                  Do you hate Cinnamon or something?

                                  Cinnamon doesn't work with things like ScreenConnect due to using GTK3 under the hood.

                                  This is flat not true. I use Fedora with Cinnamon and use ScreenConnect all the time.

                                  Cinnamon works now? Does Gnome 3 work now then, too?

                                  It has work ever since day 1 of me switching to Linux back in April. Korora 25 Cinnamon then.

                                  1 Reply Last reply Reply Quote 2
                                  • stacksofplatesS
                                    stacksofplates @scottalanmiller
                                    last edited by

                                    @scottalanmiller said in switch DEs:

                                    @jaredbusch said in switch DEs:

                                    @scottalanmiller said in switch DEs:

                                    @jaredbusch said in switch DEs:

                                    Do you hate Cinnamon or something?

                                    Cinnamon doesn't work with things like ScreenConnect due to using GTK3 under the hood.

                                    This is flat not true. I use Fedora with Cinnamon and use ScreenConnect all the time.

                                    Cinnamon works now? Does Gnome 3 work now then, too?

                                    Are you thinking of X2Go? GNOME 3 and Cinnamon don’t work because they require hardware acceleration and NX3 can’t do that. Only NX4 which is proprietary and owned my NoMachine can leverage it.

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

                                      @tim_g said in switch DEs:

                                      So what exactly is so hard about installing a DE?

                                      At one time i had Gnome, KDE, xfce, and Mate installed and working at the same time. You just choose the one you want at login and it remembers.

                                      You would do something similar to this:

                                      dnf group install "MATE Desktop"

                                      dnf group install "Fedora Workstation"

                                      dnf group install "mate-desktop"

                                      I don't remember exactly what they are anymore because I've settled on Gnome a while ago.

                                      But it worked for me just fine.

                                      Nothing is hard but it’s never the same as if a team specifically built everything to work from the get go. I have i3 set up on my laptops along with GNOME. But there are always little quirks if you add them on later.

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