qutebrowser/misc
Jimmy e9ed6456fd Load icons via importlib.resources
The PyQt resources system is gone in 6.2 and deprecated before that. This
should be the last usage of it.

Switches icons to be read with `utils.resources.read_file_binary()` in
`notification.py` (fallback desktop notification icon) and `app.py` (icon for
the desktop window).

importlib only loads resources under a package, so the icons are moved under
the `qutebrowser/` directory.

Closes: #6062
2022-04-04 18:03:54 +12:00
..
apparmor update apparmor profile 2020-10-19 15:39:21 +02:00
nsis Don't register qutebrowserurl: as URL protocol 2021-10-21 16:01:54 +02:00
requirements Fix version specifiers for importlib-metadata 2022-03-30 13:57:56 +02:00
userscripts Fix some userscript syntax issues 2022-04-03 21:04:33 +02:00
Makefile Load icons via importlib.resources 2022-04-04 18:03:54 +12:00
cheatsheet.svg RIP Freenode 2021-05-26 09:34:37 +02:00
org.qutebrowser.qutebrowser.appdata.xml Release v2.5.0 2022-04-01 16:59:20 +02:00
org.qutebrowser.qutebrowser.desktop CVE-2021-41146: Add --untrusted-args to avoid argument injection 2021-10-21 16:01:04 +02:00
qutebrowser.spec Load icons via importlib.resources 2022-04-04 18:03:54 +12:00