qutebrowser/tests/unit/misc
Jan Palus f86728e972 Unify librarry loading for X11/Wayland wmname
libwayland-client.so is development symlink used during linking and there's no need to
have it installed (usually shipped in -devel/-dev packages) on user's machines. Instead
of hardcoding library file name, use same mechanism as in libX11 which let's Python
figure the details and share common logic between X11 and Wayland.

Fixes #8771

(cherry picked from commit 25dc019886)
2025-11-11 09:10:04 +01:00
..
userscripts reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_autoupdate.py reuse: Update remaining copyright texts 2023-07-23 12:52:01 +02:00
test_checkpyver.py Update checkpyver for 3.8 drop 2024-10-13 18:24:44 +02:00
test_cmdhistory.py reuse: Update remaining copyright texts 2023-07-23 12:52:01 +02:00
test_crashdialog.py Adjust stack trace parsing for newer Python 2025-11-03 16:26:26 +01:00
test_crashsignal.py tests: Correctly deactivate SignalHandler after tests 2025-06-06 10:53:38 +02:00
test_earlyinit.py reuse: Update remaining copyright texts 2023-07-23 12:52:01 +02:00
test_editor.py Use str.removeprefix() and str.removesuffix() 2024-10-13 18:24:44 +02:00
test_elf.py Avoid version warnings with PyQtWebEngine-Qt5 5.15.17 2025-05-29 23:42:40 +02:00
test_guiprocess.py Handle "early timer" log messages in tests 2024-05-25 09:34:01 +12:00
test_ipc.py Use builtin list/dict/set/... types for annotations 2024-10-15 11:54:49 +02:00
test_keyhints.py reuse: Update remaining copyright texts 2023-07-23 12:52:01 +02:00
test_lineparser.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_miscwidgets.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_msgbox.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_objects.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_pakjoy.py Qt 6.10: Disable Hangouts extension via API 2025-10-22 21:45:48 +02:00
test_pastebin.py reuse: Update remaining copyright texts 2023-07-23 12:52:01 +02:00
test_sessions.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_split.py Use builtin list/dict/set/... types for annotations 2024-10-15 11:54:49 +02:00
test_split_hypothesis.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_sql.py reuse: Update remaining copyright texts 2023-07-23 12:52:01 +02:00
test_throttle.py reuse: Update remaining copyright texts 2023-07-23 12:52:01 +02:00
test_utilcmds.py Rename :repeat-command to :cmd-repeat-last 2023-08-11 09:02:12 +02:00
test_wmname.py Unify librarry loading for X11/Wayland wmname 2025-11-11 09:10:04 +01:00