cursor icon indicating copy to clipboard operation
cursor copied to clipboard

Cannot launch Cursor-0.2.7.AppImage with double click after upgrade my system to Ubuntu 22.04

Open chenjun15 opened this issue 2 years ago • 2 comments

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?

chenjun15 avatar Apr 22 '23 03:04 chenjun15

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

Dev5H0 avatar Apr 22 '23 21:04 Dev5H0

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.

chenjun15 avatar Apr 23 '23 14:04 chenjun15

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?

danperks avatar May 12 '23 10:05 danperks