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

Fixes #122 : Replace command to open app to use default browser #157

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

Conversation

RianMartins-Movai
Copy link
Contributor

Replace command used to open FE app in default browser

  • Github issue

  • Jira Issue

  • Make sure you are opening from a topic/feature/bugfix branch

  • Ensure that the PR title represents the desired changes

  • Ensure that the PR description detail the desired changes

  • Link to relevant issues in GitHub or Jira

  • Link to relevant pull requests, esp. upstream and downstream changes

  • Ensure you have provided tests - that demonstrates feature works or fixes the issue

@RianMartins-Movai RianMartins-Movai added the bug Something isn't working label May 19, 2022
@RianMartins-Movai RianMartins-Movai self-assigned this May 19, 2022
@RianMartins-Movai RianMartins-Movai requested review from rodrigo-fittipaldi and a team and removed request for a team May 19, 2022 10:59
@MithunKinarullathil MithunKinarullathil added the status: in progress Issue is currently in progress of being addressed label May 23, 2022
@MithunKinarullathil
Copy link
Collaborator

@RianMartins-Movai There is no way to test this without a debian is it? @AlexFernandes-MOVAI Do you know how to generate the debian locally?

@RianMartins-Movai
Copy link
Contributor Author

@RianMartins-Movai There is no way to test this without a debian is it? @AlexFernandes-MOVAI Do you know how to generate the debian locally?

No, I don't think so. Do you know an easy way to test this @AlexFernandes-MOVAI ?

@MithunKinarullathil
Copy link
Collaborator

@AlexFernandes-MOVAI Any input on this?

@MithunKinarullathil MithunKinarullathil mentioned this pull request Jun 2, 2022
5 tasks
Copy link
Contributor

@AlexFernandes-MOVAI AlexFernandes-MOVAI left a comment

Choose a reason for hiding this comment

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

xdg-open does not support app argument, this code is failling :
xdg-open --app="$APP_URL" "$APP_URL" xdg-open: unexpected option '--app=' Try 'xdg-open --help' for more information.

I think only chrome supports it but x-www-browser forwarded the option without failing, so to keep functionality I would suggest to go for browser detection approach either in python or bash or handle that as a new feature for Flow, I would propose to investigate something like https://www.electronjs.org/docs/latest/tutorial/application-distribution

@sonarcloud
Copy link

sonarcloud bot commented Jul 13, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@MithunKinarullathil
Copy link
Collaborator

@PedroCristovao-Movai Any changes that you want to make here?

@sonarcloud
Copy link

sonarcloud bot commented Jan 27, 2023

Please retry analysis of this Pull-Request directly on SonarCloud.

@sonarcloud
Copy link

sonarcloud bot commented Jan 27, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented Aug 3, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working severity: low Low severity issue status: in progress Issue is currently in progress of being addressed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants