Setting gnome as desktop environment in .xsession












1















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?










share|improve this question



























    1















    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?










    share|improve this question

























      1












      1








      1








      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?










      share|improve this question














      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Feb 12 '15 at 14:00









      PouyaPouya

      234417




      234417






















          1 Answer
          1






          active

          oldest

          votes


















          0














          If you have the package gnome-session installed, you should edit ~/.xsession and add this:



          gnome-session





          share|improve this answer
























          • 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













          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
          });


          }
          });














          draft saved

          draft discarded


















          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

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          If you have the package gnome-session installed, you should edit ~/.xsession and add this:



          gnome-session





          share|improve this answer
























          • 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


















          0














          If you have the package gnome-session installed, you should edit ~/.xsession and add this:



          gnome-session





          share|improve this answer
























          • 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
















          0












          0








          0







          If you have the package gnome-session installed, you should edit ~/.xsession and add this:



          gnome-session





          share|improve this answer













          If you have the package gnome-session installed, you should edit ~/.xsession and add this:



          gnome-session






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Feb 12 '15 at 14:21









          aguslraguslr

          1,05656




          1,05656













          • 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











          • @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




















          draft saved

          draft discarded




















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Human spaceflight

          Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?

          File:DeusFollowingSea.jpg