Slimbook Service is a service to receive desktop notifications from your device.
Allow double tap enable/disable touchpad
Show messages on screen for certain actions, e.g.: Change performance mode with FN+F5 keys.
Generate report files with the system info
Get important notifications for your Slimbook model, e.g.: BIOS update via
Slimbook Notifications
To see notifications, you need to launch the Slimbook Client Notifications indicator.
Announcement: Support the development of our apps by joining our Patreon and get early access to new app releases and exclusive goodies. |
Slimbook Service Installation:
- Añadir repositorio Slimbook:
Ubuntu 22:
$ sudo add-apt-repository ppa:slimbook/slimbook $ sudo apt update |
Ubuntu 24:
$ wget https://raw.githubusercontent.com/Slimbook-Team/slimbook-base-files/main/sources/slimbook.list $ wget https://raw.githubusercontent.com/Slimbook-Team/slimbook-base-files/main/keys/slimbook.gpg |
$ sudo mv slimbook.gpg /etc/apt/trusted.gpg.d/ $ sudo mv slimbook.list /etc/apt/sources.list.d/ |
$ sudo apt update |
- Instalar la aplicación:
** Modelos Zero, One, Essential 15, Elemental 15, Hero S, Excalibur y Kymera **
$ sudo apt install slimbook-service |
$ sudo reboot |
** Modelos ProX, Executive, Titan, Hero, Evo y Creative **
$ sudo apt install slimbook-service slimbook-qc71-dkms |
$ sudo reboot |
- Ya se puede ejecutar la aplicación.
- Añadir repositorio Slimbook:
Debian 12:
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BE80F1EEB3838E61E42091B378A22399981017FC |
$ echo 'deb https://ppa.launchpadcontent.net/slimbook/slimbook/ubuntu jammy main' >> /etc/apt/sources.list $ echo 'deb-src https://ppa.launchpadcontent.net/slimbook/slimbook/ubuntu jammy main ' >> /etc/apt/sources.list |
$ sudo apt update |
Debian 13:
$ wget https://raw.githubusercontent.com/Slimbook-Team/slimbook-base-files/main/sources/slimbook.list $ wget https://raw.githubusercontent.com/Slimbook-Team/slimbook-base-files/main/keys/slimbook.gpg |
$ sudo mv slimbook.gpg /etc/apt/trusted.gpg.d/ $ sudo mv slimbook.list /etc/apt/sources.list.d/ |
$ sudo apt update |
- Instalar la aplicación:
** Modelos Zero, One, Essential 15, Elemental 15, Hero S, Excalibur y Kymera **
$ sudo apt install slimbook-service |
$ sudo reboot |
** Modelos ProX, Executive, Titan, Hero, Evo y Creative **
$ sudo apt install slimbook-service slimbook-qc71-dkms |
$ sudo reboot |
- Ya se puede ejecutar la aplicación.
- No debemos añadir repositorios, algunos de nuestros paquetes ya disponen en repositorios privados de Manjaro.
- Instalar la aplicación:
** Modelos Zero, One, Essential 15, Elemental 15, Hero S, Excalibur y Kymera **
$ sudo pacman -S slimbook-service |
$ sudo reboot |
** Modelos ProX, Executive, Titan, Hero, Evo y Creative **
$ sudo pacman -S slimbook-service slimbook-qc71-dkms |
$ sudo reboot |
- Ya se puede ejecutar la aplicación.
- Añadir repositorio Slimbook:
Fedora 42:
$ sudo dnf4 config-manager --add-repo https://download.opensuse.org/repositories/home:/Slimbook/Fedora_42/home:Slimbook.repo $ sudo dnf update -y --refresh |
Fedora 41:
$ sudo dnf4 config-manager --add-repo https://download.opensuse.org/repositories/home:/Slimbook/Fedora_41/home:Slimbook.repo $ sudo dnf update -y --refresh |
- Instalar la aplicación:
*Con escritorio GNOME:
$ sudo dnf install slimbook-meta-gnome |
*Con escritorio KDE:
$ sudo dnf install slimbook-meta-plasma |
** Modelos Zero, One, Essential 15, Elemental 15, Hero S, Excalibur y Kymera **
$ sudo dnf install slimbook-service |
$ sudo reboot |
** Modelos ProX, Executive, Titan, Hero, Evo y Creative **
$ sudo dnf install slimbook-service slimbook-qc71-kmod slimbook-qc71-kmod-common |
$ sudo reboot |
- Si no ves el icono de la aplicación lanzado en el menú, necesitas activar la extensión manualmente.
Ve a Extensiones -> Activar "AppIndicator and KStatusNotifierItem Support"

First, we need to add the Slimbook repository. Enter the following commands in a Terminal (Ctrl+Alt+T):
sudo zypper ar -f https://download.opensuse.org/repositories/home:/Slimbook/openSUSE_Tumbleweed/ slimbook |
Install the application:
For GNOME desktops:
sudo zypper install slimbook-meta-gnome |
For KDE desktops:
sudo zypper install slimbook-meta-plasma |
For Zero, Essential, Elemental, Hero S models:
sudo zypper install slimbook-meta-gnome/plasma |
Para equipos ProX, Executive, Titan, Hero, Evo y Creative:
sudo zypper install slimbook-meta-gnome/plasma slimbook-qc71-kmp |
slimbookindicator |
Application Usage:
Once the app is opened, click on the white penguin icon that has been added.
Clicking on it will display the following options:
Preferences Window:
In this window, we can enable or disable displaying the device, choose whether to auto-start on system boot, set the icon to black, and choose to receive notifications via
Slimbook Notifications.
System Information Window:
It's a summarized version of the operating system's characteristics and some additional information.
Notifications Window
It will show a history of received notifications. If there are any pending, the Slimbook Service icon will appear with a blue circle.
To generate the report file, go to the terminal and type:
slimbookctl report |
A .tar.gz compressed file will be generated in the /tmp folder containing various files with all system info. This can be especially relevant for testing, checks, or providing information to technical support. It will omit certain private information, such as the Wi-Fi networks accessible to the device, MAC address, or motherboard serial number.
To obtain the complete report, use the following command:
slimbookctl report-full |
The icons that appear after the generation of each file indicate whether they have been successfully generated or not:
The file has been generated successfully
The file hasn't been generated as it wasn't necessary (e.g. because we launch the partial report instead of full report)
An error occurred while generating the file