myesn

myEsn2E9

hi
github

Ubuntu Desktop: Create Desktop Shortcut

  1. Create a ?.desktop file in the directory on the desktop, and fill in the following information in the file:

    [Desktop Entry]
    Version=1.0                   # Program version to start (optional)
    Type=Application              # Type needs to be specified as Application (required)
    Name=XXX                      # Name of the shortcut (optional, but if not provided, it will be unnamed)
    Comment=XXX XXXXXX            # Description (optional)
    Exec=/XXX/XXXX/XXX            # Path to the executable file (required)
    Icon=/XXX/XXXX/XXX.png        # Icon name (optional, but if not set, it will be the default icon)
    Terminal=false                # Whether to open the terminal (optional)
    
  2. Right-click on the file, and click on "Allow to Launch"
    image

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.