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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Desktop User Interface and mouse support, #70

wants to merge 8 commits into from

Conversation

Tearran
Copy link
Collaborator

@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
Collaborator 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

@Tearran Tearran added enhancement New feature or request WIP Work in progres labels Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request WIP Work in progres
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant