Problem/Motivation
- On a fresh install, go to admin/structure/views.
- Click the path for either the Content view or the People view.
- 404 error
Proposed resolution
It appears the problem is that the views list doesn't take into account whether a path is a default tab path or not. PathPluginBase.php checks this when writing paths and adjusts accordingly, but Views_ui doesn't seem to have any such capability.
Looking into a solution.