博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ubuntu 12.04下给xilinx ISE 12.04加了个launcher
阅读量:6709 次
发布时间:2019-06-25

本文共 1234 字,大约阅读时间需要 4 分钟。

ubuntu 12.04 添加launcher的方法。

首先,安装:

sudo apt-
get install --no-install-recommends gnome-panel

然后,然后自己看吧。。。囧RZ

With the gnome-panel I was now able to create a launcher on the desktop using the command below.

gnome-desktop-item-edit ~/Desktop/ --create-new
In the create launcher dialog I filled it out as follows:
Type: Application
Name: PhpStorm
Command: /bin/bash /home/username/PhpStorm/PhpStorm-117.257/bin/phpstorm.sh

NOTE: You could use /bin/sh or whatever shell you use. I use bash so that is why I put /bin/bash.

To create a shortcut in the Unity Launcher I double clicked the new desktop launcher I created above. (NOTE: If you start PHPStorm by executing the phpstorm.sh you do not get any options at all when right clicking the icon in the Unity Launcher.) Then when PHPStorm was running I was then able to right click on the icon in the Unity Launcher and selected “Lock to Launcher”. Voila! Now I have phpstorm on the Unity Launcher.

用这种方法,给ISE和ModelSim加了launcher。先把PATH那些配置的东西写个脚本,然后是程序的启动指令,这些一起写个脚本找地方放着。然后在桌面用上面方法创建个快捷方式。

 

另一个发现,我把生成的xxx.desktop文件给mv到~/.local/share/applications/下面,我就可以在dash里找到我的刚mv进去的app了,再把它给拖到launcher里,这样就完美了。

好吧,可以专门为我的工具协议个launcher.sh,然后可以弹出个对话框,选择程序。。。貌似扯远了。。。据说有个ubuntu shell的,可以简单做UI,也不是不可以试。。。

转载地址:http://apalo.baihongyu.com/

你可能感兴趣的文章
EMC与NetApp NAS对比
查看>>
bash算数运算&命令引用
查看>>
Javascript的冒泡排序和二分查找
查看>>
Linux下常用的日志收集命令
查看>>
JAVA NIO(知识一)
查看>>
nginx添加ssl模块
查看>>
centos 6.4 重启分区故障
查看>>
linux系统的启动流程
查看>>
yum管理软件
查看>>
CRLF注入漏洞
查看>>
(一) virtualenv虚拟环境安装
查看>>
利用ssh+rsync+inotify实现数据的异地实时同步
查看>>
Android官方开发文档Training系列课程中文版:分享简单数据之从其它APP接收简单数据...
查看>>
X Window没有在linux内核实现的原因
查看>>
IN2Windows: Case of the Unexplained Access Denied
查看>>
存储分类
查看>>
linux的历史及大事年表
查看>>
·php字符串
查看>>
高级运维工程师的打怪升级之路
查看>>
Flex使用<mx:Tree>控件创建树(可添加和删除节点)
查看>>