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

Can't install on Ubuntu 16.04 #1

Open
rsgrimes opened this issue Mar 12, 2017 · 2 comments
Open

Can't install on Ubuntu 16.04 #1

rsgrimes opened this issue Mar 12, 2017 · 2 comments

Comments

@rsgrimes
Copy link

I followed the instructions in step one, namely:

git clone https://github.com/jgust/SublimeCscope.git ~/.config/sublime-text-3/Packages/SublimeCscope

And I can verify that the SublimeCscope folder is indeed where it should be

$ ls ~/.config/sublime-text-3/Packages/
SublimeCscope  User

However, when I start Sublime, it promptly deletes that folder, and SublimeCscope is not installed! I've tried it several times, and that is what happens every time.

@directorscut82
Copy link

just delete the json metadata, i.e. rm ~/.config/sublime-text-3/Packages/SublimeCscope/package-metadata.json (before starting sublime)

sublime-keeps-deleting-my-loose-packages

@jgust
Copy link
Owner

jgust commented Jan 20, 2018

My apologies. I somehow managed to miss that I had an issue filed on this project.

@directorscut82 solution is probably the simplest one. I however worked around this by doing the following:

  • Close Sublime Text
  • Clone the SublimeCscope git into sublime's package directory (~/.config/sublime-text-3/Packages on linux)
  • Add SublimeCscope to the list of installed_packages in ~/.config/sublime-text-3/Packages/User/Package Control.sublime-settings
  • Start Sublime Text

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

No branches or pull requests

3 participants