V20文件管理器右键菜单添加系统监视器和哈希检查功能
Tofloor
poster avatar
whoam1
deepin
2020-04-18 18:36
Author
本帖最后由 whoam1 于 2020-4-18 17:00 编辑

系统环境:V20
软件:系统监视器、Gtkhash
官方文档:
1、功能说明:https://linuxdeepin.github.io/dde-file-manager/context-menu-ext-zh.html#
2、参数说明:https://github.com/linuxdeepin/dde-file-manager/blob/master/doc/PLUGIN-README.md
功能实现:
1、配置文件路径:/usr/share/deepin/dde-file-manager/oem-menuextensions
2、创建desktop文件、名称根据功能命名
3、资源管理器示例内容
`deepin-system-monitor.desktop`
[Desktop Entry]
Type=Application
Exec=deepin-system-monitor
Icon=
Name=任务管理器
X-DFM-MenuTypes=EmptyArea;

功能说明:可在桌面和文件管理器的空白区域内使用此功能,打开系统监视器。实现类似Windows任务栏打开任务管理器的方式。
4、Hash检查示例内容
`gtkhash.desktop`
[Desktop Entry]
Type=Application
Exec=gtkhash %U
Icon=
Name=哈希
X-DFM-MenuTypes=SingleFile;
功能说明:对单文件进行Hash检查
其他使用方法请参阅官方文档

Reply Favorite View the author
All Replies
avatar
走钢丝
deepin
2020-04-18 18:54
#1
不错,支持下。。
Reply View the author
avatar
ShineWay
deepin
2020-04-19 00:45
#2
此处的资源管理器与win10上的竟然不是同一个意思
Reply View the author
avatar
whoam1
deepin
2020-04-19 01:01
#3
https://bbs.deepin.org/post/192062
此处的资源管理器与win10上的竟然不是同一个意思

哈哈,我的错,记混了,已更改
Reply View the author
avatar
神末shenmo
deepin
Spark-App
Q&A Team
2020-04-19 20:05
#4
任务管理器放在这里意义何在?
Reply View the author
avatar
poocea
deepin
2020-04-22 21:08
#5
系统监视器没问题,哈希值为什么点了没反应啊?
Reply View the author
avatar
whoam1
deepin
2020-04-23 04:56
#6
https://bbs.deepin.org/post/192062
系统监视器没问题,哈希值为什么点了没反应啊?

和我写的问家一样吗?我的只适用于单文件生效,请检查下文件。我的正常使用
Reply View the author
avatar
lenke
deepin
2020-04-23 05:36
#7
系统监视器,应该放在任务栏右键
Reply View the author
avatar
poocea
deepin
2020-04-23 16:42
#8
https://bbs.deepin.org/post/192062
和我写的问家一样吗?我的只适用于单文件生效,请检查下文件。我的正常使用 ...

就是直接复制你的,任务管理器那个是生效的

对单文件右击是有“哈希”这个菜单项的,但是点完哈希之后就没反应了。
Reply View the author
avatar
whoam1
deepin
2020-04-23 20:16
#9
https://bbs.deepin.org/post/192062
就是直接复制你的,任务管理器那个是生效的

对单文件右击是有“哈希”这个菜单项的,但是点完哈希之后就 ...

命令行输入gtkhash,软件会出来吗?
Reply View the author
avatar
nohacks
deepin
2020-04-23 22:35
#10
本帖最后由 nohacks 于 2020-4-23 14:45 编辑
https://bbs.deepin.org/post/192062
就是直接复制你的,任务管理器那个是生效的

对单文件右击是有“哈希”这个菜单项的,但是点完哈希之后就 ...

默认貌似没有安装,我的也没有
sudo apt-get install gtkhash

Reply View the author
avatar
poocea
deepin
2020-04-24 21:18
#11
https://bbs.deepin.org/post/192062
默认貌似没有安装,我的也没有
sudo apt-get install gtkhash

哈哈哈哈,原来是要安装软件,我还以为这是系统自带的呢,Linux小白,现在装了软件可以啦。
Reply View the author
avatar
poocea
deepin
2020-04-24 21:19
#12
https://bbs.deepin.org/post/192062
命令行输入gtkhash,软件会出来吗?

现在知道了,原来是没装软件,原谅小白,以为系统自带
Reply View the author
avatar
nero28
deepin
2020-05-02 16:43
#13
本帖最后由 nero28 于 2020-5-2 08:45 编辑
https://bbs.deepin.org/post/192062
系统监视器没问题,哈希值为什么点了没反应啊?

我也是哈希没有反应。哈哈,原来是没有安装哈希
Reply View the author