Setting gnome as desktop environment in .xsession
up vote
1
down vote
favorite
Allow me to explain:
In my new workplace, each user can log in from any pc and the complete home folder is loaded to that machine from server. The admins claim that everything we are going to need is already installed on server and thus, we have no root privilege. Whatever I have to do, is in my home folder. My issue is with the desktop-environment.
When I log in, the default desktop-environment is xfce
which I am not a big fan of it. On the log in screen we can choose either "Default" or "Custom". I asked one of admins and they said I can select any desktop environment as I want by choosing Custom in my log in screen and I should specify it in my ~/.xsession
.
As an example, he said if I want to log in with openbox
, I have to write the following in .xsession:
tint2 & exec openbox
and it was working fine. gnome-shell --version
tells me that I have GNOME Shell 3.10.4
and I would like to modify my ~/.xsession
such that I will be able to log in using gnome3.
What should I add to my .xsession
?
gnome desktop-environments
add a comment |
up vote
1
down vote
favorite
Allow me to explain:
In my new workplace, each user can log in from any pc and the complete home folder is loaded to that machine from server. The admins claim that everything we are going to need is already installed on server and thus, we have no root privilege. Whatever I have to do, is in my home folder. My issue is with the desktop-environment.
When I log in, the default desktop-environment is xfce
which I am not a big fan of it. On the log in screen we can choose either "Default" or "Custom". I asked one of admins and they said I can select any desktop environment as I want by choosing Custom in my log in screen and I should specify it in my ~/.xsession
.
As an example, he said if I want to log in with openbox
, I have to write the following in .xsession:
tint2 & exec openbox
and it was working fine. gnome-shell --version
tells me that I have GNOME Shell 3.10.4
and I would like to modify my ~/.xsession
such that I will be able to log in using gnome3.
What should I add to my .xsession
?
gnome desktop-environments
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Allow me to explain:
In my new workplace, each user can log in from any pc and the complete home folder is loaded to that machine from server. The admins claim that everything we are going to need is already installed on server and thus, we have no root privilege. Whatever I have to do, is in my home folder. My issue is with the desktop-environment.
When I log in, the default desktop-environment is xfce
which I am not a big fan of it. On the log in screen we can choose either "Default" or "Custom". I asked one of admins and they said I can select any desktop environment as I want by choosing Custom in my log in screen and I should specify it in my ~/.xsession
.
As an example, he said if I want to log in with openbox
, I have to write the following in .xsession:
tint2 & exec openbox
and it was working fine. gnome-shell --version
tells me that I have GNOME Shell 3.10.4
and I would like to modify my ~/.xsession
such that I will be able to log in using gnome3.
What should I add to my .xsession
?
gnome desktop-environments
Allow me to explain:
In my new workplace, each user can log in from any pc and the complete home folder is loaded to that machine from server. The admins claim that everything we are going to need is already installed on server and thus, we have no root privilege. Whatever I have to do, is in my home folder. My issue is with the desktop-environment.
When I log in, the default desktop-environment is xfce
which I am not a big fan of it. On the log in screen we can choose either "Default" or "Custom". I asked one of admins and they said I can select any desktop environment as I want by choosing Custom in my log in screen and I should specify it in my ~/.xsession
.
As an example, he said if I want to log in with openbox
, I have to write the following in .xsession:
tint2 & exec openbox
and it was working fine. gnome-shell --version
tells me that I have GNOME Shell 3.10.4
and I would like to modify my ~/.xsession
such that I will be able to log in using gnome3.
What should I add to my .xsession
?
gnome desktop-environments
gnome desktop-environments
asked Feb 12 '15 at 14:00
Pouya
234417
234417
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
If you have the package gnome-session installed, you should edit ~/.xsession
and add this:
gnome-session
The problem is when I do that, they system is very really truly slow. Should I launch it with certain arguments or should I launch other services?
– Pouya
Feb 12 '15 at 15:33
@Pouya, you could check the manual page since there are some parameters that might help (--failsafe for one).
– aguslr
Feb 12 '15 at 15:57
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
If you have the package gnome-session installed, you should edit ~/.xsession
and add this:
gnome-session
The problem is when I do that, they system is very really truly slow. Should I launch it with certain arguments or should I launch other services?
– Pouya
Feb 12 '15 at 15:33
@Pouya, you could check the manual page since there are some parameters that might help (--failsafe for one).
– aguslr
Feb 12 '15 at 15:57
add a comment |
up vote
0
down vote
If you have the package gnome-session installed, you should edit ~/.xsession
and add this:
gnome-session
The problem is when I do that, they system is very really truly slow. Should I launch it with certain arguments or should I launch other services?
– Pouya
Feb 12 '15 at 15:33
@Pouya, you could check the manual page since there are some parameters that might help (--failsafe for one).
– aguslr
Feb 12 '15 at 15:57
add a comment |
up vote
0
down vote
up vote
0
down vote
If you have the package gnome-session installed, you should edit ~/.xsession
and add this:
gnome-session
If you have the package gnome-session installed, you should edit ~/.xsession
and add this:
gnome-session
answered Feb 12 '15 at 14:21
aguslr
1,03656
1,03656
The problem is when I do that, they system is very really truly slow. Should I launch it with certain arguments or should I launch other services?
– Pouya
Feb 12 '15 at 15:33
@Pouya, you could check the manual page since there are some parameters that might help (--failsafe for one).
– aguslr
Feb 12 '15 at 15:57
add a comment |
The problem is when I do that, they system is very really truly slow. Should I launch it with certain arguments or should I launch other services?
– Pouya
Feb 12 '15 at 15:33
@Pouya, you could check the manual page since there are some parameters that might help (--failsafe for one).
– aguslr
Feb 12 '15 at 15:57
The problem is when I do that, they system is very really truly slow. Should I launch it with certain arguments or should I launch other services?
– Pouya
Feb 12 '15 at 15:33
The problem is when I do that, they system is very really truly slow. Should I launch it with certain arguments or should I launch other services?
– Pouya
Feb 12 '15 at 15:33
@Pouya, you could check the manual page since there are some parameters that might help (--failsafe for one).
– aguslr
Feb 12 '15 at 15:57
@Pouya, you could check the manual page since there are some parameters that might help (--failsafe for one).
– aguslr
Feb 12 '15 at 15:57
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.
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%2faskubuntu.com%2fquestions%2f584681%2fsetting-gnome-as-desktop-environment-in-xsession%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