How to get vino VNC server to start on startup in Ubuntu 18.04.1?How to use Ubuntu 18.04 on VNC without display attached?Remote Desktop (Vino-Server) connects but display doesn't work?Log into Ubuntu from my Mac over VNCHow to start Unity desktop on a headless machine?VNC server doesn't start until loginDesktop Sharing enabled, vino-server not listeningHow to restart Vino (or my Desktop Environment)?How to get vino to run after autologin on a headless server - Ubuntu Server 18.04.2 LTS
Is it safe to plug one travel adapter into another?
How to answer to the "We do not want to create any precedent" argument in salary negotiation?
Why do some web servers still provide information on vendor and version in the HTTP response headers
As tourist in China do I have to fear consequences for having publicly liked South Park?
How can a signal be both periodic and random?
Why are one-word titles so dominant in books, film, and games?
How do I get softer pictures in sunlight, like in this commercial?
My professor has no direction
How do the other crew members know the xenomorph is "big", if they haven't seen it?
At what point can you walk out of a restaurant if they make you wait to pay the bill?
Why are .las file sizes inflated when read using package 'lidR' via Rstudio?
Does recycling lead to less jobs?
How to delete music as it's being played
What can players do while waiting for a troll to regenerate?
How can I more clearly ask people to accomodate for my autism?
How to play a devious character when you are not personally devious?
How does this template code to get the size of an array work?
Is Bcrypt a hashing algorithm or is my study material wrong?
LeetCode 65: Valid Number (Python)
Are these 2 resistors in parallel?
How are astronauts in the ISS protected from electric shock?
Why does hairspray work as an adhesive for ABS?
Can you put L trominos to fill the figure?
Employer says they want Quality & Quantity, but only pays bonuses based on the latter
How to get vino VNC server to start on startup in Ubuntu 18.04.1?
How to use Ubuntu 18.04 on VNC without display attached?Remote Desktop (Vino-Server) connects but display doesn't work?Log into Ubuntu from my Mac over VNCHow to start Unity desktop on a headless machine?VNC server doesn't start until loginDesktop Sharing enabled, vino-server not listeningHow to restart Vino (or my Desktop Environment)?How to get vino to run after autologin on a headless server - Ubuntu Server 18.04.2 LTS
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I have a headless Ubuntu PC running 18.04.1 Desktop. If I plug a monitor into it, Vino starts automatically and I can VNC into the box. I did set the "Sharing" item in the control panel to share the screen.
I followed the instructions here to install the dummy monitor.
If I ssh into the box and manually start Vino with
/usr/lib/vino/vino-server --display=:0
then it works fine and I can VNC. How can I make it work without needing to do this?
Thanks.
18.04 vnc vino
add a comment
|
I have a headless Ubuntu PC running 18.04.1 Desktop. If I plug a monitor into it, Vino starts automatically and I can VNC into the box. I did set the "Sharing" item in the control panel to share the screen.
I followed the instructions here to install the dummy monitor.
If I ssh into the box and manually start Vino with
/usr/lib/vino/vino-server --display=:0
then it works fine and I can VNC. How can I make it work without needing to do this?
Thanks.
18.04 vnc vino
add a comment
|
I have a headless Ubuntu PC running 18.04.1 Desktop. If I plug a monitor into it, Vino starts automatically and I can VNC into the box. I did set the "Sharing" item in the control panel to share the screen.
I followed the instructions here to install the dummy monitor.
If I ssh into the box and manually start Vino with
/usr/lib/vino/vino-server --display=:0
then it works fine and I can VNC. How can I make it work without needing to do this?
Thanks.
18.04 vnc vino
I have a headless Ubuntu PC running 18.04.1 Desktop. If I plug a monitor into it, Vino starts automatically and I can VNC into the box. I did set the "Sharing" item in the control panel to share the screen.
I followed the instructions here to install the dummy monitor.
If I ssh into the box and manually start Vino with
/usr/lib/vino/vino-server --display=:0
then it works fine and I can VNC. How can I make it work without needing to do this?
Thanks.
18.04 vnc vino
18.04 vnc vino
asked Aug 6 '18 at 1:43
gfunkdavegfunkdave
81 silver badge3 bronze badges
81 silver badge3 bronze badges
add a comment
|
add a comment
|
2 Answers
2
active
oldest
votes
After startup, click the square array of dots in the lower left of the screen.
Type 'startup applications' (no quotes) into the search box that appears at the top of the screen. Clock on the resulting icon.
Click Add
at the right of the box, Type 'start vino' in the Name box, and paste /usr/lib/vino/vino-server
into the command box.
Click Add
at the bottom of the box.
Close the app.
You're done.
Ugh, of course. Now I feel silly.
– gfunkdave
Aug 6 '18 at 8:02
added this but I'm still stuck needing to log in locally to the machine before I can VNC in; any ideas?
– cvocvo
Sep 18 at 17:23
1
@cvocvo AFAIK you have to log in somehow to get a desktop, and vnc is a desktop sharing thing. But I am not very knowledgable, maybe ask a new question on the site.
– Organic Marble
Sep 18 at 17:50
add a comment
|
The following also works, and makes use of the systemd unit file that is installed by the Vino package, so I assume this is "the right way":
sudo ln -s ../vino-server.service
/usr/lib/systemd/user/graphical-session.target.wants
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/4.0/"u003ecc by-sa 4.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%2f1062727%2fhow-to-get-vino-vnc-server-to-start-on-startup-in-ubuntu-18-04-1%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
After startup, click the square array of dots in the lower left of the screen.
Type 'startup applications' (no quotes) into the search box that appears at the top of the screen. Clock on the resulting icon.
Click Add
at the right of the box, Type 'start vino' in the Name box, and paste /usr/lib/vino/vino-server
into the command box.
Click Add
at the bottom of the box.
Close the app.
You're done.
Ugh, of course. Now I feel silly.
– gfunkdave
Aug 6 '18 at 8:02
added this but I'm still stuck needing to log in locally to the machine before I can VNC in; any ideas?
– cvocvo
Sep 18 at 17:23
1
@cvocvo AFAIK you have to log in somehow to get a desktop, and vnc is a desktop sharing thing. But I am not very knowledgable, maybe ask a new question on the site.
– Organic Marble
Sep 18 at 17:50
add a comment
|
After startup, click the square array of dots in the lower left of the screen.
Type 'startup applications' (no quotes) into the search box that appears at the top of the screen. Clock on the resulting icon.
Click Add
at the right of the box, Type 'start vino' in the Name box, and paste /usr/lib/vino/vino-server
into the command box.
Click Add
at the bottom of the box.
Close the app.
You're done.
Ugh, of course. Now I feel silly.
– gfunkdave
Aug 6 '18 at 8:02
added this but I'm still stuck needing to log in locally to the machine before I can VNC in; any ideas?
– cvocvo
Sep 18 at 17:23
1
@cvocvo AFAIK you have to log in somehow to get a desktop, and vnc is a desktop sharing thing. But I am not very knowledgable, maybe ask a new question on the site.
– Organic Marble
Sep 18 at 17:50
add a comment
|
After startup, click the square array of dots in the lower left of the screen.
Type 'startup applications' (no quotes) into the search box that appears at the top of the screen. Clock on the resulting icon.
Click Add
at the right of the box, Type 'start vino' in the Name box, and paste /usr/lib/vino/vino-server
into the command box.
Click Add
at the bottom of the box.
Close the app.
You're done.
After startup, click the square array of dots in the lower left of the screen.
Type 'startup applications' (no quotes) into the search box that appears at the top of the screen. Clock on the resulting icon.
Click Add
at the right of the box, Type 'start vino' in the Name box, and paste /usr/lib/vino/vino-server
into the command box.
Click Add
at the bottom of the box.
Close the app.
You're done.
edited Aug 6 '18 at 1:59
answered Aug 6 '18 at 1:54
Organic MarbleOrganic Marble
12.5k8 gold badges40 silver badges67 bronze badges
12.5k8 gold badges40 silver badges67 bronze badges
Ugh, of course. Now I feel silly.
– gfunkdave
Aug 6 '18 at 8:02
added this but I'm still stuck needing to log in locally to the machine before I can VNC in; any ideas?
– cvocvo
Sep 18 at 17:23
1
@cvocvo AFAIK you have to log in somehow to get a desktop, and vnc is a desktop sharing thing. But I am not very knowledgable, maybe ask a new question on the site.
– Organic Marble
Sep 18 at 17:50
add a comment
|
Ugh, of course. Now I feel silly.
– gfunkdave
Aug 6 '18 at 8:02
added this but I'm still stuck needing to log in locally to the machine before I can VNC in; any ideas?
– cvocvo
Sep 18 at 17:23
1
@cvocvo AFAIK you have to log in somehow to get a desktop, and vnc is a desktop sharing thing. But I am not very knowledgable, maybe ask a new question on the site.
– Organic Marble
Sep 18 at 17:50
Ugh, of course. Now I feel silly.
– gfunkdave
Aug 6 '18 at 8:02
Ugh, of course. Now I feel silly.
– gfunkdave
Aug 6 '18 at 8:02
added this but I'm still stuck needing to log in locally to the machine before I can VNC in; any ideas?
– cvocvo
Sep 18 at 17:23
added this but I'm still stuck needing to log in locally to the machine before I can VNC in; any ideas?
– cvocvo
Sep 18 at 17:23
1
1
@cvocvo AFAIK you have to log in somehow to get a desktop, and vnc is a desktop sharing thing. But I am not very knowledgable, maybe ask a new question on the site.
– Organic Marble
Sep 18 at 17:50
@cvocvo AFAIK you have to log in somehow to get a desktop, and vnc is a desktop sharing thing. But I am not very knowledgable, maybe ask a new question on the site.
– Organic Marble
Sep 18 at 17:50
add a comment
|
The following also works, and makes use of the systemd unit file that is installed by the Vino package, so I assume this is "the right way":
sudo ln -s ../vino-server.service
/usr/lib/systemd/user/graphical-session.target.wants
add a comment
|
The following also works, and makes use of the systemd unit file that is installed by the Vino package, so I assume this is "the right way":
sudo ln -s ../vino-server.service
/usr/lib/systemd/user/graphical-session.target.wants
add a comment
|
The following also works, and makes use of the systemd unit file that is installed by the Vino package, so I assume this is "the right way":
sudo ln -s ../vino-server.service
/usr/lib/systemd/user/graphical-session.target.wants
The following also works, and makes use of the systemd unit file that is installed by the Vino package, so I assume this is "the right way":
sudo ln -s ../vino-server.service
/usr/lib/systemd/user/graphical-session.target.wants
answered May 29 at 20:22
Stephen WarrenStephen Warren
1163 bronze badges
1163 bronze badges
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%2f1062727%2fhow-to-get-vino-vnc-server-to-start-on-startup-in-ubuntu-18-04-1%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