Is it possible to have different desktop sessions each with different settings?

Clash Royale CLAN TAG#URR8PPP up vote
1
down vote
favorite
In this situation, I have a default Ubuntu session with the Paper and Materia Theme, and a Communitheme session. The problem is, I want the default Ubuntu session to use the themes I chose for it, and the Communitheme session to use Communitheme.
The theme settings stay on whatever I left it on when I switch (for example, I log out of the default session and switch to Communitheme, but the themes from the default session are still active and I have to manually switch to Communitheme using Gnome Tweaks.)
Is there a way I can have the two different sessions use different settings, or have it switch themes automatically?
gnome themes session
add a comment |Â
up vote
1
down vote
favorite
In this situation, I have a default Ubuntu session with the Paper and Materia Theme, and a Communitheme session. The problem is, I want the default Ubuntu session to use the themes I chose for it, and the Communitheme session to use Communitheme.
The theme settings stay on whatever I left it on when I switch (for example, I log out of the default session and switch to Communitheme, but the themes from the default session are still active and I have to manually switch to Communitheme using Gnome Tweaks.)
Is there a way I can have the two different sessions use different settings, or have it switch themes automatically?
gnome themes session
@Ramuyko That actually works enough for me, would you mind putting that as an answer?
â chaNcharge
Jun 3 at 22:10
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
In this situation, I have a default Ubuntu session with the Paper and Materia Theme, and a Communitheme session. The problem is, I want the default Ubuntu session to use the themes I chose for it, and the Communitheme session to use Communitheme.
The theme settings stay on whatever I left it on when I switch (for example, I log out of the default session and switch to Communitheme, but the themes from the default session are still active and I have to manually switch to Communitheme using Gnome Tweaks.)
Is there a way I can have the two different sessions use different settings, or have it switch themes automatically?
gnome themes session
In this situation, I have a default Ubuntu session with the Paper and Materia Theme, and a Communitheme session. The problem is, I want the default Ubuntu session to use the themes I chose for it, and the Communitheme session to use Communitheme.
The theme settings stay on whatever I left it on when I switch (for example, I log out of the default session and switch to Communitheme, but the themes from the default session are still active and I have to manually switch to Communitheme using Gnome Tweaks.)
Is there a way I can have the two different sessions use different settings, or have it switch themes automatically?
gnome themes session
asked Jun 3 at 5:23
chaNcharge
334
334
@Ramuyko That actually works enough for me, would you mind putting that as an answer?
â chaNcharge
Jun 3 at 22:10
add a comment |Â
@Ramuyko That actually works enough for me, would you mind putting that as an answer?
â chaNcharge
Jun 3 at 22:10
@Ramuyko That actually works enough for me, would you mind putting that as an answer?
â chaNcharge
Jun 3 at 22:10
@Ramuyko That actually works enough for me, would you mind putting that as an answer?
â chaNcharge
Jun 3 at 22:10
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
Different users can keep different theme configurations. You can create and remove users on the terminal with sudo adduser mynewusername and sudo deluser mynewusername. This way you'll be able to switch between sessions with completely different configurations.
When you create new users they can't use the sudo command by default. If you wish to give the new user access to sudo for installing and removing software from the system you need to add mynewusername to the sudo group. You can do it with the following command:
sudo addgroup mynewusername sudo
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
Different users can keep different theme configurations. You can create and remove users on the terminal with sudo adduser mynewusername and sudo deluser mynewusername. This way you'll be able to switch between sessions with completely different configurations.
When you create new users they can't use the sudo command by default. If you wish to give the new user access to sudo for installing and removing software from the system you need to add mynewusername to the sudo group. You can do it with the following command:
sudo addgroup mynewusername sudo
add a comment |Â
up vote
2
down vote
accepted
Different users can keep different theme configurations. You can create and remove users on the terminal with sudo adduser mynewusername and sudo deluser mynewusername. This way you'll be able to switch between sessions with completely different configurations.
When you create new users they can't use the sudo command by default. If you wish to give the new user access to sudo for installing and removing software from the system you need to add mynewusername to the sudo group. You can do it with the following command:
sudo addgroup mynewusername sudo
add a comment |Â
up vote
2
down vote
accepted
up vote
2
down vote
accepted
Different users can keep different theme configurations. You can create and remove users on the terminal with sudo adduser mynewusername and sudo deluser mynewusername. This way you'll be able to switch between sessions with completely different configurations.
When you create new users they can't use the sudo command by default. If you wish to give the new user access to sudo for installing and removing software from the system you need to add mynewusername to the sudo group. You can do it with the following command:
sudo addgroup mynewusername sudo
Different users can keep different theme configurations. You can create and remove users on the terminal with sudo adduser mynewusername and sudo deluser mynewusername. This way you'll be able to switch between sessions with completely different configurations.
When you create new users they can't use the sudo command by default. If you wish to give the new user access to sudo for installing and removing software from the system you need to add mynewusername to the sudo group. You can do it with the following command:
sudo addgroup mynewusername sudo
edited Jun 6 at 17:32
answered Jun 3 at 22:40
Ramuyko
413518
413518
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1043114%2fis-it-possible-to-have-different-desktop-sessions-each-with-different-settings%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
@Ramuyko That actually works enough for me, would you mind putting that as an answer?
â chaNcharge
Jun 3 at 22:10