MoonLightDE / mlde.d.moonlightde

Modular and Qt5 light new behavior desktop environment
GNU General Public License v3.0
45 stars 8 forks source link

Desktop actions & CLI-manager #26

Closed azubieta closed 10 years ago

azubieta commented 10 years ago

In order to allow the communication between the DE and CLI applications we must provide a CLI interface. It will allow to trigger a "actions" registered in the system such as: show/hide the applications menu, lock the screen, show the notifications panel, etc. The communication between the cli-interface and the DE should be done using DBus.

azubieta commented 10 years ago

In order to provide such kind of actions, was borrowed from "Android" the Intent & IntentFilters mechanism.

azubieta commented 10 years ago

Done