OpenClick icon indicating copy to clipboard operation
OpenClick copied to clipboard

Add a GUI and make it wayland compatible

Open SpamixOfficial opened this issue 2 years ago • 3 comments

Add a GUI since a CLI isn't very user friendly to the non-tech-savvy users.

To make it wayland compatible we could try using this: https://github.com/tuomasjjrasanen/python-uinput

also since we don't provide pre-bundled libraries the license won't be an issue.

SpamixOfficial avatar Dec 02 '23 16:12 SpamixOfficial

Could use wxPython for this, it's wayland compatible, and you should be able to even ask for root permissions with it as well.

Melechtna avatar Mar 03 '24 22:03 Melechtna

Could use wxPython for this, it's wayland compatible, and you should be able to even ask for root permissions with it as well.

I'll look into this!

SpamixOfficial avatar Mar 04 '24 11:03 SpamixOfficial

Could use wxPython for this, it's wayland compatible, and you should be able to even ask for root permissions with it as well.

Okay, so change of plans here: This project will be turned into a "server", kind of. The server will act like an backend for a GUI or CLI, and the idea with this is to make it easier to develop interfaces for the project. Developing a GUI turned out to be a pain because of the structure, so that's another reason for this change. Oh right; We will include wayland support in the server!

SpamixOfficial avatar Mar 24 '24 10:03 SpamixOfficial