wingpanel
wingpanel copied to clipboard
wingpanel crashes randomly
What Happened?
I'm on latest odin (fresh instlal no upgrade) - wingpanel crashes randomly. The time freezes and no click on application menu is possible.
my workaround is I use killall io.elementary.wingpanel to restart the wingpanel process.
are there any logs or a debug mode?
io.elementary.wingpanel --help does not show up a debug option.
The only modification is I have installed the system monitor plugin: https://github.com/diogopessoa/wingpanel-indicator-sysmon
Steps to Reproduce
randomly 4-5 crashes a day
Expected Behavior
no random crashes
OS Version
6.x (Odin)
Software Version
Latest release (I have run all updates)
Log Output
No response
Hardware Info
No response
Same issue
I have been using elementary os for over 2 years and wingpanel crashes almost every day and at random. I have to kill
it from the terminal to restart it.
We likely need some traces to understand what is happening:
- Install systemd-coredump and enable Ubuntu debug packages
sudo apt install systemd-coredump ubuntu-dbgsym-keyring
echo "deb http://ddebs.ubuntu.com $(lsb_release -csu)-updates main restricted universe multiverse\ndeb http://ddebs.ubuntu.com $(lsb_release -csu)-proposed main restricted universe multiverse\ndeb http://ddebs.ubuntu.com $(lsb_release -csu) main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list.d/ddebs.list
- Modify
/etc/apt/sources.list.d/elementary-os-ubuntu-stable-focal.list
to includemain/debug
at then end of the first line, like:
deb http://ppa.launchpad.net/elementary-os/daily/ubuntu focal main main/debug
- Install the debug symbols for a complete backtrace of >ingpanel
sudo apt update
sudo apt install libglib2.0-0-dbgsym libgtk-3-0-dbgsym io.elementary.wingpanel-dbgsym libwingpanel3-dbgsym wingpanel-indicator-bluetooth-dbgsym wingpanel-indicator-datetime-dbgsym wingpanel-indicator-keyboard-dbgsym wingpanel-indicator-network-dbgsym wingpanel-indicator-nightlight-dbgsym wingpanel-indicator-notifications-dbgsym wingpanel-indicator-power-dbgsym wingpanel-indicator-session-dbgsym wingpanel-indicator-sound-dbgsym
- Make wingpanel crash
- Run and copy here the output of:
sudo coredumpctl dump /usr/bin/io.elementary.wingpanel
Thank you for your cooperation
- Since I did this, I got a lot of warnings on
sudo apt update
. Some of them (translated from french):
W: The configured file "bionic-proposed/cnf /Commands-amd64" will not be taken into account because the repository "http://ddebs.ubuntu.com bionic-updates InRelease" does not have the source "bionic-proposed "(Input error in sources.list?)
W: The configured file "bionic/binary-amd64/Packages" will not be taken into account because the repository "http://ddebs.ubuntu.com bionic-updates InRelease" does not have the source "bionic" (error of entered in sources.list?)
You can also review them here : warning.txt
2. The file /etc/apt/sources.list.d/elementary-os-ubuntu-stable-focal.list
does not exit, I have a similar one : /etc/apt/sources.list.d/elementary-os-ubuntu-daily-bionic.list
Is this related to a different version of eOS?
@tarik-boumaza Sorry, the report above mentioned Odin (Based on Ubuntu Focal), you seem to be on Juno (based on Ubuntu Bionic)
We are unlikely to fix any issue on Juno these days
@tintou are these kind of debugging instructions available on the elementary website for easy discoverable?
@vjr It's not and I'm actually recreating the instructions from memory every time I have to ask them :sweat_smile:
We likely need some traces to understand what is happening:
1. Install systemd-coredump and enable Ubuntu debug packages
sudo apt install systemd-coredump ubuntu-dbgsym-keyring echo "deb http://ddebs.ubuntu.com $(lsb_release -csu)-updates main restricted universe multiverse\ndeb http://ddebs.ubuntu.com $(lsb_release -csu)-proposed main restricted universe multiverse\ndeb http://ddebs.ubuntu.com $(lsb_release -csu) main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list.d/ddebs.list
2. Modify `/etc/apt/sources.list.d/elementary-os-ubuntu-stable-focal.list` to include `main/debug` at then end of the first line, like:
deb http://ppa.launchpad.net/elementary-os/daily/ubuntu focal main main/debug
3. Install the debug symbols for a complete backtrace of >ingpanel
sudo apt update sudo apt install libglib2.0-0-dbgsym libgtk-3-0-dbgsym io.elementary.wingpanel-dbgsym libwingpanel3-dbgsym wingpanel-indicator-bluetooth-dbgsym wingpanel-indicator-datetime-dbgsym wingpanel-indicator-keyboard-dbgsym wingpanel-indicator-network-dbgsym wingpanel-indicator-nightlight-dbgsym wingpanel-indicator-notifications-dbgsym wingpanel-indicator-power-dbgsym wingpanel-indicator-session-dbgsym wingpanel-indicator-sound-dbgsym
4. Make wingpanel crash 5. Run and copy here the output of:
sudo coredumpctl dump /usr/bin/io.elementary.wingpanel
Thank you for your cooperation
I have the same issue with a wingpanel that now crashes when anything on it is clicked. It recovers and then crashes again. I am using ODIN 6.1 with full updates. I have tried killing winpanel, reinstalling it - same issue I attempted to follow your back trace instructions and got this result:
wemax@wemax-780:/etc/apt/sources.list.d$ sudo apt install libglib2.0-0-dbgsym libgtk-3-0-dbgsym io.elementary.wingpanel-dbgsym libwingpanel3-dbgsym wingpanel-indicator-bluetooth-dbgsym wingpanel-indicator-datetime-dbgsym wingpanel-indicator-keyboard-dbgsym wingpanel-indicator-network-dbgsym wingpanel-indicator-nightlight-dbgsym wingpanel-indicator-notifications-dbgsym wingpanel-indicator-power-dbgsym wingpanel-indicator-session-dbgsym wingpanel-indicator-sound-dbgsym
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package io.elementary.wingpanel-dbgsym
E: Couldn't find any package by glob 'io.elementary.wingpanel-dbgsym'
E: Unable to locate package libwingpanel3-dbgsym
E: Unable to locate package wingpanel-indicator-bluetooth-dbgsym
E: Unable to locate package wingpanel-indicator-datetime-dbgsym
E: Unable to locate package wingpanel-indicator-keyboard-dbgsym
E: Unable to locate package wingpanel-indicator-network-dbgsym
E: Unable to locate package wingpanel-indicator-nightlight-dbgsym
E: Unable to locate package wingpanel-indicator-notifications-dbgsym
E: Unable to locate package wingpanel-indicator-power-dbgsym
E: Unable to locate package wingpanel-indicator-session-dbgsym
E: Unable to locate package wingpanel-indicator-sound-dbgsym
wemax@wemax-780:/etc/apt/sources.list.d$
Wingpanel at this stage is unusable.
hey, there is an bit of an issue with the instructions above, the echo command in step 1 doesn't insert the newline characters as intended, instead, it leaves them in the file.
Make sure your /etc/apt/sources.list.d/ddebs.list
looks like this
Btw i'm also hit with this issue on jolnir, wingpanel uses 100% of a CPU core and after a while it crashes. Trying to repro to provide some traceback.
Possible related to https://github.com/elementary/wingpanel-indicator-notifications/issues/123.
same problem here. In my case, wingpanel does not crash, it just freezes and uses 100% of a CPU core, and every opened program starts to behave buggy. I installed all this debugging stuff but since wingpanel did not crash if I run
sudo coredumpctl dump /usr/bin/io.elementary.wingpanel
it returns "No match found."
I attach some syslog entries that seems related
Mar 25 15:59:03 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 15:59:03:895] info: Store: SET_SYSTEM_IDLE active
Mar 25 15:59:03 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 15:59:03:898] info: [DESKTOP-SIDE-EFFECT] Update from desktop for keys ["app"]
Mar 25 15:59:26 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 15:59:26:331] info: [RTM] (T030QDANU65) Processed 1 user_invalidated event(s) over 34.30ms
Mar 25 15:59:53 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 15:59:53:924] info: Store: SET_SYSTEM_IDLE idle
Mar 25 15:59:53 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 15:59:53:929] info: [DESKTOP-SIDE-EFFECT] Update from desktop for keys ["app"]
Mar 25 16:00:00 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:00:00:952] info: [DND] (T030QDANU65) Checking for changes in DND status for the following members: U0311KPAHPA,U0309MBR81L,U030E4HDUFN,U030XG5062Z,U030AGCBXD3,U030C0R231R,U02VBJEUA3Z,U030CD5Q0HY,U03055W0AJJ,U030EUF3UN8
Mar 25 16:00:00 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:00:00:953] info: [DND] (T030QDANU65) Members with DND changes: U030C0R231R
Mar 25 16:00:00 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:00:00:953] info: [DND] (T030QDANU65) Will check for changes in DND status again in 5 minutes
Mar 25 16:00:05 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:00:05:103] info: [RTM] (T030QDANU65) Processed 1 user_invalidated event(s) over 0.00ms
Mar 25 16:00:13 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:00:13:934] info: Store: SET_SYSTEM_IDLE active
Mar 25 16:00:13 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:00:13:937] info: [DESKTOP-SIDE-EFFECT] Update from desktop for keys ["app"]
Mar 25 16:00:53 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:54 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:00:56 PrecisionTower3420660d8ac5 io.elementary.w[365823]: wingpanel_widgets_indicator_entry_get_display_widget: assertion 'self != NULL' failed
Mar 25 16:00:56 PrecisionTower3420660d8ac5 io.elementary.w[365823]: wingpanel_services_popover_manager_update_has_tooltip: assertion 'display_widget != NULL' failed
Mar 25 16:00:56 PrecisionTower3420660d8ac5 io.elementary.w[365823]: wingpanel_widgets_indicator_entry_get_base_indicator: assertion 'self != NULL' failed
Mar 25 16:00:56 PrecisionTower3420660d8ac5 io.elementary.w[365823]: wingpanel_indicator_opened: assertion 'self != NULL' failed
Mar 25 16:00:56 PrecisionTower3420660d8ac5 io.elementary.w[365823]: DBusService.vala:64: Service registration suceeded
Mar 25 16:01:10 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:01:10:950] info: [CHECK-FOR-OLD-IMS] (T030QDANU65) Within limit [external DMs]: 0
Mar 25 16:01:10 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:01:10:950] info: [CHECK-FOR-OLD-IMS] (T030QDANU65) Within limit [internal DMs]: 11
Mar 25 16:01:16 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:16 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:16 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:16 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:16 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:16 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:19 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:19 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:19 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:19 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:19 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:19 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:19 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:19 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:19 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:19 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:19 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:19 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:19 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:19 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:19 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:29 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:29 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:29 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:29 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:29 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:29 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:29 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:29 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:29 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:29 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:29 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:29 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:29 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:29 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:29 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:29 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:29 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:29 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:01:33 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:01:33:981] info: Store: SET_SYSTEM_IDLE idle
Mar 25 16:01:33 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:01:33:995] info: [DESKTOP-SIDE-EFFECT] Update from desktop for keys ["app"]
Mar 25 16:01:38 PrecisionTower3420660d8ac5 rtkit-daemon[1190]: Supervising 6 threads of 4 processes of 1 users.
Mar 25 16:01:38 PrecisionTower3420660d8ac5 rtkit-daemon[1190]: Supervising 6 threads of 4 processes of 1 users.
Mar 25 16:02:53 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:02:53 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:02:53 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:02:54 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:02:54:043] info: Store: SET_SYSTEM_IDLE active
Mar 25 16:02:54 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:02:54:054] info: [DESKTOP-SIDE-EFFECT] Update from desktop for keys ["app"]
Mar 25 16:03:13 PrecisionTower3420660d8ac5 gala[1889]: invalid (NULL) pointer instance
Mar 25 16:03:13 PrecisionTower3420660d8ac5 gala[1889]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Mar 25 16:03:13 PrecisionTower3420660d8ac5 gala.desktop[1889]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x8200028
Mar 25 16:03:13 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:03:13:980] info: [API-Q] (T030QDANU65) 478ee0c2-1648242193.977 search.autocomplete.model called with reason: AutocompleteModelCache
Mar 25 16:03:13 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:03:13:980] info: [API-Q] (T030QDANU65) 478ee0c2-1648242193.977 search.autocomplete.model is ENQUEUED
Mar 25 16:03:13 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:03:13:991] info: [API-Q] (T030QDANU65) 478ee0c2-1648242193.977 search.autocomplete.model is ACTIVE
Mar 25 16:03:14 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:03:14:227] info: [API-Q] (T030QDANU65) 478ee0c2-1648242193.977 search.autocomplete.model is RESOLVED
Mar 25 16:03:30 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:03:30 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:03:30 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:03:31 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:03:31 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:03:31 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:03:32 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:03:32 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:03:32 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:03:33 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:03:33 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:03:33 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:03:34 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:03:34 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:03:34 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:04:37 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:04:37:950] info: [RTM-EVENT-METRICS] Metrics collection sampling has been reset.
Mar 25 16:04:53 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:04:53:123] info: [RTM] (T030QDANU65) Processed 1 presence_change event(s) over 2.80ms
Mar 25 16:04:55 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:04:55:126] info: [RTM] (T030QDANU65) Processed 1 presence_change event(s) over 2.50ms
Mar 25 16:05:01 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:05:01:950] info: [DND] (T030QDANU65) Checking for changes in DND status for the following members: U0311KPAHPA,U0309MBR81L,U030E4HDUFN,U030XG5062Z,U030AGCBXD3,U030C0R231R,U02VBJEUA3Z,U030CD5Q0HY,U03055W0AJJ,U030EUF3UN8
Mar 25 16:05:01 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:05:01:951] info: [DND] (T030QDANU65) Will check for changes in DND status again in 5 minutes
Mar 25 16:05:07 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:07 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:07 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:09 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:09 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:09 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:10 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:10 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:10 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:11 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:11 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:11 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:15 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:15 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:15 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:19 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:19 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:19 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:22 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:22 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:22 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:23 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:23 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:23 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:25 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:25 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:25 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:26 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:26 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:26 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:26 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:26 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:26 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:29 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:29 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:29 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:30 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:30 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:30 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:30 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:30 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:30 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:32 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:32 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:32 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:39 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:39 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:39 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:44 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:44 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:44 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:49 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:49 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:49 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:50 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:50 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:05:50 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:06:39 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:06:39:464] info: [RTM] (T030QDANU65) Processed 1 presence_change event(s) over 6.00ms
Mar 25 16:06:41 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:06:41 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:06:41 PrecisionTower3420660d8ac5 io.elementary.w[365823]: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
Mar 25 16:07:24 PrecisionTower3420660d8ac5 dbus-daemon[1652]: [session uid=1000 pid=1652] Monitoring connection :1.1257 closed.
Mar 25 16:07:24 PrecisionTower3420660d8ac5 gnome-session[1644]: gnome-session-binary[1644]: WARNING: Application 'io.elementary.wingpanel.desktop' killed by signal 15
Mar 25 16:07:24 PrecisionTower3420660d8ac5 gnome-session-binary[1644]: WARNING: Application 'io.elementary.wingpanel.desktop' killed by signal 15
Mar 25 16:07:25 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:07:25:024] info: Store: DISPLAY_METRICS_CHANGED
Mar 25 16:07:25 PrecisionTower3420660d8ac5 io.elementary.w[366279]: NotificationEntry.vala:79: Unable to mask image: Failed to open file “/tmp/wingpanel-LBOOI1.png”: No such file or directory
Mar 25 16:07:32 PrecisionTower3420660d8ac5 dbus-daemon[1652]: [session uid=1000 pid=1652] Connection :1.1268 (uid=1000 pid=366279 comm="io.elementary.wingpanel " label="unconfined") became a monitor.
Mar 25 16:07:32 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:07:32:827] info: Store: DISPLAY_METRICS_CHANGED
Mar 25 16:07:33 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:07:33:191] info: Store: DISPLAY_METRICS_CHANGED
Mar 25 16:07:33 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:07:33:498] info: Store: DISPLAY_METRICS_CHANGED
Mar 25 16:07:33 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:07:33:722] info: Store: DISPLAY_METRICS_CHANGED
Mar 25 16:10:02 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:10:02:950] info: [DND] (T030QDANU65) Checking for changes in DND status for the following members: U0311KPAHPA,U0309MBR81L,U030E4HDUFN,U030XG5062Z,U030AGCBXD3,U030C0R231R,U02VBJEUA3Z,U030CD5Q0HY,U03055W0AJJ,U030EUF3UN8
Mar 25 16:10:02 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:10:02:951] info: [DND] (T030QDANU65) Will check for changes in DND status again in 5 minutes
Mar 25 16:10:06 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:10:06:953] info: [API-Q] (T030QDANU65) noversion-1648242606.951 Flannel users/info called with reason: flannel-call:users/info
Mar 25 16:10:06 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:10:06:954] info: [API-Q] (T030QDANU65) noversion-1648242606.951 Flannel users/info is ENQUEUED
Mar 25 16:10:06 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:10:06:957] info: [API-Q] (T030QDANU65) noversion-1648242606.951 Flannel users/info is ACTIVE
Mar 25 16:10:07 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:10:07:262] info: [API-Q] (T030QDANU65) noversion-1648242606.951 Flannel users/info is RESOLVED
Mar 25 16:10:48 PrecisionTower3420660d8ac5 gala[1889]: invalid (NULL) pointer instance
Mar 25 16:10:48 PrecisionTower3420660d8ac5 gala[1889]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Mar 25 16:10:48 PrecisionTower3420660d8ac5 gala.desktop[1889]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x8200028
Mar 25 16:12:49 PrecisionTower3420660d8ac5 io.elementary.wingpanel.desktop[283990]: [03/25/22, 16:12:49:566] info: [RTM] (T030QDANU65) Processed 1 presence_change event(s) over 1.50ms
Mar 25 16:13:00 PrecisionTower3420660d8ac5 gala[1889]: invalid (NULL) pointer instance
Mar 25 16:13:00 PrecisionTower3420660d8ac5 gala[1889]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Mar 25 16:13:00 PrecisionTower3420660d8ac5 gala.desktop[1889]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x8200028
( @vjr @tintou There is some relevant how to debug info in this section of the website: https://docs.elementary.io/contributor-guide/ )
I opened wingpanel from the terminal as described in the guide. The freezing problem appears when the bell icon is clicked and after that, if I click anywhere on the screen, these 3 log lines are shown,
`(io.elementary.wingpanel:17701): Gtk-CRITICAL **: 15:43:48.186: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
(io.elementary.wingpanel:17701): Gtk-CRITICAL **: 15:43:48.186: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
(io.elementary.wingpanel:17701): Gtk-CRITICAL **: 15:43:48.186: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed`
and the only way to change the focused window is with alt + tab because it looks as if the mouse click stopped working. The only way to get it to work again is by killing wing panel. Here is the whole log
I opened wingpanel from the terminal as described in the guide. The freezing problem appears when the bell icon is clicked and after that, if I click anywhere on the screen, these 3 log lines are shown,
`(io.elementary.wingpanel:17701): Gtk-CRITICAL **: 15:43:48.186: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed
(io.elementary.wingpanel:17701): Gtk-CRITICAL **: 15:43:48.186: gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed
(io.elementary.wingpanel:17701): Gtk-CRITICAL **: 15:43:48.186: gtk_widget_get_allocation: assertion 'GTK_IS_WIDGET (widget)' failed`
and the only way to change the focused window is with alt + tab because it looks as if the mouse click stopped working. The only way to get it to work again is by killing wing panel. Here is the whole log
Several issue reports similar to yours indicate the following solution: rm ~/.cache/.notifications.session
Nice, It works smoothly now.
Looks like the underlying problem is https://github.com/elementary/wingpanel-indicator-notifications/issues/237, let's close this issue for now?