-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add UI helpers to .deb package & change install location w/ symlinking #405
Add UI helpers to .deb package & change install location w/ symlinking #405
Conversation
I'm not sure why the build failed - the only changes in this pull request are for |
I've not seen this failure in CI before, but I've heard of the same underlying issue affecting some customers who use the Keychain from other C# projects, but only sporadically. |
957094a
to
5544882
Compare
5544882
to
d87a3b8
Compare
We had a similar question when first putting the Linux support in: to use See https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch04.html Re-reading the FHS I'd argue that
Thoughts @derrickstolee @jeffhostetler @dscho ? |
I agree that The biggest question is: how do we get users who currently have it in |
I believe you'd want I know on macOS the default In lieu of more concrete defaults docs, here's my findings of default
Using the > getconf PATH
/bin:/usr/bin ..which is the opposite, and doesn't list |
On my Mac:
whereas my $PATH has (somehow) accumulated |
Mac has the I really don't think there is anything akin to an default ordering, defacto or otherwise. 😢 |
d87a3b8
to
6b6b08b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes #387
Changes
Atlassian.Bitbucket.UI
andGitHub.UI
to created .deb package/usr/local/bin/share/gcm-core
, with symlinks in the original location (/usr/bin
)Questions
/usr/local/bin/share/gcm-core
the right install directory to use?/usr/local/share/gcm-core
, symlinked to/usr/local/bin