-
-
Notifications
You must be signed in to change notification settings - Fork 33
Crash report on version 0.88 (window_control.get_icon_pb(win) = None) #174
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
Comments
I forgot to mention that I've only seen the crash at boot time. |
Added
|
Had the same crash (v0.88 GTK3 Ubuntu Mate 18.04.02) with |
Yes, checking /var/crash I also have the crash long after boot time. |
Documentation for Bamf.Matcher function |
I applied vkareh's patch #173 by hand and rebooted a couple of times and the crash at boot-time appears to be gone. |
After another reboot, the second crash I reported appears again:
|
In dock.py, you can search for:
and
and change them to:
and see if that improves things. |
I added the two "ifs" and it's working well for now, I will continue testing it. |
0 crash reports in a week! |
After updating to version 0.88 I started receiving the following crash report:
I'm currently running Ubuntu Mate 19.04.
Seems like
pixbuf = window_control.get_icon_pb(win)
on dock.py @ 3178 is returning None.The text was updated successfully, but these errors were encountered: