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

Launcher-fails-to-start-on-Linux-without-root-permissions#135 #138

Merged

Commits on Dec 12, 2023

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

Commits on Dec 13, 2023

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

Commits on Dec 20, 2023

  1. small fix after review

    pawelvds committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    dfa7e8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f30cf6 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Added const

    pawelvds committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    d3b69bc View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Refactor directory setup logic and service installation

    - Moved directory creation and permission setting from LinuxSystemD to CommonHandler to ensure directory setup at every launcher start
    - Simplified LinuxSystemD by removing directory setup code
    - Changed RunProcess method in ServiceInstaller from protected to public
    pawelvds committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    691e758 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    695bc0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6420fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c010484 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Added exception handling for directory creation and conditional OS ch…

    …ecks in directory setup
    pawelvds committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    da6f782 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. small logging improvement

    volllly committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    ff9f17f View commit details
    Browse the repository at this point in the history
  2. improve docs

    volllly committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    2dfd1fb View commit details
    Browse the repository at this point in the history
  3. fix comment

    volllly committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    97a3b61 View commit details
    Browse the repository at this point in the history
  4. add comments

    volllly committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    cc8720d View commit details
    Browse the repository at this point in the history