Hi, I just upgraded my OS yesterday to:
lsb_release -a
No LSB modules are available.
Distributor ID: Pop
Description: Pop!_OS 22.04 LTS
Release: 22.04
Codename: jammy
Now when I start Anki, I see just menus and otherwise a gray screen. Sync progress dialog and menus render normally. Looks to me like some sort of QtWebEngine problem. Starting with Shift held to disable addons doesn’t help. Console does not have any interesting logs:
$ anki
Anki starting...
Initial setup...
Preparing to run...
Gtk-Message: 07:44:28.386: Failed to load module "appmenu-gtk-module"
addons21/295889520/main.py:18:isWin is deprecated: please use 'is_win'
addons21/295889520/main.py:18:isMac is deprecated: please use 'is_mac'
cloze_overlapper/libaddon/platform.py:43:isMac is deprecated: please use 'is_mac'
cloze_overlapper/libaddon/platform.py:43:isWin is deprecated: please use 'is_win'
addons21/cloze_overlapper/config.py:40:stripHTML is deprecated: please use 'strip_html'
libaddon/anki/configmanager.py:42:json is deprecated: please implement your own
addons21/cloze_overlapper/sched.py:49:intTime is deprecated: please use 'int_time'
review_heatmap/libaddon/platform.py:45:isMac is deprecated: please use 'is_mac'
review_heatmap/libaddon/platform.py:45:isWin is deprecated: please use 'is_win'
libaddon/anki/configmanager.py:42:json is deprecated: please implement your own
addons21/review_heatmap/heatmap.py:36:json is deprecated: please implement your own
addons21/syntax_highlighting/config.py:16:json is deprecated: please implement your own
Starting main loop...
addons21/review_heatmap/activity.py:161:schedVer is deprecated: please use 'sched_ver'
conf key heatmap should be fetched with col.get_config(), and saved with col.set_config()
conf key heatmap should be fetched with col.get_config(), and saved with col.set_config()
addons21/review_heatmap/activity.py:161:schedVer is deprecated: please use 'sched_ver'
conf key imgocc should be fetched with col.get_config(), and saved with col.set_config()
conf key imgocc should be fetched with col.get_config(), and saved with col.set_config()
conf key imgocc should be fetched with col.get_config(), and saved with col.set_config()
addons21/cloze_overlapper/template.py:420:byName is deprecated: please use 'by_name'
conf key syntax_highlighting_conf should be fetched with col.get_config(), and saved with col.set_config()
addons21/syntax_highlighting/config.py:61:setMod() is deprecated: no longer required
addons21/review_heatmap/activity.py:161:schedVer is deprecated: please use 'sched_ver'
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "logging", line 2141, in shutdown
File "logging", line 1066, in flush
RuntimeError: wrapped C/C++ object of type ErrorHandler has been deleted
dpkg.log
does not show any recent operations on any package containing substring qtwebengine. Just in case, I tried:
sudo apt install qtwebengine5-dev qtwebengine5-examples libqt5webengine5 python3-pyqt5.qtwebengine
I’ve tried upgrading to latest Anki version from GitHub, no dice.
About dialog doesn’t show anything, either, but at least the Copy Debug Info button works:
Anki 2.1.51 (cf78a555) Python 3.9.10 Qt 5.15.2 PyQt 5.15.5
Platform: Linux
Flags: frz=True ao=True sv=2
Add-ons, last update check: 2022-05-01 08:51:09
===Add-ons (active)===
(add-on provided name [Add-on folder, installed at, version, is config changed])
Cloze Overlapper ['cloze_overlapper', 2019-02-01T04:37, 'None', '']
CrowdAnki JSON exportimport Edit history Collaborate on deck creation ['1788670778', 2021-12-18T16:21, 'None', mod]
External Editor ['16727059', 2020-11-07T08:15, 'None', mod]
Image Occlusion Enhanced for Anki 21 ['1374772155', 2022-04-09T00:15, 'None', '']
Mini Format Pack ['295889520', 2020-11-15T08:59, 'None', '']
Review Heatmap ['review_heatmap', 2020-04-30T06:23, 'None', '']
Syntax Highlighting ['syntax_highlighting', 2021-03-07T13:42, 'None', '']
===IDs of active AnkiWeb add-ons===
1374772155 16727059 1788670778 295889520
===Add-ons (inactive)===
(add-on provided name [Add-on folder, installed at, version, is config changed])
BetterTags ['bettertags', 2020-04-28T08:40, 'None', '']
Syntax Highlighting for Code ['1463041493', 2020-11-01T05:58, 'None', '']
Anyone got any other ideas?