How run .appimage with left click mouse in Deepin?

10,376

Before you can run an AppImage, you need to make it executable. This is a Linux security feature. There are three main ways to make an AppImage executable:

1. With the GUI

  1. Open your file manager and browse to the location of the AppImage
  2. Right-click on the AppImage and click the ‘Properties’ entry
  3. Switch to the Permissions tab and
  4. Click the ‘Allow executing file as program’ checkbox if you are using a Nautilus-based file manager (Files, Nemo, Caja), or click the ‘Is executable’ checkbox if you are using Dolphin, or change the ‘Execute’ drop down list to ‘Anyone’ if you are using PCManFM
  5. Close the dialog
  6. Double-click on the AppImage file to run

Make AppImage executable

OR

2. On the command line

chmod a+x Some.AppImage

./Some.AppImage (then to run it)

OR

3. Automatically with the optional appimaged daemon

If you would like to have all AppImages be executable automatically, you can install the optional appimaged daemon. It will automatically add downloaded AppImages to the menu and make them executable for you. It can be downloaded from https://github.com/AppImage/AppImageKit/releases or installed from your distribution.

Share:
10,376

Related videos on Youtube

Pedro Paulo
Author by

Pedro Paulo

Updated on September 18, 2022

Comments

  • Pedro Paulo
    Pedro Paulo over 1 year

    In Linux Deepin 15.4, I can only open .appimage executables files in the terminal. When I click in file in Desktop, its open the Archive Manager.

  • Pedro Paulo
    Pedro Paulo over 6 years
    not found in Linux Deepin.