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

Desktop User Interface and mouse support, #70

Closed
wants to merge 10 commits into from
Closed

Desktop User Interface and mouse support, #70

wants to merge 10 commits into from

Conversation

Tearran
Copy link
Member

@Tearran Tearran commented Sep 13, 2024

Description

This PR introduces a Desktop interface with mouse support for armbian-configng. It is currently a hybrid between GUI and TUI, as development is ongoing.

Key Points:

  • Work in Progress:
    • This interface is a mix of GUI and TUI components, with certain parts still being TUI-only.
    • The goal is to gradually transition more elements into the GUI.
    • Mouse support is available for the GUI components.
  • Current State:
    • Menu List and Yes/No Dialogs have both GUI and TUI options.
    • All other components remain TUI for now, to be converted to GUI in future updates.

Documentation:

For more context, please refer to the forum discussion: Armbian Config RFC Ideas

Motivation and Context

The purpose of this hybrid approach is to begin introducing graphical features with mouse support, while maintaining compatibility with the existing TUI. Over time, more components will transition into GUI mode, improving accessibility for users who prefer graphical interfaces.

How Has This Been Tested?

Please provide testing information here if available. For now, you can include:

  • Verified mouse functionality in the GUI components (Menu list, Yes/No dialogs).
  • Checked compatibility between GUI and TUI modes for consistency.

Known Issues/Limitations

  • Hybrid Interface: The mix of GUI and TUI elements may cause confusion, especially during the transition phase. Further updates will bring more consistency as the GUI is fully implemented.

@Tearran
Copy link
Member Author

Tearran commented Sep 13, 2024

Test run

To run armbian-configng with GUI support over SSH with X forwarding, I use the following command:

sudo -E "/home/tearran/configng/bin/armbian-configng" --gui
2024-09-13.09-16-01.mp4

@igorpecovnik igorpecovnik added 11 Milestone: Fourth quarter release Needs review Seeking for review labels Sep 24, 2024
@Tearran Tearran added the Work in progress Unfinished / work in progress label Sep 25, 2024
@Tearran Tearran closed this Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
11 Milestone: Fourth quarter release Needs review Seeking for review Work in progress Unfinished / work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants