linux 快捷方式创建命令
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
Linux 下快速创建桌面快捷方式
方便以后可以快速的在 Linux 下创建桌面快捷键,特此记录下。
一 在Linux 中桌面快捷键都放在哪
在 Linux 下所有的桌面快捷方式都放在 /usr/share/applications/
文件夹中
快捷方式
二 创建一个桌面快捷方式
demo:创建 微信 的快捷方式
1.创建一个 wechat.desktop
文件并打开
进入/usr/share/applications/,并切换到 root 状态
gedit wechat.desktop
2.填写配置并保存
[Desktop Entry]
Encoding=UTF-8
Name=electronic-wechat //快捷方式名称
Comment=electronic-wechat //备注
Exec=/home/acey/soft/wechat/wechat //执行指令的绝对路径
Icon=/home/acey/soft/wechat/timg.jpeg //快捷方式icon的绝对路径
Terminal=false //打开软件的时候是否代开终端
StartupNotify=true
Type=Application
Categories=Application
``
3. 改变`wechat.desktop`权限
3.chmod 777 wechat.desktop
最后直接在dash中搜索添加到favorite中即可
![search wechat](http://upload-images.jianshu.io/upload_images/3126293-72fa67c936cd0079.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
![add favorite](http://upload-images.jianshu.io/upload_images/3126293-e93672294f83177b.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
GitHub 加速计划 / li / linux-dash
6
1
下载
A beautiful web dashboard for Linux
最近提交(Master分支:3 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献2条内容
所有评论(0)