10:41:56 DEBUG init earlyinit:init_log:266 Log initialized. 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg all_ of type -> add_argument('--all', '-a', help='Cancel all running downloads', dest='all_', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command download-cancel (from qutebrowser.browser.downloads:DownloadModel.download_cancel) 10:41:56 VDEBUG commands command:register:573 Registering command download-delete (from qutebrowser.browser.downloads:DownloadModel.download_delete) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg cmdline of type -> add_argument(help='The command which should be used to open the file. A `{}` is expanded to the temporary file name. If no `{}` is\n present, the filename is automatically appended to the\n cmdline.\n', dest='cmdline', metavar='cmdline', default=None, nargs='?') 10:41:56 VDEBUG commands command:register:573 Registering command download-open (from qutebrowser.browser.downloads:DownloadModel.download_open) 10:41:56 VDEBUG commands command:register:573 Registering command download-retry (from qutebrowser.browser.downloads:DownloadModel.download_retry) 10:41:56 VDEBUG commands command:register:573 Registering command download-clear (from qutebrowser.browser.downloads:DownloadModel.download_clear) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg all_ of type -> add_argument('--all', '-a', help='Remove all finished downloads.', dest='all_', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command download-remove (from qutebrowser.browser.downloads:DownloadModel.download_remove) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg option of type -> add_argument(help='The name of the option.', dest='option', metavar='option', default=None, nargs='?') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg value of type -> add_argument(help='The value to set.', dest='value', metavar='value', default=None, nargs='?') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg temp of type -> add_argument('--temp', '-t', help='Set value temporarily until qutebrowser is closed.', dest='temp', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg print_ of type -> add_argument('--print', '-p', help='Print the value after setting.', dest='print_', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg pattern of type -> add_argument('--pattern', '-u', help='The URL pattern to use.', dest='pattern', metavar='pattern', default=None) 10:41:56 VDEBUG commands command:register:573 Registering command set (from qutebrowser.config.configcommands:ConfigCommands.set) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg key of type -> add_argument(help='The keychain to bind. Examples of valid keychains are `gC`, `` or `a`.\n', dest='key', metavar='key', default=None, nargs='?') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg command of type -> add_argument(help='The command to execute, with optional args.', dest='command', metavar='command', default=None, nargs='?') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg mode of type -> add_argument('--mode', '-m', help='The mode to bind the key in (default: `normal`). See `:help bindings.commands` for the available modes.\n', dest='mode', metavar='mode', default='normal') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg default of type -> add_argument('--default', '-d', help='If given, restore a default binding.', dest='default', action='store_true', default=False) 10:41:56 VDEBUG commands command:register:573 Registering command bind (from qutebrowser.config.configcommands:ConfigCommands.bind) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg key of type -> add_argument(help='The keychain to unbind. See the help for `:bind` for the correct syntax for keychains.\n', dest='key', metavar='key') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg mode of type -> add_argument('--mode', '-m', help='The mode to unbind the key in (default: `normal`). See `:help bindings.commands` for the available modes.\n', dest='mode', metavar='mode', default='normal') 10:41:56 VDEBUG commands command:register:573 Registering command unbind (from qutebrowser.config.configcommands:ConfigCommands.unbind) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg option of type -> add_argument(help='The name of the option.', dest='option', metavar='option') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg values of type None -> add_argument(help='The values to cycle through.', dest='values', metavar='values', nargs='*') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg pattern of type -> add_argument('--pattern', '-u', help='The URL pattern to use.', dest='pattern', metavar='pattern', default=None) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg temp of type -> add_argument('--temp', '-t', help='Set value temporarily until qutebrowser is closed.', dest='temp', action='store_true', default=False) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg print_ of type -> add_argument('--print', '-p', help='Print the value after setting.', dest='print_', action='store_true', default=False) 10:41:56 VDEBUG commands command:register:573 Registering command config-cycle (from qutebrowser.config.configcommands:ConfigCommands.config_cycle) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg option of type -> add_argument(help='The name of the option.', dest='option', metavar='option') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg temp of type -> add_argument('--temp', '-t', help='Set value temporarily until qutebrowser is closed.', dest='temp', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command config-unset (from qutebrowser.config.configcommands:ConfigCommands.config_unset) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg option of type -> add_argument(help='The name of the option.', dest='option', metavar='option') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg value of type -> add_argument(help='The value to append to the end of the list.', dest='value', metavar='value') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg temp of type -> add_argument('--temp', '-t', help='Add value temporarily until qutebrowser is closed.', dest='temp', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command config-list-add (from qutebrowser.config.configcommands:ConfigCommands.config_list_add) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg option of type -> add_argument(help='The name of the option.', dest='option', metavar='option') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg key of type -> add_argument(help='The key to use.', dest='key', metavar='key') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg value of type -> add_argument(help='The value to place in the dictionary.', dest='value', metavar='value') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg temp of type -> add_argument('--temp', '-t', help='Add value temporarily until qutebrowser is closed.', dest='temp', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg replace of type -> add_argument('--replace', '-r', help='Replace existing values. By default, existing values are not overwritten.\n', dest='replace', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command config-dict-add (from qutebrowser.config.configcommands:ConfigCommands.config_dict_add) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg option of type -> add_argument(help='The name of the option.', dest='option', metavar='option') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg value of type -> add_argument(help='The value to remove from the list.', dest='value', metavar='value') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg temp of type -> add_argument('--temp', '-t', help='Remove value temporarily until qutebrowser is closed.', dest='temp', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command config-list-remove (from qutebrowser.config.configcommands:ConfigCommands.config_list_remove) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg option of type -> add_argument(help='The name of the option.', dest='option', metavar='option') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg key of type -> add_argument(help='The key to remove from the dict.', dest='key', metavar='key') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg temp of type -> add_argument('--temp', '-t', help='Remove value temporarily until qutebrowser is closed.', dest='temp', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command config-dict-remove (from qutebrowser.config.configcommands:ConfigCommands.config_dict_remove) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg save of type -> add_argument('--save', '-s', help='If given, all configuration in autoconfig.yml is also removed.\n', dest='save', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command config-clear (from qutebrowser.config.configcommands:ConfigCommands.config_clear) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg filename of type -> add_argument(help='The file to load. If not given, loads the default config.py.\n', dest='filename', metavar='filename', default=None, nargs='?') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg clear of type -> add_argument('--clear', '-c', help='Clear current settings first.', dest='clear', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command config-source (from qutebrowser.config.configcommands:ConfigCommands.config_source) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg no_source of type -> add_argument('--no-source', '-n', help="Don't re-source the config file after editing.", dest='no_source', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command config-edit (from qutebrowser.config.configcommands:ConfigCommands.config_edit) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg filename of type -> add_argument(help='The file to write to, or not given for the default config.py.', dest='filename', metavar='filename', default=None, nargs='?') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg force of type -> add_argument('--force', '-f', help='Force overwriting existing files.', dest='force', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg defaults of type -> add_argument('--defaults', '-d', help='Write the defaults instead of values configured via :set.', dest='defaults', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command config-write-py (from qutebrowser.config.configcommands:ConfigCommands.config_write_py) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg what of type None -> add_argument(help='What to save (`config`/`key-config`/`cookies`/...). If not given, everything is saved.\n', dest='what', metavar='what', nargs='*') 10:41:56 VDEBUG commands command:register:573 Registering command save (from qutebrowser.misc.savemanager:SaveManager.save_command) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg url of type -> add_argument(help='The url to add as quickmark.', dest='url', metavar='url') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg name of type -> add_argument(help='The name for the new quickmark.', dest='name', metavar='name') 10:41:56 VDEBUG commands command:register:573 Registering command quickmark-add (from qutebrowser.browser.urlmarks:QuickmarkManager.quickmark_add) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg force of type -> add_argument('--force', '-f', help="Don't ask for confirmation.", dest='force', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command history-clear (from qutebrowser.browser.history:WebHistory.clear) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg dest of type -> add_argument(help='Where to write the file to.', dest='dest', metavar='dest') 10:41:56 VDEBUG commands command:register:573 Registering command debug-dump-history (from qutebrowser.browser.history:WebHistory.debug_dump_history) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg mode of type -> add_argument(help='The mode to enter.', dest='mode', metavar='mode') 10:41:56 VDEBUG commands command:register:573 Registering command enter-mode (from qutebrowser.keyinput.modeman:ModeManager.enter_mode) 10:41:56 VDEBUG commands command:register:573 Registering command leave-mode (from qutebrowser.keyinput.modeman:ModeManager.leave_current_mode) 10:41:56 VDEBUG commands command:register:573 Registering command clear-keychain (from qutebrowser.keyinput.modeman:ModeManager.clear_keychain) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg value of type -> add_argument(help='If given, uses this value instead of the entered one. For boolean prompts, "yes"/"no" are accepted as value.\n', dest='value', metavar='value', default=None, nargs='?') 10:41:56 VDEBUG commands command:register:573 Registering command prompt-accept (from qutebrowser.mainwindow.prompt:PromptContainer.prompt_accept) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg cmdline of type -> add_argument(help='The command which should be used to open the file. A `{}` is expanded to the temporary file name. If no `{}` is\n present, the filename is automatically appended to the\n cmdline.\n', dest='cmdline', metavar='cmdline', default=None, nargs='?') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg pdfjs of type -> add_argument('--pdfjs', '-p', help='Open the download via PDF.js.', dest='pdfjs', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command prompt-open-download (from qutebrowser.mainwindow.prompt:PromptContainer.prompt_open_download) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg which of type -> add_argument(help="'next', 'prev'", dest='which', metavar='which') 10:41:56 VDEBUG commands command:register:573 Registering command prompt-item-focus (from qutebrowser.mainwindow.prompt:PromptContainer.prompt_item_focus) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg sel of type -> add_argument('--sel', '-s', help='Use the primary selection instead of the clipboard.', dest='sel', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command prompt-yank (from qutebrowser.mainwindow.prompt:PromptContainer.prompt_yank) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg which of type -> add_argument(help="'next', 'prev', 'next-category', or 'prev-category'.", dest='which', metavar='which') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg history of type -> add_argument('--history', '-H', help='Navigate through command history if no text was typed.', dest='history', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command completion-item-focus (from qutebrowser.completion.completionwidget:CompletionView.completion_item_focus) 10:41:56 VDEBUG commands command:register:573 Registering command completion-item-del (from qutebrowser.completion.completionwidget:CompletionView.completion_item_del) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg sel of type -> add_argument('--sel', '-s', help='Use the primary selection instead of the clipboard.', dest='sel', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command completion-item-yank (from qutebrowser.completion.completionwidget:CompletionView.completion_item_yank) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg prev of type -> add_argument('--prev', '-p', help='Force selecting the tab before the current tab.', dest='prev', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg next_ of type -> add_argument('--next', '-n', help='Force selecting the tab after the current tab.', dest='next_', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg opposite of type -> add_argument('--opposite', '-o', help="Force selecting the tab in the opposite direction of what's configured in 'tabs.select_on_remove'.\n", dest='opposite', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg force of type -> add_argument('--force', '-f', help='Avoid confirmation for pinned tabs.', dest='force', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command tab-close (from qutebrowser.browser.commands:CommandDispatcher.tab_close) 10:41:56 VDEBUG commands command:register:573 Registering command tab-pin (from qutebrowser.browser.commands:CommandDispatcher.tab_pin) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg url of type -> add_argument(help='The URL to open.', dest='url', metavar='url', default=None, nargs='?') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg related of type -> add_argument('--related', '-r', help='If opening a new tab, position the tab as related to the current one (like clicking on a link).\n', dest='related', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg bg of type -> add_argument('--bg', '-b', help='Open in a new background tab.', dest='bg', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg tab of type -> add_argument('--tab', '-t', help='Open in a new tab.', dest='tab', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg window of type -> add_argument('--window', '-w', help='Open in a new window.', dest='window', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg secure of type -> add_argument('--secure', '-s', help='Force HTTPS.', dest='secure', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg private of type -> add_argument('--private', '-p', help='Open a new window in private browsing mode.', dest='private', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command open (from qutebrowser.browser.commands:CommandDispatcher.openurl) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg bg of type -> add_argument('--bg', '-b', help='Open in a background tab.', dest='bg', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg window of type -> add_argument('--window', '-w', help='Open in a new window.', dest='window', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command tab-clone (from qutebrowser.browser.commands:CommandDispatcher.tab_clone) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg index of type -> add_argument(help='The [win_id/]index of the tab to take. Or a substring in which case the closest match will be taken.\n', dest='index', metavar='index') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg keep of type -> add_argument('--keep', '-k', help='If given, keep the old tab around.', dest='keep', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command tab-take (from qutebrowser.browser.commands:CommandDispatcher.tab_take) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg win_id of type -> add_argument(help='The window ID of the window to give the current tab to.', dest='win_id', metavar='win-id', default=None, nargs='?') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg keep of type -> add_argument('--keep', '-k', help='If given, keep the old tab around.', dest='keep', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command tab-give (from qutebrowser.browser.commands:CommandDispatcher.tab_give) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg tab of type -> add_argument('--tab', '-t', help='Go back in a new tab.', dest='tab', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg bg of type -> add_argument('--bg', '-b', help='Go back in a background tab.', dest='bg', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg window of type -> add_argument('--window', '-w', help='Go back in a new window.', dest='window', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command back (from qutebrowser.browser.commands:CommandDispatcher.back) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg tab of type -> add_argument('--tab', '-t', help='Go forward in a new tab.', dest='tab', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg bg of type -> add_argument('--bg', '-b', help='Go forward in a background tab.', dest='bg', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg window of type -> add_argument('--window', '-w', help='Go forward in a new window.', dest='window', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command forward (from qutebrowser.browser.commands:CommandDispatcher.forward) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg where of type -> add_argument(help='What to open. \n\n - `prev`: Open a _previous_ link.\n - `next`: Open a _next_ link.\n - `up`: Go up a level in the current URL.\n - `increment`: Increment the last number in the URL.\n Uses the\n l…, dest='where', metavar='where') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg tab of type -> add_argument('--tab', '-t', help='Open in a new tab.', dest='tab', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg bg of type -> add_argument('--bg', '-b', help='Open in a background tab.', dest='bg', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg window of type -> add_argument('--window', '-w', help='Open in a new window.', dest='window', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command navigate (from qutebrowser.browser.commands:CommandDispatcher.navigate) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg x of type -> add_argument(help='How many pages to scroll to the right.', dest='x', metavar='x') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg y of type -> add_argument(help='How many pages to scroll down.', dest='y', metavar='y') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg top_navigate of type -> add_argument('--top-navigate', '-t', help=':navigate action (prev, decrement) to run when scrolling up at the top of the page.\n', dest='top_navigate', metavar='ACTION', default=None) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg bottom_navigate of type -> add_argument('--bottom-navigate', '-b', help=':navigate action (next, increment) to run when scrolling down at the bottom of the page.\n', dest='bottom_navigate', metavar='ACTION', default=None) 10:41:56 VDEBUG commands command:register:573 Registering command scroll-page (from qutebrowser.browser.commands:CommandDispatcher.scroll_page) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg what of type -> add_argument(help="What to yank. \n\n - `url`: The current URL.\n - `pretty-url`: The URL in pretty decoded form.\n - `title`: The current page's title.\n - `domain`: The current scheme, domain, and port number.\n - `…, dest='what', metavar='what', default='url', nargs='?') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg sel of type -> add_argument('--sel', '-s', help='Use the primary selection instead of the clipboard.', dest='sel', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg keep of type -> add_argument('--keep', '-k', help='Stay in visual mode after yanking the selection.', dest='keep', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg quiet of type -> add_argument('--quiet', '-q', help="Don't show an information message.", dest='quiet', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command yank (from qutebrowser.browser.commands:CommandDispatcher.yank) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg prev of type -> add_argument('--prev', '-p', help='Keep tabs before the current.', dest='prev', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg next_ of type -> add_argument('--next', '-n', help='Keep tabs after the current.', dest='next_', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg force of type -> add_argument('--force', '-f', help='Avoid confirmation for pinned tabs.', dest='force', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command tab-only (from qutebrowser.browser.commands:CommandDispatcher.tab_only) 10:41:56 VDEBUG commands command:register:573 Registering command undo (from qutebrowser.browser.commands:CommandDispatcher.undo) 10:41:56 VDEBUG commands command:register:573 Registering command tab-prev (from qutebrowser.browser.commands:CommandDispatcher.tab_prev) 10:41:56 VDEBUG commands command:register:573 Registering command tab-next (from qutebrowser.browser.commands:CommandDispatcher.tab_next) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg index of type -> add_argument(help='The [win_id/]index of the tab to focus. Or a substring in which case the closest match will be focused.\n', dest='index', metavar='index', default=None, nargs='?') 10:41:56 VDEBUG commands command:register:573 Registering command buffer (from qutebrowser.browser.commands:CommandDispatcher.buffer) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg index of type typing.Union[str, int] -> add_argument(help='The tab index to focus, starting with 1. The special value `last` focuses the last focused tab (regardless of count).\n Negative indices count from the end, such that -1 is the\n last tab.\n', dest='index', metavar='index', default=None, nargs='?') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg no_last of type -> add_argument('--no-last', '-n', help='Whether to avoid focusing last tab if already focused.', dest='no_last', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command tab-focus (from qutebrowser.browser.commands:CommandDispatcher.tab_focus) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg index of type typing.Union[str, int] -> add_argument(help='`+` or `-` to move relative to the current tab by count, or a default of 1 space.\n A tab index to move to that index.\n', dest='index', metavar='index', default=None, nargs='?') 10:41:56 VDEBUG commands command:register:573 Registering command tab-move (from qutebrowser.browser.commands:CommandDispatcher.tab_move) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg cmdline of type -> add_argument(help='The commandline to execute.', dest='cmdline', metavar='cmdline') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg userscript of type -> add_argument('--userscript', '-u', help='Run the command as a userscript. You can use an absolute path, or store the userscript in one of those\n locations:\n - `~/.local/share/qutebrowser/userscripts`\n (or `$XDG_DATA_HOME`)\n - `/usr/sha…, dest='userscript', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg verbose of type -> add_argument('--verbose', '-v', help='Show notifications when the command started/exited.', dest='verbose', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg output of type -> add_argument('--output', '-o', help='Whether the output should be shown in a new tab.', dest='output', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg detach of type -> add_argument('--detach', '-d', help='Whether the command should be detached from qutebrowser.', dest='detach', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command spawn (from qutebrowser.browser.commands:CommandDispatcher.spawn) 10:41:56 VDEBUG commands command:register:573 Registering command quickmark-save (from qutebrowser.browser.commands:CommandDispatcher.quickmark_save) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg name of type -> add_argument(help='The name of the quickmark to load.', dest='name', metavar='name') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg tab of type -> add_argument('--tab', '-t', help='Load the quickmark in a new tab.', dest='tab', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg bg of type -> add_argument('--bg', '-b', help='Load the quickmark in a new background tab.', dest='bg', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg window of type -> add_argument('--window', '-w', help='Load the quickmark in a new window.', dest='window', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command quickmark-load (from qutebrowser.browser.commands:CommandDispatcher.quickmark_load) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg name of type -> add_argument(help='The name of the quickmark to delete. If not given, delete the quickmark for the current page (choosing one arbitrarily\n if there are more than one).\n', dest='name', metavar='name', default=None, nargs='?') 10:41:56 VDEBUG commands command:register:573 Registering command quickmark-del (from qutebrowser.browser.commands:CommandDispatcher.quickmark_del) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg url of type -> add_argument(help='url to save as a bookmark. If not given, use url of current page.\n', dest='url', metavar='url', default=None, nargs='?') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg title of type -> add_argument(help='title of the new bookmark.', dest='title', metavar='title', default=None, nargs='?') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg toggle of type -> add_argument('--toggle', '-t', help='remove the bookmark instead of raising an error if it already exists.\n', dest='toggle', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command bookmark-add (from qutebrowser.browser.commands:CommandDispatcher.bookmark_add) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg url of type -> add_argument(help='The url of the bookmark to load.', dest='url', metavar='url') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg tab of type -> add_argument('--tab', '-t', help='Load the bookmark in a new tab.', dest='tab', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg bg of type -> add_argument('--bg', '-b', help='Load the bookmark in a new background tab.', dest='bg', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg window of type -> add_argument('--window', '-w', help='Load the bookmark in a new window.', dest='window', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg delete of type -> add_argument('--delete', '-d', help='Whether to delete the bookmark afterwards.', dest='delete', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command bookmark-load (from qutebrowser.browser.commands:CommandDispatcher.bookmark_load) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg url of type -> add_argument(help="The url of the bookmark to delete. If not given, use the current page's url.\n", dest='url', metavar='url', default=None, nargs='?') 10:41:56 VDEBUG commands command:register:573 Registering command bookmark-del (from qutebrowser.browser.commands:CommandDispatcher.bookmark_del) 10:41:56 VDEBUG commands command:register:573 Registering command inspector (from qutebrowser.browser.commands:CommandDispatcher.toggle_inspector) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg url of type -> add_argument(help='The URL to download. If not given, download the current page.', dest='url', metavar='url', default=None, nargs='?') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg mhtml_ of type -> add_argument('--mhtml', '-m', help='Download the current page and all assets as mhtml file.', dest='mhtml_', action='store_true', default=False) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg dest of type -> add_argument('--dest', '-d', help='The file path to write the download to, or not given to ask.', dest='dest', metavar='dest', default=None) 10:41:56 VDEBUG commands command:register:573 Registering command download (from qutebrowser.browser.commands:CommandDispatcher.download) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg edit of type -> add_argument('--edit', '-e', help='Edit the source in the editor instead of opening a tab.', dest='edit', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg pygments of type -> add_argument('--pygments', '-p', help='Use pygments to generate the view. This is always the case for QtWebKit. For QtWebEngine it may display\n slightly different source.\n Some JavaScript processing may be applied.\n', dest='pygments', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command view-source (from qutebrowser.browser.commands:CommandDispatcher.view_source) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg tab of type -> add_argument('--tab', '-t', help='Open in a new tab.', dest='tab', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg bg of type -> add_argument('--bg', '-b', help='Open in a background tab.', dest='bg', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg window of type -> add_argument('--window', '-w', help='Open in a new window.', dest='window', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command history (from qutebrowser.browser.commands:CommandDispatcher.history) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg tab of type -> add_argument('--tab', '-t', help='Open in a new tab.', dest='tab', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg bg of type -> add_argument('--bg', '-b', help='Open in a background tab.', dest='bg', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg window of type -> add_argument('--window', '-w', help='Open in a new window.', dest='window', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg topic of type -> add_argument(help='The topic to show help for. \n\n - :__command__ for commands.\n - __section__.__option__ for settings.\n', dest='topic', metavar='topic', default=None, nargs='?') 10:41:56 VDEBUG commands command:register:573 Registering command help (from qutebrowser.browser.commands:CommandDispatcher.show_help) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg level of type -> add_argument(help='Include messages with `level` or higher severity. Valid values: vdebug, debug, info, warning, error, critical.\n', dest='level', metavar='level', default='info', nargs='?') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg plain of type -> add_argument('--plain', '-p', help='Whether to show plaintext (as opposed to html).', dest='plain', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg tab of type -> add_argument('--tab', '-t', help='Open in a new tab.', dest='tab', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg bg of type -> add_argument('--bg', '-b', help='Open in a background tab.', dest='bg', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg window of type -> add_argument('--window', '-w', help='Open in a new window.', dest='window', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command messages (from qutebrowser.browser.commands:CommandDispatcher.messages) 10:41:56 VDEBUG commands command:register:573 Registering command open-editor (from qutebrowser.browser.commands:CommandDispatcher.open_editor) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg text of type -> add_argument(help='The text to search for.', dest='text', metavar='text', default='', nargs='?') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg reverse of type -> add_argument('--reverse', '-r', help='Reverse search direction.', dest='reverse', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command search (from qutebrowser.browser.commands:CommandDispatcher.search) 10:41:56 VDEBUG commands command:register:573 Registering command search-next (from qutebrowser.browser.commands:CommandDispatcher.search_next) 10:41:56 VDEBUG commands command:register:573 Registering command search-prev (from qutebrowser.browser.commands:CommandDispatcher.search_prev) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg js_code of type -> add_argument(help='The string/file to evaluate.', dest='js_code', metavar='js-code') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg file of type -> add_argument('--file', '-f', help="Interpret js-code as a path to a file. If the path is relative, the file is searched in a js/ subdir\n in qutebrowser's data dir, e.g.\n `~/.local/share/qutebrowser/js`.\n", dest='file', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg quiet of type -> add_argument('--quiet', '-q', help="Don't show resulting JS object.", dest='quiet', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg world of type typing.Union[qutebrowser.utils.usertypes.JsWorld, int] -> add_argument('--world', '-w', help='Ignored on QtWebKit. On QtWebEngine, a world ID or name to run the snippet in.\n', dest='world', metavar='world', default=None) 10:41:56 VDEBUG commands command:register:573 Registering command jseval (from qutebrowser.browser.commands:CommandDispatcher.jseval) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg keystring of type -> add_argument(help='The keystring to send.', dest='keystring', metavar='keystring') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg global_ of type -> add_argument('--global', '-g', help='If given, the keys are sent to the qutebrowser UI.', dest='global_', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command fake-key (from qutebrowser.browser.commands:CommandDispatcher.fake_key) 10:41:56 VDEBUG commands command:register:573 Registering command debug-clear-ssl-errors (from qutebrowser.browser.commands:CommandDispatcher.debug_clear_ssl_errors) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg url of type -> add_argument(help='URL to edit; defaults to the current page url.', dest='url', metavar='url', default=None, nargs='?') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg bg of type -> add_argument('--bg', '-b', help='Open in a new background tab.', dest='bg', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg tab of type -> add_argument('--tab', '-t', help='Open in a new tab.', dest='tab', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg window of type -> add_argument('--window', '-w', help='Open in a new window.', dest='window', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg private of type -> add_argument('--private', '-p', help='Open a new window in private browsing mode.', dest='private', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg related of type -> add_argument('--related', '-r', help='If opening a new tab, position the tab as related to the current one (like clicking on a link).\n', dest='related', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command edit-url (from qutebrowser.browser.commands:CommandDispatcher.edit_url) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg key of type -> add_argument(help='mark identifier; capital indicates a global mark', dest='key', metavar='key') 10:41:56 VDEBUG commands command:register:573 Registering command set-mark (from qutebrowser.browser.commands:CommandDispatcher.set_mark) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg key of type -> add_argument(help='mark identifier; capital indicates a global mark', dest='key', metavar='key') 10:41:56 VDEBUG commands command:register:573 Registering command jump-mark (from qutebrowser.browser.commands:CommandDispatcher.jump_mark) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg leave of type -> add_argument('--leave', '-l', help='Only leave fullscreen if it was entered by the page.', dest='leave', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command fullscreen (from qutebrowser.browser.commands:CommandDispatcher.fullscreen) 10:41:56 VDEBUG commands command:register:573 Registering command report (from qutebrowser.misc.crashsignal:CrashHandler.report) 10:41:56 VDEBUG commands command:register:573 Registering command close (from qutebrowser.mainwindow.mainwindow:MainWindow.close) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg group of type -> add_argument(help='The element types to hint. \n\n - `all`: All clickable elements.\n - `links`: Only links.\n - `images`: Only images.\n - `inputs`: Only input fields.\n \n\n Custom groups can be added via the `hints…, dest='group', metavar='group', default='all', nargs='?') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg target of type -> add_argument(help='What to do with the selected element. \n\n - `normal`: Open the link.\n - `current`: Open the link in the current tab.\n - `tab`: Open the link in a new tab (honoring the\n `tabs.background_tabs` se…, dest='target', metavar='target', default=, nargs='?') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg args of type None -> add_argument(help='Arguments for spawn/userscript/run/fill. \n\n - With `spawn`: The executable and arguments to spawn.\n `{hint-url}` will get replaced by the selected\n URL.\n - With `userscript`: The userscript to …, dest='args', metavar='args', nargs='*') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg mode of type -> add_argument('--mode', '-m', help='The hinting mode to use. \n\n - `number`: Use numeric hints.\n - `letter`: Use the chars in the hints.chars setting.\n - `word`: Use hint words based on the html elements and the\n extra words.\n \n…, dest='mode', metavar='mode', default=None) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg add_history of type -> add_argument('--add-history', '-a', help='Whether to add the spawned or yanked link to the browsing history.\n', dest='add_history', action='store_true', default=False) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg rapid of type -> add_argument('--rapid', '-r', help="Whether to do rapid hinting. With rapid hinting, the hint mode isn't left after a hint is followed, so you can easily\n open multiple links. This is only possible with targets\n `tab` (with `tabs.ba…, dest='rapid', action='store_true', default=False) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg first of type -> add_argument('--first', '-f', help='Click the first hinted element without prompting.', dest='first', action='store_true', default=False) 10:41:56 VDEBUG commands command:register:573 Registering command hint (from qutebrowser.browser.hints:HintManager.start) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg select of type -> add_argument('--select', '-s', help="Only select the given hint, don't necessarily follow it.", dest='select', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg keystring of type -> add_argument(help='The hint to follow.', dest='keystring', metavar='keystring', default=None, nargs='?') 10:41:56 VDEBUG commands command:register:573 Registering command follow-hint (from qutebrowser.browser.hints:HintManager.follow_hint) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg force of type -> add_argument('--force', '-f', help='For any scripts that have required dependencies, re-download them.\n', dest='force', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command greasemonkey-reload (from qutebrowser.browser.greasemonkey:GreasemonkeyManager.load_scripts) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg register of type -> add_argument(help='Which register to store the macro in.', dest='register', metavar='register', default=None, nargs='?') 10:41:56 VDEBUG commands command:register:573 Registering command record-macro (from qutebrowser.keyinput.macros:MacroRecorder.record_macro_command) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg register of type -> add_argument(help='Which macro to run.', dest='register', metavar='register', default=None, nargs='?') 10:41:56 VDEBUG commands command:register:573 Registering command run-macro (from qutebrowser.keyinput.macros:MacroRecorder.run_macro_command) 10:41:56 VDEBUG commands command:register:573 Registering command rl-backward-char (from qutebrowser.misc.readline:ReadlineBridge.rl_backward_char) 10:41:56 VDEBUG commands command:register:573 Registering command rl-forward-char (from qutebrowser.misc.readline:ReadlineBridge.rl_forward_char) 10:41:56 VDEBUG commands command:register:573 Registering command rl-backward-word (from qutebrowser.misc.readline:ReadlineBridge.rl_backward_word) 10:41:56 VDEBUG commands command:register:573 Registering command rl-forward-word (from qutebrowser.misc.readline:ReadlineBridge.rl_forward_word) 10:41:56 VDEBUG commands command:register:573 Registering command rl-beginning-of-line (from qutebrowser.misc.readline:ReadlineBridge.rl_beginning_of_line) 10:41:56 VDEBUG commands command:register:573 Registering command rl-end-of-line (from qutebrowser.misc.readline:ReadlineBridge.rl_end_of_line) 10:41:56 VDEBUG commands command:register:573 Registering command rl-unix-line-discard (from qutebrowser.misc.readline:ReadlineBridge.rl_unix_line_discard) 10:41:56 VDEBUG commands command:register:573 Registering command rl-kill-line (from qutebrowser.misc.readline:ReadlineBridge.rl_kill_line) 10:41:56 VDEBUG commands command:register:573 Registering command rl-unix-word-rubout (from qutebrowser.misc.readline:ReadlineBridge.rl_unix_word_rubout) 10:41:56 VDEBUG commands command:register:573 Registering command rl-unix-filename-rubout (from qutebrowser.misc.readline:ReadlineBridge.rl_unix_filename_rubout) 10:41:56 VDEBUG commands command:register:573 Registering command rl-backward-kill-word (from qutebrowser.misc.readline:ReadlineBridge.rl_backward_kill_word) 10:41:56 VDEBUG commands command:register:573 Registering command rl-kill-word (from qutebrowser.misc.readline:ReadlineBridge.rl_kill_word) 10:41:56 VDEBUG commands command:register:573 Registering command rl-yank (from qutebrowser.misc.readline:ReadlineBridge.rl_yank) 10:41:56 VDEBUG commands command:register:573 Registering command rl-delete-char (from qutebrowser.misc.readline:ReadlineBridge.rl_delete_char) 10:41:56 VDEBUG commands command:register:573 Registering command rl-backward-delete-char (from qutebrowser.misc.readline:ReadlineBridge.rl_backward_delete_char) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg name of type -> add_argument(help='The name of the session.', dest='name', metavar='name') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg clear of type -> add_argument('--clear', '-c', help='Close all existing windows.', dest='clear', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg temp of type -> add_argument('--temp', '-t', help="Don't set the current session for :session-save.", dest='temp', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg force of type -> add_argument('--force', '-f', help='Force loading internal sessions (starting with an underline).\n', dest='force', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg delete of type -> add_argument('--delete', '-d', help='Delete the saved session once it has loaded.', dest='delete', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command session-load (from qutebrowser.misc.sessions:SessionManager.session_load) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg name of type typing.Union[str, qutebrowser.misc.sessions.Sentinel] -> add_argument(help='The name of the session. If not given, the session configured in session.default_name is saved.\n', dest='name', metavar='name', default=, nargs='?') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg current of type -> add_argument('--current', '-c', help='Save the current session instead of the default.', dest='current', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg quiet of type -> add_argument('--quiet', '-q', help="Don't show confirmation message.", dest='quiet', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg force of type -> add_argument('--force', '-f', help='Force saving internal sessions (starting with an underline).', dest='force', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg only_active_window of type -> add_argument('--only-active-window', '-o', help='Saves only tabs of the currently active window.', dest='only_active_window', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg with_private of type -> add_argument('--with-private', '-p', help='Include private windows.', dest='with_private', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command session-save (from qutebrowser.misc.sessions:SessionManager.session_save) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg name of type -> add_argument(help='The name of the session.', dest='name', metavar='name') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg force of type -> add_argument('--force', '-f', help='Force deleting internal sessions (starting with an underline).\n', dest='force', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command session-delete (from qutebrowser.misc.sessions:SessionManager.session_delete) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg text of type -> add_argument(help='The commandline to set.', dest='text', metavar='text') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg space of type -> add_argument('--space', '-s', help='If given, a space is added to the end.', dest='space', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg append of type -> add_argument('--append', '-a', help='If given, the text is appended to the current text.', dest='append', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg run_on_count of type -> add_argument('--run-on-count', '-r', help='If given with a count, the command is run with the given count rather than setting the command text.\n', dest='run_on_count', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command set-cmd-text (from qutebrowser.mainwindow.statusbar.command:Command.set_cmd_text_command) 10:41:56 VDEBUG commands command:register:573 Registering command command-history-prev (from qutebrowser.mainwindow.statusbar.command:Command.command_history_prev) 10:41:56 VDEBUG commands command:register:573 Registering command command-history-next (from qutebrowser.mainwindow.statusbar.command:Command.command_history_next) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg rapid of type -> add_argument('--rapid', '-r', help='Run the command without closing or clearing the command bar.', dest='rapid', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command command-accept (from qutebrowser.mainwindow.statusbar.command:Command.command_accept) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg run of type -> add_argument('--run', '-r', help='Run the command if the editor exits successfully.', dest='run', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command edit-command (from qutebrowser.mainwindow.statusbar.command:Command.edit_command) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg ms of type -> add_argument(help='How many milliseconds to wait.', dest='ms', metavar='ms') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg command of type -> add_argument(help='The command to run, with optional args.', dest='command', metavar='command') 10:41:56 VDEBUG commands command:register:573 Registering command later (from qutebrowser.misc.utilcmds:later) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg times of type -> add_argument(help='How many times to repeat.', dest='times', metavar='times') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg command of type -> add_argument(help='The command to run, with optional args.', dest='command', metavar='command') 10:41:56 VDEBUG commands command:register:573 Registering command repeat (from qutebrowser.misc.utilcmds:repeat) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg count_arg of type -> add_argument(help='The count to pass to the command.', dest='count_arg', metavar='count-arg') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg command of type -> add_argument(help='The command to run, with optional args.', dest='command', metavar='command') 10:41:56 VDEBUG commands command:register:573 Registering command run-with-count (from qutebrowser.misc.utilcmds:run_with_count) 10:41:56 VDEBUG commands command:register:573 Registering command clear-messages (from qutebrowser.misc.utilcmds:clear_messages) 10:41:56 VDEBUG commands command:register:573 Registering command debug-all-objects (from qutebrowser.misc.utilcmds:debug_all_objects) 10:41:56 VDEBUG commands command:register:573 Registering command debug-cache-stats (from qutebrowser.misc.utilcmds:debug_cache_stats) 10:41:56 VDEBUG commands command:register:573 Registering command debug-console (from qutebrowser.misc.utilcmds:debug_console) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg s of type -> add_argument(help='The string to evaluate.', dest='s', metavar='s') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg file of type -> add_argument('--file', '-f', help='Interpret s as a path to file, also implies --quiet.', dest='file', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg quiet of type -> add_argument('--quiet', '-q', help="Don't show the output in a new tab.", dest='quiet', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command debug-pyeval (from qutebrowser.misc.utilcmds:debug_pyeval) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg s of type -> add_argument(help='The text to put into the fake clipboard, or unset to enable logging.', dest='s', metavar='s', default=None, nargs='?') 10:41:56 VDEBUG commands command:register:573 Registering command debug-set-fake-clipboard (from qutebrowser.misc.utilcmds:debug_set_fake_clipboard) 10:41:56 VDEBUG commands command:register:573 Registering command repeat-command (from qutebrowser.misc.utilcmds:repeat_command) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg capacity of type -> add_argument(help='Number of lines for the log.', dest='capacity', metavar='capacity') 10:41:56 VDEBUG commands command:register:573 Registering command debug-log-capacity (from qutebrowser.misc.utilcmds:log_capacity) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg level of type -> add_argument(help='The log level to set.', dest='level', metavar='level') 10:41:56 VDEBUG commands command:register:573 Registering command debug-log-level (from qutebrowser.misc.utilcmds:debug_log_level) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg filters of type -> add_argument(help='A comma separated list of logger names. Can also be "none" to clear any existing filters.\n', dest='filters', metavar='filters') 10:41:56 VDEBUG commands command:register:573 Registering command debug-log-filter (from qutebrowser.misc.utilcmds:debug_log_filter) 10:41:56 VDEBUG commands command:register:573 Registering command window-only (from qutebrowser.misc.utilcmds:window_only) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg paste of type -> add_argument('--paste', '-p', help='Paste to pastebin.', dest='paste', action='store_true') 10:41:56 VDEBUG commands command:register:573 Registering command version (from qutebrowser.misc.utilcmds:version) 10:41:56 VDEBUG commands command:register:573 Registering command restart (from qutebrowser.app:Quitter.restart_cmd) 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg save of type -> add_argument('--save', '-s', help='When given, save the open windows even if auto_save.session is turned off.\n', dest='save', action='store_true') 10:41:56 VDEBUG commands command:_inspect_func:247 Adding arg session of type -> add_argument(help='The name of the session to save.', dest='session', metavar='session', default=None, nargs='?') 10:41:56 VDEBUG commands command:register:573 Registering command quit (from qutebrowser.app:Quitter.quit) 10:41:56 DEBUG init app:run:97 Initializing directories... 10:41:56 DEBUG init standarddir:init:319 Base directory: None 10:41:56 DEBUG misc standarddir:_writable_location:242 writable location for ConfigLocation: /home/vendion/.config 10:41:56 DEBUG misc standarddir:_writable_location:242 writable location for AppLocalDataLocation: /home/vendion/.local/share 10:41:56 DEBUG misc standarddir:_writable_location:242 writable location for CacheLocation: /home/vendion/.cache 10:41:56 DEBUG misc standarddir:_writable_location:242 writable location for DownloadLocation: /home/vendion/Downloads 10:41:56 DEBUG misc standarddir:_writable_location:242 writable location for RuntimeLocation: /run/user/1000 10:41:56 DEBUG init app:run:101 Initializing config... 10:41:56 DEBUG init app:__init__:818 Qt arguments: ['/usr/bin/qutebrowser', '--reduced-referrer-granularity'], based on Namespace(backend=None, basedir=None, color=True, command=[], debug=True, debug_flags=[], enable_webengine_inspector=False, force_color=False, json_args=None, json_logging=False, logfilter=None, loglevel='vdebug', loglines=2000, no_err_windows=False, nowindow=False, override_restore=False, qt_arg=None, qt_flag=None, session=None, target=None, temp_basedir=False, temp_basedir_restarted=None, temp_settings=[], url=[], version=False) 10:41:57 DEBUG qt Unknown module:none:0 Attribute Qt::AA_ShareOpenGLContexts must be set before QCoreApplication is created. File "/usr/bin/qutebrowser", line 11, in load_entry_point('qutebrowser==1.6.3', 'gui_scripts', 'qutebrowser')() File "/usr/lib/python3.7/site-packages/qutebrowser/qutebrowser.py", line 194, in main return app.run(args) File "/usr/lib/python3.7/site-packages/qutebrowser/app.py", line 105, in run q_app = Application(args) File "/usr/lib/python3.7/site-packages/qutebrowser/app.py", line 819, in __init__ super().__init__(qt_args) File "/usr/lib/python3.7/site-packages/qutebrowser/utils/log.py", line 472, in qt_message_handler stack = ''.join(traceback.format_stack()) 10:41:57 DEBUG init app:__init__:821 Initializing application... 10:41:57 DEBUG ipc ipc:send_to_running_instance:433 Connecting to /run/user/1000/qutebrowser/ipc-06ce4eced0bdbd5a91ac1b471da7be3d 10:41:57 DEBUG ipc ipc:send_to_running_instance:466 No existing instance present (error 0) 10:41:57 DEBUG init ipc:send_or_listen:495 Starting IPC server... 10:41:57 DEBUG ipc ipc:__init__:191 Not calling setSocketOptions 10:41:57 DEBUG ipc ipc:listen:202 Listening as /run/user/1000/qutebrowser/ipc-06ce4eced0bdbd5a91ac1b471da7be3d 10:41:57 DEBUG init app:init:164 Starting init... 10:41:57 DEBUG extensions loader:_load_component:153 Importing qutebrowser.components.adblock 10:41:57 VDEBUG commands command:register:573 Registering command adblock-update (from qutebrowser.components.adblock:adblock_update) 10:41:57 DEBUG extensions loader:_load_component:162 Running init hook 'init' 10:41:57 INFO message message:info:81 Run :adblock-update to get adblock lists. 10:41:57 DEBUG extensions loader:_load_component:153 Importing qutebrowser.components.caretcommands 10:41:57 VDEBUG commands command:register:573 Registering command move-to-next-line (from qutebrowser.components.caretcommands:move_to_next_line) 10:41:57 VDEBUG commands command:register:573 Registering command move-to-prev-line (from qutebrowser.components.caretcommands:move_to_prev_line) 10:41:57 VDEBUG commands command:register:573 Registering command move-to-next-char (from qutebrowser.components.caretcommands:move_to_next_char) 10:41:57 VDEBUG commands command:register:573 Registering command move-to-prev-char (from qutebrowser.components.caretcommands:move_to_prev_char) 10:41:57 VDEBUG commands command:register:573 Registering command move-to-end-of-word (from qutebrowser.components.caretcommands:move_to_end_of_word) 10:41:57 VDEBUG commands command:register:573 Registering command move-to-next-word (from qutebrowser.components.caretcommands:move_to_next_word) 10:41:57 VDEBUG commands command:register:573 Registering command move-to-prev-word (from qutebrowser.components.caretcommands:move_to_prev_word) 10:41:57 VDEBUG commands command:register:573 Registering command move-to-start-of-line (from qutebrowser.components.caretcommands:move_to_start_of_line) 10:41:57 VDEBUG commands command:register:573 Registering command move-to-end-of-line (from qutebrowser.components.caretcommands:move_to_end_of_line) 10:41:57 VDEBUG commands command:register:573 Registering command move-to-start-of-next-block (from qutebrowser.components.caretcommands:move_to_start_of_next_block) 10:41:57 VDEBUG commands command:register:573 Registering command move-to-start-of-prev-block (from qutebrowser.components.caretcommands:move_to_start_of_prev_block) 10:41:57 VDEBUG commands command:register:573 Registering command move-to-end-of-next-block (from qutebrowser.components.caretcommands:move_to_end_of_next_block) 10:41:57 VDEBUG commands command:register:573 Registering command move-to-end-of-prev-block (from qutebrowser.components.caretcommands:move_to_end_of_prev_block) 10:41:57 VDEBUG commands command:register:573 Registering command move-to-start-of-document (from qutebrowser.components.caretcommands:move_to_start_of_document) 10:41:57 VDEBUG commands command:register:573 Registering command move-to-end-of-document (from qutebrowser.components.caretcommands:move_to_end_of_document) 10:41:57 VDEBUG commands command:register:573 Registering command toggle-selection (from qutebrowser.components.caretcommands:toggle_selection) 10:41:57 VDEBUG commands command:register:573 Registering command drop-selection (from qutebrowser.components.caretcommands:drop_selection) 10:41:57 VDEBUG commands command:_inspect_func:247 Adding arg tab of type -> add_argument('--tab', '-t', help='Load the selected link in a new tab.', dest='tab', action='store_true', default=False) 10:41:57 VDEBUG commands command:register:573 Registering command follow-selected (from qutebrowser.components.caretcommands:follow_selected) 10:41:57 DEBUG extensions loader:_load_component:153 Importing qutebrowser.components.misccommands 10:41:57 VDEBUG commands command:_inspect_func:247 Adding arg force of type -> add_argument('--force', '-f', help='Bypass the page cache.', dest='force', action='store_true') 10:41:57 VDEBUG commands command:register:573 Registering command reload (from qutebrowser.components.misccommands:reloadpage) 10:41:57 VDEBUG commands command:register:573 Registering command stop (from qutebrowser.components.misccommands:stop) 10:41:57 VDEBUG commands command:_inspect_func:247 Adding arg preview of type -> add_argument('--preview', '-p', help='Show preview instead of printing.', dest='preview', action='store_true') 10:41:57 VDEBUG commands command:_inspect_func:247 Adding arg pdf of type -> add_argument('--pdf', '-f', help='The file path to write the PDF to.', dest='pdf', metavar='file', default=None) 10:41:57 VDEBUG commands command:register:573 Registering command print (from qutebrowser.components.misccommands:printpage) 10:41:57 VDEBUG commands command:register:573 Registering command home (from qutebrowser.components.misccommands:home) 10:41:57 VDEBUG commands command:_inspect_func:247 Adding arg dest of type -> add_argument(help='Where to write the file to.', dest='dest', metavar='dest') 10:41:57 VDEBUG commands command:_inspect_func:247 Adding arg plain of type -> add_argument('--plain', '-p', help='Write plain text instead of HTML.', dest='plain', action='store_true') 10:41:57 VDEBUG commands command:register:573 Registering command debug-dump-page (from qutebrowser.components.misccommands:debug_dump_page) 10:41:57 VDEBUG commands command:_inspect_func:247 Adding arg text of type -> add_argument(help='The text to insert.', dest='text', metavar='text') 10:41:57 VDEBUG commands command:register:573 Registering command insert-text (from qutebrowser.components.misccommands:insert_text) 10:41:57 VDEBUG commands command:_inspect_func:247 Adding arg filter_ of type -> add_argument(help='How to filter the elements. id: Get an element based on its ID.\n', dest='filter_', metavar='filter') 10:41:57 VDEBUG commands command:_inspect_func:247 Adding arg value of type -> add_argument(help='The value to filter for.', dest='value', metavar='value') 10:41:57 VDEBUG commands command:_inspect_func:247 Adding arg target of type -> add_argument('--target', '-t', help='How to open the clicked element (normal/tab/tab-bg/window).', dest='target', metavar='target', default=) 10:41:57 VDEBUG commands command:_inspect_func:247 Adding arg force_event of type -> add_argument('--force-event', '-f', help='Force generating a fake click event.', dest='force_event', action='store_true', default=False) 10:41:57 VDEBUG commands command:register:573 Registering command click-element (from qutebrowser.components.misccommands:click_element) 10:41:57 VDEBUG commands command:_inspect_func:247 Adding arg action of type -> add_argument(help='The action to execute, e.g. MoveToNextChar.', dest='action', metavar='action') 10:41:57 VDEBUG commands command:register:573 Registering command debug-webaction (from qutebrowser.components.misccommands:debug_webaction) 10:41:57 VDEBUG commands command:register:573 Registering command tab-mute (from qutebrowser.components.misccommands:tab_mute) 10:41:57 VDEBUG commands command:register:573 Registering command nop (from qutebrowser.components.misccommands:nop) 10:41:57 VDEBUG commands command:_inspect_func:247 Adding arg text of type -> add_argument(help='The text to show.', dest='text', metavar='text') 10:41:57 VDEBUG commands command:register:573 Registering command message-error (from qutebrowser.components.misccommands:message_error) 10:41:57 VDEBUG commands command:_inspect_func:247 Adding arg text of type -> add_argument(help='The text to show.', dest='text', metavar='text') 10:41:57 VDEBUG commands command:register:573 Registering command message-info (from qutebrowser.components.misccommands:message_info) 10:41:57 VDEBUG commands command:_inspect_func:247 Adding arg text of type -> add_argument(help='The text to show.', dest='text', metavar='text') 10:41:57 VDEBUG commands command:register:573 Registering command message-warning (from qutebrowser.components.misccommands:message_warning) 10:41:57 VDEBUG commands command:_inspect_func:247 Adding arg typ of type -> add_argument(help="either 'exception' or 'segfault'.", dest='typ', metavar='typ', default='exception', nargs='?') 10:41:57 VDEBUG commands command:register:573 Registering command debug-crash (from qutebrowser.components.misccommands:debug_crash) 10:41:57 VDEBUG commands command:_inspect_func:247 Adding arg expr of type -> add_argument(help='What to trace, passed to hunter.', dest='expr', metavar='expr', default='', nargs='?') 10:41:57 VDEBUG commands command:register:573 Registering command debug-trace (from qutebrowser.components.misccommands:debug_trace) 10:41:57 DEBUG extensions loader:_load_component:153 Importing qutebrowser.components.scrollcommands 10:41:57 VDEBUG commands command:_inspect_func:247 Adding arg dx of type -> add_argument(help='How much to scroll in x-direction.', dest='dx', metavar='dx') 10:41:57 VDEBUG commands command:_inspect_func:247 Adding arg dy of type -> add_argument(help='How much to scroll in y-direction.', dest='dy', metavar='dy') 10:41:57 VDEBUG commands command:register:573 Registering command scroll-px (from qutebrowser.components.scrollcommands:scroll_px) 10:41:57 VDEBUG commands command:_inspect_func:247 Adding arg direction of type -> add_argument(help='In which direction to scroll (up/down/left/right/top/bottom).\n', dest='direction', metavar='direction') 10:41:57 VDEBUG commands command:register:573 Registering command scroll (from qutebrowser.components.scrollcommands:scroll) 10:41:57 VDEBUG commands command:_inspect_func:247 Adding arg perc of type -> add_argument(help='Percentage to scroll.', dest='perc', metavar='perc', default=None, nargs='?') 10:41:57 VDEBUG commands command:_inspect_func:247 Adding arg horizontal of type -> add_argument('--horizontal', '-x', help='Scroll horizontally instead of vertically.', dest='horizontal', action='store_true') 10:41:57 VDEBUG commands command:register:573 Registering command scroll-to-perc (from qutebrowser.components.scrollcommands:scroll_to_perc) 10:41:57 VDEBUG commands command:_inspect_func:247 Adding arg name of type -> add_argument(help='The anchor to scroll to.', dest='name', metavar='name') 10:41:57 VDEBUG commands command:register:573 Registering command scroll-to-anchor (from qutebrowser.components.scrollcommands:scroll_to_anchor) 10:41:57 DEBUG extensions loader:_load_component:153 Importing qutebrowser.components.zoomcommands 10:41:57 VDEBUG commands command:_inspect_func:247 Adding arg quiet of type -> add_argument('--quiet', '-q', help="Don't show a zoom level message.", dest='quiet', action='store_true') 10:41:57 VDEBUG commands command:register:573 Registering command zoom-in (from qutebrowser.components.zoomcommands:zoom_in) 10:41:57 VDEBUG commands command:_inspect_func:247 Adding arg quiet of type -> add_argument('--quiet', '-q', help="Don't show a zoom level message.", dest='quiet', action='store_true') 10:41:57 VDEBUG commands command:register:573 Registering command zoom-out (from qutebrowser.components.zoomcommands:zoom_out) 10:41:57 VDEBUG commands command:_inspect_func:247 Adding arg level of type -> add_argument(help='The zoom percentage to set.', dest='level', metavar='level', default=None, nargs='?') 10:41:57 VDEBUG commands command:_inspect_func:247 Adding arg quiet of type -> add_argument('--quiet', '-q', help="Don't show a zoom level message.", dest='quiet', action='store_true') 10:41:57 VDEBUG commands command:register:573 Registering command zoom (from qutebrowser.components.zoomcommands:zoom) 10:41:57 DEBUG init app:_init_modules:427 Initializing save manager... 10:41:57 DEBUG init app:_init_modules:432 Checking backend requirements... 10:41:57 DEBUG init app:_init_modules:435 Initializing prompts... 10:41:57 DEBUG init app:_init_modules:438 Initializing network... 10:41:57 DEBUG init networkmanager:init:109 Default Qt ciphers: TLS_AES_256_GCM_SHA384, TLS_CHACHA20_POLY1305_SHA256, TLS_AES_128_GCM_SHA256, ECDHE-ECDSA-AES256-GCM-SHA384, ECDHE-RSA-AES256-GCM-SHA384, DHE-RSA-AES256-GCM-SHA384, ECDHE-ECDSA-CHACHA20-POLY1305, ECDHE-RSA-CHACHA20-POLY1305, DHE-RSA-CHACHA20-POLY1305, ECDHE-ECDSA-AES128-GCM-SHA256, ECDHE-RSA-AES128-GCM-SHA256, DHE-RSA-AES128-GCM-SHA256, ECDHE-ECDSA-AES256-SHA384, ECDHE-RSA-AES256-SHA384, DHE-RSA-AES256-SHA256, ECDHE-ECDSA-AES128-SHA256, ECDHE-RSA-AES128-SHA256, DHE-RSA-AES128-SHA256, ECDHE-ECDSA-AES256-SHA, ECDHE-RSA-AES256-SHA, DHE-RSA-AES256-SHA, ECDHE-ECDSA-AES128-SHA, ECDHE-RSA-AES128-SHA, DHE-RSA-AES128-SHA, RSA-PSK-AES256-GCM-SHA384, DHE-PSK-AES256-GCM-SHA384, RSA-PSK-CHACHA20-POLY1305, DHE-PSK-CHACHA20-POLY1305, ECDHE-PSK-CHACHA20-POLY1305, AES256-GCM-SHA384, PSK-AES256-GCM-SHA384, PSK-CHACHA20-POLY1305, RSA-PSK-AES128-GCM-SHA256, DHE-PSK-AES128-GCM-SHA256, AES128-GCM-SHA256, PSK-AES128-GCM-SHA256, AES256-SHA256, AES128-SHA256, ECDHE-PSK-AES256-CBC-SHA384, ECDHE-PSK-AES256-CBC-SHA, SRP-RSA-AES-256-CBC-SHA, SRP-AES-256-CBC-SHA, RSA-PSK-AES256-CBC-SHA384, DHE-PSK-AES256-CBC-SHA384, RSA-PSK-AES256-CBC-SHA, DHE-PSK-AES256-CBC-SHA, AES256-SHA, PSK-AES256-CBC-SHA384, PSK-AES256-CBC-SHA, ECDHE-PSK-AES128-CBC-SHA256, ECDHE-PSK-AES128-CBC-SHA, SRP-RSA-AES-128-CBC-SHA, SRP-AES-128-CBC-SHA, RSA-PSK-AES128-CBC-SHA256, DHE-PSK-AES128-CBC-SHA256, RSA-PSK-AES128-CBC-SHA, DHE-PSK-AES128-CBC-SHA, AES128-SHA, PSK-AES128-CBC-SHA256, PSK-AES128-CBC-SHA 10:41:57 DEBUG init networkmanager:init:120 Disabling bad ciphers: 10:41:57 DEBUG init app:_init_modules:441 Initializing proxy... 10:41:57 DEBUG init app:_init_modules:444 Initializing readline-bridge... 10:41:57 DEBUG init app:_init_modules:449 Initializing sql... 10:41:57 DEBUG sql sql:__init__:179 Preparing SQL query: "PRAGMA journal_mode=WAL" 10:41:57 DEBUG sql sql:run:212 Running SQL query: "PRAGMA journal_mode=WAL" 10:41:57 DEBUG sql sql:run:215 query bindings: {} 10:41:57 DEBUG sql sql:__init__:179 Preparing SQL query: "PRAGMA synchronous=NORMAL" 10:41:57 DEBUG sql sql:run:212 Running SQL query: "PRAGMA synchronous=NORMAL" 10:41:57 DEBUG sql sql:run:215 query bindings: {} 10:41:57 DEBUG init app:_init_modules:452 Initializing web history... 10:41:57 DEBUG sql sql:__init__:179 Preparing SQL query: "CREATE TABLE IF NOT EXISTS History (url NOT NULL, title NOT NULL, atime NOT NULL, redirect NOT NULL)" 10:41:57 DEBUG sql sql:run:212 Running SQL query: "CREATE TABLE IF NOT EXISTS History (url NOT NULL, title NOT NULL, atime NOT NULL, redirect NOT NULL)" 10:41:57 DEBUG sql sql:run:215 query bindings: {} 10:41:57 DEBUG sql sql:__init__:179 Preparing SQL query: "CREATE TABLE IF NOT EXISTS CompletionHistory (url PRIMARY KEY, title NOT NULL, last_atime NOT NULL)" 10:41:57 DEBUG sql sql:run:212 Running SQL query: "CREATE TABLE IF NOT EXISTS CompletionHistory (url PRIMARY KEY, title NOT NULL, last_atime NOT NULL)" 10:41:57 DEBUG sql sql:run:215 query bindings: {} 10:41:57 DEBUG sql sql:__init__:179 Preparing SQL query: "CREATE INDEX IF NOT EXISTS CompletionHistoryAtimeIndex ON CompletionHistory (last_atime)" 10:41:57 DEBUG sql sql:run:212 Running SQL query: "CREATE INDEX IF NOT EXISTS CompletionHistoryAtimeIndex ON CompletionHistory (last_atime)" 10:41:57 DEBUG sql sql:run:215 query bindings: {} 10:41:57 DEBUG sql sql:__init__:179 Preparing SQL query: "CREATE TABLE IF NOT EXISTS CompletionMetaInfo (key PRIMARY KEY, value )" 10:41:57 DEBUG sql sql:run:212 Running SQL query: "CREATE TABLE IF NOT EXISTS CompletionMetaInfo (key PRIMARY KEY, value )" 10:41:57 DEBUG sql sql:run:215 query bindings: {} 10:41:57 DEBUG sql sql:__init__:179 Preparing SQL query: "SELECT EXISTS(SELECT * FROM CompletionMetaInfo WHERE key = :val)" 10:41:57 DEBUG sql sql:run:212 Running SQL query: "SELECT EXISTS(SELECT * FROM CompletionMetaInfo WHERE key = :val)" 10:41:57 DEBUG sql sql:run:215 query bindings: {':val': 'force_rebuild'} 10:41:57 DEBUG sql sql:__init__:179 Preparing SQL query: "REPLACE INTO CompletionMetaInfo (key, value) values(:key, :value)" 10:41:57 DEBUG sql sql:run:212 Running SQL query: "REPLACE INTO CompletionMetaInfo (key, value) values(:key, :value)" 10:41:57 DEBUG sql sql:run:215 query bindings: {':key': 'force_rebuild', ':value': False} 10:41:57 DEBUG sql sql:__init__:179 Preparing SQL query: "pragma user_version" 10:41:57 DEBUG sql sql:run:212 Running SQL query: "pragma user_version" 10:41:57 DEBUG sql sql:run:215 query bindings: {} 10:41:57 DEBUG sql sql:__init__:179 Preparing SQL query: "DELETE FROM CompletionHistory" 10:41:57 DEBUG sql sql:run:212 Running SQL query: "DELETE FROM CompletionHistory" 10:41:57 DEBUG sql sql:run:215 query bindings: {} 10:41:57 DEBUG sql sql:__init__:179 Preparing SQL query: "SELECT value FROM CompletionMetaInfo WHERE key = :key" 10:41:57 DEBUG sql sql:run:212 Running SQL query: "SELECT value FROM CompletionMetaInfo WHERE key = :key" 10:41:57 DEBUG sql sql:run:215 query bindings: {':key': 'force_rebuild'} 10:41:57 DEBUG sql sql:__init__:179 Preparing SQL query: "SELECT count(*) FROM CompletionHistory" 10:41:57 DEBUG sql sql:run:212 Running SQL query: "SELECT count(*) FROM CompletionHistory" 10:41:57 DEBUG sql sql:run:215 query bindings: {} 10:41:57 DEBUG sql sql:__init__:179 Preparing SQL query: "SELECT url, title, max(atime) AS atime FROM History WHERE NOT redirect and url NOT LIKE "qute://back%" GROUP BY url ORDER BY atime asc" 10:41:57 DEBUG sql sql:run:212 Running SQL query: "SELECT url, title, max(atime) AS atime FROM History WHERE NOT redirect and url NOT LIKE "qute://back%" GROUP BY url ORDER BY atime asc" 10:41:57 DEBUG sql sql:run:215 query bindings: {} 10:41:57 DEBUG sql sql:__init__:179 Preparing SQL query: "REPLACE INTO CompletionHistory (url, title, last_atime) values(:url, :title, :last_atime)" 10:41:57 DEBUG sql sql:run_batch:225 Running SQL query (batch): "REPLACE INTO CompletionHistory (url, title, last_atime) values(:url, :title, :last_atime)" 10:41:57 DEBUG sql sql:__init__:179 Preparing SQL query: "pragma user_version = 2" 10:41:57 DEBUG sql sql:run:212 Running SQL query: "pragma user_version = 2" 10:41:57 DEBUG sql sql:run:215 query bindings: {} 10:41:57 DEBUG sql sql:__init__:179 Preparing SQL query: "CREATE INDEX IF NOT EXISTS HistoryIndex ON History (url)" 10:41:57 DEBUG sql sql:run:212 Running SQL query: "CREATE INDEX IF NOT EXISTS HistoryIndex ON History (url)" 10:41:57 DEBUG sql sql:run:215 query bindings: {} 10:41:57 DEBUG sql sql:__init__:179 Preparing SQL query: "CREATE INDEX IF NOT EXISTS HistoryAtimeIndex ON History (atime)" 10:41:57 DEBUG sql sql:run:212 Running SQL query: "CREATE INDEX IF NOT EXISTS HistoryAtimeIndex ON History (atime)" 10:41:57 DEBUG sql sql:run:215 query bindings: {} 10:41:57 DEBUG sql sql:__init__:179 Preparing SQL query: "SELECT EXISTS(SELECT * FROM History WHERE url = :val)" 10:41:57 DEBUG sql sql:__init__:179 Preparing SQL query: "SELECT * FROM History where not redirect and not url like "qute://%" and atime > :earliest and atime <= :latest ORDER BY atime desc" 10:41:57 DEBUG sql sql:__init__:179 Preparing SQL query: "SELECT * FROM History where not redirect and not url like "qute://%" and atime <= :latest ORDER BY atime desc limit :limit offset :offset" 10:41:57 DEBUG init app:_init_modules:459 Initializing command history... 10:41:57 DEBUG init app:_init_modules:462 Initializing crashlog... 10:41:57 DEBUG init app:_init_modules:466 Initializing sessions... 10:41:57 DEBUG init app:_init_modules:469 Initializing websettings... 10:41:57 DEBUG config webenginesettings:set_dictionary_language:256 Found dicts: [] 10:41:57 DEBUG config webenginesettings:set_dictionary_language:256 Found dicts: [] 10:41:57 DEBUG config config:_set_value:323 Config option changed: content.javascript.enabled = True 10:41:57 DEBUG config config:_set_value:323 Config option changed: content.javascript.enabled = True 10:41:57 DEBUG config config:_set_value:323 Config option changed: content.javascript.enabled = True 10:41:57 DEBUG init app:_init_modules:472 Initializing quickmarks... 10:41:57 DEBUG save savemanager:save:96 Save of quickmark-manager requested - dirty True, save_on_exit False, is_exit False, force False -> True 10:41:57 DEBUG destroy lineparser:_after_save:80 Saved to /home/vendion/.config/qutebrowser/quickmarks 10:41:57 DEBUG init app:_init_modules:476 Initializing bookmarks... 10:41:57 DEBUG save savemanager:save:96 Save of bookmark-manager requested - dirty True, save_on_exit False, is_exit False, force False -> True 10:41:57 DEBUG destroy lineparser:_after_save:80 Saved to /home/vendion/.config/qutebrowser/bookmarks/urls 10:41:57 DEBUG init app:_init_modules:480 Initializing cookies... 10:41:57 DEBUG init app:_init_modules:486 Initializing cache... 10:41:57 DEBUG init app:_init_modules:490 Initializing downloads... 10:41:57 DEBUG init networkmanager:__init__:152 Initializing NetworkManager 10:41:57 DEBUG init networkmanager:__init__:157 NetworkManager init done 10:41:57 DEBUG init app:_init_modules:494 Initializing Greasemonkey... 10:41:57 DEBUG greasemonkey greasemonkey:load_scripts:280 Reading scripts from: /home/vendion/.local/share/qutebrowser/greasemonkey 10:41:57 DEBUG init app:_init_modules:497 Misc initialization... 10:41:57 DEBUG init webenginetab:init:57 Initializing qute://* handler... 10:41:57 DEBUG init webenginetab:init:62 Initializing request interceptor... 10:41:57 DEBUG init webenginetab:init:68 Initializing QtWebEngine downloads... 10:41:57 DEBUG init webenginetab:init:74 Initializing cookie filter... 10:41:57 DEBUG init app:init:177 Initializing eventfilter... 10:41:57 DEBUG init app:init:182 Connecting signals... 10:41:57 DEBUG init app:_process_args:219 Initializing main window... 10:41:57 DEBUG init mainwindow:_init_downloadmanager:310 Initializing downloads... 10:41:57 VDEBUG config config:register:677 stylesheet for DownloadView: QListView { background-color: black; font: 10pt "xos4 Terminus", Terminus, Monospace, "DejaVu Sans Mono", Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Courier New", Courier, "Liberation Mono", monospace, Fixed, Consolas, Terminal; } QListView::item { padding-right: 2px; } 10:41:57 VDEBUG config config:register:677 stylesheet for StatusBar: QWidget#StatusBar, QWidget#StatusBar QLabel, QWidget#StatusBar QLineEdit { font: 10pt "xos4 Terminus", Terminus, Monospace, "DejaVu Sans Mono", Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Courier New", Courier, "Liberation Mono", monospace, Fixed, Consolas, Terminal; color: white; } QWidget#StatusBar { background-color: black; } QWidget#StatusBar[color_flags~="private"], QWidget#StatusBar[color_flags~="private"] QLabel, QWidget#StatusBar[color_flags~="private"] QLineEdit { color: white; } QWidget#StatusBar[color_flags~="private"] { background-color: #666666; } QWidget#StatusBar[color_flags~="caret"], QWidget#StatusBar[color_flags~="caret"] QLabel, QWidget#StatusBar[color_flags~="caret"] QLineEdit { color: white; } QWidget#StatusBar[color_flags~="caret"] { background-color: purple; } QWidget#StatusBar[color_flags~="caret-selection"], QWidget#StatusBar[color_flags~="caret-selection"] QLabel, QWidget#StatusBar[color_flags~="caret-selection"] QLineEdit { color: white; } QWidget#StatusBar[color_flags~="caret-selection"] { background-color: #a12dff; } QWidget#StatusBar[color_flags~="prompt"], QWidget#StatusBar[color_flags~="prompt"] QLabel, QWidget#StatusBar[color_flags~="prompt"] QLineEdit { color: white; } QWidget#StatusBar[color_flags~="prompt"] { background-color: #444444; } QWidget#StatusBar[color_flags~="insert"], QWidget#StatusBar[color_flags~="insert"] QLabel, QWidget#StatusBar[color_flags~="insert"] QLineEdit { color: white; } QWidget#StatusBar[color_flags~="insert"] { background-color: darkgreen; } QWidget#StatusBar[color_flags~="command"], QWidget#StatusBar[color_flags~="command"] QLabel, QWidget#StatusBar[color_flags~="command"] QLineEdit { color: white; } QWidget#StatusBar[color_flags~="command"] { background-color: black; } QWidget#StatusBar[color_flags~="passthrough"], QWidget#StatusBar[color_flags~="passthrough"] QLabel, QWidget#StatusBar[color_flags~="passthrough"] QLineEdit { color: white; } QWidget#StatusBar[color_flags~="passthrough"] { background-color: darkblue; } QWidget#StatusBar[color_flags~="private-command"], QWidget#StatusBar[color_flags~="private-command"] QLabel, QWidget#StatusBar[color_flags~="private-command"] QLineEdit { color: white; } QWidget#StatusBar[color_flags~="private-command"] { background-color: grey; } 10:41:57 DEBUG statusbar bar:_hide_cmd_widget:326 Hiding cmd widget 10:41:57 VDEBUG config config:register:677 stylesheet for UrlText: QLabel#UrlText[urltype="normal"] { color: white; } QLabel#UrlText[urltype="success"] { color: white; } QLabel#UrlText[urltype="success_https"] { color: lime; } QLabel#UrlText[urltype="error"] { color: orange; } QLabel#UrlText[urltype="warn"] { color: yellow; } QLabel#UrlText[urltype="hover"] { color: aqua; } 10:41:57 VDEBUG config config:register:677 stylesheet for Progress: QProgressBar { border-radius: 0px; border: 2px solid transparent; background-color: transparent; font: 10pt "xos4 Terminus", Terminus, Monospace, "DejaVu Sans Mono", Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Courier New", Courier, "Liberation Mono", monospace, Fixed, Consolas, Terminal; } QProgressBar::chunk { background-color: white; } 10:41:57 VDEBUG config config:register:677 stylesheet for CompletionView: QTreeView { font: 10pt "xos4 Terminus", Terminus, Monospace, "DejaVu Sans Mono", Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Courier New", Courier, "Liberation Mono", monospace, Fixed, Consolas, Terminal; background-color: #333333; alternate-background-color: #444444; outline: 0; border: 0px; } QTreeView::item:disabled { background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #888888, stop:1 #505050); border-top: 1px solid black; border-bottom: 1px solid black; } QTreeView::item:selected, QTreeView::item:selected:hover { border-top: 1px solid #bbbb00; border-bottom: 1px solid #bbbb00; background-color: #e8c000; } QTreeView:item::hover { border: 0px; } QTreeView QScrollBar { width: 12px; background: #333333; } QTreeView QScrollBar::handle { background: white; border: 2px solid #333333; min-height: 10px; } QTreeView QScrollBar::sub-line, QScrollBar::add-line { border: none; background: none; } 10:41:57 DEBUG init mainwindow:__init__:210 Initializing modes... 10:41:57 VDEBUG config config:register:677 stylesheet for KeyHintView: QLabel { font: 10pt "xos4 Terminus", Terminus, Monospace, "DejaVu Sans Mono", Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Courier New", Courier, "Liberation Mono", monospace, Fixed, Consolas, Terminal; color: #FFFFFF; background-color: rgba(0, 0, 0, 80%); padding: 6px; border-top-right-radius: 6px; } 10:41:57 VDEBUG config config:register:677 stylesheet for PromptContainer: QWidget#PromptContainer { border-top-left-radius: 8px; border-top-right-radius: 8px; } QWidget { font: 10pt sans-serif; color: white; background-color: #444444; } QLineEdit { border: 1px solid gray; } QTreeView { selection-background-color: grey; border: 1px solid gray; } QTreeView::branch { background-color: #444444; } QTreeView::item:selected, QTreeView::item:selected:hover, QTreeView::branch:selected { background-color: grey; } 10:41:57 DEBUG init mainwindow:_init_geometry:253 Initial main window geometry: PyQt5.QtCore.QRect(50, 50, 800, 600) 10:41:57 VDEBUG config config:register:677 stylesheet for Message: padding-top: 2px; padding-bottom: 2px; background-color: black; color: white; font: 10pt "xos4 Terminus", Terminus, Monospace, "DejaVu Sans Mono", Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Courier New", Courier, "Liberation Mono", monospace, Fixed, Consolas, Terminal; border-bottom: 1px solid #333333 10:41:57 DEBUG init app:_open_startpage:349 Opening start pages 10:41:57 DEBUG url urlutils:get_path_if_valid:381 Checking if 'https://start.duckduckgo.com' is a path 10:41:57 DEBUG url urlutils:fuzzy_url:214 URL is a fuzzy address 10:41:57 DEBUG url urlutils:fuzzy_url:217 Converting fuzzy term 'https://start.duckduckgo.com' to URL -> https://start.duckduckgo.com 10:41:57 DEBUG webview tabbedbrowser:tabopen:464 Creating new tab with URL PyQt5.QtCore.QUrl('https://start.duckduckgo.com'), background None, related True, idx None 10:41:57 DEBUG webview tabbedbrowser:_get_new_tab_idx:556 tabs.new_position next -> opening new tab at -1, next left: 0 / right: 0 10:41:57 DEBUG webview webview:render_widget:81 Found possibly lost focusProxy: [] 10:41:57 DEBUG modes tabbedbrowser:on_current_changed:701 Current tab changed, focusing 10:41:57 DEBUG modes tabbedbrowser:on_current_changed:709 Mode before tab change: normal (mode_on_change = normal) 10:41:57 DEBUG modes modeman:leave:307 Ignoring leave request for KeyMode.hint (reason tab changed) as we're in mode KeyMode.normal 10:41:57 DEBUG modes modeman:leave:307 Ignoring leave request for KeyMode.caret (reason tab changed) as we're in mode KeyMode.normal 10:41:57 DEBUG modes modeman:leave:307 Ignoring leave request for KeyMode.insert (reason tab changed) as we're in mode KeyMode.normal 10:41:57 DEBUG modes modeman:leave:307 Ignoring leave request for KeyMode.passthrough (reason tab changed) as we're in mode KeyMode.normal 10:41:57 DEBUG modes tabbedbrowser:on_current_changed:721 Mode after tab change: normal (mode_on_change = normal) 10:41:57 VDEBUG config config:register:677 stylesheet for UrlText: QLabel#UrlText[urltype="normal"] { color: white; } QLabel#UrlText[urltype="success"] { color: white; } QLabel#UrlText[urltype="success_https"] { color: lime; } QLabel#UrlText[urltype="error"] { color: orange; } QLabel#UrlText[urltype="warn"] { color: yellow; } QLabel#UrlText[urltype="hover"] { color: aqua; } 10:41:57 VDEBUG config config:register:677 stylesheet for UrlText: QLabel#UrlText[urltype="normal"] { color: white; } QLabel#UrlText[urltype="success"] { color: white; } QLabel#UrlText[urltype="success_https"] { color: lime; } QLabel#UrlText[urltype="error"] { color: orange; } QLabel#UrlText[urltype="warn"] { color: yellow; } QLabel#UrlText[urltype="hover"] { color: aqua; } 10:41:57 DEBUG webview webview:render_widget:81 Found possibly lost focusProxy: [] 10:41:57 DEBUG webview browsertab:_on_before_load_started:955 Going to start loading: https://start.duckduckgo.com 10:41:57 DEBUG webview tabbedbrowser:on_title_changed:623 Changing title for idx 0 to 'https://start.duckduckgo.com' 10:41:57 DEBUG webview browsertab:_on_before_load_started:955 Going to start loading: https://start.duckduckgo.com 10:41:57 DEBUG webview tabbedbrowser:on_title_changed:623 Changing title for idx 0 to 'https://start.duckduckgo.com' 10:41:57 DEBUG mouse mouse:eventFilter:55 got new child , installing filter 10:41:57 DEBUG webview tabbedbrowser:on_title_changed:623 Changing title for idx 0 to 'https://start.duckduckgo.com/' 10:41:57 DEBUG signals signalfilter:_filter_signals:86 emitting: cur_url_changed(PyQt5.QtCore.QUrl('https://start.duckduckgo.com/')) (tab 0) 10:41:57 VDEBUG config config:register:677 stylesheet for UrlText: QLabel#UrlText[urltype="normal"] { color: white; } QLabel#UrlText[urltype="success"] { color: white; } QLabel#UrlText[urltype="success_https"] { color: lime; } QLabel#UrlText[urltype="error"] { color: orange; } QLabel#UrlText[urltype="warn"] { color: yellow; } QLabel#UrlText[urltype="hover"] { color: aqua; } 10:41:57 DEBUG webview tabbedbrowser:tabopen:464 Creating new tab with URL PyQt5.QtCore.QUrl('https://www.qutebrowser.org/quickstart.html'), background False, related True, idx None 10:41:57 DEBUG webview tabbedbrowser:_get_new_tab_idx:556 tabs.new_position next -> opening new tab at 1, next left: 0 / right: 2 10:41:57 DEBUG webview browsertab:_on_before_load_started:955 Going to start loading: https://www.qutebrowser.org/quickstart.html 10:41:57 DEBUG webview tabbedbrowser:on_title_changed:623 Changing title for idx 1 to 'https://www.qutebrowser.org/quickstart.html' 10:41:57 DEBUG webview browsertab:_on_before_load_started:955 Going to start loading: https://www.qutebrowser.org/quickstart.html 10:41:57 DEBUG webview tabbedbrowser:on_title_changed:623 Changing title for idx 1 to 'https://www.qutebrowser.org/quickstart.html' 10:41:57 DEBUG mouse mouse:eventFilter:55 got new child , installing filter 10:41:57 DEBUG webview tabbedbrowser:on_title_changed:623 Changing title for idx 1 to 'https://www.qutebrowser.org/quickstart.html' 10:41:57 DEBUG signals signalfilter:_filter_signals:91 ignoring: cur_url_changed(PyQt5.QtCore.QUrl('https://www.qutebrowser.org/quickstart.html')) (tab 1) 10:41:57 DEBUG modes tabbedbrowser:on_current_changed:701 Current tab changed, focusing 10:41:57 DEBUG modes tabbedbrowser:on_current_changed:709 Mode before tab change: normal (mode_on_change = normal) 10:41:57 DEBUG modes modeman:leave:307 Ignoring leave request for KeyMode.hint (reason tab changed) as we're in mode KeyMode.normal 10:41:57 DEBUG modes modeman:leave:307 Ignoring leave request for KeyMode.caret (reason tab changed) as we're in mode KeyMode.normal 10:41:57 DEBUG modes modeman:leave:307 Ignoring leave request for KeyMode.insert (reason tab changed) as we're in mode KeyMode.normal 10:41:57 DEBUG modes modeman:leave:307 Ignoring leave request for KeyMode.passthrough (reason tab changed) as we're in mode KeyMode.normal 10:41:57 DEBUG modes tabbedbrowser:on_current_changed:721 Mode after tab change: normal (mode_on_change = normal) 10:41:57 VDEBUG config config:register:677 stylesheet for UrlText: QLabel#UrlText[urltype="normal"] { color: white; } QLabel#UrlText[urltype="success"] { color: white; } QLabel#UrlText[urltype="success_https"] { color: lime; } QLabel#UrlText[urltype="error"] { color: orange; } QLabel#UrlText[urltype="warn"] { color: yellow; } QLabel#UrlText[urltype="hover"] { color: aqua; } 10:41:57 VDEBUG config config:register:677 stylesheet for UrlText: QLabel#UrlText[urltype="normal"] { color: white; } QLabel#UrlText[urltype="success"] { color: white; } QLabel#UrlText[urltype="success_https"] { color: lime; } QLabel#UrlText[urltype="error"] { color: orange; } QLabel#UrlText[urltype="warn"] { color: yellow; } QLabel#UrlText[urltype="hover"] { color: aqua; } 10:41:57 DEBUG init app:_process_args:230 Init finished after 1.423401s 10:41:57 DEBUG init app:init:191 Init done! 10:41:57 DEBUG misc mainwindow:_update_overlay_geometry:305 new geometry for : PyQt5.QtCore.QRect(0, 569, 801, 18) 10:41:57 DEBUG misc mainwindow:_update_overlay_geometry:305 new geometry for : PyQt5.QtCore.QRect(0, 202, 846, 18)