Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 893 Bytes

README.md

File metadata and controls

53 lines (33 loc) · 893 Bytes

albuild-xdg-desktop-portal

Yet another unofficial xdg-desktop-portal package for Amazon Linux 2.

Install (Amazon WorkSpaces)

Instructions

  1. Download the prebuilt package from the Release page.

  2. Install the package.

    sudo yum install -y albuild-xdg-desktop-portal-0.1.0-1.amzn2.x86_64.rpm
    

Build (Amazon WorkSpaces)

System Requirements

  • Docker

Instructions

  1. Clone this repository.

    git clone https://github.com/albuild/xdg-desktop-portal.git
    
  2. Go to the repository.

    cd xdg-desktop-portal
    
  3. Build a new image.

    bin/build
    
  4. Extract a built package from the built image. The package will be copied to the ./rpm directory.

    bin/cp
    
  5. Delete the built image.

    bin/rmi