Is it possible to use a GUI (gnome) that is installed on another machine to display the contents of a server, kind of like a remote connection but the server itself does not have a desktop manager installed?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want to run a gnome-based app, the machine that executes the code must have the dependency libs (libgnome, libgtk, etc). If you are using yum, apt or similar, install the application and pray for a minimal dependency hell.
If you want to use a Gnome on a client to show server’s contents, you are out of luck. The best effort you can do is use a remote file sharing (sftp, nfs, etc).
What I recommend from my own experience is install the software on server and use a remote connection, like remote X11, VLC or NoMachine.