weslly / ColorPicker

Color picker for Sublime Text
http://weslly.github.io/ColorPicker
511 stars 108 forks source link

linux_colorpicker.py marked as write-only when installed from Package Control #22

Closed Rob-ot closed 11 years ago

Rob-ot commented 11 years ago

I installed ColorPicker from Package Control, when pressing ctrl-shift-c I would get this error:

python: can't open file '~/.config/sublime-text-2/Packages/ColorPicker/lib/linux_colorpicker.py': [Errno 13] Permission denied

I started poking around and it turns out that file was marked as write-only (reading was not allowed) for whatever reason. Maybe something is up with the package on Package Control.

For a temporary workaround I ran:

chmod +r ~/.config/sublime-text-2/Packages/ColorPicker/lib/linux_colorpicker.py
weslly commented 11 years ago

Fixed in 8b9f573d11035a6dffb48d7eb1622ab007bc4612