Prevent MATE from launching Caja Desktop when running i3












2















A while back I installed i3 on my MATE box, and I'm quite happy with it, however despite disabling Caja Desktop (x-caja-desktop) when setting i3 as the default window manager through dconf editor, every time I install a .deb package via the gui installer, the desktop "window" opens and overlays my entire screen.



This is incredibly annoying, and hitting super-shift-q to close the window doesn't work, which forces me to just move it to an unused workspace.



Is there anything I can do to stop this from happening without installing a different file manager?










share|improve this question
















bumped to the homepage by Community 11 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • Did you find a solution to this problem?

    – user44400
    Jul 30 '16 at 11:24













  • @user44400 nope, I have not

    – Electric Coffee
    Jul 31 '16 at 20:24











  • Despite that, do you still use mate with i3?

    – user44400
    Aug 1 '16 at 8:22











  • Yeah I like the menu bar

    – Electric Coffee
    Aug 1 '16 at 9:14
















2















A while back I installed i3 on my MATE box, and I'm quite happy with it, however despite disabling Caja Desktop (x-caja-desktop) when setting i3 as the default window manager through dconf editor, every time I install a .deb package via the gui installer, the desktop "window" opens and overlays my entire screen.



This is incredibly annoying, and hitting super-shift-q to close the window doesn't work, which forces me to just move it to an unused workspace.



Is there anything I can do to stop this from happening without installing a different file manager?










share|improve this question
















bumped to the homepage by Community 11 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • Did you find a solution to this problem?

    – user44400
    Jul 30 '16 at 11:24













  • @user44400 nope, I have not

    – Electric Coffee
    Jul 31 '16 at 20:24











  • Despite that, do you still use mate with i3?

    – user44400
    Aug 1 '16 at 8:22











  • Yeah I like the menu bar

    – Electric Coffee
    Aug 1 '16 at 9:14














2












2








2


1






A while back I installed i3 on my MATE box, and I'm quite happy with it, however despite disabling Caja Desktop (x-caja-desktop) when setting i3 as the default window manager through dconf editor, every time I install a .deb package via the gui installer, the desktop "window" opens and overlays my entire screen.



This is incredibly annoying, and hitting super-shift-q to close the window doesn't work, which forces me to just move it to an unused workspace.



Is there anything I can do to stop this from happening without installing a different file manager?










share|improve this question
















A while back I installed i3 on my MATE box, and I'm quite happy with it, however despite disabling Caja Desktop (x-caja-desktop) when setting i3 as the default window manager through dconf editor, every time I install a .deb package via the gui installer, the desktop "window" opens and overlays my entire screen.



This is incredibly annoying, and hitting super-shift-q to close the window doesn't work, which forces me to just move it to an unused workspace.



Is there anything I can do to stop this from happening without installing a different file manager?







mate-desktop i3 caja






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 27 '16 at 10:57







Electric Coffee

















asked Apr 26 '16 at 10:21









Electric CoffeeElectric Coffee

15010




15010





bumped to the homepage by Community 11 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 11 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • Did you find a solution to this problem?

    – user44400
    Jul 30 '16 at 11:24













  • @user44400 nope, I have not

    – Electric Coffee
    Jul 31 '16 at 20:24











  • Despite that, do you still use mate with i3?

    – user44400
    Aug 1 '16 at 8:22











  • Yeah I like the menu bar

    – Electric Coffee
    Aug 1 '16 at 9:14



















  • Did you find a solution to this problem?

    – user44400
    Jul 30 '16 at 11:24













  • @user44400 nope, I have not

    – Electric Coffee
    Jul 31 '16 at 20:24











  • Despite that, do you still use mate with i3?

    – user44400
    Aug 1 '16 at 8:22











  • Yeah I like the menu bar

    – Electric Coffee
    Aug 1 '16 at 9:14

















Did you find a solution to this problem?

– user44400
Jul 30 '16 at 11:24







Did you find a solution to this problem?

– user44400
Jul 30 '16 at 11:24















@user44400 nope, I have not

– Electric Coffee
Jul 31 '16 at 20:24





@user44400 nope, I have not

– Electric Coffee
Jul 31 '16 at 20:24













Despite that, do you still use mate with i3?

– user44400
Aug 1 '16 at 8:22





Despite that, do you still use mate with i3?

– user44400
Aug 1 '16 at 8:22













Yeah I like the menu bar

– Electric Coffee
Aug 1 '16 at 9:14





Yeah I like the menu bar

– Electric Coffee
Aug 1 '16 at 9:14










4 Answers
4






active

oldest

votes


















0














Try to set: dconf key org.mate.background.show-desktop-icons to: false






share|improve this answer


























  • I don't have a background entry under org.mate

    – Electric Coffee
    May 18 '16 at 9:16











  • I do not have it either.

    – user44400
    Jul 28 '16 at 9:14











  • For Ubuntu Mate 18.04, it should be org.mate.desktop.background.show-desktop-icons (notice "desktop" after "mate"). See my answer.

    – Mat.R
    May 27 '18 at 15:23



















0














For Ubuntu Mate 18.04:



Open a terminal and run the following command:



dconf write /org/mate/desktop/background/show-desktop-icons false


Tip: if you want to force to close the window which overlay your desktop or any windows, you can open a terminal and run the following command:



xkill


Then, click anywhere on the window you want to close and it should close.






share|improve this answer































    0














    You can start Caja with the --no-desktop option to prevent it from opening the desktop.






    share|improve this answer































      -1














      In the console, type:



      dconf key org.mate.background.show-desktop-icons false


      This change is persistent, i.e. it will not be undone on reboot.






      share|improve this answer

























        Your Answer








        StackExchange.ready(function() {
        var channelOptions = {
        tags: "".split(" "),
        id: "106"
        };
        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: false,
        noModals: true,
        showLowRepImageUploadWarning: true,
        reputationToPostImages: null,
        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%2funix.stackexchange.com%2fquestions%2f279134%2fprevent-mate-from-launching-caja-desktop-when-running-i3%23new-answer', 'question_page');
        }
        );

        Post as a guest















        Required, but never shown

























        4 Answers
        4






        active

        oldest

        votes








        4 Answers
        4






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        0














        Try to set: dconf key org.mate.background.show-desktop-icons to: false






        share|improve this answer


























        • I don't have a background entry under org.mate

          – Electric Coffee
          May 18 '16 at 9:16











        • I do not have it either.

          – user44400
          Jul 28 '16 at 9:14











        • For Ubuntu Mate 18.04, it should be org.mate.desktop.background.show-desktop-icons (notice "desktop" after "mate"). See my answer.

          – Mat.R
          May 27 '18 at 15:23
















        0














        Try to set: dconf key org.mate.background.show-desktop-icons to: false






        share|improve this answer


























        • I don't have a background entry under org.mate

          – Electric Coffee
          May 18 '16 at 9:16











        • I do not have it either.

          – user44400
          Jul 28 '16 at 9:14











        • For Ubuntu Mate 18.04, it should be org.mate.desktop.background.show-desktop-icons (notice "desktop" after "mate"). See my answer.

          – Mat.R
          May 27 '18 at 15:23














        0












        0








        0







        Try to set: dconf key org.mate.background.show-desktop-icons to: false






        share|improve this answer















        Try to set: dconf key org.mate.background.show-desktop-icons to: false







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited May 17 '16 at 12:34









        Kevdog777

        2,097123259




        2,097123259










        answered May 17 '16 at 12:01









        user170753user170753

        1




        1













        • I don't have a background entry under org.mate

          – Electric Coffee
          May 18 '16 at 9:16











        • I do not have it either.

          – user44400
          Jul 28 '16 at 9:14











        • For Ubuntu Mate 18.04, it should be org.mate.desktop.background.show-desktop-icons (notice "desktop" after "mate"). See my answer.

          – Mat.R
          May 27 '18 at 15:23



















        • I don't have a background entry under org.mate

          – Electric Coffee
          May 18 '16 at 9:16











        • I do not have it either.

          – user44400
          Jul 28 '16 at 9:14











        • For Ubuntu Mate 18.04, it should be org.mate.desktop.background.show-desktop-icons (notice "desktop" after "mate"). See my answer.

          – Mat.R
          May 27 '18 at 15:23

















        I don't have a background entry under org.mate

        – Electric Coffee
        May 18 '16 at 9:16





        I don't have a background entry under org.mate

        – Electric Coffee
        May 18 '16 at 9:16













        I do not have it either.

        – user44400
        Jul 28 '16 at 9:14





        I do not have it either.

        – user44400
        Jul 28 '16 at 9:14













        For Ubuntu Mate 18.04, it should be org.mate.desktop.background.show-desktop-icons (notice "desktop" after "mate"). See my answer.

        – Mat.R
        May 27 '18 at 15:23





        For Ubuntu Mate 18.04, it should be org.mate.desktop.background.show-desktop-icons (notice "desktop" after "mate"). See my answer.

        – Mat.R
        May 27 '18 at 15:23













        0














        For Ubuntu Mate 18.04:



        Open a terminal and run the following command:



        dconf write /org/mate/desktop/background/show-desktop-icons false


        Tip: if you want to force to close the window which overlay your desktop or any windows, you can open a terminal and run the following command:



        xkill


        Then, click anywhere on the window you want to close and it should close.






        share|improve this answer




























          0














          For Ubuntu Mate 18.04:



          Open a terminal and run the following command:



          dconf write /org/mate/desktop/background/show-desktop-icons false


          Tip: if you want to force to close the window which overlay your desktop or any windows, you can open a terminal and run the following command:



          xkill


          Then, click anywhere on the window you want to close and it should close.






          share|improve this answer


























            0












            0








            0







            For Ubuntu Mate 18.04:



            Open a terminal and run the following command:



            dconf write /org/mate/desktop/background/show-desktop-icons false


            Tip: if you want to force to close the window which overlay your desktop or any windows, you can open a terminal and run the following command:



            xkill


            Then, click anywhere on the window you want to close and it should close.






            share|improve this answer













            For Ubuntu Mate 18.04:



            Open a terminal and run the following command:



            dconf write /org/mate/desktop/background/show-desktop-icons false


            Tip: if you want to force to close the window which overlay your desktop or any windows, you can open a terminal and run the following command:



            xkill


            Then, click anywhere on the window you want to close and it should close.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered May 27 '18 at 15:17









            Mat.RMat.R

            516




            516























                0














                You can start Caja with the --no-desktop option to prevent it from opening the desktop.






                share|improve this answer




























                  0














                  You can start Caja with the --no-desktop option to prevent it from opening the desktop.






                  share|improve this answer


























                    0












                    0








                    0







                    You can start Caja with the --no-desktop option to prevent it from opening the desktop.






                    share|improve this answer













                    You can start Caja with the --no-desktop option to prevent it from opening the desktop.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Oct 24 '18 at 15:41









                    Adam L. TaylorAdam L. Taylor

                    1




                    1























                        -1














                        In the console, type:



                        dconf key org.mate.background.show-desktop-icons false


                        This change is persistent, i.e. it will not be undone on reboot.






                        share|improve this answer






























                          -1














                          In the console, type:



                          dconf key org.mate.background.show-desktop-icons false


                          This change is persistent, i.e. it will not be undone on reboot.






                          share|improve this answer




























                            -1












                            -1








                            -1







                            In the console, type:



                            dconf key org.mate.background.show-desktop-icons false


                            This change is persistent, i.e. it will not be undone on reboot.






                            share|improve this answer















                            In the console, type:



                            dconf key org.mate.background.show-desktop-icons false


                            This change is persistent, i.e. it will not be undone on reboot.







                            share|improve this answer














                            share|improve this answer



                            share|improve this answer








                            edited Aug 6 '17 at 21:17









                            Stephen Rauch

                            3,338101428




                            3,338101428










                            answered Aug 6 '17 at 20:56









                            KalsanKalsan

                            112




                            112






























                                draft saved

                                draft discarded




















































                                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.




                                draft saved


                                draft discarded














                                StackExchange.ready(
                                function () {
                                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f279134%2fprevent-mate-from-launching-caja-desktop-when-running-i3%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

                                濃尾地震

                                How to rewrite equation of hyperbola in standard form

                                No ethernet ip address in my vocore2