Plasma/Installing Plasmoids/pl: Difference between revisions
< Plasma
(Created page with "Aby zainstalować '''widget Plasmy''' z '''Konsoli''' wpisz: {{Input|1= plasmapkg -u widget-file-name.plasmoid}}") |
(Created page with "=== Nie mogę zainstalować plasmoidów na Plasma Workspaces 4.5.1 ===") |
||
Line 59: | Line 59: | ||
== FAQ == | == FAQ == | ||
=== | === Nie mogę zainstalować plasmoidów na 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. | 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. |
Revision as of 23:04, 16 June 2014
Instalacja widgetów Plasmy
Znalazłeś nowy widget, ale nie wiesz jak go zainstalować? Oto odpowiedź!
Information
te obrazki można kliknąć, aby uzyskać ich pełnowymiarowy podgląd. Będziesz potrzebował przycisku "wstecz" w przeglądarce, aby wrócić do poprzedniego widoku.
Instalacja z KDE-Look.org
Wybierz
z menu kontekstowego pulpitu.
Wybierz z Menedżera widgetów.
Znajdź widget, którego potrzebujesz i wciśnij .
Zwyczajnie przeciągnij zainstalowany widget na pulpit lub panel.
Instalacja z pliku
Wybierz
z menu kontekstowego pulpitu.
Wybierz z Menedżera widgetów.
Wybierz typ widgetu do instalacji.
Wybierz plik z katalogu i wciśnij .
Instalacja z Konsoli
Aby zainstalować widget Plasmy z Konsoli wpisz:
plasmapkg -u widget-file-name.plasmoid
FAQ
Nie mogę zainstalować plasmoidów na 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.