How do I switch users?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
How does one switch users in Unity? (i.e., in the GUI, not sudo.)
I really want to launch another X session using a different WM, without abandoning the current one.
lightdm switch-user
add a comment |
How does one switch users in Unity? (i.e., in the GUI, not sudo.)
I really want to launch another X session using a different WM, without abandoning the current one.
lightdm switch-user
If like us you switch between users a lot and don't want to type password every time, consider this: askubuntu.com/questions/811953/…
– Stéphane Gourichon
Aug 16 '16 at 6:08
add a comment |
How does one switch users in Unity? (i.e., in the GUI, not sudo.)
I really want to launch another X session using a different WM, without abandoning the current one.
lightdm switch-user
How does one switch users in Unity? (i.e., in the GUI, not sudo.)
I really want to launch another X session using a different WM, without abandoning the current one.
lightdm switch-user
lightdm switch-user
edited May 21 '12 at 19:52
Jorge Castro
37.4k107423618
37.4k107423618
asked May 21 '12 at 19:51
ThanatosThanatos
197311
197311
If like us you switch between users a lot and don't want to type password every time, consider this: askubuntu.com/questions/811953/…
– Stéphane Gourichon
Aug 16 '16 at 6:08
add a comment |
If like us you switch between users a lot and don't want to type password every time, consider this: askubuntu.com/questions/811953/…
– Stéphane Gourichon
Aug 16 '16 at 6:08
If like us you switch between users a lot and don't want to type password every time, consider this: askubuntu.com/questions/811953/…
– Stéphane Gourichon
Aug 16 '16 at 6:08
If like us you switch between users a lot and don't want to type password every time, consider this: askubuntu.com/questions/811953/…
– Stéphane Gourichon
Aug 16 '16 at 6:08
add a comment |
4 Answers
4
active
oldest
votes
Simply click on Second Icon from right (Session Indicator) on Unity panel and Select "Switch User Account".

Now if only I had that button.
– Thanatos
May 21 '12 at 19:56
@Thanatos Follow this answer to reinstall it. “Session Menu” and “Me Menu” are missing after upgrade
– Basharat Sialvi
May 21 '12 at 19:59
add a comment |
Go to the top right hand corner of the screen and click on your user name to trigger the drop-down menu of options, then click on Switch User.
That's how I do it on my laptop with 12.04.
add a comment |
In a terminal:
sudo apt-get install xfswitch-plugin
Or via Software Center:
I saw that on How can I switch users from within XFCE?
add a comment |
Using Ctrl+Alt+F1 (or others F* works for me; Ubuntu 18.04 && gdm (default) as login manager).
Hypothesis: If I am not wrong, gdm will after login lunch new X11 (or wayland) server instance and put it on some unused terminal (ctrl+alt+F[1,2,3,4,5,6,7]). So you can leave your session (actually whole graphical server) on where it is (probably ctrl+alt+F2) without any touch (for example i3wm by default does not lock its session) and show login screen, which is always on first virtual terminal.
New contributor
user947621 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
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%2f140390%2fhow-do-i-switch-users%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Simply click on Second Icon from right (Session Indicator) on Unity panel and Select "Switch User Account".

Now if only I had that button.
– Thanatos
May 21 '12 at 19:56
@Thanatos Follow this answer to reinstall it. “Session Menu” and “Me Menu” are missing after upgrade
– Basharat Sialvi
May 21 '12 at 19:59
add a comment |
Simply click on Second Icon from right (Session Indicator) on Unity panel and Select "Switch User Account".

Now if only I had that button.
– Thanatos
May 21 '12 at 19:56
@Thanatos Follow this answer to reinstall it. “Session Menu” and “Me Menu” are missing after upgrade
– Basharat Sialvi
May 21 '12 at 19:59
add a comment |
Simply click on Second Icon from right (Session Indicator) on Unity panel and Select "Switch User Account".

Simply click on Second Icon from right (Session Indicator) on Unity panel and Select "Switch User Account".

edited May 21 '12 at 20:06
answered May 21 '12 at 19:54
Basharat SialviBasharat Sialvi
19.8k85276
19.8k85276
Now if only I had that button.
– Thanatos
May 21 '12 at 19:56
@Thanatos Follow this answer to reinstall it. “Session Menu” and “Me Menu” are missing after upgrade
– Basharat Sialvi
May 21 '12 at 19:59
add a comment |
Now if only I had that button.
– Thanatos
May 21 '12 at 19:56
@Thanatos Follow this answer to reinstall it. “Session Menu” and “Me Menu” are missing after upgrade
– Basharat Sialvi
May 21 '12 at 19:59
Now if only I had that button.
– Thanatos
May 21 '12 at 19:56
Now if only I had that button.
– Thanatos
May 21 '12 at 19:56
@Thanatos Follow this answer to reinstall it. “Session Menu” and “Me Menu” are missing after upgrade
– Basharat Sialvi
May 21 '12 at 19:59
@Thanatos Follow this answer to reinstall it. “Session Menu” and “Me Menu” are missing after upgrade
– Basharat Sialvi
May 21 '12 at 19:59
add a comment |
Go to the top right hand corner of the screen and click on your user name to trigger the drop-down menu of options, then click on Switch User.
That's how I do it on my laptop with 12.04.
add a comment |
Go to the top right hand corner of the screen and click on your user name to trigger the drop-down menu of options, then click on Switch User.
That's how I do it on my laptop with 12.04.
add a comment |
Go to the top right hand corner of the screen and click on your user name to trigger the drop-down menu of options, then click on Switch User.
That's how I do it on my laptop with 12.04.
Go to the top right hand corner of the screen and click on your user name to trigger the drop-down menu of options, then click on Switch User.
That's how I do it on my laptop with 12.04.
answered May 21 '12 at 19:55
Jeff WellingJeff Welling
7772512
7772512
add a comment |
add a comment |
In a terminal:
sudo apt-get install xfswitch-plugin
Or via Software Center:
I saw that on How can I switch users from within XFCE?
add a comment |
In a terminal:
sudo apt-get install xfswitch-plugin
Or via Software Center:
I saw that on How can I switch users from within XFCE?
add a comment |
In a terminal:
sudo apt-get install xfswitch-plugin
Or via Software Center:
I saw that on How can I switch users from within XFCE?
In a terminal:
sudo apt-get install xfswitch-plugin
Or via Software Center:
I saw that on How can I switch users from within XFCE?
edited Apr 13 '17 at 12:32
Community♦
1
1
answered Aug 7 '12 at 2:20
FredericFrederic
1011
1011
add a comment |
add a comment |
Using Ctrl+Alt+F1 (or others F* works for me; Ubuntu 18.04 && gdm (default) as login manager).
Hypothesis: If I am not wrong, gdm will after login lunch new X11 (or wayland) server instance and put it on some unused terminal (ctrl+alt+F[1,2,3,4,5,6,7]). So you can leave your session (actually whole graphical server) on where it is (probably ctrl+alt+F2) without any touch (for example i3wm by default does not lock its session) and show login screen, which is always on first virtual terminal.
New contributor
user947621 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Using Ctrl+Alt+F1 (or others F* works for me; Ubuntu 18.04 && gdm (default) as login manager).
Hypothesis: If I am not wrong, gdm will after login lunch new X11 (or wayland) server instance and put it on some unused terminal (ctrl+alt+F[1,2,3,4,5,6,7]). So you can leave your session (actually whole graphical server) on where it is (probably ctrl+alt+F2) without any touch (for example i3wm by default does not lock its session) and show login screen, which is always on first virtual terminal.
New contributor
user947621 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Using Ctrl+Alt+F1 (or others F* works for me; Ubuntu 18.04 && gdm (default) as login manager).
Hypothesis: If I am not wrong, gdm will after login lunch new X11 (or wayland) server instance and put it on some unused terminal (ctrl+alt+F[1,2,3,4,5,6,7]). So you can leave your session (actually whole graphical server) on where it is (probably ctrl+alt+F2) without any touch (for example i3wm by default does not lock its session) and show login screen, which is always on first virtual terminal.
New contributor
user947621 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Using Ctrl+Alt+F1 (or others F* works for me; Ubuntu 18.04 && gdm (default) as login manager).
Hypothesis: If I am not wrong, gdm will after login lunch new X11 (or wayland) server instance and put it on some unused terminal (ctrl+alt+F[1,2,3,4,5,6,7]). So you can leave your session (actually whole graphical server) on where it is (probably ctrl+alt+F2) without any touch (for example i3wm by default does not lock its session) and show login screen, which is always on first virtual terminal.
New contributor
user947621 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
user947621 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 2 hours ago
user947621user947621
1
1
New contributor
user947621 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
user947621 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
user947621 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
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%2f140390%2fhow-do-i-switch-users%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
If like us you switch between users a lot and don't want to type password every time, consider this: askubuntu.com/questions/811953/…
– Stéphane Gourichon
Aug 16 '16 at 6:08