Ubuntu 18.10 (Wayland) screen sharing for Windows OS
I'm looking for way of sharing my Ubuntu 18.10 desktop experience via network to Windows computer.
I need to share my real desktop, and it was possible on older Ubuntu via built in service called "Screen sharing" and VNC client on Windows OS.
It was working perfect until Ubuntu 18.10 had switched to Wayland not x.org.
Now when i try to use same built in "screen sharing service" when i try gain access i see black screen but i can move my mouse over VNC Windows client.
That's exactly what i need when need to continue my work remotely.
// I need it exactly that way, because i have open applications on my desktop and i need access to them, i know i could try installing just VNC server, but that create separate session and require running another instance of software... here i was able just left my programming software open and get back from VNC...
Could anyone shine any light on that topic?
What's wrong that build in option does not work.
I can't see on "login screen" option to choose x.org instead of wayland...
Any thoughts?
Regards
remote-desktop vnc
|
show 2 more comments
I'm looking for way of sharing my Ubuntu 18.10 desktop experience via network to Windows computer.
I need to share my real desktop, and it was possible on older Ubuntu via built in service called "Screen sharing" and VNC client on Windows OS.
It was working perfect until Ubuntu 18.10 had switched to Wayland not x.org.
Now when i try to use same built in "screen sharing service" when i try gain access i see black screen but i can move my mouse over VNC Windows client.
That's exactly what i need when need to continue my work remotely.
// I need it exactly that way, because i have open applications on my desktop and i need access to them, i know i could try installing just VNC server, but that create separate session and require running another instance of software... here i was able just left my programming software open and get back from VNC...
Could anyone shine any light on that topic?
What's wrong that build in option does not work.
I can't see on "login screen" option to choose x.org instead of wayland...
Any thoughts?
Regards
remote-desktop vnc
2
Wayland doesn't let any application to "see" the desktop screen. That's why you can't even record the screen. Ubuntu on Xorg is genrally listed simply as "Ubuntu" on login screen. For example here
– Kulfy
Jan 29 at 20:19
I understand that, could You kindly take look how it looks on my machine -> i.imgur.com/TA8fsDe.jpg
– electronicnoobblog
Jan 29 at 20:30
... and Wayland is not the default in 18.10 (clean install), x.org is.
– GabrielaGarcia
Jan 29 at 20:33
It looks you installed XFCE and somehow messed Xorg that came with 18.10 out-of-the-box. Try installing it again. Usesudo apt install xorg
.
– Kulfy
Jan 29 at 20:33
1
Thank You, i was sure it's problem with Wayland. Solution to my problem was deleting file in my home dir called .xsession and inside i had lines for starting up xfce with was removed. That file try run non existing xfce and crash with empty screen. Now i can confirm it's working out of box. Thank You again for help and showing me right direction.
– electronicnoobblog
Jan 29 at 20:42
|
show 2 more comments
I'm looking for way of sharing my Ubuntu 18.10 desktop experience via network to Windows computer.
I need to share my real desktop, and it was possible on older Ubuntu via built in service called "Screen sharing" and VNC client on Windows OS.
It was working perfect until Ubuntu 18.10 had switched to Wayland not x.org.
Now when i try to use same built in "screen sharing service" when i try gain access i see black screen but i can move my mouse over VNC Windows client.
That's exactly what i need when need to continue my work remotely.
// I need it exactly that way, because i have open applications on my desktop and i need access to them, i know i could try installing just VNC server, but that create separate session and require running another instance of software... here i was able just left my programming software open and get back from VNC...
Could anyone shine any light on that topic?
What's wrong that build in option does not work.
I can't see on "login screen" option to choose x.org instead of wayland...
Any thoughts?
Regards
remote-desktop vnc
I'm looking for way of sharing my Ubuntu 18.10 desktop experience via network to Windows computer.
I need to share my real desktop, and it was possible on older Ubuntu via built in service called "Screen sharing" and VNC client on Windows OS.
It was working perfect until Ubuntu 18.10 had switched to Wayland not x.org.
Now when i try to use same built in "screen sharing service" when i try gain access i see black screen but i can move my mouse over VNC Windows client.
That's exactly what i need when need to continue my work remotely.
// I need it exactly that way, because i have open applications on my desktop and i need access to them, i know i could try installing just VNC server, but that create separate session and require running another instance of software... here i was able just left my programming software open and get back from VNC...
Could anyone shine any light on that topic?
What's wrong that build in option does not work.
I can't see on "login screen" option to choose x.org instead of wayland...
Any thoughts?
Regards
remote-desktop vnc
remote-desktop vnc
asked Jan 29 at 20:16
electronicnoobblogelectronicnoobblog
1
1
2
Wayland doesn't let any application to "see" the desktop screen. That's why you can't even record the screen. Ubuntu on Xorg is genrally listed simply as "Ubuntu" on login screen. For example here
– Kulfy
Jan 29 at 20:19
I understand that, could You kindly take look how it looks on my machine -> i.imgur.com/TA8fsDe.jpg
– electronicnoobblog
Jan 29 at 20:30
... and Wayland is not the default in 18.10 (clean install), x.org is.
– GabrielaGarcia
Jan 29 at 20:33
It looks you installed XFCE and somehow messed Xorg that came with 18.10 out-of-the-box. Try installing it again. Usesudo apt install xorg
.
– Kulfy
Jan 29 at 20:33
1
Thank You, i was sure it's problem with Wayland. Solution to my problem was deleting file in my home dir called .xsession and inside i had lines for starting up xfce with was removed. That file try run non existing xfce and crash with empty screen. Now i can confirm it's working out of box. Thank You again for help and showing me right direction.
– electronicnoobblog
Jan 29 at 20:42
|
show 2 more comments
2
Wayland doesn't let any application to "see" the desktop screen. That's why you can't even record the screen. Ubuntu on Xorg is genrally listed simply as "Ubuntu" on login screen. For example here
– Kulfy
Jan 29 at 20:19
I understand that, could You kindly take look how it looks on my machine -> i.imgur.com/TA8fsDe.jpg
– electronicnoobblog
Jan 29 at 20:30
... and Wayland is not the default in 18.10 (clean install), x.org is.
– GabrielaGarcia
Jan 29 at 20:33
It looks you installed XFCE and somehow messed Xorg that came with 18.10 out-of-the-box. Try installing it again. Usesudo apt install xorg
.
– Kulfy
Jan 29 at 20:33
1
Thank You, i was sure it's problem with Wayland. Solution to my problem was deleting file in my home dir called .xsession and inside i had lines for starting up xfce with was removed. That file try run non existing xfce and crash with empty screen. Now i can confirm it's working out of box. Thank You again for help and showing me right direction.
– electronicnoobblog
Jan 29 at 20:42
2
2
Wayland doesn't let any application to "see" the desktop screen. That's why you can't even record the screen. Ubuntu on Xorg is genrally listed simply as "Ubuntu" on login screen. For example here
– Kulfy
Jan 29 at 20:19
Wayland doesn't let any application to "see" the desktop screen. That's why you can't even record the screen. Ubuntu on Xorg is genrally listed simply as "Ubuntu" on login screen. For example here
– Kulfy
Jan 29 at 20:19
I understand that, could You kindly take look how it looks on my machine -> i.imgur.com/TA8fsDe.jpg
– electronicnoobblog
Jan 29 at 20:30
I understand that, could You kindly take look how it looks on my machine -> i.imgur.com/TA8fsDe.jpg
– electronicnoobblog
Jan 29 at 20:30
... and Wayland is not the default in 18.10 (clean install), x.org is.
– GabrielaGarcia
Jan 29 at 20:33
... and Wayland is not the default in 18.10 (clean install), x.org is.
– GabrielaGarcia
Jan 29 at 20:33
It looks you installed XFCE and somehow messed Xorg that came with 18.10 out-of-the-box. Try installing it again. Use
sudo apt install xorg
.– Kulfy
Jan 29 at 20:33
It looks you installed XFCE and somehow messed Xorg that came with 18.10 out-of-the-box. Try installing it again. Use
sudo apt install xorg
.– Kulfy
Jan 29 at 20:33
1
1
Thank You, i was sure it's problem with Wayland. Solution to my problem was deleting file in my home dir called .xsession and inside i had lines for starting up xfce with was removed. That file try run non existing xfce and crash with empty screen. Now i can confirm it's working out of box. Thank You again for help and showing me right direction.
– electronicnoobblog
Jan 29 at 20:42
Thank You, i was sure it's problem with Wayland. Solution to my problem was deleting file in my home dir called .xsession and inside i had lines for starting up xfce with was removed. That file try run non existing xfce and crash with empty screen. Now i can confirm it's working out of box. Thank You again for help and showing me right direction.
– electronicnoobblog
Jan 29 at 20:42
|
show 2 more comments
1 Answer
1
active
oldest
votes
Solution to my problem was deleting file in my home directory called .xsession and inside was lines used for starting up xfce over standard VNC with was later removed. That file upon connecting try run non existing xfce and end with empty screen while VNC client try connect to shared screen. Now after removal I can confirm it's working out of box allowing me to remotely control my real desktop.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1113926%2fubuntu-18-10-wayland-screen-sharing-for-windows-os%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Solution to my problem was deleting file in my home directory called .xsession and inside was lines used for starting up xfce over standard VNC with was later removed. That file upon connecting try run non existing xfce and end with empty screen while VNC client try connect to shared screen. Now after removal I can confirm it's working out of box allowing me to remotely control my real desktop.
add a comment |
Solution to my problem was deleting file in my home directory called .xsession and inside was lines used for starting up xfce over standard VNC with was later removed. That file upon connecting try run non existing xfce and end with empty screen while VNC client try connect to shared screen. Now after removal I can confirm it's working out of box allowing me to remotely control my real desktop.
add a comment |
Solution to my problem was deleting file in my home directory called .xsession and inside was lines used for starting up xfce over standard VNC with was later removed. That file upon connecting try run non existing xfce and end with empty screen while VNC client try connect to shared screen. Now after removal I can confirm it's working out of box allowing me to remotely control my real desktop.
Solution to my problem was deleting file in my home directory called .xsession and inside was lines used for starting up xfce over standard VNC with was later removed. That file upon connecting try run non existing xfce and end with empty screen while VNC client try connect to shared screen. Now after removal I can confirm it's working out of box allowing me to remotely control my real desktop.
answered Jan 30 at 21:15
electronicnoobblogelectronicnoobblog
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1113926%2fubuntu-18-10-wayland-screen-sharing-for-windows-os%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
Wayland doesn't let any application to "see" the desktop screen. That's why you can't even record the screen. Ubuntu on Xorg is genrally listed simply as "Ubuntu" on login screen. For example here
– Kulfy
Jan 29 at 20:19
I understand that, could You kindly take look how it looks on my machine -> i.imgur.com/TA8fsDe.jpg
– electronicnoobblog
Jan 29 at 20:30
... and Wayland is not the default in 18.10 (clean install), x.org is.
– GabrielaGarcia
Jan 29 at 20:33
It looks you installed XFCE and somehow messed Xorg that came with 18.10 out-of-the-box. Try installing it again. Use
sudo apt install xorg
.– Kulfy
Jan 29 at 20:33
1
Thank You, i was sure it's problem with Wayland. Solution to my problem was deleting file in my home dir called .xsession and inside i had lines for starting up xfce with was removed. That file try run non existing xfce and crash with empty screen. Now i can confirm it's working out of box. Thank You again for help and showing me right direction.
– electronicnoobblog
Jan 29 at 20:42