-
Notifications
You must be signed in to change notification settings - Fork 384
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
(inkscape) Doesn't shim CLI tool inkscape.com only inkscape.exe #1717
Comments
So it installs it, its just not shimmed. I changed the title accordingly. I personally wouldn't like to have such pollution of my binary path. For almost all of the users there is no benefit of having them both - the difference is only that logs are visible in console AFAIK. |
Why this considering as "pollution" if it have the same name but different extensions (com vs exe), so ink scape.com will be called by default from CMD or PowerShell
Not only this, if you call inkscape.exe it will finished immediately and processing will start in another process, so any software which reply on files which should be generated will not work If there is still not enough arguments, can we consider to add install-time param to install inkscape.com if it really need P.S. I can prepare PR |
Tab competition will suffer and .com will be listed first. Not a big deal though.
What is wrong with
Sure. |
I can confirm that It works, but it force us to use I will prepare PR |
Looks like the correct way to accomplish this is to add support for '.com' files to https://github.com/chocolatey/choco/blob/master/src/chocolatey.resources/helpers/functions/Install-BinFile.ps1 Still researching, closing PR yet |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? |
Dear contributor, As this issue seems to have been inactive for quite some time now, I've automatically closed it. |
Per https://wiki.inkscape.org/wiki/index.php?title=Frequently_asked_questions#I.27m_on_Windows.2C_and_command_line_parameters_don.27t_seem_to_work.21
inkscape's installer provide two programs:
And it will be nice to have both installed
Expected Behavior
choco install inkscape
should installinkscape.com
Current Behavior
choco install inkscape
only installinkscape.exe
Possible Solution
Modify https://github.com/chocolatey-community/chocolatey-coreteampackages/blob/15c78b92f0e81d6d8719811e30c84064a306f98d/automatic/inkscape/tools/chocolateyInstall.ps1#L52 to install both
inkscape.com
andinkscape.exe
Steps to Reproduce (for bugs)
choco install inkscape
refreshenv
inkscape -?
- shows nothingContext
Impossible to execute
inkscape
from CLI (cmd or PowerShell)Your Environment
The text was updated successfully, but these errors were encountered: