Menu

#231 msys2-launcher and ConEmu

1.0
open
nobody
None
2016-01-11
2016-01-09
No

Given that MinTTY is not a multi-tabs terminal, I wonder if one can integrate the msys2-launcher-git package with the conemu-git package. The ideal would be a tab with MSYS2 shell, a tab with MinGW64 and another with MinGW32.

Is this possible? How?

Maybe we need a terminal like iTerm2 on OSX or Mate-Terminal on GNU/linux Mint...

Discussion

  • Andrea Zagli

    Andrea Zagli - 2016-01-10

    i'm using it

    • for MSYS: set MSYSTEM=MSYS & set MSYSCON=mintty.exe & C:\msys64\usr\bin\mintty -i /msys2.ico /usr/bin/bash --login
    • for MingW32: set MSYSTEM=MINGW32 & set MSYSCON=mintty.exe & C:\msys64\usr\bin\mintty -i /msys2.ico /usr/bin/bash --login
    • for MingW64: set MSYSTEM=MINGW64 & set MSYSCON=mintty.exe & C:\msys64\usr\bin\mintty -i /msys2.ico /usr/bin/bash --login
     
    • Angelo Graziosi

      Angelo Graziosi - 2016-01-10

      It seems not working... I did this:

      Start from Run menu : C:\msys64\opt\bin\ConEmu.exe.

      As firts choice, I selected {Bash::Msys2-64}

      Then in Settings: Startup | Task, click on "+" button and renamed "Group7" into "MSYS2". Then copy/paste:

      "set MSYSTEM=MSYS & set MSYSCON=mintty.exe & C:\msys64\usr\bin\mintty -i /msys2.ico /usr/bin/bash --login"

      from your answer adding it in the box below "Commands (applications, arguments,...". Then click "Save settings".

      Restart C:\msys64\opt\bin\ConEmu.exe. Settings | Startup and in the active radio button "Specified named task", I chose the just create new task: {MSYS2}. Save settings.

      Now when I restart C:\msys64\opt\bin\ConEmu.exe, I get an empty tab, without prompt, and with mintty.exe icon and the string: "<1> ~".

      Maybe you have to elaborate step by step how to configure ConEmu...

      TIA

       
  • Angelo Graziosi

    Angelo Graziosi - 2016-01-10

    Meanwhile, it seems that

    set MSYSTEM=MSYS & set MSYSCON=mintty.exe & %ConEmuDir%....\usr\bin\bash.exe --login -i -new_console:C:"%ConEmuDir%....\msys2.exe"

    and friends, works better..

    Now I am trying to setup the mouse copy/past as in MinTTY...

     
  • Andrea Zagli

    Andrea Zagli - 2016-01-11

    sorry i forgot to say that i'm using conemu vanilla package, not the msys2 package

    on my pc msys2 package doesn't start

     
    • Angelo Graziosi

      Angelo Graziosi - 2016-01-11

      Interesting, very interesting...

      Anyway, it seems I have solved with the trick above.. Thanks.