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

[vNext] Launch GUI After Deploying Package #49

Open
DamianSuess opened this issue Dec 6, 2022 · 4 comments
Open

[vNext] Launch GUI After Deploying Package #49

DamianSuess opened this issue Dec 6, 2022 · 4 comments
Assignees
Labels
enhancement Approved new feature or enhancement vNext Marked for an upcoming release
Milestone

Comments

@DamianSuess
Copy link
Collaborator

DamianSuess commented Dec 6, 2022

WARNING: EXPERIMENTAL FEATURE

Research the experimental feature of the launching of uploaded packages via SSH.

From a standard SSH connection, the application can be launched. However, SSH.NET the process will start and then immediately close. This may be due to the closing SSH.NET connection after the command is sent.

@DamianSuess DamianSuess converted this from a draft issue Dec 6, 2022
@DamianSuess DamianSuess moved this from To do to In progress in VS Linux Debugger Dec 6, 2022
@DamianSuess DamianSuess changed the title Fix GUI Launcher [2.0] Launch GUI After Deploying Package Dec 6, 2022
@DamianSuess DamianSuess added the enhancement Approved new feature or enhancement label Dec 6, 2022
@DamianSuess DamianSuess self-assigned this Dec 6, 2022
@DamianSuess
Copy link
Collaborator Author

DamianSuess commented Dec 6, 2022

Validation Notes

Launch Command:

DISPLAY=:0 dotnet "./VSLinuxDbg/GuiNet6/GuiNet6.dll" &
  1. The launch command must be sent from the home directory. Using ~/... throws, "The command could not be loaded,..."
  2. When the SSH connection is closed, the application will close.

@DamianSuess
Copy link
Collaborator Author

Considerations:

  1. Persist an open connection of the GUI application after it is launched. Wait for the window to close and then close the connection.
    • PRO: Light-weight and simple via command line
    • CON: Need a separate thread/connection to maintain connectivity
  2. Use another tooling to allow the app to run after the connection is lost
    • CON: External tooling may cause unnecessary conflicts

@DamianSuess DamianSuess added this to the v2.0 milestone Dec 23, 2022
@DamianSuess DamianSuess modified the milestones: v2.0, v2.2 Mar 24, 2023
@DamianSuess DamianSuess changed the title [2.0] Launch GUI After Deploying Package [2.2] Launch GUI After Deploying Package Mar 24, 2023
@DamianSuess DamianSuess modified the milestones: v2.2, vNext Jul 5, 2023
@DamianSuess DamianSuess changed the title [2.2] Launch GUI After Deploying Package [Experimental] Launch GUI After Deploying Package Jul 5, 2023
@DamianSuess DamianSuess added the vNext Marked for an upcoming release label Jul 5, 2023
@DamianSuess DamianSuess changed the title [Experimental] Launch GUI After Deploying Package [vNext] Launch GUI After Deploying Package Jul 5, 2023
@zeusware
Copy link
Contributor

zeusware commented Jul 5, 2023

This is already fixed in my next pull request 👯
i'll merge this tomorrow,...
because i've to use it with x11/openGL

@DamianSuess
Copy link
Collaborator Author

Wonderful, thank you. I hope that my most recent changes to develop do not cause merge conflicts for you - sample GuiNet6 app with PR #68

Can't wait to see your approach

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Approved new feature or enhancement vNext Marked for an upcoming release
Projects
Status: In progress
Development

No branches or pull requests

2 participants