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

From KDE UserBase Wiki
m (Created page with "Category:高级用户/zh-cn")
(Updating to match new version of source page)
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
<languages />
<languages />


<span id="Installing_Plasma_Widgets"></span>
== 安装 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]]


{{Info/zh-cn|这些图片都是‘可点击的’,点击后会显示完整大小的图片。你需要浏览器的后退按钮来返回}}
{{Info/zh-cn|这些图片都是‘可点击的’,点击后会显示完整大小的图片。你需要浏览器的后退按钮来返回}}


<span id="Installing_from_KDE-Look.org"></span>
=== 从KDE-Look.org安装 ===
=== 从KDE-Look.org安装 ===


Line 30: Line 32:




<span id="Installing_from_local_file"></span>
=== 从本地文件安装部件 ===
=== 从本地文件安装部件 ===


Line 37: Line 40:




从部件浏览器(Widget Explorer)从选择 <menuchoice‘获得新部件’ -> ‘从本地文件安装部件...’ </menuchoice。
从部件浏览器(Widget Explorer)从选择 <menuchoice>‘获得新部件’ -> ‘从本地文件安装部件...’ </menuchoice>


[[Image:Plasma_InstallingPlasmoids_Localfile.png|thumb|550px|center]]
[[Image:Plasma_InstallingPlasmoids_Localfile.png|thumb|550px|center]]
选择部件类型安装。
[[Image:Plasma_InstallingPlasmoids_SelectType.png|thumb|400px|center]]


选择本地文件并按下 <menuchoice>完成 </menuchoice>。
选择本地文件并按下 <menuchoice>完成 </menuchoice>。
Line 52: Line 49:




<span id="Installing_from_Konsole"></span>
=== 从Konsole安装 ===
=== 从Konsole安装 ===


<div class="mw-translate-fuzzy">
要从Konsole安装 Plasma 部件,输入:
要从Konsole安装 Plasma 部件,输入:
  {{Input|1=plasmapkg -u 部件-文件名.plasmoid}}
  {{Input|1=plasmapkg -u 部件-文件名.plasmoid}}
 
</div>
== 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 <keycap>F4</keycap> to open an embedded terminal.}}


[[Category:高级用户/zh-cn]]
[[Category:高级用户/zh-cn]]

Latest revision as of 11:50, 8 March 2024

安装 Plasmoid 部件

找到一个新的部件,但不知道怎样安装?不要怕!看这里

资讯

这些图片都是‘可点击的’,点击后会显示完整大小的图片。你需要浏览器的后退按钮来返回


从KDE-Look.org安装

从桌面菜单中 选择 添加部件...


从部件浏览器(Widget Explorer)从选择 ‘获得新部件’ -> ‘下载新的Plasma部件’


搜索部件并按下 安装


像往常一样拖动安装的部件到桌面/面板上。


从本地文件安装部件

从桌面菜单中 选择 添加部件...


从部件浏览器(Widget Explorer)从选择 ‘获得新部件’ -> ‘从本地文件安装部件...’

选择本地文件并按下 完成


从Konsole安装

要从Konsole安装 Plasma 部件,输入:

plasmapkg -u 部件-文件名.plasmoid