Attempts to print (new install) on a clean Kubunty 20.04 LTS system result in these errors only visible in the python console (without console no errors, just no function):
Plain text or no text, defaulting to: <pygments.lexers.TextLexer>
Traceback (most recent call last):
File "/snap/sublime-text/85/opt/sublime_text/sublime_plugin.py", line 1082, in run_
return self.run(edit, **args)
File "/home/mnagy/.config/sublime-text-3/Packages/Print to HTML/PrintToHTML.py", line 131, in run
send_to_browser(html)
File "/home/mnagy/.config/sublime-text-3/Packages/Print to HTML/PrintToHTML.py", line
164, in send_to_browser
desktop.open(tmp_html.name)
File “/home/mnagy/.config/sublime-text-3/Packages/Print to HTML/desktop/init.py”, line 287, in open
return _run(cmd, 0, wait)
File “/home/mnagy/.config/sublime-text-3/Packages/Print to HTML/desktop/init.py”, line 86, in _run
opener = subprocess.Popen(cmd, shell=shell)
File “./python3.3/subprocess.py”, line 819, in init
File “./python3.3/subprocess.py”, line 1448, in _execute_child
FileNotFoundError: [Errno 2] No such file or directory: ‘kfmclient’
Any idea how to proceed? There is no file named ‘kfmclient’ on this system anywhere.
- Michael