我最近从官方网站在我的 Lubuntu 16.04 上安装了 QtCreator 5.7,并使用以下命令创建了一个快捷方式:
ln -s ~/Qt/Tools/QtCreator/bin/qtcreator ~/Desktop/qtcreator
但是当我运行创建的快捷方式 QtCreator IDE 时,我收到下一个错误:
Could not open /home/alexlubuntu/Desktop/qtcreator for reading.
Either the file does not exist or you do not have the permissions to open it.
有办法解决这个问题吗?我非常感谢任何帮助。