harry-cpp / code-nautilus

VSCode extension for Nautilus
The Unlicense
419 stars 77 forks source link

move to ubuntu python3-nautilus package name #13

Closed jboz closed 3 years ago

jboz commented 3 years ago

The install script fails because the python-nautilus package has been renamed to python3-nautilus.

harry-cpp commented 3 years ago

On what Ubuntu versions did this happen?

jboz commented 3 years ago
McFly :: ~ » lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.10
Release:    20.10
Codename:   groovy
McFly :: ~ » 
harry-cpp commented 3 years ago

To answer my own question, python3-nautilus comes with Ubuntu 20.04+, we are gonna need to check apt to see if it contains python3-nautilus, and if it fails, to fallback to python-nautilus.

harry-cpp commented 3 years ago

Fixed in #16