I have set up Ubuntu 22.10 and trying to install jetbrains-toolbox on it.
After kicked toolbox included in the archive file, it says it requires fuse, so I have installed it with apt install fuse
and logged out. Then GUI started to crash and never comes up.
I have recovered it with Alt-F2 -> login in CUI -> apt install --reinstall ubuntu-desktop
and successfully regains GUI login panel, but, according to the messages generated by apt, it seems that fuse2 have been removed and ubuntu-desktop installs fuse3 as well alongside.
I suspects now that jetbrains-toolbox is not compatible with fuse3, and ubuntu-desktop is not compatible with fuse2. How I can solve this and run toolbox on Ubuntu 22.10? Do you have any Idea?
libfuse2
) solved a problem. – MNEMO Feb 02 '23 at 00:52