Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flatpak workaround #367

Draft
wants to merge 40 commits into
base: dev
Choose a base branch
from
Draft

Flatpak workaround #367

wants to merge 40 commits into from

Commits on Jul 14, 2021

  1. create initial flatpak manifest file

    stsdc committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    39a5bab View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. starts building; fails on libbamf3

    stsdc committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    883434f View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2021

  1. Configuration menu
    Copy the full SHA
    327849a View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. rm libbamf as dependency

    stsdc committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    ff75c62 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. fixed appdata; hope so

    stsdc committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    e8ab7ff View commit details
    Browse the repository at this point in the history
  2. system tab works

    stsdc committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    7be22ab View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. try to break out from sandbox

    stsdc committed May 19, 2022
    Configuration menu
    Copy the full SHA
    f974e20 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Merge branch 'dev' into flatpak

    stsdc committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    9a63d4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94162f4 View commit details
    Browse the repository at this point in the history
  3. update readme

    stsdc committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    106cdf6 View commit details
    Browse the repository at this point in the history
  4. adding udisks2 dependency

    stsdc committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    824633c View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    f3c7afe View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    8ff18f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d92477a View commit details
    Browse the repository at this point in the history
  3. [Flatpak]: Build works

    stsdc committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    15f6e12 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Merge branch 'dev' into flatpak

    stsdc committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    e506159 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Make it compile

    stsdc committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    70eb435 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. there is an attempt

    stsdc committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    aa43cef View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. .

    stsdc committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    787e319 View commit details
    Browse the repository at this point in the history
  2. .

    stsdc committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    69e199c View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. parse data from python

    stsdc committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    8f7c929 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. provider wip

    stsdc committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    bb35702 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Use provider to get pids

    stsdc committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    d673254 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. return pids

    stsdc committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    d7d38d4 View commit details
    Browse the repository at this point in the history
  2. get list of processes

    stsdc committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    5256763 View commit details
    Browse the repository at this point in the history
  3. read uid

    stsdc committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    a94f2da View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    5a00128 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. Configuration menu
    Copy the full SHA
    0a3cd3d View commit details
    Browse the repository at this point in the history
  2. remove unnecessary conditions

    stsdc committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    7ba6821 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. Configuration menu
    Copy the full SHA
    24f0dc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbeb519 View commit details
    Browse the repository at this point in the history
  3. remove debug message

    stsdc committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    fe48f0e View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    841fd80 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    cd8ffd3 View commit details
    Browse the repository at this point in the history
  2. Uncomment spawn_workaround()

    stsdc committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    3b917e4 View commit details
    Browse the repository at this point in the history
  3. fix lint

    stsdc committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    7046f0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c87b9a View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    9d28856 View commit details
    Browse the repository at this point in the history
  2. Save flatpak-infobar-state

    stsdc committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    b2119c0 View commit details
    Browse the repository at this point in the history
  3. fix lint

    stsdc committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    683cb60 View commit details
    Browse the repository at this point in the history