-
Notifications
You must be signed in to change notification settings - Fork 87
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
TypeScript plugin for Sublime Text 3 not working #1478
Comments
I see someone on the Sublime Text forum suggested this to you, but they were not familiar with Pop!_OS and were only giving you a guess at what might have been happening:
Pop!_OS does not "try to run all apps in their own sandboxed chroot jail." I think what's going on is that you downloaded a Flatpak version of Sublime Text (the only Sublime Text available in the Pop!_Shop is a Flatpak): The behavior you're seeing should be the same for Flatpaks on any distribution.
If the Flatpak package is not working for your use case, you can install the regular apt version using the instructions on Sublime's website: https://www.sublimetext.com/docs/3/linux_repositories.html You might also want to report this on the GitHub repository for the Flathub package of Sublime Text, since that's most likely where this would need to be fixed: https://github.com/flathub/com.sublimetext.three
What steps did you take to sign up for Mattermost? Does logging in or signing up again at this link not work? https://chat.pop-os.org/ If not, could you provide a screenshot of what you're seeing instead? System76 customers can reach out to support for technical assistance. For non-System76 hardware, you can seek community support on Reddit or Mattermost. |
I had a similar hypothesis before, but indeed the flatpak "sandbox" environment is the correct description.
Worked for me, thank you very much !!
It worked today, so I suppose this was probably an issue of my user account not being retrieved properly from the database, since I had just created it.
I created an issue to let them know. But since my problem is now solved by following the apt install procedure, I'm marking this as closed. Many thanks again ! |
Distribution (run
cat /etc/os-release
):Related Application and/or Package Version (run
apt policy $PACKAGE NAME
):Issue/Bug Description:
I'm trying to get the TypeScript plugin for Sublime-Text 3 to run on Pop! OS. This plug-in needs access to the node executable for nodejs to function. It seems like apps downloaded from Pop! Shop, when launched, are set in a chroot-jail-like environment; and most binaries needed are missing. More details on my issue can be found here. https://forum.sublimetext.com/t/bug-sublime-text-cant-find-nodejs-on-pop-os-ubuntu-20-10/55553
I would like to know how to change this chroot-jail-like environment (ie, add node to it), or how to override it, and run an app un-chrooted.
Other Notes:
I tried to go to the mattermost channel to ask this question but there was "no team I could join", apparently. Additionally, this might be a better place to have a reference on how to solve this issue than mattermost.
The text was updated successfully, but these errors were encountered: