zoukankan      html  css  js  c++  java
  • Ubuntu20.04 源码安装完应用 如何将应用程序添加到启动器

    进入应用bin目录

    找到app.sh 和 app.png

    在/usr/share/applications 目录下创建app快捷方式

    sudo gedit Goland.desktop
    //若无gedit 请自行安装
    

    然后弹出输入框,在输入框内输入(以我安装的Goland为例)

    [Desktop Entry]
    Version=1.0
    Name=Goland
    Exec=/opt/GoLand-2021.1.3/bin/goland.sh
    Terminal=false
    Icon=/opt/GoLand-2021.1.3/bin/goland.png
    Type=Application
    Categories=Development
    

    只需要改动Name,Exec,Icon 三处
    点击Save
    关闭输入框

    出现了

    (gedit:7521): Tepl-WARNING **: 19:20:00.980: GVfs metadata is not supported. Fallback to TeplMetadataManager. Either GVfs is not correctly installed or GVfs metadata are not supported on this platform. In the latter case, you should configure Tepl with --disable-gvfs-metadata.
    

    好吧warning不重要

  • 相关阅读:
    2021-5-14 日报博客
    2021-5-13 日报博客
    2021-5-11 日报博客
    2021-5-10 日报博客
    2021-5-8 周报博客
    团队介绍——北部大队
    周总结4
    梦断代码阅读笔记02
    周总结3
    周总结2
  • 原文地址:https://www.cnblogs.com/Jacob-yang/p/15490538.html
Copyright © 2011-2022 走看看