Thanks for submitting your app to AppCenter! After reviewing, we have decided to request a change. This will need to be addressed before re-submitting your app.
System Indicators are intended to communicate a system-wide state, like connectivity, volume, battery, etc. Apps submitted to AppCenter can provide an indicator if it is communicating a similar system-wide state to users. However, apps should not use an indicator as a quick launcher for their app. You can read more about this in the Human Interface Guidelines.
I know this would be a pretty big change to your app, but we want to make sure system integrations are used properly, and users don't end up with a bunch of non-indicating indicators on their top panel. Instead of an indicator, I'd recommend using a window. You can add .flat and .default-decoration classes to the headerbar to style it more like a dialog:
https://github.com/cassidyjames/dippi/blob/1654def315971d281ade6201b9cf51e1d9f8688c/src/MainWindow.vala#L216-L221
Thanks again for your submission, and I hope you understand the rationale for this change. Let me know if you have any questions!
Thanks for submitting your app to AppCenter! After reviewing, we have decided to request a change. This will need to be addressed before re-submitting your app.
System Indicators are intended to communicate a system-wide state, like connectivity, volume, battery, etc. Apps submitted to AppCenter can provide an indicator if it is communicating a similar system-wide state to users. However, apps should not use an indicator as a quick launcher for their app. You can read more about this in the Human Interface Guidelines.
I know this would be a pretty big change to your app, but we want to make sure system integrations are used properly, and users don't end up with a bunch of non-indicating indicators on their top panel. Instead of an indicator, I'd recommend using a window. You can add
.flatand.default-decorationclasses to the headerbar to style it more like a dialog:https://github.com/cassidyjames/dippi/blob/1654def315971d281ade6201b9cf51e1d9f8688c/src/MainWindow.vala#L216-L221
Thanks again for your submission, and I hope you understand the rationale for this change. Let me know if you have any questions!