Plasma/Installing Plasmoids/it: Difference between revisions
< Plasma
mNo edit summary |
(Updating to match new version of source page) |
||
Line 56: | Line 56: | ||
Per installare un ''oggetto di Plasma'' dalla '''Konsole''' digita: | Per installare un ''oggetto di Plasma'' dalla '''Konsole''' digita: | ||
{{Input|1= plasmapkg -u nome-file-oggetto.plasmoid}} | {{Input|1= plasmapkg -u nome-file-oggetto.plasmoid}} | ||
== FAQ == | |||
=== I can't install plasmoids in Plasma Workspaces 4.5.1 === | |||
This is caused by a bug in kdelibs 4.5.1 ([https://bugs.kde.org/show_bug.cgi?id=251192 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 | |||
{{Input|1=cd ''/path/to/directory''}} | |||
* Install the plasmoid with the command (where '''''directory-name''''' is the name of the extracted directory) | |||
{{Input|1= plasmapkg -i ''directory-name''}} | |||
{{Tip|You can navigate to the directory in '''Dolphin''' and press '''F4''' to open an embedded terminal.}} | |||
[[Category:Utenti esperti/it]] | [[Category:Utenti esperti/it]] |
Revision as of 10:04, 22 September 2010
Installare oggetti di Plasma
Hai trovato un nuovo oggetto, ma non sai come installarlo? Ecco come!
{{{4}}}
Queste immagini possono essere cliccate per vederle a dimensione intera. Poi per ritornare su questa pagina devi utilizzare il pulsante torna indietro del browser
Informazione
Installare da KDE-Look.org
Seleziona
dal menu del desktop.
Seleziona nel gestore degli oggetti.
Cerca l'oggetto desiderato e premi .
Trascina l'oggetto installato sul desktop o in un pannello, come al solito.
Installare da file locale
Seleziona
dal menu del desktop.
Seleziona nel gestore degli oggetti.
Seleziona il tipo di oggetto da installare.
Seleziona un file locale e premi .
Installare da Konsole
Per installare un oggetto di Plasma dalla Konsole digita:
plasmapkg -u nome-file-oggetto.plasmoid
FAQ
I can't install plasmoids in 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
Tip
You can navigate to the directory in Dolphin and press F4 to open an embedded terminal.