Sublime Forum

No packages working

#1

I have installed a handful of packages and none of them seem to be working. They show up in the Tools menu and act as though I can change settings, etc, but none of the changes I do have any effects because the package itself isn’t having any effect. I looked in the terminal upon startup and the warning sign I saw was:

Error:
/bin/sh: 1: convert: not found

which is followed by a bunch of lines about the individual packages, some of which seem very important to me and others not so much. I copied the whole terminal window after starting the program and pasted it all below.

I switched from VS Code because Sublime is easier on my system, which is a bit long in the tooth, but I’ve become dependent on emmet and live server in particular and I think I’m going to loose more time working around not having them than I’ll save in VS Code stalling occasionally.

startup, version: 3211 linux x64 channel: stable
executable: /snap/sublime-text/97/opt/sublime_text/sublime_text
working dir: /
packages path: /home/kingtor/.config/sublime-text-3/Packages
state path: /home/kingtor/.config/sublime-text-3/Local
zip path: /snap/sublime-text/97/opt/sublime_text/Packages
zip path: /home/kingtor/.config/sublime-text-3/Installed Packages
ignored_packages: []
pre session restore time: 0.428125
startup time: 0.685295
git: tracking working dir /home/kingtor/Dropbox/odnt/coursework-notes
git: tracking working dir /home/kingtor/Dropbox/odnt/coursework-notes/10-ES2015
git: tracking working dir /home/kingtor/Dropbox/odnt/exercises/10-exercises
first paint time: 0.87551
reloading plugin Default.arithmetic
reloading plugin Default.auto_indent_tag
reloading plugin Default.block
reloading plugin Default.colors
reloading plugin Default.comment
reloading plugin Default.convert_color_scheme
reloading plugin Default.convert_syntax
reloading plugin Default.copy_path
reloading plugin Default.detect_indentation
reloading plugin Default.echo
reloading plugin Default.exec
reloading plugin Default.fold
reloading plugin Default.font
reloading plugin Default.goto_line
reloading plugin Default.history_list
reloading plugin Default.indentation
reloading plugin Default.install_package_control
reloading plugin Default.kill_ring
reloading plugin Default.mark
reloading plugin Default.new_templates
reloading plugin Default.open_context_url
reloading plugin Default.open_in_browser
reloading plugin Default.pane
reloading plugin Default.paragraph
reloading plugin Default.paste_from_history
reloading plugin Default.profile
reloading plugin Default.quick_panel
reloading plugin Default.rename
reloading plugin Default.run_syntax_tests
reloading plugin Default.save_on_focus_lost
reloading plugin Default.scroll
reloading plugin Default.set_unsaved_view_name
reloading plugin Default.settings
reloading plugin Default.show_scope_name
reloading plugin Default.side_bar
reloading plugin Default.sort
reloading plugin Default.switch_file
reloading plugin Default.symbol
reloading plugin Default.transform
reloading plugin Default.transpose
reloading plugin Default.ui
reloading plugin CSS.css_completions
reloading plugin Diff.diff
reloading plugin HTML.encode_html_entities
reloading plugin HTML.html_completions
reloading plugin ShellScript.ShellScript
reloading plugin Vintage.vintage
reloading plugin Vintage.vintage_commands
reloading plugin Vintage.vintage_motions
reloading plugin 0_package_control_loader.00-package_control
reloading plugin Color Highlighter.color_converter
reloading plugin Color Highlighter.color_highlighter
reloading plugin Color Highlighter.color_hover_listener
reloading plugin Color Highlighter.color_scheme
reloading plugin Color Highlighter.color_scheme_color_highlighter
reloading plugin Color Highlighter.color_searcher
reloading plugin Color Highlighter.color_selection_listener
reloading plugin Color Highlighter.colors
reloading plugin Color Highlighter.content_listener
reloading plugin Color Highlighter.convert_color_command
reloading plugin Color Highlighter.css_colors
reloading plugin Color Highlighter.dummy_event_listener
reloading plugin Color Highlighter.gutter_icons_color_highlighter
reloading plugin Color Highlighter.load_resource
reloading plugin Color Highlighter.main
reloading plugin Color Highlighter.path
reloading plugin Color Highlighter.phantoms_color_highlighter
reloading plugin Color Highlighter.pick_color_command
reloading plugin Color Highlighter.regex_compiler
reloading plugin Color Highlighter.regions
reloading plugin Color Highlighter.set_setting_command
reloading plugin Color Highlighter.settings
reloading plugin Color Highlighter.st_helper
reloading plugin Color Highlighter.topsort
reloading plugin Emmet.main
reloading plugin Package Control.1_reloader
reloading plugin Package Control.2_bootstrap
reloading plugin Package Control.Package Control
reloading plugin Browser Sync.browser_sync
reloading plugin Emmet Style Reflector.emmet_style_reflector
reloading plugin JsPrettier.JsPrettier
plugins loaded
Traceback: error.

Output:

Error:
/bin/sh: 1: convert: not found

Highlighting colors with gutter icons is not supported with current ImageMagick setup. Try configuring the “icon_factory setting”
Traceback (most recent call last):
File “/snap/sublime-text/97/opt/sublime_text/sublime_plugin.py”, line 298, in on_api_ready
plc()
File “/home/kingtor/.config/sublime-text-3/Installed Packages/Color Highlighter.sublime-package/main.py”, line 606, in plugin_loaded
ColorHighlighterPlugin.init()
File “/home/kingtor/.config/sublime-text-3/Installed Packages/Color Highlighter.sublime-package/main.py”, line 319, in init
ColorHighlighterPlugin._fake_color_scheme = ColorHighlighterPlugin.components.provide_fake_color_scheme()
File “/home/kingtor/.config/sublime-text-3/Installed Packages/Color Highlighter.sublime-package/main.py”, line 197, in provide_fake_color_scheme
return self.provide_fake_color_scheme_data()[0]
File “/home/kingtor/.config/sublime-text-3/Installed Packages/Color Highlighter.sublime-package/main.py”, line 188, in provide_fake_color_scheme_data
self._fake_color_scheme_data = parse_color_scheme(self.provide_color_scheme(), self._settings.debug)
File “/home/kingtor/.config/sublime-text-3/Installed Packages/Color Highlighter.sublime-package/color_scheme.py”, line 40, in parse_color_scheme
color_scheme_content = load_resource.load_resource(color_scheme)
File “/home/kingtor/.config/sublime-text-3/Installed Packages/Color Highlighter.sublime-package/load_resource.py”, line 30, in load_resource
return sublime.load_resource(file_path)
File “/snap/sublime-text/97/opt/sublime_text/sublime.py”, line 192, in load_resource
raise IOError(“resource not found”)
OSError: resource not found
Package Control: Skipping automatic upgrade, last run at 2021-02-17 14:15:01, next run at 2021-02-17 15:15:01 or after

0 Likes

#2

The errors seem to be originating from the Color Highlighter plugin. Try removing that package. An alternative is ColorHelper.

0 Likes

#3

That has removed errors from boot-up… And ColorHelper is working! That’s exciting. Now if only the Browser Sync package would actually work. And Emmet. And JsPrettier. I guess the moral of the story, though, is if at first you don’t succeed, try something different. :wink:

0 Likes