Ubuntu下Goland如何设置桌面快捷方式
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash

·
查看了网上很多在linux下设置goland的快捷方式,但都有一点繁琐(只是自己懒)
方法一:这有一个简简单单的一条命令(进入终端):
sudo ln -s /home/wkl/下载/GoLand-2018.2.3/bin/goland.sh /usr/bin/goland
注意: /home/wkl/下载/GoLand-2018.2.3/bin/goland.sh3 是我goland文件的路径,这个要根据自己文件位置进行相应更改.
在搜索框下输入goland
接下就把图标拖拽到桌面或者任务栏就可以了
方法二:简单粗暴
先用脚本打开goland
cd /home/wkl/下载/GoLand-2018.2.3/bin
输入 sh goland.sh
goland打开后点击任务栏:
tools---->create desktop entry.




A beautiful web dashboard for Linux
最近提交(Master分支:16 天前 )
186a802e
added ecosystem file for PM2 5 年前
5def40a3
Add host customization support for the NodeJS version 5 年前
更多推荐
所有评论(0)