Plasma/Installing Plasmoids: Difference between revisions

From KDE UserBase Wiki
(Add FAQ about installing plasmoids in 4.5.1)
(Remove Plasma 4.5 related FAQ)
 
(4 intermediate revisions by 3 users not shown)
Line 55: Line 55:
<!--T:17-->
<!--T:17-->
[[Image:Plasma_InstallingPlasmoids_Localfile.png|thumb|550px|center]]
[[Image:Plasma_InstallingPlasmoids_Localfile.png|thumb|550px|center]]
<!--T:18-->
Select the widget type to install.
<!--T:19-->
[[Image:Plasma_InstallingPlasmoids_SelectType.png|thumb|400px|center]]


<!--T:20-->
<!--T:20-->
Line 75: Line 67:
<!--T:23-->
<!--T:23-->
To install a ''Plasma widget'' from '''Konsole''' type:
To install a ''Plasma widget'' from '''Konsole''' type:
{{Input|1= plasmapkg -u widget-file-name.plasmoid}}
{{Input|1= kpackagetool5 -i widget-file-name.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.}}


<!--T:24-->
<!--T:24-->
[[Category:Advanced Users]]
[[Category:Advanced Users]]
</translate>
</translate>

Latest revision as of 11:50, 8 March 2024

Installing Plasma Widgets

Found a new widget, but don't know how to install it? Here's how!

Information

These images are "clickable", which displays the full-size image. You need to use the browser back-button to return


Installing from KDE-Look.org

Select Add Widgets... from desktop menu.


Select Get New Widgets -> Download New Plasma Widgets from Widget Explorer.


Search for the required widget and press Install.


Drag the installed widget to the desktop or a panel as usual.


Installing from local file

Select Add Widgets... from desktop menu.


Select Get New Widgets -> Install Widget From Local File... from Widget Explorer.

Select a local file and press Finish.


Installing from Konsole

To install a Plasma widget from Konsole type:

kpackagetool5 -i widget-file-name.plasmoid