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

No DevTools #260

Closed
5 tasks done
ElectronicsArchiver opened this issue Dec 24, 2022 · 3 comments · Fixed by #262
Closed
5 tasks done

No DevTools #260

ElectronicsArchiver opened this issue Dec 24, 2022 · 3 comments · Fixed by #262
Labels
bug Something isn't working

Comments

@ElectronicsArchiver
Copy link
Contributor

Thanks in advance for your bug report!

  • Have you reproduced issue in safe mode?
  • Have you used the debugging guide to try to resolve the issue?
  • Have you checked our FAQs to make sure your question isn't answered there?
  • Does your issue already exist?
  • Have you checked you are on the latest release of Pulsar?

What happened?

The devtools won't open in pulsar,
no matter what flags I use or way
I try to open them ( keybinding ,
command palette , gui )

In my existing atom ( latest )
installation it still works however.

Which OS does this happen on?

🐧 Debian based (Linux Mint, Ubuntu, etc.)

OS details

Kubuntu 22.04

Which CPU architecture are you running this on?

64-bit(x86_64)

What steps are needed to reproduce this?

Run pulsar with any - all of the following

  • --dev
  • --safe
  • --no-sandbox

Additional Information:

No response

@ElectronicsArchiver ElectronicsArchiver added the bug Something isn't working label Dec 24, 2022
@ElectronicsArchiver
Copy link
Contributor Author

I managed to get them to open by running Pulsar directly from it's executable:

/opt/Pulsar/pulsar --dev --no-sandbox

So something might be wrong with the script at

/usr/bin/pulsar

@confused-Techie
Copy link
Member

Having to use --no-sandbox on just about every linux distro is currently a known issue, it just needs to be added to the script.

@ElectronicsArchiver
Copy link
Contributor Author

@confused-Techie Yeah but it doesn't seem to work when I supply it to the pulsar command directly..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants