File build.specials.obscpio of Package AppImageLauncher

07070100000000000081a400000000000000000000000168cf69400000107a000000000000000000000000000000000000002600000000.github/ISSUE_TEMPLATE/bug_report.ymlname: "Bug report"
description: "Report a bug to help us improve AppImageLauncher"
labels: ["bug", "needs verification"]
body:
- type: markdown
  attributes:
    value: |
      Thank you for making AppImageLauncher better by reporting a bug. Please fill in as much information as possible about your bog so that we do not have to play "information ping-pong" but can help you immediately.

      If this is the first time you report a bug, please read https://www.chiark.greenend.org.uk/~sgtatham/bugs.html.

      Please note: this is an issue tracker. ***Questions may not be asked here.*** Instead, please visit the IRC channel `#appimage` on Libera.Chat. See https://docs.appimage.org/contact.html for more information.
- type: checkboxes
  id: pre-submit-checks
  attributes:
    label: Pre-submit checks
    description: |
      Before submitting a bug report, please make sure you check the following boxes. Otherwise, your issue will not be processed.
    options:
      - label: I [checked for similar issues](https://github.com/TheAssassin/AppImageLauncher/issues?q=) beforehand, but could not find any, not even closed ones. I could not add my bug report to any existing issue.
        required: true
      - label: I am going to take the time to to fill in all the required details. I know that the bug report will be dismissed otherwise.
        required: true
- type: textarea
  id: description
  attributes:
    label: Describe the bug
    description: Please describe the bug as precisely as possible. You cannot add too many details, every information is important!
    placeholder: While clicking on button [...], the application unexpectedly [...]
  validations:
    required: true
- type: textarea
  id: expected-behavior
  attributes:
    label: Expected behavior
    description: Describe what you think should have happened instead as precisely as possible.
    placeholder: "I expected to see [...]"
  validations:
    required: true
- type: textarea
  id: to-reproduce
  attributes:
    label: Steps to reproduce the issue
    description: |
      We need to reproduce the issue in a neutral environment in order to understand what causes it.
      Please describe the steps needed to do to trigger the bug as detailedly as possible.
    placeholder: |
      1. Go to [...]
      2. Click on [...]
      3. Scroll down to [...]
      4. See the error message
- type: textarea
  id: screenshots
  attributes:
    label: Screenshots
    description: Please add screenshots if possible that visualize your problem and/or show how to reproduce the bug.
    placeholder: ![screenshot describing the issue](https://raw.githubusercontent.com/TheAssassin/AppImageLauncher/master/resources/doc/screenshot.png)
- type: textarea
  id: distro
  attributes:
    label: Distribution and desktop environment
    description: |
      We need precise information about your computer's operating system. Please include version numbers.
      You can find guides about varying distributions and desktop environments on [this Wiki page](https://github.com/TheAssassin/AppImageLauncher/wiki/Find-information-about-distribution-and-desktop-environment).
  validations:
    required: true
- type: textarea
  id: appimagelauncher-version
  attributes:
    label: Installed AppImageLauncher version
    description: Please post the output of `AppImageLauncher --appimagelauncher-version`.
    placeholder: For example, AppImageLauncher version 2.2.0 (git commit ea0984c), built on 2021-12-22 22:03:21 UTC
  validations:
    required: true
- type: textarea
  id: appimages-tried
  attributes:
    label: List of AppImages you tried
    description: Please post a list of AppImages you tried (including the information whether they work or not, a version number or filename, ideally also a URL)
    placeholder: |
      - FreeCAD 0.19.3 (working), https://github.com/FreeCAD/FreeCAD/releases/download/0.19.3/FreeCAD_0.19.3-Linux-Conda_glibc2.12-x86_64.AppImage
      - Subsurface Divelog 5.0.5 (broken), using download button on https://subsurface.github.io/de/download/
- type: textarea
  id: additional-context
  attributes:
    label: Additional context
    description: Any other information you'd like to include.

07070100000001000081a400000000000000000000000168cf694000000220000000000000000000000000000000000000002200000000.github/ISSUE_TEMPLATE/config.ymlblank_issues_enabled: false

contact_links:
  - name: 💬 IRC Webchat
    url: https://web.libera.chat/#appimage
    about: Chat with the AppImage community in `#appimage` on the Libera.Chat IRC network
  - name: 💡 AppImageKit issue tracker
    url: https://github.com/AppImage/AppImageKit
    about: Issues regarding AppImages in general need to be opened there.
  - name: 💡 libappimage issue tracker
    url: https://github.com/AppImage/libappimage
    about: The right place to open issues about the desktop integration of AppImages.
07070100000002000081a400000000000000000000000168cf694000000aa2000000000000000000000000000000000000002b00000000.github/ISSUE_TEMPLATE/feature_request.ymlname: "Feature request"
description: "Suggest an idea for this project"
labels: ["enhancement"]
body:
- type: markdown
  attributes:
    value: |
      Thank you for making AppImageLauncher better by suggesting a feature. Your ideas are highly welcome! It's a tool for you, the users, after all.

      Please try to describe your proposal as precisely as possible, including as many details as you can. Please don't hesitate to add screenshots or mockups.

      Please note: this is an issue tracker. ***Questions may not be asked here.*** Instead, please visit the IRC channel `#appimage` on Libera.Chat. See https://docs.appimage.org/contact.html for more
- type: checkboxes
  id: pre-submit-checks
  attributes:
    label: Pre-submit checks
    description: |
      Before submitting a bug report, please make sure you check the following boxes. Otherwise, your issue will not be processed.
    options:
      - label: I checked for similar issues beforehand, but could not find any. I could not add my proposal to any existing issue.
        required: true
      - label: I am going to take the time to to fill in all the required details. I know that the bug report will be dismissed otherwise.
        required: true
- type: textarea
  id: description
  attributes:
    label: Feature description
    description: Is your feature request to a problem? Please describe your suggestion as detailedly as possible.
    placeholder: I would like to have another button that [...]
  validations:
    required: true
- type: textarea
  id: proposed-solution
  attributes:
    label: Proposed solution
    description: Describe the solution you would like to see.
    placeholder: Instead of the current blue button, I would like a yellow button that says [...]
  validations:
    required: true
- type: textarea
  id: alternatives
  attributes:
    label: Alternative solutions you considered
    description: |
      Please list alternative solutions or features you considered to cover your use case. Ideally, include their pros and cons.
- type: textarea
  id: additional-context
  attributes:
    label: Additional context
    description: Any other information you'd like to include, for instance, screnshots, mockups, etc.
---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
07070100000003000041ed00000000000000000000000168cf694000000000000000000000000000000000000000000000001700000000.github/ISSUE_TEMPLATE07070100000004000081a400000000000000000000000168cf6940000000d3000000000000000000000000000000000000001700000000.github/dependabot.ymlversion: 2
updates:
  - package-ecosystem: "docker"
    directory: "/ci"
    schedule:
      interval: "weekly"

  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"
07070100000005000081a400000000000000000000000168cf694000000a6f000000000000000000000000000000000000001b00000000.github/workflows/main.ymlname: Continuous builds

on: [push, pull_request, workflow_dispatch]

jobs:
  build:
    strategy:
      fail-fast: false
      matrix:
        include:
          - NAME: Packages x86_64
            RUNS_ON: ubuntu-24.04
            DOCKER_PLATFORM: linux/amd64
          - NAME: Packages aarch64
            RUNS_ON: ubuntu-24.04-arm
            DOCKER_PLATFORM: linux/arm64/v8
          - NAME: Packages armhf
            RUNS_ON: ubuntu-24.04-arm
            DOCKER_PLATFORM: linux/arm/v7
          - NAME: Lite AppImage x86_64
            RUNS_ON: ubuntu-24.04
            DOCKER_PLATFORM: linux/amd64
            BUILD_LITE: 1
          - NAME: Lite AppImage aarch64
            RUNS_ON: ubuntu-24.04-arm
            DOCKER_PLATFORM: linux/arm64/v8
            BUILD_LITE: 1
          - NAME: Lite AppImage armhf
            RUNS_ON: ubuntu-24.04-arm
            DOCKER_PLATFORM: linux/arm/v7
            BUILD_LITE: 1

    name: ${{ matrix.NAME }}
    env:
      DOCKER_PLATFORM: ${{ matrix.DOCKER_PLATFORM }}
      DIST: ${{ matrix.DIST }}
      BUILD_LITE: ${{ matrix.BUILD_LITE }}
    runs-on: ${{ matrix.RUNS_ON }}
    steps:
      - uses: actions/checkout@v5
        with:
          submodules: 'recursive'
      - name: Login to GitHub Container Registry
        uses: docker/login-action@v3
        with:
          registry: ghcr.io
          username: ${{ github.actor }}
          password: ${{ secrets.GITHUB_TOKEN }}
      - name: Build in Docker
        run: bash -ex ci/build-in-docker.sh
      - name: Archive artifacts
        uses: actions/upload-artifact@v4
        with:
          name: build ${{ matrix.NAME }}
          path: |
              appimagelauncher*.deb*
              appimagelauncher*.rpm*
              appimagelauncher*.tar*
              appimagelauncher-lite-*.AppImage*

  upload:
    name: Create release and upload artifacts
    needs:
      - build
    runs-on: ubuntu-latest
    steps:
      - name: Download artifacts
        uses: actions/download-artifact@v5
      - name: Inspect directory after downloading artifacts
        run: ls -alFR
      - name: Create release and upload artifacts
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
          WEBDAV_URL: ${{ secrets.WEBDAV_URL }}
          WEBDAV_USER: ${{ secrets.WEBDAV_USER }}
          WEBDAV_PASSWORD: ${{ secrets.WEBDAV_PASSWORD }}
          APPIMAGE_EXTRACT_AND_RUN: 1
        run: |
            wget -q https://github.com/TheAssassin/pyuploadtool/releases/download/continuous/pyuploadtool-x86_64.AppImage
            chmod +x pyuploadtool-x86_64.AppImage
            ./pyuploadtool-x86_64.AppImage **/appimagelauncher*.{deb,rpm,AppImage*}
07070100000006000041ed00000000000000000000000168cf694000000000000000000000000000000000000000000000001200000000.github/workflows07070100000007000041ed00000000000000000000000168cf694000000000000000000000000000000000000000000000000800000000.github07070100000008000081a400000000000000000000000168cf69400000007b000000000000000000000000000000000000000b00000000.gitignorecmake-build-*/
build*/
*.AppImage*
*.deb*
*.tar*
cmake/GIT_COMMIT
squashfs-root/
*.qm
resources/l10n/*
*.html
*.swp
*.rpm*
07070100000009000081a400000000000000000000000168cf694000000000000000000000000000000000000000000000000c00000000.gitmodules0707010000000a000081a400000000000000000000000168cf694000000469000000000000000000000000000000000000001d00000000.idea/codeStyles/Project.xml<component name="ProjectCodeStyleConfiguration">
  <code_scheme name="Project" version="173">
    <CMakeCodeStyleSettings>
      <option name="FORCE_COMMANDS_CASE" value="1" />
    </CMakeCodeStyleSettings>
    <Objective-C>
      <option name="SPACE_BEFORE_POINTER_IN_DECLARATION" value="false" />
      <option name="SPACE_AFTER_POINTER_IN_DECLARATION" value="true" />
      <option name="SPACE_BEFORE_REFERENCE_IN_DECLARATION" value="false" />
      <option name="SPACE_AFTER_REFERENCE_IN_DECLARATION" value="true" />
    </Objective-C>
    <codeStyleSettings language="CMake">
      <indentOptions>
        <option name="CONTINUATION_INDENT_SIZE" value="4" />
      </indentOptions>
    </codeStyleSettings>
    <codeStyleSettings language="ObjectiveC">
      <indentOptions>
        <option name="CONTINUATION_INDENT_SIZE" value="4" />
      </indentOptions>
    </codeStyleSettings>
    <codeStyleSettings language="Shell Script">
      <indentOptions>
        <option name="INDENT_SIZE" value="4" />
        <option name="TAB_SIZE" value="4" />
      </indentOptions>
    </codeStyleSettings>
  </code_scheme>
</component>0707010000000b000081a400000000000000000000000168cf69400000008e000000000000000000000000000000000000002500000000.idea/codeStyles/codeStyleConfig.xml<component name="ProjectCodeStyleConfiguration">
  <state>
    <option name="USE_PER_PROJECT_SETTINGS" value="true" />
  </state>
</component>0707010000000c000041ed00000000000000000000000168cf694000000000000000000000000000000000000000000000001100000000.idea/codeStyles0707010000000d000041ed00000000000000000000000168cf694000000000000000000000000000000000000000000000000600000000.idea07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!
openSUSE Build Service is sponsored by