mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-04 22:00:34 +08:00
Merge remote-tracking branch 'LCTT/master'
This commit is contained in:
commit
6a4e53962a
@ -1,8 +1,8 @@
|
|||||||
[#]: collector: (lujun9972)
|
[#]: collector: (lujun9972)
|
||||||
[#]: translator: (Scvoet)
|
[#]: translator: (scvoet)
|
||||||
[#]: reviewer: ( )
|
[#]: reviewer: (wxy)
|
||||||
[#]: publisher: ( )
|
[#]: publisher: (wxy)
|
||||||
[#]: url: ( )
|
[#]: url: (https://linux.cn/article-11232-1.html)
|
||||||
[#]: subject: (How To Add ‘New Document’ Option In Right Click Context Menu In Ubuntu 18.04)
|
[#]: subject: (How To Add ‘New Document’ Option In Right Click Context Menu In Ubuntu 18.04)
|
||||||
[#]: via: ((https://www.ostechnix.com/how-to-add-new-document-option-in-right-click-context-menu-in-ubuntu-18-04/)
|
[#]: via: ((https://www.ostechnix.com/how-to-add-new-document-option-in-right-click-context-menu-in-ubuntu-18-04/)
|
||||||
[#]: author: (sk https://www.ostechnix.com/author/sk/)
|
[#]: author: (sk https://www.ostechnix.com/author/sk/)
|
||||||
@ -12,25 +12,25 @@
|
|||||||
|
|
||||||
![Add 'New Document' Option In Right Click Context Menu In Ubuntu 18.04 GNOME desktop][1]
|
![Add 'New Document' Option In Right Click Context Menu In Ubuntu 18.04 GNOME desktop][1]
|
||||||
|
|
||||||
前几天,我在各种在线资源站点上收集关于 [**Linux 包管理**][2] 的参考资料。在我想创建一个用于保存笔记的文件,我突然发现我的 Ubuntu 18.04 LTS 桌面并没有“创建文件”的按钮了,它好像离奇失踪了。在谷歌一下后,我发现原来“新建文档”按钮不再被集成在 Ubuntu GNOME 版本中了。庆幸的是,我找到了一个在 Ubuntu 18.04 LTS 桌面的右键单击菜单中添加“新建文档”按钮的简易解决方案。
|
前几天,我在各种在线资源站点上收集关于 [Linux 包管理器][2] 的参考资料。在我想创建一个用于保存笔记的文件,我突然发现我的 Ubuntu 18.04 LTS 桌面并没有“新建文件”的按钮了,它好像离奇失踪了。在谷歌一下后,我发现原来“新建文档”按钮不再被集成在 Ubuntu GNOME 版本中了。庆幸的是,我找到了一个在 Ubuntu 18.04 LTS 桌面的右键单击菜单中添加“新建文档”按钮的简易解决方案。
|
||||||
|
|
||||||
就像你在下方截图中看到的一样,Nautilus 文件管理器的右键单击菜单中并没有“新建文件”按钮。
|
就像你在下方截图中看到的一样,Nautilus 文件管理器的右键单击菜单中并没有“新建文件”按钮。
|
||||||
|
|
||||||
![][3]
|
![][3]
|
||||||
|
|
||||||
Ubuntu 18.04 移除了右键点击菜单中的“新建文件”的选项。
|
*Ubuntu 18.04 移除了右键点击菜单中的“新建文件”的选项。*
|
||||||
|
|
||||||
如果你想添加此一按钮,请按照以下步骤进行操作。
|
如果你想添加此按钮,请按照以下步骤进行操作。
|
||||||
|
|
||||||
### 在 Ubuntu 的右键单击菜单中添加“新建文件”按钮
|
### 在 Ubuntu 的右键单击菜单中添加“新建文件”按钮
|
||||||
|
|
||||||
首先,你需要确保您的系统中有 **~/Templates** 文件夹。如果没有的话,可以按照下面的命令进行创建。
|
首先,你需要确保你的系统中有 `~/Templates` 文件夹。如果没有的话,可以按照下面的命令进行创建。
|
||||||
|
|
||||||
```
|
```
|
||||||
$ mkdir ~/Templates
|
$ mkdir ~/Templates
|
||||||
```
|
```
|
||||||
|
|
||||||
然后打开终端应用并使用 cd 命令进入 **~/Templates** 文件夹:
|
然后打开终端应用并使用 `cd` 命令进入 `~/Templates` 文件夹:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ cd ~/Templates
|
$ cd ~/Templates
|
||||||
@ -50,11 +50,11 @@ $ touch "Empty Document"
|
|||||||
|
|
||||||
![][4]
|
![][4]
|
||||||
|
|
||||||
新开一个 Nautilus 文件管理器,然后检查一下右键单击菜单中是否成功添加了“新建文档”按钮。
|
新打开一个 Nautilus 文件管理器,然后检查一下右键单击菜单中是否成功添加了“新建文档”按钮。
|
||||||
|
|
||||||
![][5]
|
![][5]
|
||||||
|
|
||||||
在 Ubuntu 18.04 的右键单击菜单中添加“新建文件”按钮
|
*在 Ubuntu 18.04 的右键单击菜单中添加“新建文件”按钮*
|
||||||
|
|
||||||
如上图所示,我们重新启用了“新建文件”的按钮。
|
如上图所示,我们重新启用了“新建文件”的按钮。
|
||||||
|
|
||||||
@ -73,7 +73,7 @@ $ touch New\ PyScript.py
|
|||||||
|
|
||||||
在“新建文件”子菜单中给不同的文件类型添加按钮
|
在“新建文件”子菜单中给不同的文件类型添加按钮
|
||||||
|
|
||||||
注意,所有文件都应该创建在 **~/Templates** 文件夹下。
|
注意,所有文件都应该创建在 `~/Templates` 文件夹下。
|
||||||
|
|
||||||
现在,打开 Nautilus 并检查“新建文件” 菜单中是否有相应的新建文件按钮。
|
现在,打开 Nautilus 并检查“新建文件” 菜单中是否有相应的新建文件按钮。
|
||||||
|
|
||||||
@ -93,14 +93,13 @@ via: https://www.ostechnix.com/how-to-add-new-document-option-in-right-click-con
|
|||||||
|
|
||||||
作者:[sk][a]
|
作者:[sk][a]
|
||||||
选题:[lujun9972][b]
|
选题:[lujun9972][b]
|
||||||
译者:[译者ID][c]
|
译者:[scvoet](https://github.com/scvoet)
|
||||||
校对:[校对者ID](https://github.com/校对者ID)
|
校对:[wxy](https://github.com/wxy)
|
||||||
|
|
||||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux 中国](https://linux.cn/) 荣誉推出
|
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux 中国](https://linux.cn/) 荣誉推出
|
||||||
|
|
||||||
[a]: https://www.ostechnix.com/author/sk/
|
[a]: https://www.ostechnix.com/author/sk/
|
||||||
[b]: https://github.com/lujun9972
|
[b]: https://github.com/lujun9972
|
||||||
[c]: https://github.com/scvoet
|
|
||||||
[1]: https://www.ostechnix.com/wp-content/uploads/2019/07/Add-New-Document-Option-In-Right-Click-Context-Menu-1-720x340.png
|
[1]: https://www.ostechnix.com/wp-content/uploads/2019/07/Add-New-Document-Option-In-Right-Click-Context-Menu-1-720x340.png
|
||||||
[2]: https://www.ostechnix.com/linux-package-managers-compared-appimage-vs-snap-vs-flatpak/
|
[2]: https://www.ostechnix.com/linux-package-managers-compared-appimage-vs-snap-vs-flatpak/
|
||||||
[3]: https://www.ostechnix.com/wp-content/uploads/2019/07/new-document-option-missing.png
|
[3]: https://www.ostechnix.com/wp-content/uploads/2019/07/new-document-option-missing.png
|
@ -1,5 +1,3 @@
|
|||||||
bestony is translating.
|
|
||||||
|
|
||||||
Create a Clean-Code App with Kotlin Coroutines and Android Architecture Components
|
Create a Clean-Code App with Kotlin Coroutines and Android Architecture Components
|
||||||
============================================================
|
============================================================
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[#]: collector: (lujun9972)
|
[#]: collector: (lujun9972)
|
||||||
[#]: translator: (Flowsnow)
|
[#]: translator: ( )
|
||||||
[#]: reviewer: ( )
|
[#]: reviewer: ( )
|
||||||
[#]: publisher: ( )
|
[#]: publisher: ( )
|
||||||
[#]: url: ( )
|
[#]: url: ( )
|
||||||
|
Loading…
Reference in New Issue
Block a user