Plasma/Installing Plasmoids/es: Difference between revisions

From KDE UserBase Wiki
(Created page with "Seleccione un archivo local y pulse <menuchoice>Finalizar</menuchoice>.")
(Created page with "Para instalar un ''Plasma widget'' desde '''Konsole''': {{Input|1= plasmapkg -u widget-file-name.plasmoid}}")
Line 54: Line 54:
=== Instalar desde Konsole ===
=== Instalar desde Konsole ===


To install a ''Plasma widget'' from '''Konsole''' type:
Para instalar un ''Plasma widget'' desde '''Konsole''':  
{{Input|1= plasmapkg -u widget-file-name.plasmoid}}
{{Input|1= plasmapkg -u widget-file-name.plasmoid}}


== Preguntas frecuentes ==
== Preguntas frecuentes ==

Revision as of 05:36, 3 December 2010

Instalar widgets de Plasma

¿Has encontrado un widget nuevo, pero no sabes cómo instalarlo? ¡He aquí cómo!

{{{4}}}

Al pulsar en las imágenes, se muestran a tamaño completo. Tienes que usar el botón retroceder de tu navegador para volver atrás
Información


Instalar desde KDE-Look.org

Seleccione Añadir Widgets ... en el menú de escritorio.


Seleccione Obtener Nuevos Widgets -> Descargar Nuevos Widgets Plasma en el Widget Explorer.


Busque el widget que desee y pulse Instalar.


Arrastre el widget instalado en el escritorio o en un panel como de costumbre.


Instalar desde un archivo local

Seleccione Añadir Widgets... en el menú de escritorio.


Seleccione Obtener Nuevos Widgets -> Instalar desde archivo local ... desde el 'WidgetExplorer'.


Seleccione el tipo de widget a instalar.


Seleccione un archivo local y pulse Finalizar.


Instalar desde Konsole

Para instalar un Plasma widget desde Konsole:

plasmapkg -u widget-file-name.plasmoid

Preguntas frecuentes

No puedo instalar plasmoids en Plasma Workspaces 4.5.1

This is caused by a bug in kdelibs 4.5.1 (bug 251192) which prevents the installer from extracting plasmoid files. The workaround is to extract the file manually and install it from Konsole or another terminal.

  • Download the plasmoid
  • Open the file (*.plasmoid) with Ark and extract it to a directory
  • Open Konsole and navigate to the directory from the previous step
cd /path/to/directory
  • Install the plasmoid with the command (where directory-name is the name of the extracted directory)
plasmapkg -i directory-name

Consejo

Puedes navegar hasta el directorio en Dolphin y pulsar F4 para abrir una terminal integrada.