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

Fixed co_qualname #41

Merged
merged 1 commit into from
Mar 14, 2023
Merged

Fixed co_qualname #41

merged 1 commit into from
Mar 14, 2023

Conversation

gentlegiantJGC
Copy link
Member

co_qualname does not exist on linux. This is a workaround for that.

Fixes #40

co_qualname does not exist on linux. This is a workaround for that.
@gentlegiantJGC gentlegiantJGC merged commit 2dcf4cf into main Mar 14, 2023
@gentlegiantJGC gentlegiantJGC deleted the bug-40 branch March 14, 2023 17:18
@Max-RM
Copy link

Max-RM commented Mar 14, 2023

thx. part of the problem is gone, but there is still this problem:

QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'

during the program start. this prevents the program window from starting

@gentlegiantJGC
Copy link
Member Author

I can't reproduce that issue on ubuntu. It looks like a warning not an error.
https://unix.stackexchange.com/questions/382789/qstandardpaths-xdg-runtime-dir-not-set-defaulting-to-tmp-runtime-root-when

The application isn't loading on ubuntu which is a different issue that I will need to look into.

@Max-RM
Copy link

Max-RM commented Mar 15, 2023

I can't reproduce that issue on ubuntu. It looks like a warning not an error. https://unix.stackexchange.com/questions/382789/qstandardpaths-xdg-runtime-dir-not-set-defaulting-to-tmp-runtime-root-when

The application isn't loading on ubuntu which is a different issue that I will need to look into.

I'm use Debian (stable) on ARM64 CPU

@Max-RM
Copy link

Max-RM commented Mar 16, 2023

The application isn't loading on ubuntu which is a different issue that I will need to look into.

previously, the application was launched without problems. now there is only a terminal.

and there are no errors in the terminal except for that line. so it is unknown why the program window does not start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some new error
2 participants