How do you move windows around in Xming (or generally in X-Windows)?





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







1















I'm using Molden, a molecular modeling program in the Xming X-Windows server, and when I set it up to put it's myriad subwindows into a single frame, I seem to lose the ability to move them around and bring them forward (on top of other windows).



In the below picture the "Directory..." window should be above the window with more buttons, as I'm trying to open a file.



enter image description here



How do I do this in Xming, or assuming this is like X-Windows anywhere, in X-Windows.










share|improve this question





























    1















    I'm using Molden, a molecular modeling program in the Xming X-Windows server, and when I set it up to put it's myriad subwindows into a single frame, I seem to lose the ability to move them around and bring them forward (on top of other windows).



    In the below picture the "Directory..." window should be above the window with more buttons, as I'm trying to open a file.



    enter image description here



    How do I do this in Xming, or assuming this is like X-Windows anywhere, in X-Windows.










    share|improve this question

























      1












      1








      1








      I'm using Molden, a molecular modeling program in the Xming X-Windows server, and when I set it up to put it's myriad subwindows into a single frame, I seem to lose the ability to move them around and bring them forward (on top of other windows).



      In the below picture the "Directory..." window should be above the window with more buttons, as I'm trying to open a file.



      enter image description here



      How do I do this in Xming, or assuming this is like X-Windows anywhere, in X-Windows.










      share|improve this question














      I'm using Molden, a molecular modeling program in the Xming X-Windows server, and when I set it up to put it's myriad subwindows into a single frame, I seem to lose the ability to move them around and bring them forward (on top of other windows).



      In the below picture the "Directory..." window should be above the window with more buttons, as I'm trying to open a file.



      enter image description here



      How do I do this in Xming, or assuming this is like X-Windows anywhere, in X-Windows.







      x-windows xming






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked May 17 '11 at 17:02









      Nick TNick T

      1,72232538




      1,72232538






















          2 Answers
          2






          active

          oldest

          votes


















          0














          Your X session isn't running a window manager of any kind. Ask the administrator of the remote system what window managers are available (icewm, fvwm, etc.). Then, if you're running molden from an xterm or similar prompt, you can run the window manager first, then run molden. Something like:



          $ fvwm & # Run window manager in background
          $ molden





          share|improve this answer


























          • I'm actually running the program and X-windows server all locally

            – Nick T
            May 17 '11 at 19:57











          • You still need a window manager (don't know what you'd use on Windows), or to let it run in multiple windows (i.e., not all in one X frame).

            – Mike Renfro
            May 18 '11 at 2:10













          • @MikeRenfro When you run xming, the Windows desktop serves as your window manager. Try to run a window manager on the remote system and it will complain that there's already one running.

            – Isaac Rabinovitch
            Oct 8 '12 at 3:19



















          0














          If it's stuck in the corner or something you can get at its MS windows system menu through the task manager, select move on that then (critically) start with one press of a cursor key then use the mouse.






          share|improve this answer



















          • 1





            This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post - you can always comment on your own posts, and once you have sufficient reputation you will be able to comment on any post.

            – Ramhound
            Jul 22 '15 at 17:21












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          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%2fsuperuser.com%2fquestions%2f284803%2fhow-do-you-move-windows-around-in-xming-or-generally-in-x-windows%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          Your X session isn't running a window manager of any kind. Ask the administrator of the remote system what window managers are available (icewm, fvwm, etc.). Then, if you're running molden from an xterm or similar prompt, you can run the window manager first, then run molden. Something like:



          $ fvwm & # Run window manager in background
          $ molden





          share|improve this answer


























          • I'm actually running the program and X-windows server all locally

            – Nick T
            May 17 '11 at 19:57











          • You still need a window manager (don't know what you'd use on Windows), or to let it run in multiple windows (i.e., not all in one X frame).

            – Mike Renfro
            May 18 '11 at 2:10













          • @MikeRenfro When you run xming, the Windows desktop serves as your window manager. Try to run a window manager on the remote system and it will complain that there's already one running.

            – Isaac Rabinovitch
            Oct 8 '12 at 3:19
















          0














          Your X session isn't running a window manager of any kind. Ask the administrator of the remote system what window managers are available (icewm, fvwm, etc.). Then, if you're running molden from an xterm or similar prompt, you can run the window manager first, then run molden. Something like:



          $ fvwm & # Run window manager in background
          $ molden





          share|improve this answer


























          • I'm actually running the program and X-windows server all locally

            – Nick T
            May 17 '11 at 19:57











          • You still need a window manager (don't know what you'd use on Windows), or to let it run in multiple windows (i.e., not all in one X frame).

            – Mike Renfro
            May 18 '11 at 2:10













          • @MikeRenfro When you run xming, the Windows desktop serves as your window manager. Try to run a window manager on the remote system and it will complain that there's already one running.

            – Isaac Rabinovitch
            Oct 8 '12 at 3:19














          0












          0








          0







          Your X session isn't running a window manager of any kind. Ask the administrator of the remote system what window managers are available (icewm, fvwm, etc.). Then, if you're running molden from an xterm or similar prompt, you can run the window manager first, then run molden. Something like:



          $ fvwm & # Run window manager in background
          $ molden





          share|improve this answer















          Your X session isn't running a window manager of any kind. Ask the administrator of the remote system what window managers are available (icewm, fvwm, etc.). Then, if you're running molden from an xterm or similar prompt, you can run the window manager first, then run molden. Something like:



          $ fvwm & # Run window manager in background
          $ molden






          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited May 17 '11 at 19:26









          grawity

          243k37513570




          243k37513570










          answered May 17 '11 at 18:36









          Mike RenfroMike Renfro

          1,162177




          1,162177













          • I'm actually running the program and X-windows server all locally

            – Nick T
            May 17 '11 at 19:57











          • You still need a window manager (don't know what you'd use on Windows), or to let it run in multiple windows (i.e., not all in one X frame).

            – Mike Renfro
            May 18 '11 at 2:10













          • @MikeRenfro When you run xming, the Windows desktop serves as your window manager. Try to run a window manager on the remote system and it will complain that there's already one running.

            – Isaac Rabinovitch
            Oct 8 '12 at 3:19



















          • I'm actually running the program and X-windows server all locally

            – Nick T
            May 17 '11 at 19:57











          • You still need a window manager (don't know what you'd use on Windows), or to let it run in multiple windows (i.e., not all in one X frame).

            – Mike Renfro
            May 18 '11 at 2:10













          • @MikeRenfro When you run xming, the Windows desktop serves as your window manager. Try to run a window manager on the remote system and it will complain that there's already one running.

            – Isaac Rabinovitch
            Oct 8 '12 at 3:19

















          I'm actually running the program and X-windows server all locally

          – Nick T
          May 17 '11 at 19:57





          I'm actually running the program and X-windows server all locally

          – Nick T
          May 17 '11 at 19:57













          You still need a window manager (don't know what you'd use on Windows), or to let it run in multiple windows (i.e., not all in one X frame).

          – Mike Renfro
          May 18 '11 at 2:10







          You still need a window manager (don't know what you'd use on Windows), or to let it run in multiple windows (i.e., not all in one X frame).

          – Mike Renfro
          May 18 '11 at 2:10















          @MikeRenfro When you run xming, the Windows desktop serves as your window manager. Try to run a window manager on the remote system and it will complain that there's already one running.

          – Isaac Rabinovitch
          Oct 8 '12 at 3:19





          @MikeRenfro When you run xming, the Windows desktop serves as your window manager. Try to run a window manager on the remote system and it will complain that there's already one running.

          – Isaac Rabinovitch
          Oct 8 '12 at 3:19













          0














          If it's stuck in the corner or something you can get at its MS windows system menu through the task manager, select move on that then (critically) start with one press of a cursor key then use the mouse.






          share|improve this answer



















          • 1





            This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post - you can always comment on your own posts, and once you have sufficient reputation you will be able to comment on any post.

            – Ramhound
            Jul 22 '15 at 17:21
















          0














          If it's stuck in the corner or something you can get at its MS windows system menu through the task manager, select move on that then (critically) start with one press of a cursor key then use the mouse.






          share|improve this answer



















          • 1





            This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post - you can always comment on your own posts, and once you have sufficient reputation you will be able to comment on any post.

            – Ramhound
            Jul 22 '15 at 17:21














          0












          0








          0







          If it's stuck in the corner or something you can get at its MS windows system menu through the task manager, select move on that then (critically) start with one press of a cursor key then use the mouse.






          share|improve this answer













          If it's stuck in the corner or something you can get at its MS windows system menu through the task manager, select move on that then (critically) start with one press of a cursor key then use the mouse.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jul 22 '15 at 15:50









          JonJon

          1




          1








          • 1





            This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post - you can always comment on your own posts, and once you have sufficient reputation you will be able to comment on any post.

            – Ramhound
            Jul 22 '15 at 17:21














          • 1





            This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post - you can always comment on your own posts, and once you have sufficient reputation you will be able to comment on any post.

            – Ramhound
            Jul 22 '15 at 17:21








          1




          1





          This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post - you can always comment on your own posts, and once you have sufficient reputation you will be able to comment on any post.

          – Ramhound
          Jul 22 '15 at 17:21





          This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post - you can always comment on your own posts, and once you have sufficient reputation you will be able to comment on any post.

          – Ramhound
          Jul 22 '15 at 17:21


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Super User!


          • 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%2fsuperuser.com%2fquestions%2f284803%2fhow-do-you-move-windows-around-in-xming-or-generally-in-x-windows%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

          Index of /

          Tribalistas

          Listed building