elementary / switchboard-plug-display

Switchboard Displays Plug
https://elementary.io
GNU General Public License v3.0
14 stars 18 forks source link

Crash when opening displays plug #264

Open Akryum opened 3 years ago

Akryum commented 3 years ago

Prerequisites

Describe the bug

Switchboard crashes when clicking on 'Displays' plug. The terminal error is:

ERROR:linkedlist.c:1175:gee_linked_list_real_get: assertion failed: (index < this._size)
Aborted

This started happening when I plugged in a 3rd monitor (which currently has a very small detected resolution). 1st monitor: HDMI 1080p => ok 2nd monitor Displayport 1080p => ok 3rd monitor Displayport 1440p => issue

To Reproduce

Steps to reproduce the behavior:

  1. Open switchboard
  2. Click on 'Displays'
  3. Switchboard closes

Expected behavior

The displays plug opens and switchboard doesn't close.

Screenshots or screen recordings

Logs

Logs
G_MESSAGES_DEBUG=all io.elementary.switchboard 
(io.elementary.switchboard:8053): Gtk-DEBUG: 10:45:25.248: Connecting to session manager
** (io.elementary.switchboard:8053): DEBUG: 10:45:25.249: DisplayPlug.vala:124: Activating Display plug
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.249: PlugsManager.vala:93: io.elementary.switchboard.display registered
** (io.elementary.switchboard:8053): DEBUG: 10:45:25.249: Plug.vala:137: Activating Mouse-Touchpad plug
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.249: PlugsManager.vala:93: io.elementary.switchboard.mouse-touchpad registered
** (io.elementary.switchboard:8053): DEBUG: 10:45:25.250: Plug.vala:84: Activating Power plug
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.250: PlugsManager.vala:93: io.elementary.switchboard.power registered
** (io.elementary.switchboard:8053): DEBUG: 10:45:25.253: Plug.vala:104: Activating Printers plug
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.253: PlugsManager.vala:93: io.elementary.switchboard.printers registered
** (io.elementary.switchboard:8053): DEBUG: 10:45:25.253: Plug.vala:357: Activating About plug
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.253: PlugsManager.vala:93: io.elementary.switchboard.about registered
** (io.elementary.switchboard:8053): DEBUG: 10:45:25.254: Plug.vala:115: Activating Keyboard plug
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.254: PlugsManager.vala:93: io.elementary.switchboard.keyboard registered
** (io.elementary.switchboard:8053): DEBUG: 10:45:25.255: Plug.vala:72: Activating Bluetooth plug
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.255: PlugsManager.vala:93: io.elementary.switchboard.bluetooth registered
** (io.elementary.switchboard:8053): DEBUG: 10:45:25.269: Plug.vala:259: Activating Online Accounts plug
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.269: PlugsManager.vala:93: network-pantheon-online-accounts registered
** (io.elementary.switchboard:8053): DEBUG: 10:45:25.270: Plug.vala:104: Activating Sharing plug
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.270: PlugsManager.vala:93: io.elementary.switchboard.sharing registered
** (io.elementary.switchboard:8053): DEBUG: 10:45:25.271: Plug.vala:83: Activating Network plug
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.271: PlugsManager.vala:93: io.elementary.switchboard.network registered
** (io.elementary.switchboard:8053): DEBUG: 10:45:25.271: Plug.vala:116: Activating Applications plug
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.271: PlugsManager.vala:93: io.elementary.switchboard.applications registered
** (io.elementary.switchboard:8053): DEBUG: 10:45:25.272: Plug.vala:176: Activating Locale plug
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.272: PlugsManager.vala:93: io.elementary.switchboard.locale registered
** (io.elementary.switchboard:8053): DEBUG: 10:45:25.272: Plug.vala:111: Activating Notifications plug
** (io.elementary.switchboard:8053): DEBUG: 10:45:25.272: Plug.vala:56: Using notifications in gala
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.272: PlugsManager.vala:93: io.elementary.switchboard.notifications registered
** (io.elementary.switchboard:8053): DEBUG: 10:45:25.274: Plug.vala:125: Activating Desktop plug
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.274: PlugsManager.vala:93: io.elementary.switchboard.pantheon-shell registered
** (io.elementary.switchboard:8053): DEBUG: 10:45:25.274: Plug.vala:219: Activating Security & Privacy plug
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.274: PlugsManager.vala:93: io.elementary.switchboard.security-privacy registered
** (io.elementary.switchboard:8053): DEBUG: 10:45:25.276: Plug.vala:108: Activating Sound plug
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.276: PlugsManager.vala:93: io.elementary.switchboard.sound registered
** (io.elementary.switchboard:8053): DEBUG: 10:45:25.276: Plug.vala:123: Activating Accessibility plug
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.276: PlugsManager.vala:93: io.elementary.switchboard.a11y registered
** (io.elementary.switchboard:8053): DEBUG: 10:45:25.277: Plug.vala:66: Activating Date & Time plug
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.277: PlugsManager.vala:93: io.elementary.switchboard.datetime registered
** (io.elementary.switchboard:8053): DEBUG: 10:45:25.277: Plug.vala:69: Activating Screen Time & Limits plug
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.277: PlugsManager.vala:93: io.elementary.switchboard.parental-controls registered
** (io.elementary.switchboard:8053): DEBUG: 10:45:25.277: Plug.vala:157: Activating User Accounts plug
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.277: PlugsManager.vala:93: io.elementary.switchboard.useraccounts registered

(io.elementary.switchboard:8053): Gtk-CRITICAL **: 10:45:25.298: gtk_entry_get_text: assertion 'GTK_IS_ENTRY (entry)' failed
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.341: PlugsSearch.vala:57: plugsSearch: add open window: night-light 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.341: PlugsSearch.vala:58: plugsSearch: add ui elements: Displays → Night Light 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.341: PlugsSearch.vala:59: plugsSearch: add plug name: Displays 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.341: PlugsSearch.vala:57: plugsSearch: add open window: night-light 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.341: PlugsSearch.vala:58: plugsSearch: add ui elements: Displays → Night Light → Color temperature 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.341: PlugsSearch.vala:59: plugsSearch: add plug name: Displays 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.341: PlugsSearch.vala:57: plugsSearch: add open window: night-light 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.341: PlugsSearch.vala:58: plugsSearch: add ui elements: Displays → Night Light → Schedule 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.341: PlugsSearch.vala:59: plugsSearch: add plug name: Displays 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.341: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.341: PlugsSearch.vala:58: plugsSearch: add ui elements: Displays → Primary display 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.341: PlugsSearch.vala:59: plugsSearch: add plug name: Displays 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.341: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.341: PlugsSearch.vala:58: plugsSearch: add ui elements: Displays → Rotation lock 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.341: PlugsSearch.vala:59: plugsSearch: add plug name: Displays 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.341: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.341: PlugsSearch.vala:58: plugsSearch: add ui elements: Displays → Scaling factor 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.341: PlugsSearch.vala:59: plugsSearch: add plug name: Displays 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.341: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.341: PlugsSearch.vala:58: plugsSearch: add ui elements: Displays → Screen Resolution 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.341: PlugsSearch.vala:59: plugsSearch: add plug name: Displays 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.341: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.341: PlugsSearch.vala:58: plugsSearch: add ui elements: Displays → Screen Rotation 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.341: PlugsSearch.vala:59: plugsSearch: add plug name: Displays 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.341: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.341: PlugsSearch.vala:58: plugsSearch: add ui elements: Displays → Screen mirroring 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.341: PlugsSearch.vala:59: plugsSearch: add plug name: Displays 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:57: plugsSearch: add open window: clicking 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:58: plugsSearch: add ui elements: Mouse & Touchpad → Clicking 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:59: plugsSearch: add plug name: Mouse & Touchpad 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:57: plugsSearch: add open window: pointing 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:58: plugsSearch: add ui elements: Mouse & Touchpad → Control pointer using keypad 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:59: plugsSearch: add plug name: Mouse & Touchpad 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:57: plugsSearch: add open window: clicking 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:58: plugsSearch: add ui elements: Mouse & Touchpad → Double-click speed 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:59: plugsSearch: add plug name: Mouse & Touchpad 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:57: plugsSearch: add open window: clicking 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:58: plugsSearch: add ui elements: Mouse & Touchpad → Dwell click 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:59: plugsSearch: add plug name: Mouse & Touchpad 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:57: plugsSearch: add open window: clicking 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:58: plugsSearch: add ui elements: Mouse & Touchpad → Long-press secondary click 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:59: plugsSearch: add plug name: Mouse & Touchpad 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:57: plugsSearch: add open window: clicking 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:58: plugsSearch: add ui elements: Mouse & Touchpad → Middle click paste 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:59: plugsSearch: add plug name: Mouse & Touchpad 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:57: plugsSearch: add open window: mouse 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:58: plugsSearch: add ui elements: Mouse & Touchpad → Mouse 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:59: plugsSearch: add plug name: Mouse & Touchpad 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:57: plugsSearch: add open window: mouse 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:58: plugsSearch: add ui elements: Mouse & Touchpad → Mouse → Natural scrolling 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:59: plugsSearch: add plug name: Mouse & Touchpad 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:57: plugsSearch: add open window: mouse 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:58: plugsSearch: add ui elements: Mouse & Touchpad → Mouse → Pointer acceleration 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:59: plugsSearch: add plug name: Mouse & Touchpad 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:57: plugsSearch: add open window: mouse 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:58: plugsSearch: add ui elements: Mouse & Touchpad → Mouse → Pointer speed 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:59: plugsSearch: add plug name: Mouse & Touchpad 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:57: plugsSearch: add open window: pointing 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:58: plugsSearch: add ui elements: Mouse & Touchpad → Pointer size 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:59: plugsSearch: add plug name: Mouse & Touchpad 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:57: plugsSearch: add open window: pointing 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:58: plugsSearch: add ui elements: Mouse & Touchpad → Pointing 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:59: plugsSearch: add plug name: Mouse & Touchpad 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:57: plugsSearch: add open window: clicking 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:58: plugsSearch: add ui elements: Mouse & Touchpad → Primary button 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:59: plugsSearch: add plug name: Mouse & Touchpad 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:57: plugsSearch: add open window: pointing 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:58: plugsSearch: add ui elements: Mouse & Touchpad → Reveal pointer 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:59: plugsSearch: add plug name: Mouse & Touchpad 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:57: plugsSearch: add open window: touchpad 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:58: plugsSearch: add ui elements: Mouse & Touchpad → Touchpad 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:59: plugsSearch: add plug name: Mouse & Touchpad 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:57: plugsSearch: add open window: touchpad 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:58: plugsSearch: add ui elements: Mouse & Touchpad → Touchpad → Ignore when mouse is connected 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:59: plugsSearch: add plug name: Mouse & Touchpad 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:57: plugsSearch: add open window: touchpad 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:58: plugsSearch: add ui elements: Mouse & Touchpad → Touchpad → Ignore while typing 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:59: plugsSearch: add plug name: Mouse & Touchpad 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:57: plugsSearch: add open window: touchpad 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:58: plugsSearch: add ui elements: Mouse & Touchpad → Touchpad → Natural scrolling 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:59: plugsSearch: add plug name: Mouse & Touchpad 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:57: plugsSearch: add open window: touchpad 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:58: plugsSearch: add ui elements: Mouse & Touchpad → Touchpad → Physical clicking 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:59: plugsSearch: add plug name: Mouse & Touchpad 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:57: plugsSearch: add open window: touchpad 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:58: plugsSearch: add ui elements: Mouse & Touchpad → Touchpad → Pointer speed 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:59: plugsSearch: add plug name: Mouse & Touchpad 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:57: plugsSearch: add open window: touchpad 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:58: plugsSearch: add ui elements: Mouse & Touchpad → Touchpad → Scrolling 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:59: plugsSearch: add plug name: Mouse & Touchpad 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:57: plugsSearch: add open window: touchpad 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:58: plugsSearch: add ui elements: Mouse & Touchpad → Touchpad → Tap to click 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.342: PlugsSearch.vala:59: plugsSearch: add plug name: Mouse & Touchpad 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.343: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.343: PlugsSearch.vala:58: plugsSearch: add ui elements: Power → Automatic brightness adjustment 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.343: PlugsSearch.vala:59: plugsSearch: add plug name: Power 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.343: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.343: PlugsSearch.vala:58: plugsSearch: add ui elements: Power → Dim display 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.343: PlugsSearch.vala:59: plugsSearch: add plug name: Power 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.343: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.343: PlugsSearch.vala:58: plugsSearch: add ui elements: Power → Display brightness 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.343: PlugsSearch.vala:59: plugsSearch: add plug name: Power 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.343: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:58: plugsSearch: add ui elements: Power → Display inactive 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:59: plugsSearch: add plug name: Power 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:58: plugsSearch: add ui elements: Power → Docked lid close 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:59: plugsSearch: add plug name: Power 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:58: plugsSearch: add ui elements: Power → Inactive display off 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:59: plugsSearch: add plug name: Power 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:58: plugsSearch: add ui elements: Power → Lid close 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:59: plugsSearch: add plug name: Power 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:58: plugsSearch: add ui elements: Power → Power button 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:59: plugsSearch: add plug name: Power 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:58: plugsSearch: add ui elements: Power → Suspend button 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:59: plugsSearch: add plug name: Power 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:58: plugsSearch: add ui elements: Power → Suspend inactive 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:59: plugsSearch: add plug name: Power 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:58: plugsSearch: add ui elements: About → Report Problems 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:59: plugsSearch: add plug name: About 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:58: plugsSearch: add ui elements: About → Restore Default Settings 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:59: plugsSearch: add plug name: About 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:58: plugsSearch: add ui elements: About → Suggest Translation 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:59: plugsSearch: add plug name: About 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:58: plugsSearch: add ui elements: About → System Information 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:59: plugsSearch: add plug name: About 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:58: plugsSearch: add ui elements: About → Updates 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.344: PlugsSearch.vala:59: plugsSearch: add plug name: About 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:57: plugsSearch: add open window: Behavior 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:58: plugsSearch: add ui elements: Keyboard → Behavior 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:59: plugsSearch: add plug name: Keyboard 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:57: plugsSearch: add open window: Behavior 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:58: plugsSearch: add ui elements: Keyboard → Behavior → Cursor Blinking 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:59: plugsSearch: add plug name: Keyboard 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:57: plugsSearch: add open window: Behavior 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:58: plugsSearch: add ui elements: Keyboard → Behavior → Repeat Keys 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:59: plugsSearch: add plug name: Keyboard 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:57: plugsSearch: add open window: Input Method 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:58: plugsSearch: add ui elements: Keyboard → Input Method 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:59: plugsSearch: add plug name: Keyboard 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:57: plugsSearch: add open window: Input Method 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:58: plugsSearch: add ui elements: Keyboard → Input Method → Embed preedit text in application window 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:59: plugsSearch: add plug name: Keyboard 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:57: plugsSearch: add open window: Input Method 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:58: plugsSearch: add ui elements: Keyboard → Input Method → Show candidate window 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:59: plugsSearch: add plug name: Keyboard 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:57: plugsSearch: add open window: Input Method 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:58: plugsSearch: add ui elements: Keyboard → Input Method → Switch engines 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:59: plugsSearch: add plug name: Keyboard 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:57: plugsSearch: add open window: Layout 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:58: plugsSearch: add ui elements: Keyboard → Layout 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:59: plugsSearch: add plug name: Keyboard 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:57: plugsSearch: add open window: Layout 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:58: plugsSearch: add ui elements: Keyboard → Layout → Caps Lock behavior 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:59: plugsSearch: add plug name: Keyboard 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:57: plugsSearch: add open window: Layout 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:58: plugsSearch: add ui elements: Keyboard → Layout → Compose Key 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:59: plugsSearch: add plug name: Keyboard 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:57: plugsSearch: add open window: Layout 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:58: plugsSearch: add ui elements: Keyboard → Layout → Switch layout 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:59: plugsSearch: add plug name: Keyboard 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:57: plugsSearch: add open window: Layout 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:58: plugsSearch: add ui elements: Keyboard → Layout → ⌘ key behavior 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:59: plugsSearch: add plug name: Keyboard 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:57: plugsSearch: add open window: Shortcuts 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:58: plugsSearch: add ui elements: Keyboard → Shortcuts 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:59: plugsSearch: add plug name: Keyboard 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.345: PlugsSearch.vala:58: plugsSearch: add ui elements: Sharing → Media library 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.346: PlugsSearch.vala:59: plugsSearch: add plug name: Sharing 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.346: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.346: PlugsSearch.vala:58: plugsSearch: add ui elements: Network → Airplane Mode 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.346: PlugsSearch.vala:59: plugsSearch: add plug name: Network 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.346: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.346: PlugsSearch.vala:58: plugsSearch: add ui elements: Network → Ethernet 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.346: PlugsSearch.vala:59: plugsSearch: add plug name: Network 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.346: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.346: PlugsSearch.vala:58: plugsSearch: add ui elements: Network → Hotspot 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.346: PlugsSearch.vala:59: plugsSearch: add plug name: Network 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.346: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.346: PlugsSearch.vala:58: plugsSearch: add ui elements: Network → IP Address 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.346: PlugsSearch.vala:59: plugsSearch: add plug name: Network 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.346: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.346: PlugsSearch.vala:58: plugsSearch: add ui elements: Network → LAN 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.346: PlugsSearch.vala:59: plugsSearch: add plug name: Network 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.346: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.346: PlugsSearch.vala:58: plugsSearch: add ui elements: Network → Proxy 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.346: PlugsSearch.vala:59: plugsSearch: add plug name: Network 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.346: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.346: PlugsSearch.vala:58: plugsSearch: add ui elements: Network → VPN 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.346: PlugsSearch.vala:59: plugsSearch: add plug name: Network 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.346: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.346: PlugsSearch.vala:58: plugsSearch: add ui elements: Network → WLAN 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.346: PlugsSearch.vala:59: plugsSearch: add plug name: Network 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.346: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.346: PlugsSearch.vala:58: plugsSearch: add ui elements: Network → Wi-Fi 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.346: PlugsSearch.vala:59: plugsSearch: add plug name: Network 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.346: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.346: PlugsSearch.vala:58: plugsSearch: add ui elements: Network → Wireless 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.346: PlugsSearch.vala:59: plugsSearch: add plug name: Network 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.347: PlugsSearch.vala:57: plugsSearch: add open window: defaults 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.347: PlugsSearch.vala:58: plugsSearch: add ui elements: Applications → Default Application 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.347: PlugsSearch.vala:59: plugsSearch: add plug name: Applications 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.347: PlugsSearch.vala:57: plugsSearch: add open window: defaults 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.347: PlugsSearch.vala:58: plugsSearch: add ui elements: Applications → Default Apps 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.347: PlugsSearch.vala:59: plugsSearch: add plug name: Applications 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.347: PlugsSearch.vala:57: plugsSearch: add open window: defaults 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.347: PlugsSearch.vala:58: plugsSearch: add ui elements: Applications → Default → Calendar 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.347: PlugsSearch.vala:59: plugsSearch: add plug name: Applications 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.347: PlugsSearch.vala:57: plugsSearch: add open window: defaults 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.347: PlugsSearch.vala:58: plugsSearch: add ui elements: Applications → Default → Email Client 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.347: PlugsSearch.vala:59: plugsSearch: add plug name: Applications 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.347: PlugsSearch.vala:57: plugsSearch: add open window: defaults 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.347: PlugsSearch.vala:58: plugsSearch: add ui elements: Applications → Default → File Browser 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.347: PlugsSearch.vala:59: plugsSearch: add plug name: Applications 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.347: PlugsSearch.vala:57: plugsSearch: add open window: defaults 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.347: PlugsSearch.vala:58: plugsSearch: add ui elements: Applications → Default → Image Viewer 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.347: PlugsSearch.vala:59: plugsSearch: add plug name: Applications 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.347: PlugsSearch.vala:57: plugsSearch: add open window: defaults 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.347: PlugsSearch.vala:58: plugsSearch: add ui elements: Applications → Default → Music Player 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.347: PlugsSearch.vala:59: plugsSearch: add plug name: Applications 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.347: PlugsSearch.vala:57: plugsSearch: add open window: defaults 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.347: PlugsSearch.vala:58: plugsSearch: add ui elements: Applications → Default → Text Editor 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.347: PlugsSearch.vala:59: plugsSearch: add plug name: Applications 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.347: PlugsSearch.vala:57: plugsSearch: add open window: defaults 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.347: PlugsSearch.vala:58: plugsSearch: add ui elements: Applications → Default → Video Player 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.347: PlugsSearch.vala:59: plugsSearch: add plug name: Applications 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.347: PlugsSearch.vala:57: plugsSearch: add open window: defaults 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.347: PlugsSearch.vala:58: plugsSearch: add ui elements: Applications → Default → Web Browser 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.347: PlugsSearch.vala:59: plugsSearch: add plug name: Applications 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.347: PlugsSearch.vala:57: plugsSearch: add open window: startup 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.347: PlugsSearch.vala:58: plugsSearch: add ui elements: Applications → Startup 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.347: PlugsSearch.vala:59: plugsSearch: add plug name: Applications 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.348: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.348: PlugsSearch.vala:58: plugsSearch: add ui elements: Language & Region → Formats 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.348: PlugsSearch.vala:59: plugsSearch: add plug name: Language & Region 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.348: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.348: PlugsSearch.vala:58: plugsSearch: add ui elements: Language & Region → Region 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.348: PlugsSearch.vala:59: plugsSearch: add plug name: Language & Region 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.348: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.348: PlugsSearch.vala:58: plugsSearch: add ui elements: Language & Region → Temperature 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.348: PlugsSearch.vala:59: plugsSearch: add plug name: Language & Region 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.348: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.348: PlugsSearch.vala:58: plugsSearch: add ui elements: Notifications → Bubbles 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.348: PlugsSearch.vala:59: plugsSearch: add plug name: Notifications 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.348: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.348: PlugsSearch.vala:58: plugsSearch: add ui elements: Notifications → Do Not Disturb 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.348: PlugsSearch.vala:59: plugsSearch: add plug name: Notifications 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.348: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.348: PlugsSearch.vala:58: plugsSearch: add ui elements: Notifications → Notifications Center 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.348: PlugsSearch.vala:59: plugsSearch: add plug name: Notifications 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.348: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.348: PlugsSearch.vala:58: plugsSearch: add ui elements: Notifications → Sound 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.348: PlugsSearch.vala:59: plugsSearch: add plug name: Notifications 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:57: plugsSearch: add open window: appearance 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:58: plugsSearch: add ui elements: Desktop → Appearance 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:59: plugsSearch: add plug name: Desktop 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:57: plugsSearch: add open window: appearance 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:58: plugsSearch: add ui elements: Desktop → Appearance → Panel translucency 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:59: plugsSearch: add plug name: Desktop 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:57: plugsSearch: add open window: appearance 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:58: plugsSearch: add ui elements: Desktop → Appearance → Text size 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:59: plugsSearch: add plug name: Desktop 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:57: plugsSearch: add open window: appearance 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:58: plugsSearch: add ui elements: Desktop → Appearance → Window animations 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:59: plugsSearch: add plug name: Desktop 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:57: plugsSearch: add open window: dock 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:58: plugsSearch: add ui elements: Desktop → Dock 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:59: plugsSearch: add plug name: Desktop 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:57: plugsSearch: add open window: dock 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:58: plugsSearch: add ui elements: Desktop → Dock → Display 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:59: plugsSearch: add plug name: Desktop 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:57: plugsSearch: add open window: dock 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:58: plugsSearch: add ui elements: Desktop → Dock → Hide Mode 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:59: plugsSearch: add plug name: Desktop 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:57: plugsSearch: add open window: dock 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:58: plugsSearch: add ui elements: Desktop → Dock → Icon Size 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:59: plugsSearch: add plug name: Desktop 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:57: plugsSearch: add open window: dock 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:58: plugsSearch: add ui elements: Desktop → Dock → Pressure reveal 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:59: plugsSearch: add plug name: Desktop 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:57: plugsSearch: add open window: hotc 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:58: plugsSearch: add ui elements: Desktop → Hot Corners 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:59: plugsSearch: add plug name: Desktop 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:57: plugsSearch: add open window: wallpaper 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:58: plugsSearch: add ui elements: Desktop → Wallpaper 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:59: plugsSearch: add plug name: Desktop 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:57: plugsSearch: add open window: firewall 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:58: plugsSearch: add ui elements: Security & Privacy → Firewall 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:59: plugsSearch: add plug name: Security & Privacy 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:57: plugsSearch: add open window: tracking 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:58: plugsSearch: add ui elements: Security & Privacy → History 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:59: plugsSearch: add plug name: Security & Privacy 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:57: plugsSearch: add open window: tracking 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:58: plugsSearch: add ui elements: Security & Privacy → History → Clear History 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:59: plugsSearch: add plug name: Security & Privacy 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:57: plugsSearch: add open window: housekeeping 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:58: plugsSearch: add ui elements: Security & Privacy → Housekeeping 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:59: plugsSearch: add plug name: Security & Privacy 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:57: plugsSearch: add open window: housekeeping 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:58: plugsSearch: add ui elements: Security & Privacy → Housekeeping → Automatically delete old temporary files 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.349: PlugsSearch.vala:59: plugsSearch: add plug name: Security & Privacy 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:57: plugsSearch: add open window: housekeeping 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:58: plugsSearch: add ui elements: Security & Privacy → Housekeeping → Automatically delete old trashed files 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:59: plugsSearch: add plug name: Security & Privacy 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:57: plugsSearch: add open window: housekeeping 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:58: plugsSearch: add ui elements: Security & Privacy → Housekeeping → Number of days to keep trashed and temporary files 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:59: plugsSearch: add plug name: Security & Privacy 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:57: plugsSearch: add open window: location 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:58: plugsSearch: add ui elements: Security & Privacy → Location Services 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:59: plugsSearch: add plug name: Security & Privacy 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:57: plugsSearch: add open window: locking 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:58: plugsSearch: add ui elements: Security & Privacy → Locking 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:59: plugsSearch: add plug name: Security & Privacy 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:57: plugsSearch: add open window: tracking 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:58: plugsSearch: add ui elements: Security & Privacy → Locking → Lock after sceen turns off 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:59: plugsSearch: add plug name: Security & Privacy 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:57: plugsSearch: add open window: tracking 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:58: plugsSearch: add ui elements: Security & Privacy → Locking → Lock on sleep 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:59: plugsSearch: add plug name: Security & Privacy 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:58: plugsSearch: add ui elements: Universal Access → Accessibility Features 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:59: plugsSearch: add plug name: Universal Access 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:57: plugsSearch: add open window: Audio 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:58: plugsSearch: add ui elements: Universal Access → Audio 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:59: plugsSearch: add plug name: Universal Access 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:57: plugsSearch: add open window: Audio 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:58: plugsSearch: add ui elements: Universal Access → Audio → Audio descriptions 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:59: plugsSearch: add plug name: Universal Access 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:57: plugsSearch: add open window: Audio 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:58: plugsSearch: add ui elements: Universal Access → Audio → Flash screen 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:59: plugsSearch: add plug name: Universal Access 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:57: plugsSearch: add open window: Audio 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:58: plugsSearch: add ui elements: Universal Access → Audio → Screen Reader 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:59: plugsSearch: add plug name: Universal Access 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:57: plugsSearch: add open window: Audio 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:58: plugsSearch: add ui elements: Universal Access → Audio → Visual Alerts 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:59: plugsSearch: add plug name: Universal Access 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.350: PlugsSearch.vala:57: plugsSearch: add open window: Audio 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:58: plugsSearch: add ui elements: Universal Access → Audio → keyboard shortcut 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:59: plugsSearch: add plug name: Universal Access 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:57: plugsSearch: add open window: Audio 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:58: plugsSearch: add ui elements: Universal Access → Hearing 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:59: plugsSearch: add plug name: Universal Access 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:57: plugsSearch: add open window: Keyboard 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:58: plugsSearch: add ui elements: Universal Access → Keyboard 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:59: plugsSearch: add plug name: Universal Access 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:57: plugsSearch: add open window: Keyboard 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:58: plugsSearch: add ui elements: Universal Access → Keyboard → Beep when a lock key is pressed 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:59: plugsSearch: add plug name: Universal Access 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:57: plugsSearch: add open window: Keyboard 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:58: plugsSearch: add ui elements: Universal Access → Keyboard → Beep when a modifier key is pressed 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:59: plugsSearch: add plug name: Universal Access 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:57: plugsSearch: add open window: Keyboard 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:58: plugsSearch: add ui elements: Universal Access → Keyboard → Use modifier keys in sequence (sticky keys) 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:59: plugsSearch: add plug name: Universal Access 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:57: plugsSearch: add open window: Typing 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:58: plugsSearch: add ui elements: Universal Access → Typing 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:59: plugsSearch: add plug name: Universal Access 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:57: plugsSearch: add open window: Typing 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:58: plugsSearch: add ui elements: Universal Access → Typing → Beep when a key is accepted 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:59: plugsSearch: add plug name: Universal Access 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:57: plugsSearch: add open window: Typing 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:58: plugsSearch: add ui elements: Universal Access → Typing → Beep when a key is pressed 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:59: plugsSearch: add plug name: Universal Access 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:57: plugsSearch: add open window: Typing 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:58: plugsSearch: add ui elements: Universal Access → Typing → Beep when a key is rejected 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:59: plugsSearch: add plug name: Universal Access 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:57: plugsSearch: add open window: Typing 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:58: plugsSearch: add ui elements: Universal Access → Typing → Delay between key presses (slow keys) 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:59: plugsSearch: add plug name: Universal Access 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:57: plugsSearch: add open window: Typing 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:58: plugsSearch: add ui elements: Universal Access → Typing → Fast Typing 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:59: plugsSearch: add plug name: Universal Access 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:57: plugsSearch: add open window: Typing 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:58: plugsSearch: add ui elements: Universal Access → Typing → Fast Typing Delay length 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:59: plugsSearch: add plug name: Universal Access 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:57: plugsSearch: add open window: Typing 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:58: plugsSearch: add ui elements: Universal Access → Typing → Ignore fast duplicate keypresses (bounce keys) 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:59: plugsSearch: add plug name: Universal Access 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:57: plugsSearch: add open window: Typing 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:58: plugsSearch: add ui elements: Universal Access → Typing → On-screen keyboard 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:59: plugsSearch: add plug name: Universal Access 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:57: plugsSearch: add open window: Typing 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:58: plugsSearch: add ui elements: Universal Access → Typing → Typing Delay length 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:59: plugsSearch: add plug name: Universal Access 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:57: plugsSearch: add open window: Typing 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:58: plugsSearch: add ui elements: Universal Access → Typing → Typing Delays 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.351: PlugsSearch.vala:59: plugsSearch: add plug name: Universal Access 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.352: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.352: PlugsSearch.vala:58: plugsSearch: add ui elements: Date & Time → Network Time 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.352: PlugsSearch.vala:59: plugsSearch: add plug name: Date & Time 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.352: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.352: PlugsSearch.vala:58: plugsSearch: add ui elements: Date & Time → Show week numbers 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.352: PlugsSearch.vala:59: plugsSearch: add plug name: Date & Time 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.352: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.352: PlugsSearch.vala:58: plugsSearch: add ui elements: Date & Time → Time Format 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.352: PlugsSearch.vala:59: plugsSearch: add plug name: Date & Time 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.352: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.352: PlugsSearch.vala:58: plugsSearch: add ui elements: Date & Time → Time Zone 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.352: PlugsSearch.vala:59: plugsSearch: add plug name: Date & Time 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.352: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.352: PlugsSearch.vala:58: plugsSearch: add ui elements: Screen Time & Limits → Limit computer use 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.352: PlugsSearch.vala:59: plugsSearch: add plug name: Screen Time & Limits 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.352: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.352: PlugsSearch.vala:58: plugsSearch: add ui elements: Screen Time & Limits → Prevent application access 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.352: PlugsSearch.vala:59: plugsSearch: add plug name: Screen Time & Limits 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.352: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.352: PlugsSearch.vala:58: plugsSearch: add ui elements: Screen Time & Limits → Prevent website access 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.352: PlugsSearch.vala:59: plugsSearch: add plug name: Screen Time & Limits 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.353: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.353: PlugsSearch.vala:58: plugsSearch: add ui elements: User Accounts → Account type 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.353: PlugsSearch.vala:59: plugsSearch: add plug name: User Accounts 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.353: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.353: PlugsSearch.vala:58: plugsSearch: add ui elements: User Accounts → Avatar 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.353: PlugsSearch.vala:59: plugsSearch: add plug name: User Accounts 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.353: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.353: PlugsSearch.vala:58: plugsSearch: add ui elements: User Accounts → Change Password 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.353: PlugsSearch.vala:59: plugsSearch: add plug name: User Accounts 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.353: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.353: PlugsSearch.vala:58: plugsSearch: add ui elements: User Accounts → Full name 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.353: PlugsSearch.vala:59: plugsSearch: add plug name: User Accounts 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.353: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.353: PlugsSearch.vala:58: plugsSearch: add ui elements: User Accounts → Guest Session 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.353: PlugsSearch.vala:59: plugsSearch: add plug name: User Accounts 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.353: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.353: PlugsSearch.vala:58: plugsSearch: add ui elements: User Accounts → Language 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.353: PlugsSearch.vala:59: plugsSearch: add plug name: User Accounts 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.353: PlugsSearch.vala:57: plugsSearch: add open window:  
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.353: PlugsSearch.vala:58: plugsSearch: add ui elements: User Accounts → Log in automatically 
(io.elementary.switchboard:8053): switchboard-DEBUG: 10:45:25.353: PlugsSearch.vala:59: plugsSearch: add plug name: User Accounts 
**
ERROR:linkedlist.c:1175:gee_linked_list_real_get: assertion failed: (index < this._size)
Aborted
Crash log
(gdb) backtrace
#0  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
elementary/switchboard#1  0x00007ffff5eab8b1 in __GI_abort () at abort.c:79
elementary/switchboard#2  0x00007ffff792b315 in g_assertion_message () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
elementary/switchboard#3  0x00007ffff792b37a in g_assertion_message_expr () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
elementary/switchboard#4  0x00007ffff7048cd1 in ?? () from /usr/lib/x86_64-linux-gnu/libgee-0.8.so.2
elementary/switchboard#5  0x00007fffa81dec67 in display_virtual_monitor_get_current_mode_size () from /usr/lib/x86_64-linux-gnu/switchboard/hardware/libdisplay.so
elementary/switchboard#6  0x00007fffa81e84e8 in display_display_widget_construct () from /usr/lib/x86_64-linux-gnu/switchboard/hardware/libdisplay.so
elementary/switchboard#7  0x00007fffa81ebf5e in display_displays_overlay_rescan_displays () from /usr/lib/x86_64-linux-gnu/switchboard/hardware/libdisplay.so
elementary/switchboard#8  0x00007fffa81ec6cd in display_displays_overlay_construct () from /usr/lib/x86_64-linux-gnu/switchboard/hardware/libdisplay.so
elementary/switchboard#9  0x00007fffa81e5cf1 in ?? () from /usr/lib/x86_64-linux-gnu/switchboard/hardware/libdisplay.so
elementary/switchboard-plug-display#200 0x00007ffff72dae57 in ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
elementary/switchboard#11 0x00007ffff72dbee5 in g_object_new_with_properties () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
elementary/switchboard#12 0x00007ffff72dc961 in g_object_new () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
elementary/switchboard#13 0x00007fffa81d56d8 in ?? () from /usr/lib/x86_64-linux-gnu/switchboard/hardware/libdisplay.so
elementary/switchboard#14 0x000055555555b791 in ?? ()
elementary/switchboard#15 0x00007ffff7904285 in g_main_context_dispatch () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
elementary/switchboard#16 0x00007ffff7904650 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
elementary/switchboard#17 0x00007ffff7904962 in g_main_loop_run () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
elementary/switchboard#18 0x00007ffff6927a25 in gtk_main () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
elementary/switchboard#19 0x000055555555dacb in ?? ()
elementary/switchboard#20 0x00007ffff72d510d in g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
elementary/switchboard#21 0x00007ffff72e7de8 in ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
elementary/switchboard#22 0x00007ffff72f0715 in g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
elementary/switchboard#23 0x00007ffff72f112f in g_signal_emit () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
elementary/switchboard#24 0x00007ffff75bbc55 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
elementary/switchboard#25 0x00007ffff75bbe66 in g_application_run () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
elementary/switchboard#26 0x000055555555ddb3 in switchboard_main ()
elementary/switchboard#27 0x00007ffff5e8cb97 in __libc_start_main (main=0x55555555b360 
, argc=1, argv=0x7fffffffdce8, init=, fini=, rtld_fini=, stack_end=0x7fffffffdcd8) at ../csu/libc-start.c:310 elementary/switchboard#28 0x000055555555b39a in _start ()

Platform Information

image

Additional context

Akryum commented 3 years ago

xrandr also outputs strange things for the 3rd display (displayport 0):


Screen 0: minimum 320 x 200, current 4480 x 1080, maximum 16384 x 16384
DisplayPort-0 connected primary 640x480+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   640x480       59.94* 
DisplayPort-1 connected 1920x1080+640+0 (normal left inverted right x axis y axis) 527mm x 296mm
   1920x1080     60.00*+  74.97    50.00    59.94  
   1600x1200     60.00  
   1680x1050     59.95  
   1280x1024     75.02    60.02  
   1440x900      74.98    59.89  
   1280x960      60.00  
   1280x800      60.00  
   1152x864      75.00  
   1280x720      60.00    50.00    59.94  
   1152x720      59.97  
   1024x768      75.03    60.00  
   832x624       74.55  
   800x600       75.00    60.32  
   720x576       50.00  
   720x480       60.00    59.94  
   640x480       75.00    60.00    59.94  
   720x400       70.08  
DisplayPort-2 disconnected (normal left inverted right x axis y axis)
HDMI-A-0 connected 1920x1080+2560+0 (normal left inverted right x axis y axis) 510mm x 287mm
   1920x1080     60.00*+  50.00    59.94    30.00    25.00    24.00    29.97    23.98  
   1600x1200     60.00  
   1680x1050     59.88  
   1280x1024     75.02    60.02  
   1440x900      74.98    59.90  
   1280x960      60.00  
   1280x800      59.91  
   1152x864      75.00  
   1280x720      60.00    50.00    59.94  
   1024x768      75.03    70.07    60.00  
   832x624       74.55  
   800x600       72.19    75.00    60.32    56.25  
   720x576       50.00  
   720x480       60.00    59.94  
   640x480       75.00    72.81    66.67    60.00    59.94  
   720x400       70.08  
DVI-D-0 disconnected (normal left inverted right x axis y axis)```