Typora桌面快捷方式创建

Typora桌面快捷方式创建

vim /root/Desktop/Typora.desktop
chmod a+x /root/Desktop/Typora.desktop

[Desktop Entry]
Encoding=UTF-8
Name=Typora
Comment=Run and manage virtual machines
Exec=/opt/bin/Typora-linux-x64/Typora %U --no-sandbox
Terminal=false
Type=Application
Icon=/root/Downloads/typora.jpg
StartupNotify=true
Categories=System;
MimeType=application

Exec=/opt/bin/Typora-linux-x64/Typora %U 可执行文件解压路径
Icon=/root/Downloads/typora.jpg 网上下载的图片的本地保存路径

猜你喜欢

转载自blog.csdn.net/weixin_50620077/article/details/108673626