Our nautilus-python is compiled only for Python 2, so you can't build extensions relying on it with Python 3. Other distributions have 2 separate packages, should Solus do the same or just switch to Python 3 only?
I wanted to request inclusion of nautilus-terminal, but this needs to be fixed first.
Description
Description
Related Objects
Related Objects
- Mentioned Here
- R2139:9ad30644485b: Switch nautilus-python to python3
Event Timeline
Comment Actions
The move of nautilus-python from python 2 to 3 is not contingent on the inclusion of nautilus-terminal, so that should not be the reason for the move.
A more reasonable technical argument for the move is:
- nautilus-admin should actually be deprecated. It's marked as readonly by upstream and isn't getting developed.
- nautilus-folder-icons should actually support python 3 per https://github.com/bilelmoussaoui/nautilus-folder-icons/blob/master/src/folder-icons.py.in
- font-manager nautilus integration is likely python 3 compatible and can be disabled if that is not the case.
Comment Actions
Resolved with 9ad30644485b. Didn't link this task with my patch, because I didn't see this before.