Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI Window is not opening on Ubuntu 20.04 #6

Open
Shehab7osny opened this issue Oct 1, 2021 · 3 comments
Open

GUI Window is not opening on Ubuntu 20.04 #6

Shehab7osny opened this issue Oct 1, 2021 · 3 comments
Labels
bug Something isn't working hacktoberfest

Comments

@Shehab7osny
Copy link

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
Copy link
Owner

deprov447 commented Oct 1, 2021

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 deprov447 added bug Something isn't working hacktoberfest labels Oct 1, 2021
@deprov447
Copy link
Owner

@Shehab7osny any follow ups?

@Shehab7osny
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants