i3wm running in Arch Linux guest (VirtualBox) stops auto-resizing

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











up vote
3
down vote

favorite
3












I'm trying to get Arch Linux to work on VirtualBox. I've followed the instructions on the ArchWiki and the OS boots fine (running linux-lts kernel, with virtualbox-guest-dkms Guest Additions installed). After installing i3, I've added the following to ~/.xinitrc:



VBoxClient-all
exec i3


This appears to work, but does the auto-resizing only once. After that, the Auto-Resize Guest Display menu and Seamless Mode in host VirtualBox menu become disabled.
What I found out, is that if I kill the VBoxClient process and re-initiate it, the auto-resize functionality starts to work again, but disables as soon the first resize event occurs.



killall VBoxClient
/usr/bin/VBoxClient-all


Can anyone suggest a solution? Much appreciated. Thanks!










share|improve this question

























    up vote
    3
    down vote

    favorite
    3












    I'm trying to get Arch Linux to work on VirtualBox. I've followed the instructions on the ArchWiki and the OS boots fine (running linux-lts kernel, with virtualbox-guest-dkms Guest Additions installed). After installing i3, I've added the following to ~/.xinitrc:



    VBoxClient-all
    exec i3


    This appears to work, but does the auto-resizing only once. After that, the Auto-Resize Guest Display menu and Seamless Mode in host VirtualBox menu become disabled.
    What I found out, is that if I kill the VBoxClient process and re-initiate it, the auto-resize functionality starts to work again, but disables as soon the first resize event occurs.



    killall VBoxClient
    /usr/bin/VBoxClient-all


    Can anyone suggest a solution? Much appreciated. Thanks!










    share|improve this question























      up vote
      3
      down vote

      favorite
      3









      up vote
      3
      down vote

      favorite
      3






      3





      I'm trying to get Arch Linux to work on VirtualBox. I've followed the instructions on the ArchWiki and the OS boots fine (running linux-lts kernel, with virtualbox-guest-dkms Guest Additions installed). After installing i3, I've added the following to ~/.xinitrc:



      VBoxClient-all
      exec i3


      This appears to work, but does the auto-resizing only once. After that, the Auto-Resize Guest Display menu and Seamless Mode in host VirtualBox menu become disabled.
      What I found out, is that if I kill the VBoxClient process and re-initiate it, the auto-resize functionality starts to work again, but disables as soon the first resize event occurs.



      killall VBoxClient
      /usr/bin/VBoxClient-all


      Can anyone suggest a solution? Much appreciated. Thanks!










      share|improve this question













      I'm trying to get Arch Linux to work on VirtualBox. I've followed the instructions on the ArchWiki and the OS boots fine (running linux-lts kernel, with virtualbox-guest-dkms Guest Additions installed). After installing i3, I've added the following to ~/.xinitrc:



      VBoxClient-all
      exec i3


      This appears to work, but does the auto-resizing only once. After that, the Auto-Resize Guest Display menu and Seamless Mode in host VirtualBox menu become disabled.
      What I found out, is that if I kill the VBoxClient process and re-initiate it, the auto-resize functionality starts to work again, but disables as soon the first resize event occurs.



      killall VBoxClient
      /usr/bin/VBoxClient-all


      Can anyone suggest a solution? Much appreciated. Thanks!







      linux arch-linux virtualbox i3






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Sep 2 '16 at 19:26









      beargrittly

      162




      162




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          I updated my Arch recently and the problem seems to be fixed! However, prior to that, I just settled with defining an alias in my .zshrc file:



          alias resize='killall VBoxClient && VBoxClient-all'


          So whenever I needed to fix the sizing of my screen, I just typed that command in my terminal. Not really the solution I was asking for, but it still helped out a lot.






          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',
            convertImagesToLinks: false,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            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%2funix.stackexchange.com%2fquestions%2f307525%2fi3wm-running-in-arch-linux-guest-virtualbox-stops-auto-resizing%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













            I updated my Arch recently and the problem seems to be fixed! However, prior to that, I just settled with defining an alias in my .zshrc file:



            alias resize='killall VBoxClient && VBoxClient-all'


            So whenever I needed to fix the sizing of my screen, I just typed that command in my terminal. Not really the solution I was asking for, but it still helped out a lot.






            share|improve this answer
























              up vote
              0
              down vote













              I updated my Arch recently and the problem seems to be fixed! However, prior to that, I just settled with defining an alias in my .zshrc file:



              alias resize='killall VBoxClient && VBoxClient-all'


              So whenever I needed to fix the sizing of my screen, I just typed that command in my terminal. Not really the solution I was asking for, but it still helped out a lot.






              share|improve this answer






















                up vote
                0
                down vote










                up vote
                0
                down vote









                I updated my Arch recently and the problem seems to be fixed! However, prior to that, I just settled with defining an alias in my .zshrc file:



                alias resize='killall VBoxClient && VBoxClient-all'


                So whenever I needed to fix the sizing of my screen, I just typed that command in my terminal. Not really the solution I was asking for, but it still helped out a lot.






                share|improve this answer












                I updated my Arch recently and the problem seems to be fixed! However, prior to that, I just settled with defining an alias in my .zshrc file:



                alias resize='killall VBoxClient && VBoxClient-all'


                So whenever I needed to fix the sizing of my screen, I just typed that command in my terminal. Not really the solution I was asking for, but it still helped out a lot.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Sep 28 '16 at 21:16









                beargrittly

                162




                162



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f307525%2fi3wm-running-in-arch-linux-guest-virtualbox-stops-auto-resizing%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    How to check contact read email or not when send email to Individual?

                    Bahrain

                    Postfix configuration issue with fips on centos 7; mailgun relay