Is there a difference between Ubuntu with MATE installed after and the pre-made Ubuntu MATE edition?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
1
down vote

favorite












I have two computers, one that used Ubuntu 16.04 with Unity, and another with Ubuntu MATE installed from the Ubuntu MATE website. When I installed MATE on my Unity computer, I started getting issues with waking from suspend, where I was getting a second login screen from unity. I uninstalled unity and tried a recovery kernel, but it still happens. I have none of these issues with the other laptop. this prompted me to ask: if you are going to be dedicated to a DE, is it worth installing all of Ubuntu from that DE's website, or is this just a bug? I've been using this computer for a while, and I want to make sure it will work if I reinstall because transferring all of these files will be a pain. Thanks!










share|improve this question





















  • When you have 2 desktop environments (DEs) in the same systems, a lot of things are duplicated. They don't always work well together.
    – user68186
    Jan 29 at 19:14














up vote
1
down vote

favorite












I have two computers, one that used Ubuntu 16.04 with Unity, and another with Ubuntu MATE installed from the Ubuntu MATE website. When I installed MATE on my Unity computer, I started getting issues with waking from suspend, where I was getting a second login screen from unity. I uninstalled unity and tried a recovery kernel, but it still happens. I have none of these issues with the other laptop. this prompted me to ask: if you are going to be dedicated to a DE, is it worth installing all of Ubuntu from that DE's website, or is this just a bug? I've been using this computer for a while, and I want to make sure it will work if I reinstall because transferring all of these files will be a pain. Thanks!










share|improve this question





















  • When you have 2 desktop environments (DEs) in the same systems, a lot of things are duplicated. They don't always work well together.
    – user68186
    Jan 29 at 19:14












up vote
1
down vote

favorite









up vote
1
down vote

favorite











I have two computers, one that used Ubuntu 16.04 with Unity, and another with Ubuntu MATE installed from the Ubuntu MATE website. When I installed MATE on my Unity computer, I started getting issues with waking from suspend, where I was getting a second login screen from unity. I uninstalled unity and tried a recovery kernel, but it still happens. I have none of these issues with the other laptop. this prompted me to ask: if you are going to be dedicated to a DE, is it worth installing all of Ubuntu from that DE's website, or is this just a bug? I've been using this computer for a while, and I want to make sure it will work if I reinstall because transferring all of these files will be a pain. Thanks!










share|improve this question













I have two computers, one that used Ubuntu 16.04 with Unity, and another with Ubuntu MATE installed from the Ubuntu MATE website. When I installed MATE on my Unity computer, I started getting issues with waking from suspend, where I was getting a second login screen from unity. I uninstalled unity and tried a recovery kernel, but it still happens. I have none of these issues with the other laptop. this prompted me to ask: if you are going to be dedicated to a DE, is it worth installing all of Ubuntu from that DE's website, or is this just a bug? I've been using this computer for a while, and I want to make sure it will work if I reinstall because transferring all of these files will be a pain. Thanks!







14.04 unity suspend desktop-environments mate






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 29 at 18:37









M. Loewenthal

705




705











  • When you have 2 desktop environments (DEs) in the same systems, a lot of things are duplicated. They don't always work well together.
    – user68186
    Jan 29 at 19:14
















  • When you have 2 desktop environments (DEs) in the same systems, a lot of things are duplicated. They don't always work well together.
    – user68186
    Jan 29 at 19:14















When you have 2 desktop environments (DEs) in the same systems, a lot of things are duplicated. They don't always work well together.
– user68186
Jan 29 at 19:14




When you have 2 desktop environments (DEs) in the same systems, a lot of things are duplicated. They don't always work well together.
– user68186
Jan 29 at 19:14










1 Answer
1






active

oldest

votes

















up vote
0
down vote



accepted










It depends on your skills level.



I have two systems:



  1. previously normal Ubuntu 12.04 LTS with Unity and GNOME FlashBack, then I upgraded it to 14.04 LTS and then to 16.04 LTS. On 16.04 I installed ubuntu-mate-desktop and carefully removed all GNOME and Unity stuff by hand.


  2. installed as 11.04 then upgraded to 12.04 LTS with manually added MATE PPA, then upgraded to 14.04 LTS and 16.04 LTS. After last upgrade I removed MATE PPA and carefully removed all GNOME and Unity stuff by hand.


Both resulting 16.04 LTS systems with MATE DE going to sleep and wake up without issues.



I know small differences of my self-made MATE DE system compared to MATE-edition - I removed ubuntu-mate-welcome and some other stuff.



In your special case I think you should remove gnome-screensaver package with



 sudo apt-get purge gnome-screensaver





share|improve this answer






















    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',
    convertImagesToLinks: true,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    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%2f1001080%2fis-there-a-difference-between-ubuntu-with-mate-installed-after-and-the-pre-made%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote



    accepted










    It depends on your skills level.



    I have two systems:



    1. previously normal Ubuntu 12.04 LTS with Unity and GNOME FlashBack, then I upgraded it to 14.04 LTS and then to 16.04 LTS. On 16.04 I installed ubuntu-mate-desktop and carefully removed all GNOME and Unity stuff by hand.


    2. installed as 11.04 then upgraded to 12.04 LTS with manually added MATE PPA, then upgraded to 14.04 LTS and 16.04 LTS. After last upgrade I removed MATE PPA and carefully removed all GNOME and Unity stuff by hand.


    Both resulting 16.04 LTS systems with MATE DE going to sleep and wake up without issues.



    I know small differences of my self-made MATE DE system compared to MATE-edition - I removed ubuntu-mate-welcome and some other stuff.



    In your special case I think you should remove gnome-screensaver package with



     sudo apt-get purge gnome-screensaver





    share|improve this answer


























      up vote
      0
      down vote



      accepted










      It depends on your skills level.



      I have two systems:



      1. previously normal Ubuntu 12.04 LTS with Unity and GNOME FlashBack, then I upgraded it to 14.04 LTS and then to 16.04 LTS. On 16.04 I installed ubuntu-mate-desktop and carefully removed all GNOME and Unity stuff by hand.


      2. installed as 11.04 then upgraded to 12.04 LTS with manually added MATE PPA, then upgraded to 14.04 LTS and 16.04 LTS. After last upgrade I removed MATE PPA and carefully removed all GNOME and Unity stuff by hand.


      Both resulting 16.04 LTS systems with MATE DE going to sleep and wake up without issues.



      I know small differences of my self-made MATE DE system compared to MATE-edition - I removed ubuntu-mate-welcome and some other stuff.



      In your special case I think you should remove gnome-screensaver package with



       sudo apt-get purge gnome-screensaver





      share|improve this answer
























        up vote
        0
        down vote



        accepted







        up vote
        0
        down vote



        accepted






        It depends on your skills level.



        I have two systems:



        1. previously normal Ubuntu 12.04 LTS with Unity and GNOME FlashBack, then I upgraded it to 14.04 LTS and then to 16.04 LTS. On 16.04 I installed ubuntu-mate-desktop and carefully removed all GNOME and Unity stuff by hand.


        2. installed as 11.04 then upgraded to 12.04 LTS with manually added MATE PPA, then upgraded to 14.04 LTS and 16.04 LTS. After last upgrade I removed MATE PPA and carefully removed all GNOME and Unity stuff by hand.


        Both resulting 16.04 LTS systems with MATE DE going to sleep and wake up without issues.



        I know small differences of my self-made MATE DE system compared to MATE-edition - I removed ubuntu-mate-welcome and some other stuff.



        In your special case I think you should remove gnome-screensaver package with



         sudo apt-get purge gnome-screensaver





        share|improve this answer














        It depends on your skills level.



        I have two systems:



        1. previously normal Ubuntu 12.04 LTS with Unity and GNOME FlashBack, then I upgraded it to 14.04 LTS and then to 16.04 LTS. On 16.04 I installed ubuntu-mate-desktop and carefully removed all GNOME and Unity stuff by hand.


        2. installed as 11.04 then upgraded to 12.04 LTS with manually added MATE PPA, then upgraded to 14.04 LTS and 16.04 LTS. After last upgrade I removed MATE PPA and carefully removed all GNOME and Unity stuff by hand.


        Both resulting 16.04 LTS systems with MATE DE going to sleep and wake up without issues.



        I know small differences of my self-made MATE DE system compared to MATE-edition - I removed ubuntu-mate-welcome and some other stuff.



        In your special case I think you should remove gnome-screensaver package with



         sudo apt-get purge gnome-screensaver






        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Jan 29 at 19:02

























        answered Jan 29 at 18:57









        N0rbert

        16.8k33479




        16.8k33479



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1001080%2fis-there-a-difference-between-ubuntu-with-mate-installed-after-and-the-pre-made%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            Trouble downloading packages list due to a “Hash sum mismatch” error

            How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

            Cutting all the characters after the last /