- Version: v22.8.0
- Electron Version: v9.0.3
- Electron Type (current, beta, nightly): current
- Target: Snap (on Ubuntu 20.04.1 LTS)
I am facing issues in terms of text rendering inside Dialogs when launching a strictly confined snap. The text to be displayed are plain ASCII characters but in strict/devmode snaps, I see that it renders the text as boxes instead of corresponding characters. This issue only occurs in strict/devmode snaps but not in classic snaps.
Also, the following warning is thrown in the console whenever this happens:
Gtk-Message: 11:34:28.960: GtkDialog mapped without a transient parent. This is discouraged.
Screenshots
Strict/Devmode Snap


Classic Snap


I am facing issues in terms of text rendering inside Dialogs when launching a strictly confined snap. The text to be displayed are plain ASCII characters but in strict/devmode snaps, I see that it renders the text as boxes instead of corresponding characters. This issue only occurs in strict/devmode snaps but not in classic snaps.
Also, the following warning is thrown in the console whenever this happens:
Screenshots
Strict/Devmode Snap
Classic Snap