[Contribute Advice] 如何快速打开桌面图标的原文件路径???
Tofloor
poster avatar
jianguo922
deepin
2022-06-13 06:32
Author

如何快速打开桌面图标的原文件路径???

能快速打开原文件安装位置

Reply Favorite View the author
All Replies
delsin
deepin
2022-06-13 06:56
#1

桌面图标并不是安装位置哈。图标——右键——打开方式——文本编辑器,里面的Exec=后面的才是应用目录

Reply View the author
delsin
deepin
2022-06-13 06:57
#2

桌面图标存放在Desktop文件夹,也就是你的桌面上。

Reply View the author
jjcui8595
deepin
2022-06-13 14:50
#3
delsin

桌面图标并不是安装位置哈。图标——右键——打开方式——文本编辑器,里面的Exec=后面的才是应用目录

正解

Reply View the author
辉夜
deepin
2022-06-13 16:05
#4
delsin

桌面图标并不是安装位置哈。图标——右键——打开方式——文本编辑器,里面的Exec=后面的才是应用目录

他可能需要这种,但是deepin没这功能,不过技术上应该不难

image.png

image.png

Reply View the author
wtz
deepin
2022-06-13 17:11
#5

dde-file-manager --show-item $(grep Exec= DESKTOP文件名 | head -1 | sed 's/Exec=//' | sed 's/sh -c "//' | sed 's/ .*//')

Reply View the author
灵兮之
deepin
2022-06-13 18:17
#6

增加这功能确实挺实用

Reply View the author
delsin
deepin
2022-06-13 18:34
#7
辉夜

他可能需要这种,但是deepin没这功能,不过技术上应该不难

image.png

image.png

linux系统对于应用安装逻辑跟windows不一样,不要生搬硬套。

linux里,应用的源文件目录在/opt/apps文件夹;执行程序在usr/bin文件夹;启动器图标在/usr/share/icons/hicolor/scalable/apps文件夹;桌面图标在~/Desktop文件夹;应用数据又在另外的文件夹。它跟windows不一样。

Reply View the author