Replies: 7 comments 4 replies
-
|
If anyone encounters this situation, please consider to file this as a bug with Ubuntu. Installing fuse should not break your system (but apparently it DOES). Linked here from https://github.com/AppImage/AppImageKit/wiki/FUSE. Thank you very much @eua1024. |
Beta Was this translation helpful? Give feedback.
-
|
Bless you, thanks |
Beta Was this translation helpful? Give feedback.
-
|
i just reinstalled ubuntu desktop and it worked fine tbh |
Beta Was this translation helpful? Give feedback.
-
|
what a save, thanks! |
Beta Was this translation helpful? Give feedback.
-
|
I am not able to recover like before after following the above steps. |
Beta Was this translation helpful? Give feedback.
-
|
I had this problem. Your solution appears to be more complicated than it needs to be. Basically installing the "fuse" package in Ubuntu causes "fuse3" to be uninstalled, and then also uninstalls the ubuntu-desktop metapackage. You're warned about this but if you're in the middle of doing something else -- like playing a game or watching an F1 race -- the user can just click through and start the process. All you need to do to regain your desktop is reinstall fuse3, restart, and reinstall ubuntu-desktop. In fact you may just reinstall ubuntu-desktop and it will probably reinstall fuse3, but I'm telling you what I did. I wrote up a blog post about it: https://clevershark.com/2026/03/a-short-trip-through-dependencies-hell/ I think the bigger problem with appImage is that it looks for a specific file to see if the "fuse" functionality is available, instead of just asking the system whether fuse is available. I know this is what's happening because after I apt-pinned "fuse", if I try to install it, I get this message: "Note, selecting 'fuse3' instead of 'fuse'". |
Beta Was this translation helpful? Give feedback.
-
|
I think that ultimately, for Ubuntu users, it's a better idea to use a tool to convert appImages to a deb package. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/AppImage/AppImageKit/wiki/FUSE
Warning: While libfuse2 is OK, do not install the fuse package as of 22.04 or you may break your systemIf the fuse package did break your system, you can recover as follows:
1.1. After starting Ubuntu, enter the console by pressing Alt+Ctrl+F1. Then log in with your user account.
1.2. Or boot into the Recovery Mode (https://wiki.ubuntu.com/RecoveryMode). Then chose
networkandroot.sudo apt purge gdm3 && apt install gdm3 && rebootBeta Was this translation helpful? Give feedback.
All reactions