[Newbies] 快捷方式怎么写
Tofloor
poster avatar
cafestyle
deepin
2021-08-04 19:33
Author

1.类似于win下的url文件  指向www.baidu.com

可以拷贝到用户桌面,双击后直接用内置浏览器打开www.baidu.com

 

2.共享文件夹快捷方式  指向 smb://ip/share/

可以拷贝到用户桌面,双击后直接用

Reply Favorite View the author
All Replies
avatar
SamLukeYes
deepin
2021-08-05 02:33
#1
Reply View the author
avatar
老D
deepin
2026-06-11 09:00
#2

创建 .desktop 文件

[Desktop Entry]
Name=共享名
Exec=/usr/bin/dde-file-manager smb://<服务器IP>/<共享名>   
Icon=folder-remote
Type=Application
Terminal=false

Reply View the author