Plasma/Installing Plasmoids/da: Difference between revisions

From KDE UserBase Wiki
(Created page with 'For at installere et ''Plasma-widget'' i '''Konsole''' skriver du: {{Input|1= plasmapkg -u widget-file-name.plasmoid}}')
(Updating to match new version of source page)
Line 56: Line 56:
For at installere et ''Plasma-widget'' i '''Konsole''' skriver du:
For at installere et ''Plasma-widget'' i '''Konsole''' skriver du:
{{Input|1= plasmapkg -u widget-file-name.plasmoid}}
{{Input|1= plasmapkg -u 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.}}


[[Category:Avancerede brugere/da ]]
[[Category:Avancerede brugere/da ]]

Revision as of 10:04, 22 September 2010

Installation af Plasma-widgets

Fandt du et nyt widget men ved ikke, hvordan du skal installere det? Se her!

Information

Klik på disse billeder for at vise dem i fuld størrelse. Brug browserens tilbage-knap for at komme hertil igen


Installation fra KDE-Look.org

Vælg Tilføj widgets... fra skrivebordsmenuen.


Vælg Hent nye widgets -> Download nye Plasma-widgets fra Widget Explorer.


Find det ønskede widget og klik Installér.


Træk det installerede widget til skrivebordet eller til et panel på sædvanlig vis.


Installation fra lokal fil

Vælg Tilføj widgets... fra skrivebordsmenuen.


Vælg Hent nye widgets -> Installér widget fra lokal fil... i Widget Explorer.


Vælg, hvilken type widget du vil installere.


Vælg en lokal fil og klik på Afslut.


Installation i Konsole

For at installere et Plasma-widget i Konsole skriver du:

plasmapkg -u 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 (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.