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

Introduce an AppSystem #336

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

Introduce an AppSystem #336

wants to merge 5 commits into from

Conversation

leolost2605
Copy link
Member

@leolost2605 leolost2605 commented Dec 11, 2024

Currently we only have a big launcher manager that deals with displaying apps but also with logic etc.
Since the long term plan is to also show workspaces etc. in the dock I would like to split things into an appsystem which deals with the logic behind the apps, and a toolbar or whatever (currently the launchermanager) which takes generic items (which the app launchers, and eventually Workspaces will be a subclass of) and only cares about where they are displayed and reordering etc.
This PR is the first in a series by taking the dbus calls to gala, checking which apps are running, the unity client, etc. from the launchermanager into its own appsystem class.

This will also help to keep a cleaner structure if more things are added e.g. #99 (which I'd like to work on next)

This was just made even more relevant by #337 :)

TODO:

  • Drag and drop from wingpanel

@leolost2605 leolost2605 requested a review from a team December 11, 2024 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant