New file
Ubuntu 13.04 中缺少 该操作。我该如何修复?
我只有“新建文件夹”。
我怎样才能New File
再次添加该选项?
答案1
解决方案是在目录中添加文件~/Templates
。例如,添加一个名为 option 的空Text.txt
文件New Document
。
因此,我们可以添加具有不同扩展名的文件以便在New Document
选项中查看它们。
命令行:
cd ~/Templates
touch Text.txt
New file
Ubuntu 13.04 中缺少 该操作。我该如何修复?
我只有“新建文件夹”。
我怎样才能New File
再次添加该选项?
解决方案是在目录中添加文件~/Templates
。例如,添加一个名为 option 的空Text.txt
文件New Document
。
因此,我们可以添加具有不同扩展名的文件以便在New Document
选项中查看它们。
cd ~/Templates
touch Text.txt