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

BeeRef fails to boot on the flatpak version #75

Closed
roland3564 opened this issue Feb 23, 2023 · 5 comments
Closed

BeeRef fails to boot on the flatpak version #75

roland3564 opened this issue Feb 23, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@roland3564
Copy link

Describe the bug
BeeRef fails to start after loading settings by using the flatpak version 0.2.0

To Reproduce
Steps to reproduce the behavior:

  1. flatpak run org.beeref.BeeRef
  2. console prints Starting BeeRef version 0.2.0 Using settings: ~/.var/app/org.beeref.BeeRef/config/BeeRef/BeeRef.ini and Logging to: ~/.var/app/org.beeref.BeeRef/config/BeeRef/BeeRef.log
  3. no gui in output

Expected behavior
The program starts

Screenshots
If applicable, add screenshots to help explain your problem.

Debug log:
For crashes and similar, provide the last 20 lines or so of your debug log. To get the debug log, open BeeRef and go to Help -> Show Debug Log. If in doubt, paste the whole debug log to a paste service like paste.bin

~/.var/app/org.beeref.BeeRef/config/BeeRef/BeeRef.log:

2023-02-23 18:41:51,984 __main__ 3 139965785508736 Starting BeeRef version 0.2.0
2023-02-23 18:41:51,988 __main__ 3 139965785508736 System: Linux The-Thinker 5.15.0-60-generic #66-Ubuntu SMP Fri Jan 20 14:29:49 UTC 2023 x86_64
2023-02-23 18:41:51,988 __main__ 3 139965785508736 Python: 3.9.9
2023-02-23 18:41:51,989 __main__ 3 139965785508736 Using settings: /home/n1/.var/app/org.beeref.BeeRef/config/BeeRef/BeeRef.ini
2023-02-23 18:41:51,989 __main__ 3 139965785508736 Logging to: /home/n1/.var/app/org.beeref.BeeRef/config/BeeRef/BeeRef.log
2023-02-23 18:42:15,665 __main__ 3 140434007591808 Starting BeeRef version 0.2.0
2023-02-23 18:42:15,670 __main__ 3 140434007591808 System: Linux The-Thinker 5.15.0-60-generic #66-Ubuntu SMP Fri Jan 20 14:29:49 UTC 2023 x86_64
2023-02-23 18:42:15,670 __main__ 3 140434007591808 Python: 3.9.9
2023-02-23 18:42:15,671 __main__ 3 140434007591808 Using settings: /home/n1/.var/app/org.beeref.BeeRef/config/BeeRef/BeeRef.ini
2023-02-23 18:42:15,671 __main__ 3 140434007591808 Logging to: /home/n1/.var/app/org.beeref.BeeRef/config/BeeRef/BeeRef.log
@roland3564 roland3564 added the bug Something isn't working label Feb 23, 2023
@Deevad
Copy link

Deevad commented Mar 1, 2023

Hey, I'm in the same case.

There is complimentary info on the flatpak repo "issues" thread: flathub/org.beeref.BeeRef#2 (comment) , but it looks like it will require modification to the source code.

@rbreu Hello! Can you have a look into this?

@roland3564
Copy link
Author

Wow! really? interesting, if there is something I can do, just tell me!

P.S: David, you're my hero! Since I started using Krita I always admired how you blended in the Krita Community, how you actively contributed to every single brush, code and setting, making comics open to everyone and at anytime, I'm reading your series "Pepper and Carrot", and I'm loving every single episode of it to the heart..

Now I'm relatively young, but one day, I'll be an artist as successful as you! I promise! And I'll be there to help you fix Krita one byte at a time!

Cheers!
-Roland.

@Deevad
Copy link

Deevad commented Mar 1, 2023

Oh Wow Roland! That's so good to read 🤩 Thank you!
I wish you very much for your career to become an amazing artist. If you ever have a portfolio somewhere and need constructive feedback, just email me (my email is on my blog, "about" page).
Thanks again for your nice words. 👍

@roland3564
Copy link
Author

Graziee!!!!! Thank you!!!!!! ❤️

@rbreu
Copy link
Owner

rbreu commented Nov 26, 2023

The flatpack version was using a newer version of PyQt than I was using. I have now fixed the PyQt version in setup.py and also upgraded to the latest PyQt version, doing the according necessary fixes.

@rbreu rbreu closed this as completed Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants