Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
创建桌面快捷方式中怎么指定当前执行目录
Experiences and Insight
710
views ·
1
replies ·
To
floor
Go
138******09
deepin
2019-02-20 04:35
Author
我想建立一个远程SFTP连接的快捷方式
[Desktop Entry]
Exec=sftp root@我的域名
Type=Application
Terminal=true
Name=域名
图标是可以打开的,但是我希望在连接之前把本地当前目录指定为我要的目录,以方便上传下载文件,应该加什么参数
Reply
Like 0
Favorite
View the author
All Replies
187******69
deepin
2019-02-20 04:44
#1
*.desktop 功能个人感觉不是很强,我一般用来当引子,实际操作写到 .sh 脚本文件中去。
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Events
More
[Desktop Entry]
Exec=sftp root@我的域名
Type=Application
Terminal=true
Name=域名
图标是可以打开的,但是我希望在连接之前把本地当前目录指定为我要的目录,以方便上传下载文件,应该加什么参数