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

chrome-sandbox permission issue on Linux Mint, doesn't run until fixed #80

Open
Quigsly opened this issue Jun 30, 2020 · 5 comments
Open

Comments

@Quigsly
Copy link

Quigsly commented Jun 30, 2020

Describe the bug
chrome-sandbox permission issue

To Reproduce
Install from .deb
Adds to launcher but doesn't open when clicked.
Run from shell and can see the permission error

Expected behavior
Possible to change permission on install?

Error
[32232:0630/213439.908327:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /opt/Colorpicker/chrome-sandbox is owned by root and has mode 4755.

**OS **
LMDE 4 (Linux Mint Debian, Cinnamon)

Colorpicker
colorpicker_2.0.3_amd64.deb

Additional context
(Nice little app, could use a couple more features, but it's really good 👍

@Toinane
Copy link
Owner

Toinane commented Jun 30, 2020

Hey @suprethreal ! Thank you for your issue! Hmm it's a weird one, I didn't have any issue with deb file on my Linux. Maybe its specific to Linux Mint, I'll try to reproduce it on a VM soon as possible! And fix it. I don't know if its possible to change permission on install, I'll to see the possibilities with electron-builder.

Ahah yeah i'm currently in development for the next big update with more features!
Whats types of features do you want to see in Colorpicker? 😄

@Quigsly
Copy link
Author

Quigsly commented Jun 30, 2020

Thanks for the effort.

On windows I would use Just Color Picker

  • Recent colours list is probably the biggest one. With colours and colour codes displayed for each swatch. (need to see the codes to copy easily into CSS for example, bulk export to text would be nice too)
  • One click copy to clipboard from history swatches, or similar
  • Shortcut keys for eyedropper, instead of having to click and then click again, not as important, but faster
  • Some sort of demo is useful

@Toinane
Copy link
Owner

Toinane commented Jun 30, 2020

Okay ! Thanks for the list 👍

  • Recent colours list is probably the biggest one. With colours and colour codes displayed for each swatch. (need to see the codes to copy easily into CSS for example, bulk export to text would be nice too)

Yeah I see! It will be added for the next update!
As a current alternative, you can use shortcuts on Colorpicker or the contextual menu (right click), you can get hex or rgb code shortly. Or even launch the picker without use the icon button! (yeah its not explained, i need to make somes demo and documentation like you said before..)

Capture d’écran 2020-06-30 à 15 41 38

  • One click copy to clipboard from history swatches, or similar

👍 Okay !

  • Shortcut keys for eyedropper, instead of having to click and then click again, not as important, but faster

Yeah you have application shortcuts, I'll add the possibility to change the shortcut and make it global too!

  • Some sort of demo is useful

Yeah indeed ahah! And some documentations too

@Quigsly
Copy link
Author

Quigsly commented Jul 1, 2020

FYI: Looks like a known issue.
electron/electron#17972

For some reason this app at least gets to placing the files so it's pretty easy to edit permissions after the fact. Other apps are not even getting to that point.

@Toinane
Copy link
Owner

Toinane commented Jul 1, 2020

Thanks for your research about it, look like a work around is to set --no-sandbox but i dont like that.
Ill try to find another solution for that, for the moment it will requière user to set chmod manually 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants