Cannot launch Cursor-0.2.7.AppImage with double click after upgrade my system to Ubuntu 22.04
After double clicking, nothing happened. But I can launch it in terminal. It takes a little trouble for me. So How to launch it with double click?
I had this problem and just found out that you need to install "FUSE" related to AppImageKit. That fixed it for me at least.
sudo add-apt-repository universe sudo apt install libfuse2
I had this problem and just found out that you need to install "FUSE" related to AppImageKit. That fixed it for me at least.
sudo add-apt-repository universe sudo apt install libfuse2
I've already installed libfuse2. I found that right click one the file and select "Run as a program" (作为程序运行), and it can launch successfully. But double click cannot.
May be wrong, but this sounds like an issue with how Ubuntu handles the file. Can you change the default action on a double click of the file, so it runs as a program?