How to disable “switch user” in GNOME?

Clash Royale CLAN TAG#URR8PPP
up vote
2
down vote
favorite
Basically, I want to disable multiple logins. The family laptop (not mine) has a problem with the x server -- at least it seems to be the x server. When two users are logged in simultaneously the x-server fails to start for the one who was logged in first. Having two users logged in seems to steal processor speed anyway. So I want to disable people from choosing 'switch user' over 'log out (username)' or 'shut down'.
gnome users
add a comment |
up vote
2
down vote
favorite
Basically, I want to disable multiple logins. The family laptop (not mine) has a problem with the x server -- at least it seems to be the x server. When two users are logged in simultaneously the x-server fails to start for the one who was logged in first. Having two users logged in seems to steal processor speed anyway. So I want to disable people from choosing 'switch user' over 'log out (username)' or 'shut down'.
gnome users
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
Basically, I want to disable multiple logins. The family laptop (not mine) has a problem with the x server -- at least it seems to be the x server. When two users are logged in simultaneously the x-server fails to start for the one who was logged in first. Having two users logged in seems to steal processor speed anyway. So I want to disable people from choosing 'switch user' over 'log out (username)' or 'shut down'.
gnome users
Basically, I want to disable multiple logins. The family laptop (not mine) has a problem with the x server -- at least it seems to be the x server. When two users are logged in simultaneously the x-server fails to start for the one who was logged in first. Having two users logged in seems to steal processor speed anyway. So I want to disable people from choosing 'switch user' over 'log out (username)' or 'shut down'.
gnome users
gnome users
edited Dec 3 at 22:02
don_crissti
49.2k15129158
49.2k15129158
asked Nov 6 '10 at 21:56
ixtmixilix
5,4481859101
5,4481859101
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
6
down vote
accepted
There is a setting /desktop/gnome/lockdown/disable_user_switching in GConf that allows you to disable the user switching.
You can change this setting by running gconf-editor from the Alt+F2 "Run" dialog (depending on your distro, it might also be available somewhere in the menus).
If you're using GNOME 3 you can simply run:
gsettings set org.gnome.desktop.lockdown disable-user-switching true
2
The following command will switch it from the command line:gconftool --set --type bool /desktop/gnome/lockdown/disable_user_switching true
– Steven D
Nov 7 '10 at 5:59
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
6
down vote
accepted
There is a setting /desktop/gnome/lockdown/disable_user_switching in GConf that allows you to disable the user switching.
You can change this setting by running gconf-editor from the Alt+F2 "Run" dialog (depending on your distro, it might also be available somewhere in the menus).
If you're using GNOME 3 you can simply run:
gsettings set org.gnome.desktop.lockdown disable-user-switching true
2
The following command will switch it from the command line:gconftool --set --type bool /desktop/gnome/lockdown/disable_user_switching true
– Steven D
Nov 7 '10 at 5:59
add a comment |
up vote
6
down vote
accepted
There is a setting /desktop/gnome/lockdown/disable_user_switching in GConf that allows you to disable the user switching.
You can change this setting by running gconf-editor from the Alt+F2 "Run" dialog (depending on your distro, it might also be available somewhere in the menus).
If you're using GNOME 3 you can simply run:
gsettings set org.gnome.desktop.lockdown disable-user-switching true
2
The following command will switch it from the command line:gconftool --set --type bool /desktop/gnome/lockdown/disable_user_switching true
– Steven D
Nov 7 '10 at 5:59
add a comment |
up vote
6
down vote
accepted
up vote
6
down vote
accepted
There is a setting /desktop/gnome/lockdown/disable_user_switching in GConf that allows you to disable the user switching.
You can change this setting by running gconf-editor from the Alt+F2 "Run" dialog (depending on your distro, it might also be available somewhere in the menus).
If you're using GNOME 3 you can simply run:
gsettings set org.gnome.desktop.lockdown disable-user-switching true
There is a setting /desktop/gnome/lockdown/disable_user_switching in GConf that allows you to disable the user switching.
You can change this setting by running gconf-editor from the Alt+F2 "Run" dialog (depending on your distro, it might also be available somewhere in the menus).
If you're using GNOME 3 you can simply run:
gsettings set org.gnome.desktop.lockdown disable-user-switching true
edited Dec 3 at 22:04
don_crissti
49.2k15129158
49.2k15129158
answered Nov 7 '10 at 4:54
JanC
1,27978
1,27978
2
The following command will switch it from the command line:gconftool --set --type bool /desktop/gnome/lockdown/disable_user_switching true
– Steven D
Nov 7 '10 at 5:59
add a comment |
2
The following command will switch it from the command line:gconftool --set --type bool /desktop/gnome/lockdown/disable_user_switching true
– Steven D
Nov 7 '10 at 5:59
2
2
The following command will switch it from the command line:
gconftool --set --type bool /desktop/gnome/lockdown/disable_user_switching true– Steven D
Nov 7 '10 at 5:59
The following command will switch it from the command line:
gconftool --set --type bool /desktop/gnome/lockdown/disable_user_switching true– Steven D
Nov 7 '10 at 5:59
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2funix.stackexchange.com%2fquestions%2f3821%2fhow-to-disable-switch-user-in-gnome%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