博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ubuntu12.04在桌面创建快捷方式 分类: 小技巧 ...
阅读量:6322 次
发布时间:2019-06-22

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

先看看网上的方法

一、

来源:http://zhidao.baidu.com/link?url=1uQB8jfNPlhGCyUwjgkdaUXWRP8yrvQ6oDtJmNw4pOBgFGG8Ui_mVE0dhfAoYVlYWye_nr-BFV-0lLLFVnBDoK

1. 直接拖动图标到桌面(到你想要传见链接的地方)不要放开鼠标;

2. 然后按住Alt键
3. 再放开,出来的菜单里选择[在此处创建链接]
注意! 如先按住Alt键默认对应拖动窗口操作。

【我用这个方法不行】

二、

来源:

This simple tutorial will show you how to add application shortcut to Desktop in Ubuntu 12.04.In earlier versions of Ubuntu it’s not that easy,but in 12.04 you can just Drag the application’s Icon to your desktop then chmod the permission of the shortcut.here we go

1.Go to Dash and find the application you want to create shortcut on Desktop,then DRAG the icon to your desktop
2.Open a terminal by pressing CTL+ALT+t ,then run below command
sudo chmod +x ~/Desktop/*.desktop
Without this step you may get error like “Untrusted application launcher”
3.You are done.Enjoy!
To do it via commands:
ln -s /usr/share/applications/your-app-name ~/Desktop
sudo chmod +x ~/Desktop/*.desktop

【第一个不知到怎么从DashHome拖动,第二个方法可行,就是图标上有个小小的锁】

*************************************************************

最后是我自己试验出来的方法,暂时创建了几个没问题

1,打开文件夹(Home Folder),进入/usr/share/applications/。可以看到很多快捷启动图标,点击了可以打开相应的应用。

2,拖动目标图标***到桌面(~/Desktop/)。此时打开终端查看,ls ~/Desktop/,可以看到对应应用***的文件*.desktop。

3,sudo chmod +x ~/Desktop/*.desktop

完成。

###现在我的ubuntu14.04,发现这个方法还是可以,但是有个更方便的方法,

那就是在/usr/share/applications/不去拖动,直接ctrl+c,然后在桌面ctrl+v。吐舌头

不知道是不是对ubuntu12.04也有效。可能不是适合所有软件。

版权声明:本文为博主原创文章,未经博主允许不得转载。

转载于:https://www.cnblogs.com/heybob/p/4718913.html

你可能感兴趣的文章
成为专业程序员路上用到的各种优秀资料、神器及框架
查看>>
将input或textarea设置为disabled的样式问题
查看>>
HDU 2017 多校联合Contest 3
查看>>
Mysqlreport总结
查看>>
【推荐】JavaScript的那些书
查看>>
Ubuntu14.04忘记root密码的解决方法
查看>>
JS中解决中文乱码的2种方法
查看>>
构建高可靠hadoop集群之1-理解hdfs架构
查看>>
C语言学习大纲
查看>>
【leetcode】354. Russian Doll Envelopes
查看>>
struts2 ajax传值
查看>>
Substring with Concatenation of All Words
查看>>
Django入门项目实践(上)
查看>>
Python函数
查看>>
css textarea固定大小滚动条自动
查看>>
分表后需要注意的二三事
查看>>
常用布局-1
查看>>
Hadoop实战(6)_搭建Apache Hadoop的Eclipse开发环境
查看>>
重学Es6 Class 基本语法
查看>>
[Poj3281]Dining(最大流)
查看>>