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

added waterfox browser #700

Merged
merged 14 commits into from
Oct 31, 2024
Merged

added waterfox browser #700

merged 14 commits into from
Oct 31, 2024

Conversation

hexisXz
Copy link
Contributor

@hexisXz hexisXz commented Sep 30, 2024

Type of Change

  • New feature
  • Bug fix
  • Documentation update
  • Refactoring
  • Hotfix
  • Security patch
  • UI/UX improvement

Description

Testing

Issues / other PRs related

  • Resolves #

Additional Information

Checklist

  • [ I am 95% sure it does] My code adheres to the coding and style guidelines of the project.
  • [ YES] I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • [ YES] My changes generate no errors/warnings/merge conflicts.

If you see that i edited the Cargo file in core thats because i was trying something out but i reverted it back the the cristitus url so dont worry about that.

also i did test this and it works. (for me at least)

@nnyyxxxx
Copy link
Contributor

nnyyxxxx commented Sep 30, 2024

            pacman)
                "$AUR_HELPER" -S --needed --noconfirm waterfox-bin
                ;;
            *)
                . ./setup-flatpak.sh
                flatpak install -y flathub net.waterfox.waterfox
                ;;

its supposed to be like this

Copy link
Contributor

@nnyyxxxx nnyyxxxx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good atm, if they make any changes my opinion will of course change.

@hexisXz
Copy link
Contributor Author

hexisXz commented Sep 30, 2024

looks good atm, if they make any changes my opinion will of course change.

okay

@nnyyxxxx
Copy link
Contributor

@hexisXz resolve all of these reviews please

@hexisXz
Copy link
Contributor Author

hexisXz commented Sep 30, 2024

@hexisXz resolve all of these reviews please

like resole the conversations

@hexisXz
Copy link
Contributor Author

hexisXz commented Sep 30, 2024

@hexisXz resolve all of these reviews please

alr i think i did it

"$AUR_HELPER" -S --needed --noconfirm waterfox-bin
;;
*)
. ./setup-flatpak.sh
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nnyyxxxx You're the one not testing now.

Suggested change
. ./setup-flatpak.sh
. ../setup-flatpak.sh

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nnyyxxxx You're the one not testing now.

fixed

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nnyyxxxx You're the one not testing now.

not my job, not my pr, 😆

Copy link
Collaborator

@adamperkowski adamperkowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@nnyyxxxx
Copy link
Contributor

nnyyxxxx commented Oct 1, 2024

@hexisXz keep this PR focused on 1 thing, move the lapce ide section to a different PR

@hexisXz
Copy link
Contributor Author

hexisXz commented Oct 1, 2024

@hexisXz keep this PR focused on 1 thing, move the lapce ide section to a different PR

lol you are fast. I tried to delete that before anyone could see it but i think i removed it. this is my first time doing a PR so i actually dont know what i am doing.

@adamperkowski
Copy link
Collaborator

@hexisXz Please run cargo xtask docgen and push the changes. Thanks.

. ../../common-script.sh

installWaterfox() {
if ! command_exists waterfox; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if ! command_exists waterfox; then
if ! command_exists net.waterfox.waterfox && ! command_exists waterfox; then

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add net.waterfox.waterfox for flatpak binaries

@adamperkowski adamperkowski added the enhancement New feature or request label Oct 27, 2024
@ChrisTitusTech ChrisTitusTech merged commit abcf7fc into ChrisTitusTech:main Oct 31, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants