Created
August 19, 2020 20:19
-
-
Save svadrutk/f04ece54db5ebd1b9b680cf062fd2757 to your computer and use it in GitHub Desktop.
Rofi debug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (process:170274): Timings-DEBUG: 12:57:53.543: 0.000000 (0.000000): Started | |
| (process:170274): Timings-DEBUG: 12:57:53.545: 0.001960 (0.001960): ../rofi/source/rofi.c:main:817 | |
| (process:170274): Timings-DEBUG: 12:57:53.545: 0.002003 (0.000043): ../rofi/source/rofi.c:main:850 | |
| (process:170274): Timings-DEBUG: 12:57:53.546: 0.002082 (0.000079): ../rofi/source/rofi.c:main:857 Setup Locale | |
| (process:170274): Rofi-DEBUG: 12:57:53.546: Parse plugin path: /usr/lib/rofi | |
| (process:170274): Rofi-DEBUG: 12:57:53.546: Looking into: /usr/lib/rofi for plugins | |
| (process:170274): Timings-DEBUG: 12:57:53.546: 0.002224 (0.000142): ../rofi/source/rofi.c:main:859 Collect MODI | |
| (process:170274): Timings-DEBUG: 12:57:53.546: 0.002242 (0.000018): ../rofi/source/rofi.c:main:861 Setup MODI | |
| (process:170274): Timings-DEBUG: 12:57:53.546: 0.002261 (0.000019): ../rofi/source/rofi.c:main:865 Setup mainloop | |
| (process:170274): Timings-DEBUG: 12:57:53.546: 0.002400 (0.000139): ../rofi/source/rofi.c:main:868 NK Bindings | |
| (process:170274): Timings-DEBUG: 12:57:53.546: 0.002625 (0.000225): ../rofi/source/xcb.c:display_setup:1179 Open Display | |
| (process:170274): X11Helper-DEBUG: 12:57:53.546: Query RANDR for monitor layout. | |
| (process:170274): X11Helper-DEBUG: 12:57:53.546: Randr XCB api version: 1.6. | |
| (process:170274): X11Helper-DEBUG: 12:57:53.546: Found randr version: 1.5 | |
| (process:170274): X11Helper-DEBUG: 12:57:53.547: Found window manager: i3 | |
| (process:170274): Timings-DEBUG: 12:57:53.547: 0.003445 (0.000820): ../rofi/source/xcb.c:display_setup:1194 Setup XCB | |
| (process:170274): Timings-DEBUG: 12:57:53.566: 0.022271 (0.018826): ../rofi/source/rofi.c:main:875 Setup Display | |
| (process:170274): Timings-DEBUG: 12:57:53.566: 0.022330 (0.000059): ../rofi/source/rofi.c:main:879 Setup abe | |
| (process:170274): Rofi-DEBUG: 12:57:53.566: Look for default config file: /etc/xdg/rofi.rasi | |
| (process:170274): Rofi-DEBUG: 12:57:53.566: Look for default config file: /etc/xdg/rofi.conf | |
| (process:170274): Rofi-DEBUG: 12:57:53.566: Look for default config file: /etc/rofi.rasi | |
| (process:170274): Rofi-DEBUG: 12:57:53.566: Look for default config file: /etc/rofi.conf | |
| (process:170274): Helper-DEBUG: 12:57:53.567: Opening theme, testing: /home/svadrut/.config/rofi/config.rasi | |
| (process:170274): GLib-GIO-DEBUG: 12:57:53.567: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’ | |
| ** (process:170274): DEBUG: 12:57:53.567: Parsing top file: '/home/svadrut/.config/rofi/config.rasi' | |
| (process:170274): Timings-DEBUG: 12:57:53.567: 0.023848 (0.001518): ../rofi/source/rofi.c:main:958 Load cmd config | |
| (process:170274): Timings-DEBUG: 12:57:53.568: 0.024067 (0.000219): ../rofi/source/rofi.c:main:986 Setup Modi | |
| ** (process:170274): DEBUG: 12:57:53.568: Parsing string: '/** | |
| * rofi -dump-theme output. | |
| **/ | |
| * { | |
| red: rgba ( 220, 50, 47, 100 % ); | |
| selected-active-foreground: var(background); | |
| lightfg: rgba ( 88, 104, 117, 100 % ); | |
| separatorcolor: var(foreground); | |
| urgent-foreground: var(red); | |
| alternate-urgent-background: var(lightbg); | |
| lightbg: rgba ( 238, 232, 213, 100 % ); | |
| spacing: 2; | |
| border-color: var(foreground); | |
| normal-background: var(background); | |
| background-color: rgba ( 0, 0, 0, 0 % ); | |
| alternate-active-background: var(lightbg); | |
| active-foreground: var(blue); | |
| blue: rgba ( 38, 139, 210, 100 % ); | |
| urgent-background: var(background); | |
| alternate-normal-foreground: var(foreground); | |
| selected-active-background: var(blue); | |
| background: rgba ( 253, 246, 227, 100 % ); | |
| selected-normal-foreground: var(lightbg); | |
| active-background: var(background); | |
| alternate-active-foreground: var(blue); | |
| alternate-normal-background: var(lightbg); | |
| foreground: rgba ( 0, 43, 54, 100 % ); | |
| selected-urgent-background: var(red); | |
| selected-urgent-foreground: var(background); | |
| normal-foreground: var(foreground); | |
| alternate-urgent-foreground: var(red); | |
| selected-normal-background: var(lightfg); | |
| } | |
| element { | |
| padding: 1px ; | |
| spacing: 5px ; | |
| border: 0; | |
| } | |
| element normal.normal { | |
| background-color: var(normal-background); | |
| text-color: var(normal-foreground); | |
| } | |
| element normal.urgent { | |
| background-color: var(urgent-background); | |
| text-color: var(urgent-foreground); | |
| } | |
| element normal.active { | |
| background-color: var(active-background); | |
| text-color: var(active-foreground); | |
| } | |
| element selected.normal { | |
| background-color: var(selected-normal-background); | |
| text-color: var(selected-normal-foreground); | |
| } | |
| element selected.urgent { | |
| background-color: var(selected-urgent-background); | |
| text-color: var(selected-urgent-foreground); | |
| } | |
| element selected.active { | |
| background-color: var(selected-active-background); | |
| text-color: var(selected-active-foreground); | |
| } | |
| element alternate.normal { | |
| background-color: var(alternate-normal-background); | |
| text-color: var(alternate-normal-foreground); | |
| } | |
| element alternate.urgent { | |
| background-color: var(alternate-urgent-background); | |
| text-color: var(alternate-urgent-foreground); | |
| } | |
| element alternate.active { | |
| background-color: var(alternate-active-background); | |
| text-color: var(alternate-active-foreground); | |
| } | |
| element-text { | |
| background-color: rgba ( 0, 0, 0, 0 % ); | |
| text-color: inherit; | |
| } | |
| element-icon { | |
| background-color: rgba ( 0, 0, 0, 0 % ); | |
| size: 1.2000ch ; | |
| text-color: inherit; | |
| } | |
| window { | |
| padding: 5; | |
| background-color: var(background); | |
| border: 1; | |
| } | |
| mainbox { | |
| padding: 0; | |
| border: 0; | |
| } | |
| message { | |
| padding: 1px ; | |
| border-color: var(separatorcolor); | |
| border: 2px dash 0px 0px ; | |
| } | |
| textbox { | |
| text-color: var(foreground); | |
| } | |
| listview { | |
| padding: 2px 0px 0px ; | |
| scrollbar: true; | |
| border-color: var(separatorcolor); | |
| spacing: 2px ; | |
| fixed-height: 0; | |
| border: 2px dash 0px 0px ; | |
| } | |
| scrollbar { | |
| width: 4px ; | |
| padding: 0; | |
| handle-width: 8px ; | |
| border: 0; | |
| handle-color: var(normal-foreground); | |
| } | |
| sidebar { | |
| border-color: var(separatorcolor); | |
| border: 2px dash 0px 0px ; | |
| } | |
| button { | |
| spacing: 0; | |
| text-color: var(normal-foreground); | |
| } | |
| button selected { | |
| background-color: var(selected-normal-background); | |
| text-color: var(selected-normal-foreground); | |
| } | |
| num-filtered-rows, num-rows { | |
| text-color: grey; | |
| expand: false; | |
| } | |
| textbox-num-sep { | |
| text-color: grey; | |
| expand: false; | |
| str: "/"; | |
| } | |
| inputbar { | |
| padding: 1px ; | |
| spacing: 0px ; | |
| text-color: var(normal-foreground); | |
| children: [ prompt,textbox-prompt-colon,entry, num-filtered-rows, textbox-num-sep, num-rows, case-indicator ]; | |
| } | |
| case-indicator { | |
| spacing: 0; | |
| text-color: var(normal-foreground); | |
| } | |
| entry { | |
| spacing: 0; | |
| text-color: var(normal-foreground); | |
| placeholder-color: grey; | |
| placeholder: "Type to filter"; | |
| } | |
| prompt { | |
| spacing: 0; | |
| text-color: var(normal-foreground); | |
| } | |
| textbox-prompt-colon { | |
| margin: 0px 0.3000em 0.0000em 0.0000em ; | |
| expand: false; | |
| str: ":"; | |
| text-color: inherit; | |
| } | |
| ' | |
| ** (process:170274): DEBUG: 12:57:53.568: Parsing string: '#window { border: 1; padding: 5;}' | |
| ** (process:170274): DEBUG: 12:57:53.568: Parsing string: '#listview { spacing: 2px;}' | |
| ** (process:170274): DEBUG: 12:57:53.568: Parsing string: '#element, inputbar, message { padding: 1px;}' | |
| ** (process:170274): DEBUG: 12:57:53.568: Parsing string: '#listview { scrollbar: true; }' | |
| ** (process:170274): DEBUG: 12:57:53.568: Parsing string: '#scrollbar { handle-width: 8px; }' | |
| (process:170274): Timings-DEBUG: 12:57:53.568: 0.024981 (0.000914): ../rofi/source/view.c:rofi_view_workers_initialize:1976 Setup Threadpool, start | |
| (process:170274): Timings-DEBUG: 12:57:53.568: 0.025057 (0.000076): ../rofi/source/view.c:rofi_view_workers_initialize:1999 Setup Threadpool, done | |
| (process:170274): Timings-DEBUG: 12:58:07.019: 13.476042 (13.450985): ../rofi/source/rofi.c:main:1128 Setup late Display | |
| (process:170274): Timings-DEBUG: 12:58:07.021: 13.477180 (0.001138): ../rofi/source/rofi.c:main:1131 Theme setup | |
| (process:170274): Timings-DEBUG: 12:58:07.021: 13.477335 (0.000155): ../rofi/source/rofi.c:startup:688 Startup | |
| (process:170274): Timings-DEBUG: 12:58:07.021: 13.477367 (0.000032): ../rofi/source/rofi.c:startup:697 Grab keyboard | |
| (process:170274): Timings-DEBUG: 12:58:07.021: 13.477886 (0.000519): ../rofi/source/view.c:__create_window:742 xcb create window | |
| (process:170274): Timings-DEBUG: 12:58:07.021: 13.477940 (0.000054): ../rofi/source/view.c:__create_window:746 xcb create gc | |
| (process:170274): Timings-DEBUG: 12:58:07.023: 13.479065 (0.001125): ../rofi/source/view.c:__create_window:755 create cairo surface | |
| (process:170274): Timings-DEBUG: 12:58:07.023: 13.479211 (0.000146): ../rofi/source/view.c:__create_window:764 pango cairo font setup | |
| (process:170274): Theme-DEBUG: 12:58:07.023: Theme entry: #window property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.023: Theme entry: #window property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.023: Theme entry: #window property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.023: Theme entry: #window property orientation unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.023: Theme entry: #window property font unset. | |
| (process:170274): Timings-DEBUG: 12:58:07.023: 13.479571 (0.000360): ../rofi/source/view.c:__create_window:806 configure font | |
| (process:170274): Timings-DEBUG: 12:58:07.082: 13.538285 (0.058714): ../rofi/source/view.c:__create_window:814 textbox setup | |
| (process:170274): Timings-DEBUG: 12:58:07.082: 13.538367 (0.000082): ../rofi/source/view.c:__create_window:826 setup window attributes | |
| (process:170274): Theme-DEBUG: 12:58:07.082: Theme entry: #window property fullscreen unset. | |
| (process:170274): Timings-DEBUG: 12:58:07.082: 13.538399 (0.000032): ../rofi/source/view.c:__create_window:836 setup window fullscreen | |
| (process:170274): Timings-DEBUG: 12:58:07.082: 13.538417 (0.000018): ../rofi/source/view.c:__create_window:842 setup window name and class | |
| (process:170274): Theme-DEBUG: 12:58:07.082: Theme entry: #window property transparency unset. | |
| (process:170274): Timings-DEBUG: 12:58:07.082: 13.538462 (0.000045): ../rofi/source/view.c:__create_window:853 setup startup notification | |
| (process:170274): Timings-DEBUG: 12:58:07.082: 13.538478 (0.000016): ../rofi/source/view.c:__create_window:855 done | |
| (process:170274): Timings-DEBUG: 12:58:07.082: 13.538512 (0.000034): ../rofi/source/rofi.c:startup:699 CreateWindow | |
| (process:170274): Timings-DEBUG: 12:58:07.082: 13.538530 (0.000018): ../rofi/source/rofi.c:startup:701 Parse ABE | |
| (process:170274): Timings-DEBUG: 12:58:07.082: 13.538696 (0.000166): ../rofi/source/rofi.c:startup:704 Configsanity check | |
| (process:170274): Timings-DEBUG: 12:58:07.084: 13.540560 (0.001864): ../rofi/source/dialogs/run.c:get_apps:216 start | |
| (process:170274): Dialogs.Run-DEBUG: 12:58:07.084: Checking path /home/svadrut/.local/bin for executable. | |
| (process:170274): Dialogs.Run-DEBUG: 12:58:07.084: Checking path /usr/local/sbin for executable. | |
| (process:170274): Dialogs.Run-DEBUG: 12:58:07.084: Checking path /usr/local/bin for executable. | |
| (process:170274): Dialogs.Run-DEBUG: 12:58:07.085: Checking path /usr/bin for executable. | |
| (process:170274): Dialogs.Run-DEBUG: 12:58:07.088: Checking path /usr/lib/jvm/default/bin for executable. | |
| (process:170274): Dialogs.Run-DEBUG: 12:58:07.088: Checking path /usr/bin/site_perl for executable. | |
| (process:170274): Dialogs.Run-DEBUG: 12:58:07.088: Checking path /usr/bin/vendor_perl for executable. | |
| (process:170274): Dialogs.Run-DEBUG: 12:58:07.088: Checking path /usr/bin/core_perl for executable. | |
| (process:170274): GLib-DEBUG: 12:58:07.088: posix_spawn avoided (automatic reaping requested) (fd close requested) | |
| (process:170274): Timings-DEBUG: 12:58:07.361: 13.817403 (0.276843): ../rofi/source/dialogs/run.c:get_apps:336 stop | |
| (process:170274): Dialogs.Ssh-DEBUG: 12:58:07.361: Parsing ssh config file: /home/svadrut/.ssh/config | |
| (process:170274): Timings-DEBUG: 12:58:07.361: 13.817524 (0.000121): ../rofi/source/view.c:rofi_view_create:1813 | |
| (process:170274): Timings-DEBUG: 12:58:07.361: 13.817555 (0.000031): ../rofi/source/view.c:rofi_view_create:1838 Startup notification | |
| (process:170274): Timings-DEBUG: 12:58:07.361: 13.817567 (0.000012): ../rofi/source/view.c:rofi_view_create:1841 Get active monitor | |
| (process:170274): Theme-DEBUG: 12:58:07.361: Theme entry: #window property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.361: Theme entry: #window property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.361: Theme entry: #window property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.361: Theme entry: #window property orientation unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.361: Theme entry: #mainbox property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.361: Theme entry: #mainbox property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.361: Theme entry: #mainbox property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.361: Theme entry: #mainbox property orientation unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.361: Theme entry: #mainbox property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.361: Widgets to large (height) for box: -12 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.361: Theme entry: #inputbar property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.361: Theme entry: #inputbar property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.361: Theme entry: #inputbar property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.361: Theme entry: #inputbar property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.361: Theme entry: #inputbar property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.361: Theme entry: #inputbar property orientation unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.361: Theme entry: #inputbar property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.361: Widgets to large (width) for box: -2 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.361: Widgets to large (height) for box: 0 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.361: Widgets to large (height) for box: -12 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.361: Widgets to large (height) for box: 0 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.361: Widgets to large (height) for box: -12 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.361: Theme entry: #prompt property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.361: Theme entry: #prompt property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.361: Theme entry: #prompt property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.361: Theme entry: #prompt property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.361: Theme entry: #prompt property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.361: Theme entry: #prompt normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.361: Theme entry: #prompt normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.361: Theme entry: #prompt normal.normal property font unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.361: Theme entry: #prompt normal.normal property str unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.361: Theme entry: #prompt normal.normal property content unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.361: Theme entry: #prompt normal.normal property placeholder unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.362: Widgets to large (width) for box: -2 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.362: Widgets to large (height) for box: 0 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.362: Widgets to large (height) for box: -12 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.362: Theme entry: #prompt normal.normal property vertical-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.362: Theme entry: #prompt normal.normal property horizontal-align unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.362: Widgets to large (width) for box: -2 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.362: Widgets to large (height) for box: 0 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.362: Widgets to large (height) for box: -12 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.362: Theme entry: #prompt normal.normal property expand unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.362: Theme entry: #prompt normal.normal property width unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.362: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.362: Theme entry: #prompt normal.normal property width unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.362: Widgets to large (width) for box: -2 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.362: Widgets to large (height) for box: 0 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.362: Widgets to large (height) for box: -12 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.362: Widgets to large (height) for box: 0 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.362: Widgets to large (height) for box: -12 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.362: Theme entry: #textbox-prompt-colon property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.362: Theme entry: #textbox-prompt-colon property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.362: Theme entry: #textbox-prompt-colon property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.362: Theme entry: #textbox-prompt-colon property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.362: Theme entry: #textbox-prompt-colon property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.362: Theme entry: #textbox-prompt-colon normal.normal property borderunset. | |
| (process:170274): Theme-DEBUG: 12:58:07.362: Theme entry: #textbox-prompt-colon normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.362: Theme entry: #textbox-prompt-colon normal.normal property font unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.362: Theme entry: #textbox-prompt-colon normal.normal property placeholder unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.362: Theme entry: #textbox-prompt-colon normal.normal property vertical-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.362: Theme entry: #textbox-prompt-colon normal.normal property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.362: Theme entry: #prompt normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.362: Theme entry: #textbox-prompt-colon normal.normal property width unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.362: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.362: Theme entry: #prompt normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.362: Theme entry: #textbox-prompt-colon normal.normal property width unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.362: Widgets to large (width) for box: -2 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.362: Widgets to large (height) for box: 0 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.362: Widgets to large (height) for box: -12 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.362: Widgets to large (height) for box: 0 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.362: Widgets to large (height) for box: -12 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.362: Theme entry: #entry property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.362: Theme entry: #entry property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.362: Theme entry: #entry property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.363: Theme entry: #entry property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.363: Theme entry: #entry property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.363: Theme entry: #entry normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.363: Theme entry: #entry normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.363: Theme entry: #entry normal.normal property font unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.363: Theme entry: #entry normal.normal property str unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.363: Theme entry: #entry normal.normal property content unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.363: Theme entry: #entry normal.normal property blink unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.363: Theme entry: #entry normal.normal property vertical-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.363: Theme entry: #entry normal.normal property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.363: Theme entry: #entry normal.normal property expand unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.363: Theme entry: #prompt normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.363: Theme entry: #textbox-prompt-colon normal.normal property width unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.363: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.363: Theme entry: #prompt normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.363: Theme entry: #textbox-prompt-colon normal.normal property width unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.363: Widgets to large (width) for box: -2 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.363: Widgets to large (height) for box: 0 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.363: Widgets to large (height) for box: -12 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.363: Widgets to large (height) for box: 0 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.363: Widgets to large (height) for box: -12 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.363: Theme entry: #num-filtered-rows property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.363: Theme entry: #num-filtered-rows property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.363: Theme entry: #num-filtered-rows property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.363: Theme entry: #num-filtered-rows property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.363: Theme entry: #num-filtered-rows property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.363: Theme entry: #num-filtered-rows normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.363: Theme entry: #num-filtered-rows normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.363: Theme entry: #num-filtered-rows normal.normal property font unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.363: Theme entry: #num-filtered-rows normal.normal property str unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.363: Theme entry: #num-filtered-rows normal.normal property content unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.363: Theme entry: #num-filtered-rows normal.normal property placeholder unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.363: Theme entry: #prompt normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.363: Theme entry: #textbox-prompt-colon normal.normal property width unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.363: Widgets to large (width) for box: -2 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.363: Widgets to large (height) for box: 0 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.363: Widgets to large (height) for box: -12 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #num-filtered-rows normal.normal property vertical-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #num-filtered-rows normal.normal property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #prompt normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #textbox-prompt-colon normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #num-filtered-rows normal.normal property width unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.364: Widgets to large (width) for box: -2 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.364: Widgets to large (height) for box: 0 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.364: Widgets to large (height) for box: -12 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #textbox-num-sep property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #textbox-num-sep property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #textbox-num-sep property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #textbox-num-sep property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #textbox-num-sep property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #textbox-num-sep normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #textbox-num-sep normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #textbox-num-sep normal.normal property font unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #textbox-num-sep normal.normal property placeholderunset. | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #textbox-num-sep normal.normal property vertical-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #textbox-num-sep normal.normal property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #prompt normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #textbox-prompt-colon normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #num-filtered-rows normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #textbox-num-sep normal.normal property width unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.364: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #prompt normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #textbox-prompt-colon normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #num-filtered-rows normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #textbox-num-sep normal.normal property width unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.364: Widgets to large (width) for box: -2 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.364: Widgets to large (height) for box: 0 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.364: Widgets to large (height) for box: -12 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.364: Widgets to large (height) for box: 0 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.364: Widgets to large (height) for box: -12 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #num-rows property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #num-rows property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #num-rows property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #num-rows property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #num-rows property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #num-rows normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #num-rows normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #num-rows normal.normal property font unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #num-rows normal.normal property str unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #num-rows normal.normal property content unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #num-rows normal.normal property placeholder unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #prompt normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.364: Theme entry: #textbox-prompt-colon normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.365: Theme entry: #num-filtered-rows normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.365: Theme entry: #textbox-num-sep normal.normal property width unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.365: Widgets to large (width) for box: -2 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.365: Widgets to large (height) for box: 0 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.365: Widgets to large (height) for box: -12 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.365: Theme entry: #num-rows normal.normal property vertical-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.365: Theme entry: #num-rows normal.normal property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.365: Theme entry: #prompt normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.365: Theme entry: #textbox-prompt-colon normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.365: Theme entry: #num-filtered-rows normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.365: Theme entry: #textbox-num-sep normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.365: Theme entry: #num-rows normal.normal property width unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.365: Widgets to large (width) for box: -2 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.365: Widgets to large (height) for box: 0 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.365: Widgets to large (height) for box: -12 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.365: Theme entry: #case-indicator property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.365: Theme entry: #case-indicator property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.365: Theme entry: #case-indicator property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.365: Theme entry: #case-indicator property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.365: Theme entry: #case-indicator property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.365: Theme entry: #case-indicator normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.365: Theme entry: #case-indicator normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.365: Theme entry: #case-indicator normal.normal property font unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.365: Theme entry: #case-indicator normal.normal property str unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.365: Theme entry: #case-indicator normal.normal property placeholder unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.365: Theme entry: #prompt normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.365: Theme entry: #textbox-prompt-colon normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.365: Theme entry: #num-filtered-rows normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.365: Theme entry: #textbox-num-sep normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.365: Theme entry: #num-rows normal.normal property width unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.365: Widgets to large (width) for box: -2 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.365: Widgets to large (height) for box: 0 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.365: Widgets to large (height) for box: -12 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.365: Theme entry: #case-indicator normal.normal property vertical-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.365: Theme entry: #case-indicator normal.normal property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.365: Theme entry: #case-indicator normal.normal property expand unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.365: Theme entry: #prompt normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.365: Theme entry: #textbox-prompt-colon normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.365: Theme entry: #num-filtered-rows normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.365: Theme entry: #textbox-num-sep normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.365: Theme entry: #num-rows normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.366: Theme entry: #case-indicator normal.normal property width unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.366: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.366: Theme entry: #prompt normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.366: Theme entry: #textbox-prompt-colon normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.366: Theme entry: #num-filtered-rows normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.366: Theme entry: #textbox-num-sep normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.366: Theme entry: #num-rows normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.366: Theme entry: #case-indicator normal.normal property width unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.366: Widgets to large (width) for box: -2 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.366: Widgets to large (height) for box: 0 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.366: Widgets to large (height) for box: -12 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.366: Widgets to large (height) for box: 0 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.366: Widgets to large (height) for box: -12 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.366: Theme entry: #prompt normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.366: Theme entry: #textbox-prompt-colon normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.366: Theme entry: #num-filtered-rows normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.366: Theme entry: #textbox-num-sep normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.366: Theme entry: #num-rows normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.366: Theme entry: #case-indicator normal.normal property width unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.366: Widgets to large (width) for box: -2 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.366: Widgets to large (height) for box: 0 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.366: Widgets to large (height) for box: -12 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.366: Theme entry: #message property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.366: Theme entry: #message property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.366: Theme entry: #message property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.366: Theme entry: #message property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.366: Theme entry: #message property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.366: Theme entry: #textbox property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.366: Theme entry: #textbox property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.366: Theme entry: #textbox property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.366: Theme entry: #textbox property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.366: Theme entry: #textbox property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.366: Theme entry: #textbox normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.366: Theme entry: #textbox normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.366: Theme entry: #textbox normal.normal property font unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.366: Theme entry: #textbox normal.normal property str unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #textbox normal.normal property content unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #textbox normal.normal property placeholder unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #textbox normal.normal property vertical-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #textbox normal.normal property horizontal-align unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.367: Widgets to large (height) for box: 0 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.367: Widgets to large (height) for box: -12 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #message property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.367: Widgets to large (height) for box: 0 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.367: Widgets to large (height) for box: -12 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #listview property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #listview property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #listview property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #listview property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #listview property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #scrollbar property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #scrollbar property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #scrollbar property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #element property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #element property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #element property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #element property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #element property orientation unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #element-icon property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #element-icon property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #element-icon property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #element-icon property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #element-icon property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #element-icon property filename unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #element-icon property vertical-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #element-icon property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #element-icon property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.367: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #element-text property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #element-text property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #element-text property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #element-text property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #element-text property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #element-text normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #element-text normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #element-text normal.normal property font unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #element-text normal.normal property str unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #element-text normal.normal property placeholder unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #element-text normal.normal property vertical-alignunset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #element-text normal.normal property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #element-text normal.normal property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.367: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #listview property columns unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Found property: 'fixed-height' on 'listview', but type Integer does not match expected type Boolean. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #listview property fixed-height unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #listview property dynamic unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #listview property reverse unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #listview property cycle unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #listview property fixed-columns unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #listview property layout unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #listview property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.367: Widgets to large (height) for box: 0 0 | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.367: Widgets to large (height) for box: -12 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #listview property lines unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #window property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.367: Theme entry: #prompt normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #textbox-prompt-colon normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #num-filtered-rows normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #textbox-num-sep normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #num-rows normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #case-indicator normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #window property height unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #window property location unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #window property anchor unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #window property x-offset unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #window property y-offset unset. | |
| (process:170274): View-DEBUG: 12:58:07.368: Re-size window based internal request: 683x398. | |
| (process:170274): Timings-DEBUG: 12:58:07.368: 13.824433 (0.006866): ../rofi/source/view.c:rofi_view_refilter:1073 Filter start | |
| (process:170274): Timings-DEBUG: 12:58:07.368: 13.824452 (0.000019): ../rofi/source/view.c:rofi_view_refilter:1078 Filter reload rows | |
| (process:170274): Timings-DEBUG: 12:58:07.368: 13.824468 (0.000016): ../rofi/source/view.c:rofi_view_refilter:1083 Filter tokenize | |
| (process:170274): Timings-DEBUG: 12:58:07.368: 13.824487 (0.000019): ../rofi/source/view.c:rofi_view_refilter:1150 Filter matching done | |
| (process:170274): Timings-DEBUG: 12:58:07.368: 13.824503 (0.000016): ../rofi/source/widgets/listview.c:listview_set_num_elements:518 listview_set_num_elements | |
| (process:170274): Timings-DEBUG: 12:58:07.368: 13.824520 (0.000017): ../rofi/source/widgets/listview.c:listview_set_num_elements:521 Set selected | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element property orientation unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-icon property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-icon property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-icon property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-icon property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-icon property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-icon property filename unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-icon property vertical-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-icon property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-icon property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.368: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-text property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-text property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-text property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-text property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-text property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-text normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-text normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-text normal.normal property font unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-text normal.normal property str unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-text normal.normal property placeholder unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-text normal.normal property vertical-alignunset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-text normal.normal property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-text normal.normal property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.368: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-icon normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-icon normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element property orientation unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-icon property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-icon property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-icon property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-icon property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-icon property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-icon property filename unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-icon property vertical-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-icon property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-icon property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.368: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.368: Theme entry: #element-text property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text normal.normal property font unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text normal.normal property str unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text normal.normal property placeholder unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text normal.normal property vertical-alignunset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text normal.normal property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text normal.normal property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.369: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-icon normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-icon normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element property orientation unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-icon property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-icon property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-icon property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-icon property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-icon property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-icon property filename unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-icon property vertical-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-icon property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-icon property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.369: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text normal.normal property font unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text normal.normal property str unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text normal.normal property placeholder unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text normal.normal property vertical-alignunset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text normal.normal property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text normal.normal property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.369: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-icon normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-icon normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element property orientation unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-icon property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-icon property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-icon property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-icon property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-icon property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-icon property filename unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-icon property vertical-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-icon property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-icon property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.369: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text normal.normal property font unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text normal.normal property str unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text normal.normal property placeholder unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text normal.normal property vertical-alignunset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text normal.normal property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.369: Theme entry: #element-text normal.normal property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.370: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element-icon normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element-icon normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element property orientation unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element-icon property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element-icon property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element-icon property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element-icon property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element-icon property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element-icon property filename unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element-icon property vertical-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element-icon property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element-icon property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.370: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element-text property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element-text property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element-text property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element-text property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element-text property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element-text normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element-text normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element-text normal.normal property font unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element-text normal.normal property str unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element-text normal.normal property placeholder unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element-text normal.normal property vertical-alignunset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element-text normal.normal property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element-text normal.normal property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.370: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element-icon normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element-icon normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element property orientation unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element-icon property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element-icon property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element-icon property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element-icon property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.370: Theme entry: #element-icon property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-icon property filename unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-icon property vertical-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-icon property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-icon property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.371: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-text property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-text property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-text property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-text property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-text property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-text normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-text normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-text normal.normal property font unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-text normal.normal property str unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-text normal.normal property placeholder unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-text normal.normal property vertical-alignunset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-text normal.normal property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-text normal.normal property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.371: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-icon normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-icon normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element property orientation unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-icon property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-icon property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-icon property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-icon property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-icon property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-icon property filename unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-icon property vertical-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-icon property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-icon property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.371: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-text property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-text property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-text property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-text property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-text property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-text normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-text normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-text normal.normal property font unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-text normal.normal property str unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-text normal.normal property placeholder unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-text normal.normal property vertical-alignunset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-text normal.normal property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-text normal.normal property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.371: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-icon normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element-icon normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.371: Theme entry: #element property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element property orientation unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-icon property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-icon property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-icon property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-icon property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-icon property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-icon property filename unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-icon property vertical-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-icon property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-icon property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.372: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-text property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-text property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-text property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-text property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-text property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-text normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-text normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-text normal.normal property font unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-text normal.normal property str unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-text normal.normal property placeholder unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-text normal.normal property vertical-alignunset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-text normal.normal property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-text normal.normal property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.372: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-icon normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-icon normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element property orientation unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-icon property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-icon property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-icon property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-icon property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-icon property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-icon property filename unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-icon property vertical-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-icon property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-icon property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.372: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-text property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-text property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-text property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-text property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-text property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-text normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-text normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-text normal.normal property font unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-text normal.normal property str unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-text normal.normal property placeholder unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-text normal.normal property vertical-alignunset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-text normal.normal property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.372: Theme entry: #element-text normal.normal property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.372: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-icon normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-icon normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element property orientation unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-icon property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-icon property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-icon property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-icon property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-icon property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-icon property filename unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-icon property vertical-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-icon property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-icon property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.373: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-text property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-text property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-text property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-text property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-text property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-text normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-text normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-text normal.normal property font unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-text normal.normal property str unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-text normal.normal property placeholder unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-text normal.normal property vertical-alignunset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-text normal.normal property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-text normal.normal property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.373: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-icon normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-icon normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element property orientation unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-icon property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-icon property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-icon property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-icon property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-icon property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-icon property filename unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-icon property vertical-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-icon property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-icon property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.373: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-text property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-text property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-text property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-text property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-text property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-text normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-text normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-text normal.normal property font unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-text normal.normal property str unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.373: Theme entry: #element-text normal.normal property placeholder unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element-text normal.normal property vertical-alignunset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element-text normal.normal property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element-text normal.normal property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.374: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element-icon normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element-icon normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element property orientation unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element-icon property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element-icon property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element-icon property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element-icon property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element-icon property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element-icon property filename unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element-icon property vertical-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element-icon property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element-icon property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.374: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element-text property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element-text property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element-text property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element-text property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element-text property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element-text normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element-text normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element-text normal.normal property font unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element-text normal.normal property str unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element-text normal.normal property placeholder unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element-text normal.normal property vertical-alignunset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element-text normal.normal property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element-text normal.normal property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.374: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element-icon normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element-icon normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element property orientation unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element-icon property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element-icon property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element-icon property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.374: Theme entry: #element-icon property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-icon property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-icon property filename unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-icon property vertical-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-icon property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-icon property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.375: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text normal.normal property font unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text normal.normal property str unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text normal.normal property placeholder unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text normal.normal property vertical-alignunset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text normal.normal property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text normal.normal property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.375: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-icon normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-icon normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element property orientation unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-icon property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-icon property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-icon property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-icon property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-icon property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-icon property filename unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-icon property vertical-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-icon property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-icon property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.375: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text normal.normal property font unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text normal.normal property str unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text normal.normal property placeholder unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text normal.normal property vertical-alignunset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text normal.normal property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text normal.normal property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.375: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-icon normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-icon normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element property orientation unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-icon property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-icon property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-icon property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-icon property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-icon property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-icon property filename unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-icon property vertical-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-icon property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-icon property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.375: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text property padding unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text property margin unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text property enabled unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text normal.normal property font unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text normal.normal property str unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text normal.normal property placeholder unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text normal.normal property vertical-alignunset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text normal.normal property horizontal-align unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element-text normal.normal property expand unset. | |
| (process:170274): Widgets.Box-DEBUG: 12:58:07.375: Widgets to large (width) for box: -2 0 | |
| (process:170274): Theme-DEBUG: 12:58:07.375: Theme entry: #element normal.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.376: Theme entry: #element-icon normal.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.376: Theme entry: #element-icon normal.normal property border-radius unset. | |
| (process:170274): Timings-DEBUG: 12:58:07.376: 13.832099 (0.007579): ../rofi/source/widgets/listview.c:listview_set_num_elements:523 recompute elements | |
| (process:170274): Timings-DEBUG: 12:58:07.376: 13.832114 (0.000015): ../rofi/source/widgets/listview.c:listview_set_num_elements:525 queue redraw | |
| (process:170274): Theme-DEBUG: 12:58:07.376: Theme entry: #prompt normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.376: Theme entry: #textbox-prompt-colon normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.376: Theme entry: #num-filtered-rows normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.376: Theme entry: #textbox-num-sep normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.376: Theme entry: #num-rows normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.376: Theme entry: #case-indicator normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.376: Theme entry: #prompt normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.376: Theme entry: #textbox-prompt-colon normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.376: Theme entry: #num-filtered-rows normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.376: Theme entry: #textbox-num-sep normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.376: Theme entry: #num-rows normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.376: Theme entry: #case-indicator normal.normal property width unset. | |
| (process:170274): Timings-DEBUG: 12:58:07.376: 13.832809 (0.000695): ../rofi/source/view.c:rofi_view_refilter:1163 Update filter lines | |
| (process:170274): Theme-DEBUG: 12:58:07.376: Theme entry: #window property height unset. | |
| (process:170274): Timings-DEBUG: 12:58:07.376: 13.832836 (0.000027): ../rofi/source/view.c:rofi_view_refilter:1179 Filter resize window based on window | |
| (process:170274): Timings-DEBUG: 12:58:07.376: 13.832849 (0.000013): ../rofi/source/view.c:rofi_view_refilter:1181 Filter done | |
| (process:170274): View-DEBUG: 12:58:07.376: Redraw view | |
| (process:170274): Timings-DEBUG: 12:58:07.376: 13.832868 (0.000019): ../rofi/source/view.c:rofi_view_update:1027 | |
| (process:170274): Timings-DEBUG: 12:58:07.376: 13.832901 (0.000033): ../rofi/source/view.c:rofi_view_update:1047 Background | |
| Theme-INFO: 12:58:07.376: Resolving link to background | |
| Theme-INFO: 12:58:07.376: Resolving link background found: background | |
| Theme-INFO: 12:58:07.376: Resolving link to normal-foreground | |
| Theme-INFO: 12:58:07.376: Resolving link normal-foreground found: normal-foreground | |
| Theme-INFO: 12:58:07.376: Resolving link to foreground | |
| Theme-INFO: 12:58:07.376: Resolving link foreground found: foreground | |
| Theme-INFO: 12:58:07.377: Resolving link to normal-foreground | |
| Theme-INFO: 12:58:07.377: Resolving link normal-foreground found: normal-foreground | |
| Theme-INFO: 12:58:07.377: Resolving link to normal-foreground | |
| Theme-INFO: 12:58:07.377: Resolving link normal-foreground found: normal-foreground | |
| Theme-INFO: 12:58:07.377: Resolving link to normal-foreground | |
| Theme-INFO: 12:58:07.377: Resolving link normal-foreground found: normal-foreground | |
| (process:170274): Theme-DEBUG: 12:58:07.377: Theme entry: #element-text selected.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.377: Theme entry: #element-text selected.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.377: Theme entry: #element selected.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.377: Theme entry: #element-icon selected.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.377: Theme entry: #element-icon selected.normal property border-radius unset. | |
| Theme-INFO: 12:58:07.377: Resolving link to selected-normal-background | |
| Theme-INFO: 12:58:07.377: Resolving link selected-normal-background found: selected-normal-background | |
| Theme-INFO: 12:58:07.377: Resolving link to lightfg | |
| Theme-INFO: 12:58:07.377: Resolving link lightfg found: lightfg | |
| Theme-INFO: 12:58:07.378: Resolving link to selected-normal-foreground | |
| Theme-INFO: 12:58:07.378: Resolving link selected-normal-foreground found: selected-normal-foreground | |
| Theme-INFO: 12:58:07.378: Resolving link to lightbg | |
| Theme-INFO: 12:58:07.378: Resolving link lightbg found: lightbg | |
| (process:170274): Theme-DEBUG: 12:58:07.378: Theme entry: #element-text alternate.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.378: Theme entry: #element-text alternate.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.378: Theme entry: #element alternate.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.378: Theme entry: #element-icon alternate.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.378: Theme entry: #element-icon alternate.normal property border-radius unset. | |
| Theme-INFO: 12:58:07.378: Resolving link to alternate-normal-background | |
| Theme-INFO: 12:58:07.378: Resolving link alternate-normal-background found: alternate-normal-background | |
| Theme-INFO: 12:58:07.378: Resolving link to lightbg | |
| Theme-INFO: 12:58:07.378: Resolving link lightbg found: lightbg | |
| Theme-INFO: 12:58:07.378: Resolving link to alternate-normal-foreground | |
| Theme-INFO: 12:58:07.378: Resolving link alternate-normal-foreground found: alternate-normal-foreground | |
| Theme-INFO: 12:58:07.378: Resolving link to foreground | |
| Theme-INFO: 12:58:07.378: Resolving link foreground found: foreground | |
| Theme-INFO: 12:58:07.378: Resolving link to normal-background | |
| Theme-INFO: 12:58:07.378: Resolving link normal-background found: normal-background | |
| Theme-INFO: 12:58:07.378: Resolving link to background | |
| Theme-INFO: 12:58:07.378: Resolving link background found: background | |
| Theme-INFO: 12:58:07.378: Resolving link to normal-foreground | |
| Theme-INFO: 12:58:07.378: Resolving link normal-foreground found: normal-foreground | |
| (process:170274): Theme-DEBUG: 12:58:07.378: Theme entry: #element-text alternate.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.378: Theme entry: #element-text alternate.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.378: Theme entry: #element alternate.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.378: Theme entry: #element-icon alternate.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.378: Theme entry: #element-icon alternate.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.379: Theme entry: #element-text alternate.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.379: Theme entry: #element-text alternate.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.379: Theme entry: #element alternate.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.379: Theme entry: #element-icon alternate.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.379: Theme entry: #element-icon alternate.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.379: Theme entry: #element-text alternate.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.379: Theme entry: #element-text alternate.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.379: Theme entry: #element alternate.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.379: Theme entry: #element-icon alternate.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.379: Theme entry: #element-icon alternate.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.379: Theme entry: #element-text alternate.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.379: Theme entry: #element-text alternate.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.379: Theme entry: #element alternate.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.379: Theme entry: #element-icon alternate.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.379: Theme entry: #element-icon alternate.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.380: Theme entry: #element-text alternate.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.380: Theme entry: #element-text alternate.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.380: Theme entry: #element alternate.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.380: Theme entry: #element-icon alternate.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.380: Theme entry: #element-icon alternate.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.380: Theme entry: #element-text alternate.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.380: Theme entry: #element-text alternate.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.380: Theme entry: #element alternate.normal property border-radius unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.380: Theme entry: #element-icon alternate.normal property border unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.380: Theme entry: #element-icon alternate.normal property border-radius unset. | |
| Theme-INFO: 12:58:07.380: Resolving link to normal-foreground | |
| Theme-INFO: 12:58:07.380: Resolving link normal-foreground found: normal-foreground | |
| Theme-INFO: 12:58:07.380: Resolving link to separatorcolor | |
| Theme-INFO: 12:58:07.380: Resolving link separatorcolor found: separatorcolor | |
| Theme-INFO: 12:58:07.380: Resolving link to foreground | |
| Theme-INFO: 12:58:07.380: Resolving link foreground found: foreground | |
| Theme-INFO: 12:58:07.380: Resolving link to foreground | |
| Theme-INFO: 12:58:07.380: Resolving link foreground found: foreground | |
| (process:170274): Timings-DEBUG: 12:58:07.380: 13.837031 (0.004130): ../rofi/source/view.c:rofi_view_update:1053 widgets | |
| (process:170274): View-DEBUG: 12:58:07.381: redraw 1 | |
| (process:170274): View-DEBUG: 12:58:07.381: Redraw view | |
| (process:170274): Timings-DEBUG: 12:58:07.381: 13.837130 (0.000099): ../rofi/source/view.c:rofi_view_update:1027 | |
| (process:170274): Timings-DEBUG: 12:58:07.381: 13.837150 (0.000020): ../rofi/source/view.c:rofi_view_update:1047 Background | |
| (process:170274): Timings-DEBUG: 12:58:07.381: 13.837742 (0.000592): ../rofi/source/view.c:rofi_view_update:1053 widgets | |
| (process:170274): View-DEBUG: 12:58:07.381: expose event | |
| (process:170274): Timings-DEBUG: 12:58:07.381: 13.837778 (0.000036): ../rofi/source/view.c:rofi_view_repaint:275 Expose | |
| (process:170274): Timings-DEBUG: 12:58:07.381: 13.837811 (0.000033): ../rofi/source/view.c:rofi_view_repaint:279 flush | |
| (process:170274): View-DEBUG: 12:58:07.383: expose event | |
| (process:170274): Timings-DEBUG: 12:58:07.383: 13.839967 (0.002156): ../rofi/source/view.c:rofi_view_repaint:275 Expose | |
| (process:170274): Timings-DEBUG: 12:58:07.383: 13.840004 (0.000037): ../rofi/source/view.c:rofi_view_repaint:279 flush | |
| (process:170274): Timings-DEBUG: 12:58:07.580: 14.036363 (0.196359): ../rofi/source/view.c:rofi_view_refilter:1073 Filter start | |
| (process:170274): Timings-DEBUG: 12:58:07.580: 14.036419 (0.000056): ../rofi/source/view.c:rofi_view_refilter:1078 Filter reload rows | |
| (process:170274): Timings-DEBUG: 12:58:07.580: 14.036440 (0.000021): ../rofi/source/view.c:rofi_view_refilter:1083 Filter tokenize | |
| (process:170274): Timings-DEBUG: 12:58:07.581: 14.037492 (0.001052): ../rofi/source/view.c:rofi_view_refilter:1150 Filter matching done | |
| (process:170274): Timings-DEBUG: 12:58:07.581: 14.037524 (0.000032): ../rofi/source/widgets/listview.c:listview_set_num_elements:518 listview_set_num_elements | |
| (process:170274): Timings-DEBUG: 12:58:07.581: 14.037544 (0.000020): ../rofi/source/widgets/listview.c:listview_set_num_elements:521 Set selected | |
| (process:170274): Timings-DEBUG: 12:58:07.581: 14.037561 (0.000017): ../rofi/source/widgets/listview.c:listview_set_num_elements:523 recompute elements | |
| (process:170274): Timings-DEBUG: 12:58:07.581: 14.037578 (0.000017): ../rofi/source/widgets/listview.c:listview_set_num_elements:525 queue redraw | |
| (process:170274): Theme-DEBUG: 12:58:07.581: Theme entry: #prompt normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.581: Theme entry: #textbox-prompt-colon normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.581: Theme entry: #num-filtered-rows normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.581: Theme entry: #textbox-num-sep normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.581: Theme entry: #num-rows normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.582: Theme entry: #case-indicator normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.582: Theme entry: #prompt normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.582: Theme entry: #textbox-prompt-colon normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.582: Theme entry: #num-filtered-rows normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.582: Theme entry: #textbox-num-sep normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.582: Theme entry: #num-rows normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.582: Theme entry: #case-indicator normal.normal property width unset. | |
| (process:170274): Timings-DEBUG: 12:58:07.582: 14.038624 (0.001046): ../rofi/source/view.c:rofi_view_refilter:1163 Update filter lines | |
| (process:170274): Theme-DEBUG: 12:58:07.582: Theme entry: #window property height unset. | |
| (process:170274): Timings-DEBUG: 12:58:07.582: 14.038682 (0.000058): ../rofi/source/view.c:rofi_view_refilter:1179 Filter resize window based on window | |
| (process:170274): Timings-DEBUG: 12:58:07.582: 14.038703 (0.000021): ../rofi/source/view.c:rofi_view_refilter:1181 Filter done | |
| (process:170274): View-DEBUG: 12:58:07.582: Redraw view | |
| (process:170274): Timings-DEBUG: 12:58:07.582: 14.038732 (0.000029): ../rofi/source/view.c:rofi_view_update:1027 | |
| (process:170274): Timings-DEBUG: 12:58:07.582: 14.038759 (0.000027): ../rofi/source/view.c:rofi_view_update:1047 Background | |
| (process:170274): Theme-DEBUG: 12:58:07.582: Theme entry: #element-text selected.normal property highlight unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.594: Theme entry: #element-text alternate.normal property highlight unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.594: Theme entry: #element-text normal.normal property highlight unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.595: Theme entry: #element-text alternate.normal property highlight unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.595: Theme entry: #element-text normal.normal property highlight unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.595: Theme entry: #element-text alternate.normal property highlight unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.623: Theme entry: #element-text normal.normal property highlight unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.624: Theme entry: #element-text alternate.normal property highlight unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.624: Theme entry: #element-text normal.normal property highlight unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.624: Theme entry: #element-text alternate.normal property highlight unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.624: Theme entry: #element-text normal.normal property highlight unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.625: Theme entry: #element-text alternate.normal property highlight unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.625: Theme entry: #element-text normal.normal property highlight unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.625: Theme entry: #element-text alternate.normal property highlight unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.625: Theme entry: #element-text normal.normal property highlight unset. | |
| (process:170274): Timings-DEBUG: 12:58:07.625: 14.081839 (0.043080): ../rofi/source/view.c:rofi_view_update:1053 widgets | |
| (process:170274): View-DEBUG: 12:58:07.625: redraw 2 | |
| (process:170274): View-DEBUG: 12:58:07.625: expose event | |
| (process:170274): Timings-DEBUG: 12:58:07.625: 14.081916 (0.000077): ../rofi/source/view.c:rofi_view_repaint:275 Expose | |
| (process:170274): Timings-DEBUG: 12:58:07.625: 14.081939 (0.000023): ../rofi/source/view.c:rofi_view_repaint:279 flush | |
| (process:170274): Timings-DEBUG: 12:58:07.821: 14.277394 (0.195455): ../rofi/source/view.c:rofi_view_refilter:1073 Filter start | |
| (process:170274): Timings-DEBUG: 12:58:07.821: 14.277447 (0.000053): ../rofi/source/view.c:rofi_view_refilter:1078 Filter reload rows | |
| (process:170274): Timings-DEBUG: 12:58:07.821: 14.277468 (0.000021): ../rofi/source/view.c:rofi_view_refilter:1083 Filter tokenize | |
| (process:170274): Timings-DEBUG: 12:58:07.822: 14.278208 (0.000740): ../rofi/source/view.c:rofi_view_refilter:1150 Filter matching done | |
| (process:170274): Timings-DEBUG: 12:58:07.822: 14.278235 (0.000027): ../rofi/source/widgets/listview.c:listview_set_num_elements:518 listview_set_num_elements | |
| (process:170274): Timings-DEBUG: 12:58:07.822: 14.278254 (0.000019): ../rofi/source/widgets/listview.c:listview_set_num_elements:521 Set selected | |
| (process:170274): Timings-DEBUG: 12:58:07.822: 14.278269 (0.000015): ../rofi/source/widgets/listview.c:listview_set_num_elements:523 recompute elements | |
| (process:170274): Timings-DEBUG: 12:58:07.822: 14.278287 (0.000018): ../rofi/source/widgets/listview.c:listview_set_num_elements:525 queue redraw | |
| (process:170274): Theme-DEBUG: 12:58:07.822: Theme entry: #prompt normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.822: Theme entry: #textbox-prompt-colon normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.822: Theme entry: #num-filtered-rows normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.822: Theme entry: #textbox-num-sep normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.822: Theme entry: #num-rows normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.822: Theme entry: #case-indicator normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.822: Theme entry: #prompt normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.822: Theme entry: #textbox-prompt-colon normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.822: Theme entry: #num-filtered-rows normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.822: Theme entry: #textbox-num-sep normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.822: Theme entry: #num-rows normal.normal property width unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.823: Theme entry: #case-indicator normal.normal property width unset. | |
| (process:170274): Timings-DEBUG: 12:58:07.823: 14.279214 (0.000927): ../rofi/source/view.c:rofi_view_refilter:1163 Update filter lines | |
| (process:170274): Theme-DEBUG: 12:58:07.823: Theme entry: #window property height unset. | |
| (process:170274): Timings-DEBUG: 12:58:07.823: 14.279273 (0.000059): ../rofi/source/view.c:rofi_view_refilter:1179 Filter resize window based on window | |
| (process:170274): Timings-DEBUG: 12:58:07.823: 14.279294 (0.000021): ../rofi/source/view.c:rofi_view_refilter:1181 Filter done | |
| (process:170274): View-DEBUG: 12:58:07.823: Redraw view | |
| (process:170274): Timings-DEBUG: 12:58:07.823: 14.279323 (0.000029): ../rofi/source/view.c:rofi_view_update:1027 | |
| (process:170274): Timings-DEBUG: 12:58:07.823: 14.279349 (0.000026): ../rofi/source/view.c:rofi_view_update:1047 Background | |
| (process:170274): Theme-DEBUG: 12:58:07.823: Theme entry: #element-text selected.normal property highlight unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.823: Theme entry: #element-text alternate.normal property highlight unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.823: Theme entry: #element-text normal.normal property highlight unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.823: Theme entry: #element-text alternate.normal property highlight unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.824: Theme entry: #element-text normal.normal property highlight unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.824: Theme entry: #element-text alternate.normal property highlight unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.824: Theme entry: #element-text normal.normal property highlight unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.824: Theme entry: #element-text alternate.normal property highlight unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.824: Theme entry: #element-text normal.normal property highlight unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.824: Theme entry: #element-text alternate.normal property highlight unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.825: Theme entry: #element-text normal.normal property highlight unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.825: Theme entry: #element-text alternate.normal property highlight unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.825: Theme entry: #element-text normal.normal property highlight unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.825: Theme entry: #element-text alternate.normal property highlight unset. | |
| (process:170274): Theme-DEBUG: 12:58:07.825: Theme entry: #element-text normal.normal property highlight unset. | |
| (process:170274): Timings-DEBUG: 12:58:07.825: 14.281796 (0.002447): ../rofi/source/view.c:rofi_view_update:1053 widgets | |
| (process:170274): View-DEBUG: 12:58:07.825: redraw 3 | |
| (process:170274): View-DEBUG: 12:58:07.825: expose event | |
| (process:170274): Timings-DEBUG: 12:58:07.825: 14.281879 (0.000083): ../rofi/source/view.c:rofi_view_repaint:275 Expose | |
| (process:170274): Timings-DEBUG: 12:58:07.825: 14.281902 (0.000023): ../rofi/source/view.c:rofi_view_repaint:279 flush | |
| (process:170274): Rofi-DEBUG: 12:58:08.170: Teardown | |
| (process:170274): View-DEBUG: 12:58:08.170: Cleanup. | |
| (process:170274): View-DEBUG: 12:58:08.170: Unmapping and free'ing window | |
| (process:170274): X11Helper-DEBUG: 12:58:08.171: Cleaning up XCB and XKB | |
| (process:170274): Timings-DEBUG: 12:58:08.171: 14.627941 (0.000000): Stopped |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment