refact fix: Flatpak#705
Merged
ChrisTitusTech merged 7 commits intoChrisTitusTech:mainfrom Nov 1, 2024
Merged
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
ghost
approved these changes
Sep 30, 2024
ghost
left a comment
There was a problem hiding this comment.
if any other scripts use flatpak be sure to include these changes
ghost
reviewed
Sep 30, 2024
ghost
reviewed
Sep 30, 2024
ghost
reviewed
Sep 30, 2024
ghost
reviewed
Sep 30, 2024
ghost
reviewed
Sep 30, 2024
|
DONT merge this yet, needs more discussing, this implementation is a bit dirty and i feel like we can just combine the flatpak command_exists with the reg one |
1029dcd to
adad259
Compare
1 task
494d27a to
d877ca8
Compare
d877ca8 to
637fdc5
Compare
3 tasks
Contributor
Author
Combined both flatpak command_exists ready to be merged !! |
12 tasks
koibtw
approved these changes
Oct 30, 2024
Collaborator
koibtw
left a comment
There was a problem hiding this comment.
I'd wait with this until other PRs that may conflict are resolved.
ChrisTitusTech
approved these changes
Nov 1, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Chris read before merging !!
Type of Change
Description
common-scriptdue to path conflicts whensetup-flatpakis called from different tabs.apkpackage manager in case feat: Alpine linux support #814 gets merged. If not removeapkpackage manager before mergingpacmaninstallation section, forcing the script to use flatpak for installation:Note
This issue was originally identified on another laptop running openSUSE. Since no screenshots were captured in openSUSE, the workaround was applied to reproduce the error.
Testing
Additional Description
The idea mentioned in #705 (comment) was not implemented because of the following error
It occurs because
setup-flatpakis also sourcingcommon-scriptand the root sourcing happens in the communication dir (zoom). It will try to accesscommon-scriptin the application setup folder instead of trying to source thecommon-scriptfrom the root directoryChecklist