|
如何安装文件共享工具 (DC++)
wget -c http://easylinux.info/uploads/linuxdcpp.tar.gz
tar zxvf linuxdcpp.tar.gz -C /opt
rm -f linuxdcpp.tar.gz
gedit /usr/share/applications/dcpp.desktop
在新文件中插入以下内容
[Desktop Entry]
Encoding=UTF-8
Name=DC++
Exec=/opt/linuxdcpp/dcpp
Terminal=false
Type=Application
StartupNotify=true
Icon=eyes.png
Categories=Application;Network;
//错误信息
Error
Coul not launch menu item
Details:Failed to execute child process "/opt/linuxdcpp/dcpp"(No such file or directory) |
|