You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've followed the README to build panopticon (33ffec0) on macOS using homebrew (qt 5.10.1). panopticon fails to start:
> cargo run -p panopticon --release
warning: path `/Users/nicolas/panopticon.git/cli/src/main.rs` was erroneously implicitly accepted for binary `panop`,
please set bin.path in Cargo.toml
Finished release [optimized] target(s) in 0.0 secs
Running `target/release/panopticon`
QQmlApplicationEngine failed to load component
file:///Users/nicolas/panopticon.git/qml/Panopticon/Window.qml:173 ControlFlowWidget is not a type
I've followed the README to build panopticon (33ffec0) on macOS using homebrew (qt 5.10.1). panopticon fails to start:
Looking at the Window.qml file, I see a
ControlFlowWidget
QML component being instanciated, and I can see that the qml/Panopticon/ControlFlowWidget.qml file exists, but why can't it find it?Also, the README mention launching the
panopticon-qt
crate, which does not exists:The first error happens when launching the
panopticon
crate instead.The text was updated successfully, but these errors were encountered: