You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
在 Ubuntu 系统,有时我们安装的应用程序在桌面或应用程序菜单中看不到快捷方式。这篇文章将告诉你如何在基于 Ubuntu 或 Debian 的系统上创建启动图标(快捷方式)。本文以 IDEA 为例介绍创建桌面配置文件的方法。
打开终端,进入到 /usr/share/applications 目录
cd /usr/share/applications
创建 .desktop 文件
sudo touch intellij-idea.desktop
使用 Visual Studio Code 或 文本编辑器 打开 intellij-idea.desktop,然后把下面的内容复制过去
推荐使用 Visual Studio Code,原因是配置简单,不需要敲命令
[Desktop Entry]
Name=IntelliJ IDEA
Comment=intellij idea
Exec=/home/dataspace01/Ubuntu_Software/IntelliJ-IDEA/bin/idea.sh
Icon=/home/dataspace01/Ubuntu_Software/IntelliJ-IDEA/bin/idea.png
Terminal=false
Type=Application
在 Ubuntu 系统,有时我们安装的应用程序在桌面或应用程序菜单中看不到快捷方式。这篇文章将告诉你如何在基于 Ubuntu 或 Debian 的系统上创建启动图标(快捷方式)。本文以 IDEA 为例介绍创建桌面配置文件的方法。
打开终端,进入到
/usr/share/applications
目录创建
.desktop
文件使用
Visual Studio Code
或文本编辑器
打开intellij-idea.desktop
,然后把下面的内容复制过去保存
intellij-idea.desktop
,就可以在显示应用程序
列表里看到刚刚配置的快捷方式The text was updated successfully, but these errors were encountered: