[Share Experiences] 深度文本编辑器
Tofloor
poster avatar
loong
deepin
2022-04-09 07:29
Author

在15.11下, 在命令行使用dedit可以运行系统默认的文本编辑器 , 但在20.4下, 这个命令居然无效.

请问在20.4下如何使用命令行打开默认文本编辑器? 

另外, 一家的货, 不同版本为什么连基本的东西都要换?用户体验真的很差.

notepad多少年都是同一个命令.

Reply Favorite View the author
All Replies
寰宇ζ
deepin
2022-04-09 07:37
#1

deepin-editor

Reply View the author
Maicss
deepin
2022-04-09 18:58
#2

原来的dedit是deepin-editer的软链接好像,但是不知道处于什么考虑给取消了

Reply View the author
神末shenmo
deepin
Spark-App
Q&A Team
2022-04-09 18:58
#3

这个组件一直叫做deepin-editor,一直应该用deepin-editor打开

15的时候应该是模仿gedit加了个dedit可以启动

你可以自己加一个链接

sudo ln -s /usr/bin/deepin-editor /usr/bin/dedit

Reply View the author
loong
deepin
2022-04-10 04:52
#4
神末shenmo

这个组件一直叫做deepin-editor,一直应该用deepin-editor打开

15的时候应该是模仿gedit加了个dedit可以启动

你可以自己加一个链接

sudo ln -s /usr/bin/deepin-editor /usr/bin/dedit

谢谢, 特别感谢你提供的shell.

Reply View the author