Plasma/Installing Plasmoids/zh-tw: Difference between revisions

From KDE Wiki Sandbox
m (Created page with "=== 從本地檔案安裝元件 ===")
m (Created page with "{{Tip/zh-tw|'''Dolphin''' 打開目錄,按 <keycap>F4</keycap> 打開內嵌的終端}}")
 
(11 intermediate revisions by the same user not shown)
Line 3: Line 3:
== 安裝 Plasmoid 元件 ==
== 安裝 Plasmoid 元件 ==


<div align="center">'''找到一個新的元件,但不知道怎樣安裝?幫助就在'''</div>
<div align="center">'''找到一個新的元件,但不知道怎樣安裝?不要怕!看'''</div>
[[Image:Plasma_InstallingPlasmoids_DownloadNew.png|thumb|265px|center]]
[[Image:Plasma_InstallingPlasmoids_DownloadNew.png|thumb|265px|center]]


Line 32: Line 32:
=== 從本地檔案安裝元件 ===
=== 從本地檔案安裝元件 ===


Select <menuchoice>Add Widgets...</menuchoice> from desktop menu.
從桌面選單中選擇「新增元件...」。


[[Image:Plasma_InstallingPlasmoids_AddWidgets.png|thumb|400px|center]]
[[Image:Plasma_InstallingPlasmoids_AddWidgets.png|thumb|400px|center]]




Select <menuchoice>Get New Widgets -> Install Widget From Local File...</menuchoice> from '''Widget Explorer'''.
從元件瀏覽器(Widget Explorer)從選擇「安裝新的元件」 -> 「從本地端檔案安裝元件...」。


[[Image:Plasma_InstallingPlasmoids_Localfile.png|thumb|550px|center]]
[[Image:Plasma_InstallingPlasmoids_Localfile.png|thumb|550px|center]]




Select the widget type to install.
選擇元件安裝類型。


[[Image:Plasma_InstallingPlasmoids_SelectType.png|thumb|400px|center]]
[[Image:Plasma_InstallingPlasmoids_SelectType.png|thumb|400px|center]]




Select a local file and press <menuchoice>Finish</menuchoice>.
選擇本地檔案並按下完成。


[[Image:Plasma_InstallingPlasmoids_Finish.png|thumb|400px|center]]
[[Image:Plasma_InstallingPlasmoids_Finish.png|thumb|400px|center]]




=== Installing from Konsole ===
=== 從Konsole安裝 ===


To install a ''Plasma widget'' from '''Konsole''' type:
要從 Konsole 安裝 Plasma 元件,輸入:
{{Input|1= plasmapkg -u widget-file-name.plasmoid}}
{{Input|1=plasmapkg -u 元件-檔案名.plasmoid}}


== FAQ ==
== FAQ ==


=== I can't install plasmoids in Plasma Workspaces 4.5.1 ===
=== KDE 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.
kdelibs 4.5.1 ([https://bugs.kde.org/show_bug.cgi?id=251192 bug 251192]) 有個 bug 引發的,手動解壓文件,再安裝。


* Download the plasmoid
* 下載
* Open the file (*.plasmoid) with '''Ark''' and extract it to a directory
* '''Ark''' 打開,解壓
* Open '''Konsole''' and navigate to the directory from the previous step
* 打開 '''Konsole''',進入上一步的路徑
{{Input|1=cd ''/path/to/directory''}}
{{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''}}
{{Input|1= plasmapkg -i ''directory-name''}}


{{Tip|You can navigate to the directory in '''Dolphin''' and press <keycap>F4</keycap> to open an embedded terminal.}}
{{Tip/zh-tw|'''Dolphin''' 打開目錄,按 <keycap>F4</keycap> 打開內嵌的終端}}


[[Category:Advanced Users]]
[[Category:高階用戶/zh-tw]]

Latest revision as of 11:36, 15 April 2012

安裝 Plasmoid 元件

找到一個新的元件,但不知道怎樣安裝?不要怕!看這裡
資訊
這些圖片都是「可點入的」,按下後會顯示完整大小的圖片。你需要瀏覽器的往回按鈕來返回


從KDE-Look.org安裝

從桌面選單中選擇「新增元件...」。


從元件瀏覽器(Widget Explorer)從選擇「安裝新的元件」 -> 「下載新的 Plasma 元件」。


搜尋元件並按下安裝。


像往常一樣拖動安裝好的元件到桌面或面板上。


從本地檔案安裝元件

從桌面選單中選擇「新增元件...」。


從元件瀏覽器(Widget Explorer)從選擇「安裝新的元件」 -> 「從本地端檔案安裝元件...」。


選擇元件安裝類型。


選擇本地檔案並按下完成。


從Konsole安裝

要從 Konsole 安裝 Plasma 元件,輸入:

plasmapkg -u 元件-檔案名.plasmoid

FAQ

KDE 4.5.1 上沒法裝

kdelibs 4.5.1 (bug 251192) 有個 bug 引發的,手動解壓文件,再安裝。

  • 下載
  • Ark 打開,解壓
  • 打開 Konsole,進入上一步的路徑
cd /path/to/directory
  • 安裝
plasmapkg -i directory-name
提示
Dolphin 打開目錄,按 F4 打開內嵌的終端