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

    Fedora with ScreenConnect

    IT Discussion
    fedora fedora 28 screenconnect
    8
    61
    4.9k
    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.
    • scottalanmillerS
      scottalanmiller @JaredBusch
      last edited by

      @jaredbusch said in Fedora with ScreenConnect:

      @scottalanmiller said in Fedora with ScreenConnect:

      @jaredbusch said in Fedora with ScreenConnect:

      @scottalanmiller said in Fedora with ScreenConnect:

      @jaredbusch said in Fedora with ScreenConnect:

      @scottalanmiller I told you to use rpm.

      rpm -U screenconnect.rpm

      Yeah... and that's what does this.

      Did you install java?
      dnf install java

      The system runs, so the RPM definitely worked, Java definitely worked, it makes the connection, it collects data, it just shows a blank screen no matter what.

      Ah, so you are farther than before. I misread that.

      When I connect to my desktop at home I see the blank screen.
      I blindly type my password and hit enter.
      Assuming I typed it right, it logs me in and I see my desktop.

      Interesting, okay. What happens if you don't know what user it is attempting to log in? Or, what happens if the remote user is already logged in?

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

        If someone is logged in and using the machine and you want to support them, how does this work?

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

          @wrx7m said in Fedora with ScreenConnect:

          @jaredbusch said in Fedora with ScreenConnect:

          @scottalanmiller said in Fedora with ScreenConnect:

          @jaredbusch said in Fedora with ScreenConnect:

          @scottalanmiller said in Fedora with ScreenConnect:

          @jaredbusch said in Fedora with ScreenConnect:

          @scottalanmiller I told you to use rpm.

          rpm -U screenconnect.rpm

          Yeah... and that's what does this.

          Did you install java?
          dnf install java

          The system runs, so the RPM definitely worked, Java definitely worked, it makes the connection, it collects data, it just shows a blank screen no matter what.

          Ah, so you are farther than before. I misread that.

          When I connect to my desktop at home I see the blank screen.
          I blindly type my password and hit enter.
          Assuming I typed it right, it logs me in and I see my desktop.

          When I connect to my bookstack server I see a blank screen. I hit enter and see this.
          0_1527201714571_b56a84ba-bc0e-4593-8bd9-84a8582fd289-image.png

          I will have to try that on my Thinkpad later on. I also have to fix that lid closing sleep issue. ๐Ÿ˜

          Tried the password thing, it didn't change anything.

          At some point, though, instead of a blank screen it started always showing this...

          0_1527202315212_Screenshot from 2018-05-24 17-51-50.png

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

            Here is an example of the console output while SC shows a blank screen..

            0_1527202382718_Screenshot from 2018-05-24 17-52-45.png

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

              @scottalanmiller said in Fedora with ScreenConnect:

              If someone is logged in and using the machine and you want to support them, how does this work?

              For a desktop machine with a GUI? Yeah that would suck.

              For a console machine I never have a problem.

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

                @jaredbusch said in Fedora with ScreenConnect:

                @scottalanmiller said in Fedora with ScreenConnect:

                If someone is logged in and using the machine and you want to support them, how does this work?

                For a desktop machine with a GUI? Yeah that would suck.

                For a console machine I never have a problem.

                We use Ubuntu machines like this for shared training and support stations. So having multiple people able to see the same screen is most of the point. And as they are multiple users, we'd never be sure who it was trying to log in.

                So we are okay, we just use Xubuntu for this today. But Fedora with XFCE runs performance circles around Xubuntu and looks nicer. I'd much rather be using that, especially as our desktops are Fedora. Having ubuntu machines for jump stations is unnecessarily awkward, but not a big deal.

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

                  But ScreenConnect has some glitches with Ubuntu that causes other issues. Like it can't display certain GUI elements. I'll make a different post about that later.

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

                    @wrx7m said in Fedora with ScreenConnect:

                    @jaredbusch said in Fedora with ScreenConnect:

                    @scottalanmiller said in Fedora with ScreenConnect:

                    @jaredbusch said in Fedora with ScreenConnect:

                    @scottalanmiller said in Fedora with ScreenConnect:

                    @jaredbusch said in Fedora with ScreenConnect:

                    @scottalanmiller I told you to use rpm.

                    rpm -U screenconnect.rpm

                    Yeah... and that's what does this.

                    Did you install java?
                    dnf install java

                    The system runs, so the RPM definitely worked, Java definitely worked, it makes the connection, it collects data, it just shows a blank screen no matter what.

                    Ah, so you are farther than before. I misread that.

                    When I connect to my desktop at home I see the blank screen.
                    I blindly type my password and hit enter.
                    Assuming I typed it right, it logs me in and I see my desktop.

                    When I connect to my bookstack server I see a blank screen. I hit enter and see this.
                    0_1527201714571_b56a84ba-bc0e-4593-8bd9-84a8582fd289-image.png

                    I will have to try that on my Thinkpad later on. I also have to fix that lid closing sleep issue. ๐Ÿ˜

                    On my Fedora Gnome computer, I make the following changes:

                    sudo vi /etc/systemd/logind.conf

                    And I either uncomment HandleLidSwitch=suspend and change suspend to ignore. Or add
                    HandleLidSwitch=ignore

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

                      @scottalanmiller said in Fedora with ScreenConnect:

                      @jaredbusch said in Fedora with ScreenConnect:

                      @scottalanmiller said in Fedora with ScreenConnect:

                      If someone is logged in and using the machine and you want to support them, how does this work?

                      For a desktop machine with a GUI? Yeah that would suck.

                      For a console machine I never have a problem.

                      We use Ubuntu machines like this for shared training and support stations. So having multiple people able to see the same screen is most of the point. And as they are multiple users, we'd never be sure who it was trying to log in.

                      So we are okay, we just use Xubuntu for this today. But Fedora with XFCE runs performance circles around Xubuntu and looks nicer. I'd much rather be using that, especially as our desktops are Fedora. Having ubuntu machines for jump stations is unnecessarily awkward, but not a big deal.

                      I totally get your use case need.

                      So random on these issues as it doesnโ€™t even perform the same for you as it does for me.

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

                        @jaredbusch said in Fedora with ScreenConnect:

                        @scottalanmiller said in Fedora with ScreenConnect:

                        @jaredbusch said in Fedora with ScreenConnect:

                        @scottalanmiller said in Fedora with ScreenConnect:

                        If someone is logged in and using the machine and you want to support them, how does this work?

                        For a desktop machine with a GUI? Yeah that would suck.

                        For a console machine I never have a problem.

                        We use Ubuntu machines like this for shared training and support stations. So having multiple people able to see the same screen is most of the point. And as they are multiple users, we'd never be sure who it was trying to log in.

                        So we are okay, we just use Xubuntu for this today. But Fedora with XFCE runs performance circles around Xubuntu and looks nicer. I'd much rather be using that, especially as our desktops are Fedora. Having ubuntu machines for jump stations is unnecessarily awkward, but not a big deal.

                        I totally get your use case need.

                        So random on these issues as it doesnโ€™t even perform the same for you as it does for me.

                        So I wonder, and I'll test when I have more time (about to drive to Houston for a meeting) if it is related to being on KVM. Would I see this on Hyper-V, for example.

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

                          @black3dynamite said in Fedora with ScreenConnect:

                          @wrx7m said in Fedora with ScreenConnect:

                          @jaredbusch said in Fedora with ScreenConnect:

                          @scottalanmiller said in Fedora with ScreenConnect:

                          @jaredbusch said in Fedora with ScreenConnect:

                          @scottalanmiller said in Fedora with ScreenConnect:

                          @jaredbusch said in Fedora with ScreenConnect:

                          @scottalanmiller I told you to use rpm.

                          rpm -U screenconnect.rpm

                          Yeah... and that's what does this.

                          Did you install java?
                          dnf install java

                          The system runs, so the RPM definitely worked, Java definitely worked, it makes the connection, it collects data, it just shows a blank screen no matter what.

                          Ah, so you are farther than before. I misread that.

                          When I connect to my desktop at home I see the blank screen.
                          I blindly type my password and hit enter.
                          Assuming I typed it right, it logs me in and I see my desktop.

                          When I connect to my bookstack server I see a blank screen. I hit enter and see this.
                          0_1527201714571_b56a84ba-bc0e-4593-8bd9-84a8582fd289-image.png

                          I will have to try that on my Thinkpad later on. I also have to fix that lid closing sleep issue. ๐Ÿ˜

                          On my Fedora Gnome computer, I make the following changes:

                          sudo vi /etc/systemd/logind.conf

                          And I either uncomment HandleLidSwitch=suspend and change suspend to ignore. Or add
                          HandleLidSwitch=ignore

                          I do that from the GUI, in theory it's never suspending. Logging into already live sessions fails the same.

                          1 Reply Last reply Reply Quote 0
                          • FATeknollogeeF
                            FATeknollogee
                            last edited by

                            What is the solution to this "black" screen problem?

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

                              @fateknollogee said in Fedora with ScreenConnect:

                              What is the solution to this "black" screen problem?

                              There is not one to my knowledge. But for a non-shared system like my desktop, I just enter my password and hit enter.

                              FATeknollogeeF 1 Reply Last reply Reply Quote 0
                              • FATeknollogeeF
                                FATeknollogee @JaredBusch
                                last edited by

                                @jaredbusch That wouldn't quite work on a shared system!!

                                Time to go find another tool!

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

                                  @fateknollogee said in Fedora with ScreenConnect:

                                  @jaredbusch That wouldn't quite work on a shared system!!

                                  Time to go find another tool!

                                  Correct. That is the issue. But it is a Fedora + Cinnamon issue.

                                  Other versions of things do not have that problem.

                                  For example my Fedora 28 Bookstack install (no GUI) works as expected.
                                  0_1535562064572_66d903a8-fbca-43d0-b31b-13d622b29f25-image.png

                                  1 Reply Last reply Reply Quote 0
                                  • FATeknollogeeF
                                    FATeknollogee
                                    last edited by

                                    It's also a problem on Fedora + Gnome.
                                    I have 2 machines both have the same black screen problem

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

                                      @fateknollogee said in Fedora with ScreenConnect:

                                      It's also a problem on Fedora + Gnome.
                                      I have 2 machines both have the same black screen problem

                                      Wayland and X11?

                                      FATeknollogeeF 1 Reply Last reply Reply Quote 0
                                      • FATeknollogeeF
                                        FATeknollogee
                                        last edited by

                                        Has anyone tried this:
                                        https://docs.connectwise.com/ConnectWise_Control_Documentation/Technical_support_bulletins/Blank_screen_when_connecting_to_Ubuntu_18.04_Login_screen

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

                                          @black3dynamite said in Fedora with ScreenConnect:

                                          @fateknollogee said in Fedora with ScreenConnect:

                                          It's also a problem on Fedora + Gnome.
                                          I have 2 machines both have the same black screen problem

                                          Wayland and X11?

                                          Wayland & Gnome

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

                                            @fateknollogee said in Fedora with ScreenConnect:

                                            Has anyone tried this:
                                            https://docs.connectwise.com/ConnectWise_Control_Documentation/Technical_support_bulletins/Blank_screen_when_connecting_to_Ubuntu_18.04_Login_screen

                                            Yes, it didn't do anything.

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