$ papyros-files
libEGL warning: DRI2: failed to open vboxvideo (search paths /usr/lib/xorg/modules/dri)
Trying to load QML from: "/usr/local/bin/qml/main.qml"
Trying to load QML from: "/home/collin/qml/main.qml"
Trying to load QML from: "/home/collin/.local/share/papyros-files/qml/main.qml"
Trying to load QML from: "/usr/local/share/papyros-files/qml/main.qml"
QQmlApplicationEngine failed to load component
file:///usr/local/share/papyros-files/qml/main.qml:46 Type FolderPage unavailable
file:///usr/local/share/papyros-files/qml/FolderPage.qml:113 Type PlacesSidebar unavailable
file:///usr/local/share/papyros-files/qml/components/PlacesSidebar.qml:32 ListItem.Header is not a type
When I try to run it I get:
$ papyros-files libEGL warning: DRI2: failed to open vboxvideo (search paths /usr/lib/xorg/modules/dri) Trying to load QML from: "/usr/local/bin/qml/main.qml" Trying to load QML from: "/home/collin/qml/main.qml" Trying to load QML from: "/home/collin/.local/share/papyros-files/qml/main.qml" Trying to load QML from: "/usr/local/share/papyros-files/qml/main.qml" QQmlApplicationEngine failed to load component file:///usr/local/share/papyros-files/qml/main.qml:46 Type FolderPage unavailable file:///usr/local/share/papyros-files/qml/FolderPage.qml:113 Type PlacesSidebar unavailable file:///usr/local/share/papyros-files/qml/components/PlacesSidebar.qml:32 ListItem.Header is not a type