Description
Describe the bug
The app opens, but only shows a tab that says ‘Configurations not available for the pixel format provided’, or something similar translated into English (my system is in Italian). It was working until a few days ago. I installed it as Flatpak,
Screenshots
https://i.imgur.com/Ok8IefE.png
Desktop (please complete the following information):
- OS: Linux Mint 22 Cinnamon
Additional context
Why it says ‘pixel format provided’? If it concerns the resolution of my screen, I haven't changed it lately (1920 x 1080).
TERMINAL ERRORS
When I open it from the terminal, these errors come up:
flatpak run com.cloudchewie.cloudotp
Gtk-Message: 15:57:22.434: Failed to load module "xapp-gtk3-module"
(CloudOTP:3): Gdk-CRITICAL **: 15:57:22.471: gdk_gl_context_make_current: assertion 'GDK_IS_GL_CONTEXT (context)' failed
** (CloudOTP:3): WARNING **: 15:57:22.471: Failed to initialize GLArea: Configurazioni non disponibili per il formato pixel fornito
** (CloudOTP:3): CRITICAL **: 15:57:24.237: void fl_keyboard_manager_sync_modifier_if_needed(FlKeyboardManager *, guint, double): assertion 'FL_IS_KEYBOARD_MANAGER(self)' failed
** (CloudOTP:3): CRITICAL **: 15:57:24.243: void fl_keyboard_manager_sync_modifier_if_needed(FlKeyboardManager *, guint, double): assertion 'FL_IS_KEYBOARD_MANAGER(self)' failed
** (CloudOTP:3): CRITICAL **: 15:57:24.254: void fl_keyboard_manager_sync_modifier_if_needed(FlKeyboardManager *, guint, double): assertion 'FL_IS_KEYBOARD_MANAGER(self)' failed
** (CloudOTP:3): CRITICAL **: 15:57:24.258: void fl_keyboard_manager_sync_modifier_if_needed(FlKeyboardManager *, guint, double): assertion 'FL_IS_KEYBOARD_MANAGER(self)' failed
** (CloudOTP:3): CRITICAL **: 15:57:24.270: void fl_keyboard_manager_sync_modifier_if_needed(FlKeyboardManager *, guint, double): assertion 'FL_IS_KEYBOARD_MANAGER(self)' failed
** (CloudOTP:3): CRITICAL **: 15:57:24.276: void fl_keyboard_manager_sync_modifier_if_needed(FlKeyboardManager *, guint, double): assertion 'FL_IS_KEYBOARD_MANAGER(self)' failed
** (CloudOTP:3): CRITICAL **: 15:57:24.286: void fl_keyboard_manager_sync_modifier_if_needed(FlKeyboardManager *, guint, double): assertion 'FL_IS_KEYBOARD_MANAGER(self)' failed
** (CloudOTP:3): CRITICAL **: 15:57:24.289: void fl_keyboard_manager_sync_modifier_if_needed(FlKeyboardManager *, guint, double): assertion 'FL_IS_KEYBOARD_MANAGER(self)' failed
** (CloudOTP:3): CRITICAL **: 15:57:24.302: void fl_keyboard_manager_sync_modifier_if_needed(FlKeyboardManager *, guint, double): assertion 'FL_IS_KEYBOARD_MANAGER(self)' failed
** (CloudOTP:3): CRITICAL **: 15:57:24.305: void fl_keyboard_manager_sync_modifier_if_needed(FlKeyboardManager *, guint, double): assertion 'FL_IS_KEYBOARD_MANAGER(self)' failed
** (CloudOTP:3): CRITICAL **: 15:57:24.317: void fl_keyboard_manager_sync_modifier_if_needed(FlKeyboardManager *, guint, double): assertion 'FL_IS_KEYBOARD_MANAGER(self)' failed
** (CloudOTP:3): CRITICAL **: 15:57:24.321: void fl_keyboard_manager_sync_modifier_if_needed(FlKeyboardManager *, guint, double): assertion 'FL_IS_KEYBOARD_MANAGER(self)' failed
MORE AND MORE (CloudOTP:3): CRITICAL **: XX:XX:XX.XXX: void fl_keyboard_manager_sync_modifier_if_needed(FlKeyboardManager *, guint, double): assertion 'FL_IS_KEYBOARD_MANAGER(self)' failed
thus:
(CloudOTP:3): Gdk-CRITICAL **: 15:58:32.101: gdk_gl_context_make_current: assertion 'GDK_IS_GL_CONTEXT (context)' failed
** (CloudOTP:3): WARNING **: 15:58:32.101: Failed to uninitialize GLArea: Configurazioni non disponibili per il formato pixel fornito
** (CloudOTP:3): WARNING **: 15:58:32.101: Attempted to set message handler on an FlBinaryMessenger without an engine
** (CloudOTP:3): WARNING **: 15:58:32.101: Attempted to set message handler on an FlBinaryMessenger without an engine
I tried to install the ‘xapp-gtk3-module’ package from the package manager, but it fails because:
E: /var/cache/apt/archives/libxapp-gtk3-module_2.8.2-1build3_amd64.deb: attempted overwriting of ‘/etc/X11/Xsession.d/80xapp-gtk3-module’ also present in the package libxapp1:amd64 2.8.5+wilma
Activity