# Cambiar las aplicaciones (core-apps) mostradas en scope de aplicaciones

En la parte superior del scope de aplicaciones hay 6 apps fijas: llamadas, contactos, mensajes, cámara, navegador y reloj.

Es posible cambiarlas y fijar otras, por ejemplo podemos cambiar la app reloj por el cliente de correo Dekko desde la terminal:

```

$ gsettings set com.canonical.Unity.ClickScope core-apps '["dialer-app", "messaging-app", "address-book-app", "com.ubuntu.camera_camera", "webbrowser-app", "dekko.dekkoproject"]'
$ restart unity8
```

Para restablecer y volver al estado por defecto usamos el comando:

```

$ gsettings reset com.canonical.Unity.ClickScope core-apps
$ restart unity8
```

Última actualización: jueves, 19 de noviembre de 2015, 20:44:29 CET


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guru-1.gitbook.io/bq-aquaris-e-4-5-ubuntu-phone/es/chapter15.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
