mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:42:10 +02:00
plasmashell: add Spanish translation (#13447)
This commit is contained in:
parent
757a356a7f
commit
a6a43fdffb
1 changed files with 20 additions and 0 deletions
20
pages.es/linux/plasmashell.md
Normal file
20
pages.es/linux/plasmashell.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue