ubuntu设置显示应用程序

按住win键,可以搜索到想要的应用程序

或者是点击屏幕左下角的9个点图标,在应用程序列表中能看到这个的程序

设置android studio

在/usr/share/applications目录里,创建文件android-studio.desktop,内容如下:

[Desktop Entry]
Encoding=UTF-8
Name=Android Studio
GenericName=Android IDE
Exec=/home/gs/02_android/android-studio/android-studio_2022.3.1.19/bin/studio.sh
Icon=/home/gs/02_android/android-studio/android-studio_2022.3.1.19/bin/studio.png
Terminal=false
Type=Application
Categories=Application;Development;IDE

设置IntelliJ IDEA

/usr/share/applications目录里,创建文件idea.desktop,内容如下:

[Desktop Entry]
Encoding=UTF-8
Version=1.0
Name=IntelliJ IDEA
GenericName=Java IDE
Comment=IntelliJ IDEA is a code-centric IDE focused on developer    productivity. The editor deeply understands your code and knows its way around the codebase, makes great suggestions right when you need them, and is always ready to help you shape your code.
Exec=/usr/local/idea-1803/bin/idea.sh
Icon=/usr/local/idea-1803/bin/idea.png
Terminal=false
Type=Application
Categories=Development;IDE

关键字说明: 

Name :快捷方式的名字。 

Type :程序类型。 

Exec :要执行的程序。 

Icon :执行程序的图标。 

Categories :快捷方式显示的位置。 

Terminal :是否使用终端。 

相关推荐

  1. ubuntu设置显示应用程序

    2024-01-02 08:50:04       38 阅读
  2. Qt设置应用程序字体

    2024-01-02 08:50:04       38 阅读
  3. Ubuntu 自启动应用程序的方法

    2024-01-02 08:50:04       14 阅读
  4. c#程序应用程序设置文件Settings.settings详解

    2024-01-02 08:50:04       29 阅读

最近更新

  1. TCP协议是安全的吗?

    2024-01-02 08:50:04       18 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-01-02 08:50:04       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-01-02 08:50:04       18 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-01-02 08:50:04       20 阅读

热门阅读

  1. redis

    redis

    2024-01-02 08:50:04      43 阅读
  2. 分布式【RPC 常见面试题】

    2024-01-02 08:50:04       36 阅读
  3. 举例说明计算机视觉(CV)技术的优势和挑战

    2024-01-02 08:50:04       40 阅读
  4. C语言【程序设计题10】

    2024-01-02 08:50:04       34 阅读
  5. 服务器的关键参数指标

    2024-01-02 08:50:04       29 阅读
  6. 服务器如何设置禁ping,禁ping有哪些作用

    2024-01-02 08:50:04       37 阅读