VMware中Ubuntu报错:Drag and drop is not supported
最近在安装ubuntu系统后发现不能通过拖拽文件实现文件的共享,提示Drag and drop is not supported,以下是解决方案:
sudo apt install gnome-shell-extension-prefs
sudo apt install nemo
左下角的application中选择extension, 将Desktop icons NG 选项关闭
左下角的application中选择startup application preference, 添加如下命令
name: nemo desktop
command: nemo-desktop
comment: nemo desktop
添加成功后重启系统即可。
发表评论 (审核通过后显示评论):