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

bauh-staging 0.9.23.RC-4 on archlinux disappear after refresh apps !!! #216

Closed
LeBron7077 opened this issue Dec 13, 2021 · 6 comments
Closed
Labels
bug Something isn't working done staging

Comments

@LeBron7077
Copy link

libpng warning: iCCP: known incorrect sRGB profile
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/bauh/view/qt/window.py", line 702, in _finish_refresh_packages
if self.update_pkgs(res['installed'], as_installed=as_installed, types=res['types']):
File "/usr/lib/python3.10/site-packages/bauh/view/qt/window.py", line 964, in update_pkgs
self._update_table(pkgs_info=pkgs_info)
File "/usr/lib/python3.10/site-packages/bauh/view/qt/window.py", line 842, in _update_table
self._resize(accept_lower_width=len(self.pkgs) > 0)
File "/usr/lib/python3.10/site-packages/bauh/view/qt/window.py", line 1079, in _resize
self.resize(new_width, self.height())
TypeError: arguments did not match any overloaded call:
resize(self, QSize): argument 1 has unexpected type 'float'
resize(self, int, int): argument 1 has unexpected type 'float'
Fatal Python error: Aborted

Thread 0x00007fab3effd640 (most recent call first):
File "/usr/lib/python3.10/site-packages/bauh/view/qt/thread.py", line 822 in run

Thread 0x00007fab3dffb640 (most recent call first):
File "/usr/lib/python3.10/site-packages/bauh/view/qt/prepare.py", line 140 in run

Thread 0x00007fab513a7640 (most recent call first):
File "/usr/lib/python3.10/site-packages/bauh/view/util/cache.py", line 96 in run
File "/usr/lib/python3.10/threading.py", line 1009 in _bootstrap_inner
File "/usr/lib/python3.10/threading.py", line 966 in _bootstrap

Current thread 0x00007fab6b8e3740 (most recent call first):
File "/usr/lib/python3.10/site-packages/bauh/app.py", line 57 in main
File "/usr/bin/bauh", line 33 in

Extension modules: PyQt5.QtCore, yaml._yaml, PyQt5.QtGui, PyQt5.QtWidgets, PyQt5.QtNetwork (total: 5)
Aborted (core dumped)

@vinifmor
Copy link
Owner

vinifmor commented Dec 13, 2021

@LeBron7077 , it seems to be something related to your QT libraries based on the lines below:

self.resize(new_width, self.height())
TypeError: arguments did not match any overloaded call:
resize(self, QSize): argument 1 has unexpected type 'float'
resize(self, int, int): argument 1 has unexpected type 'float'

I'm going to have a look here if it is possible to force an "int" cast. Thanks for reporting.

@LeBron7077
Copy link
Author

Hello DEV,
How can I fix that on arch, Just so you know, I'm not an expert
Thanks for the quick reply,

@vinifmor
Copy link
Owner

@LeBron7077 I've just pushed a possible fix on the staging branch. Could you try reinstalling it from AUR and give me a feedback if the issue has been fixed ?

@vinifmor vinifmor added bug Something isn't working staging waiting feedback and removed in review labels Dec 13, 2021
@LeBron7077
Copy link
Author

It,s work, after reinstalling bauh-staging-0.9.24.RC-1 everything fine,😊
Thank you so so much, for your quick response.. You are a great & genius DEV,🔥🙏

@vinifmor
Copy link
Owner

Great. Thanks, mate. I hope the tool has been useful for you.

@LeBron7077
Copy link
Author

LeBron7077 commented Dec 13, 2021

actually, I love it dude,🤎
It,s done, and close issue😊
again,Thanks for your effort .

@vinifmor vinifmor mentioned this issue Dec 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working done staging
Projects
None yet
Development

No branches or pull requests

2 participants