Skip to content
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

feat(other): add oni2 command to PATH - Linux #1202

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

CrossR
Copy link
Member

@CrossR CrossR commented Jan 14, 2020

Should work for the two Linux builds now, just want to give it a check with some pre-made builds and also check there is no regression on mac.

EDIT: Tested on mac and there is no regression. Just need to check the image issue.

imgPath = path.join(appDirectory, "..", "Onivim2.icns")
}

const options = { name: "Oni2", icns: imgPath }
Copy link
Member Author

@CrossR CrossR Jan 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to check this (the icon)...its not showing up in my VM, but that could just be the weird flavour of Ubuntu I'm running...should try in regular ol Ubuntu or something like CentOS or Arch.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this doesn't matter, since I can't get an icon to show up on Ubuntu at all (I can't see anywhere one would go). Its set correctly for the valid locations at least.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know what you're doing and I could be completely off, but .icns isn't a supported format in Desktop Entries, so maybe that also applies here.

@CrossR CrossR changed the title [WIP] Add to PATH - Linux. Add to PATH - Linux. Mar 12, 2020
@glennsl glennsl changed the title Add to PATH - Linux. feat(other): add oni2 command to PATH - Linux May 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants