deprov447 / FakeFeed

A simple application to replace webcam feed
2 stars 2 forks source link

GUI Window is not opening on Ubuntu 20.04 #6

Open Shehab7osny opened 3 years ago

Shehab7osny commented 3 years ago

I followed all the steps required for installation (Including the dependencies) on Ubuntu 20.04, but unfortunately after running the command sudo bin/FakeFeed the following messages have been printed to the terminal and the GUI window didn't initiate.

QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
QQmlComponent: Component is not ready
QML engine started
deprov447 commented 3 years ago

QStandardPaths: XDG_RUNTIME_DIR not set can be resolved by exporting a suitable directory path. Or just run sudo XDG_RUNTIME_DIR='<some-relevant-directory-path>' bin/FakeFeed

And regarding QQmlComponent: Component is not ready, it isn't clear why it is happening. But If QML engine is initiated, I guess it should start. If there is any other thing logging to console, please share.

;Check once if process is running (ps aux | grep FakeFeed) and also make sure to wait long enough for GUI to start

deprov447 commented 3 years ago

@Shehab7osny any follow ups?

Shehab7osny commented 3 years ago

@deprov447 Nope! I tried out various approaches but unfortunately none of them worked.