在 Linux 中,您可以使用以下方法之一创建 Notepad 的快捷方式:
方法 1:使用命令行
sudo apt-get install gedit
这将安装 Gedit 文本编辑器,它类似于 Windows 中的 Notepad。
echo $HOME
记下输出的路径,例如 /home/username
。
notepad.desktop
,并将其保存在桌面上。您可以使用以下命令创建和打开文件:gedit ~/notepad.desktop
notepad.desktop
文件中,粘贴以下内容:[Desktop Entry]
Type=Application
Name=Notepad
Comment=A simple text editor
Exec=/usr/bin/gedit %U
Icon=/usr/share/icons/ubuntu-mono-dark/apps/64/gedit.svg
Terminal=false
MimeType=text/plain;
Categories=Utility;TextEditor;
Actions=New;
[Desktop Action New]
Name=Open
Exec=/usr/bin/gedit %U
OnlyShowIn=Unity;
方法 2:使用图形界面
sudo apt-get install gedit
这将安装 Gedit 文本编辑器,它类似于 Windows 中的 Notepad。