The real problem
Anytype requires GLIB to be 2.31 or higher.
Debian 10 current version is 2.28.
To check your version :
$ ldd --version
ldd (Debian GLIBC 2.28-10) 2.28
Resolution
Upgrading your GLIB version is NOT RECOMMENDED.
It is possible to upgrade it via the Debian 11 Bullseye repos but GLIB is part of the core and this could mess your system up.
Best solution is probably to :
- upgrade to Debian 11 if it makes sense for you
- run Debian 11 in a VM if you only need it to use Anytype
Describe the bug
When starting the application, it only displays a grey menu bar and a blank screen.
From there, nothing can be done (none of the menu items seems to display anything).
To Reproduce
Steps to reproduce the behavior:
-
- Download the Linux AppImage [from the Download page](https://download.anytype.io/)
-
- Make it executable
-
- Execute it from terminal
$ ~/.local/bin/Anytype-0.19.0.AppImage --no-sandbox
- Execute it from terminal
-
- Get the blank screen
Expected behavior
The application should open on the home screen.
Clicking menu bar items should change what is displayed.
System Information:
- OS: Debian 10 (Buster), Desktop Manager: Gnome 3.30.2 (system is up-to-date)
- Device: ThinkPad T470 W10DG
- Anytype Version: 0.19.0
Additional context
- The
--no-sandbox flag
is used to [fix the Electron framework issue as posted here](Error “The SUID sandbox helper binary was found…”) - This is a duplicate of [this bug report which was marked Solved and which I misread](The Linux app only shows titlebar & menubar and a white, blank space) (I’ll keep it open to be a little more specific about the resolution steps.