-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mintty discussion #500
Comments
Why not use gitter.im? |
Thanks for the hint. I have tentatively created a chat room. |
I saw it and joined :) I hear you on having 'topic' conversations. It looks like this is sort of possible with Gitter. Take a look at FreeCodeCamp. They have multiple chat rooms for various topics. It would be nice if there was some sort of a chat in Github projects. Right now the only real way to communicate (on Github itself) is to create an issue (like this), or to comment on a pull request/commit. Sometimes I want to ask a 'stupid' question, or make a suggestion - but without making permanent clutter via an 'issue'. Anyway I'm still fairly new to Github, so maybe it's just me. |
Unfortunately I cannot add another page with different access rights. But I could set up a second wiki (e.g. github.com/mintty/forum/wiki). Do you have a few links how such wikis in forum-like usage might look and develop? |
With a dedicated "forum" repository, I could also misuse the "issues" features to maintain a second, forum-like issues list, rather than a wiki. That would meet the desired use case. |
My idea was actually to use the "issues" rather than the "wiki" feature of a dedicated "forum" repository, because it provides sorting by topics and threading implicitly. |
I'm just wondering how to sort of casually bring up that I get a -Werror error in config.c when I pull down and build the master branch using gcc 4.9.3 on cygwin. The error is about config.c line 676. I think the analysis that the variable is assigned and then not referenced is correct, when mis_config is not defined. I think it is valuable to be able to start by reporting something like this casually before filing a real issue. |
Yes, that was a commit upload mistake to be fixed soon; note it's not a release, though. |
As an open design issue, for who is interested, I'd like to point out #524. |
Request for comments: implementation details of drop mode #440. |
See #568; I'm changing the bell to make sound by default, to comply with xterm. |
How to donate or sponsor mintty? |
Thanks a lot for the offer. There is currently no need for donation but I'll think about a suitable way, maybe link to some charity. |
What are the license terms for including the build (.exe) of mintty in a commecial product? I understand that the source is open, but is it possible to bundle the binary with a commercial product that is for sale to an end user? |
License files are included in the repository. The main license for mintty is the GNU license. It has been causing me headaches already and as I'm not a lawyer, I'll not be trying to explain it to other people. |
Yes, we develop a product called Templater. It's an Adobe After Effects plugin. You can learn more about the product here: http://dataclay.com Templater logs output to a text file and we want end-users to be able to I will definitely read the license, but I'm not lawyer, either. Any thoughts? |
See https://www.gnu.org/licenses/gpl-faq.html, and note that you must also provide the sources of any GPL'ed code that you distribute. |
Thank you for this information. I will investigate. When it says "provide the source of any GPL'ed code that you distribute," does it suffice to point to this repository? I would rather point to the official repo than to actually include the source code. I understand if it's absolutely necessary to include the actual source code files, but is a reference to the source code repo acceptable? |
Could be; that's how I do it myself. |
I would point to a repo if it contains exactly what I build. If I made patches I would interpret the spirit of the GPL as, patches should be provided as well. Thus it may be more convenient to fork within GitHub and then point to the fork which has the patches. |
Sounds OK, fork or separate patches as you prefer. |
Why does |
With conhost from Windows (which you wouldn't normally run, must be a test case) or with a self-compiled thing? Cannot reproduce. |
Apparently conhost is only visible from 64-bit Cygwin, not from 32-bit Cygwin. |
I don't know if the following problem is for my case only. I open |
Cannot reproduce. Is that with the release or the current repository version? |
|
Did you use a newer download of wslbridge than the latest release (assumedly to capture the mount configuration issue)? I had a similar problem before when I built the frontend and used the release backend which did not match: rprichard/wslbridge#18 (comment) |
There are some interesting patches in msys2 mintty. See this link: https://github.com/Alexpux/MSYS2-packages/tree/master/mintty . You may add those patches 😋 |
Thanks for the hint;
Pinning works in general; it uses the icon of the instance being pinned, I think. There is also the feature once provided for Git-Bash: Application Taskbar Shortcut Launch Command.
This is an MSYS-specific issue, I think.
If that relates to a "jump list": mintty has added that feature recently, and configurable.
There have been fixes about Alt+F2 in current dir in 2.8.0 and 2.8.1. If you clone an instance that invoked a login shell, the CHERE_INVOKING=1 might further help, but I'm not convinced that mintty should intrude so far into shell setup. Interworking with shell profiles needs to be discussed further, i.e. whether this is really a good idea. |
@Biswa96, @Alexpux, @forgottenswitch, @JPeterMugaas: |
I've seen that mintty gets wslbridge path from this line In Windows API one can get the full path of executable with For example, let the full path of mintty is |
/bin/wslbridge is a path in the Cygwin namespace; the Windows functions would not recognize it. |
Why there is two mintty.exe after compiling it with cygwin? One in In |
When I split the binary creation to be architecture-dependent (bin/cygwin32/ etc), I let it make a copy in bin/ to keep the cygport package deployment easy as before.
I didn't write that function, has been untouched for years. "Never touch a running system." |
Not everyone running mintty uses Win10; some numbers of mintty users are still running XP and 7; some may use it under Wine: only LOAD_LIBRARY_... flag values 1,2,8 are supported on XP; many new values require patches for support on 7 and Vista. |
@Biswa96, @Alexpux, @forgottenswitch, @JPeterMugaas: |
Mintty 2.8.5 opens Alt+F2 in same directory (if maintaining current directory information) even in login mode. |
I'm closing this issue which has meanwhile become quite old, in favour of a new general chat issue #777. |
As there is no active general discussion forum for mintty, I am reserving this issue for open discussion about further enhancements, opinions about open issues and their priorities and implementation options.
The text was updated successfully, but these errors were encountered: