1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.es/linux/plasmashell.md
2024-08-25 22:56:49 +02:00

20 lines
425 B
Markdown

# plasmashell
> Inicia y reinicia Plasma Desktop.
> Más información: <https://invent.kde.org/plasma/plasma-desktop>.
- Reinicia `plasmashell`:
`systemctl restart --user plasma-plasmashell`
- Reinicia `plasmashell` sin systemd:
`plasmashell --replace & disown`
- Muestra ayuda en las opciones de la línea de comandos:
`plasmashell --help`
- Muestra la ayuda, incluidas las opciones de Qt:
`plasmashell --help-all`