Glossary/zh-cn: Difference between revisions

From KDE UserBase Wiki
m (Created page with ';<span id="aRts">'''aRts'''</span> :KDE 2和3的声音框架。他的单任务特性在两个声源遭遇时会引起问题。Plasma桌面中被 Phonon 取代。')
No edit summary
 
(242 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Template:I18n/Language Navigation Bar|Glossary}}
<languages />  
<languages />  


这个页面提供了非技术性的参考,同时带有指向更详细资料或解释的链接。参阅[[Special:myLanguage/Jargon File|Jargon 文件]]
<span id="Activities"></span>
===活动===
:'''活动(Activities)'''是一系列拥有自己壁纸的 '''Plasma''' ''部件''。有点类似[[#Virtual Desktops|''虚拟桌面'']],但不完全是。(译者注:虚拟桌面变的是程序窗口,活动变的是窗口的背景-桌面,比如说壁纸,图标,部件)


[[Welcome_to_KDE_UserBase (zh CN)|首页]] >> [[An_introduction_to_KDE (zh CN)|KDE介绍]] >> [[Glossary (zh CN)|术语]]
:比如你有一个「工作活动」,带有 rss 订阅信息,你的一份 TODO 笔记,一个带有与你工作有关文件的''文件夹视图''和一幅微妙的壁纸。 


这个页面提供了非技术性的参考,同时带有指向更详细资料或解释的链接。
:在他旁边,你还有另一个「空闲时间活动」,带着家庭照片和狗照片的预览,你最爱的博客的 rss 订阅信息,一个展示你的电影收藏的文件夹视图,一个 twitter 小部件,当然还有从 80 年代初喜爱至今的铁娘子乐队(Iron Maiden)的壁纸。 


==概述==
:在 17:00 整点的时候你从「工作活动」切换到「空闲时间活动」中。


[http://www.kde.org/announcements/4.0/desktop.php KDE 4.0 图形指南] 和 [http://media.ereslibre.es/2008/06/kde41.ogg 4.1 视频] 给了早期的KDE软件汇集(Software Compilation 简称SC)4一个极好的概述。
:''更多信息'':
::[[Special:myLanguage/Plasma#Activities|创建活动]]
<span id="Akonadi"></span>
<div class="mw-translate-fuzzy">
===Akonadi===
:为 ''KDE SC 4'' 中所有的 ''PIM'' (Personal Information Manager 个人信息管理套件)数据设计的数据存储访问机制。单一的存储和检索系统带来了 ''KDE 3'' 时无法给与的效率和可扩展性, ''KDE 3'' 下每个 PIM 组件都是有各自的系统。注意采用 '''Akonadi''' 并不会改变数据的存储格式 (''vcard'', ''iCalendar'', ''mbox'', ''maildir'' 等.) - 它只是提供一种访问和更新数据的新方式。
</div>


以下的词汇打算帮你穿越新名称和新概念的迷雾。在有些情况下,你能找到KDE3组件到与他对等的关联的KDE SC 4软件的链接。
:设计开发 '''Akonadi''' 的主要原因是技术方面,例如从不同的程序(例如'''kmail''', '''kword'''……)用一种统一的方式访问 PIM 数据(联系人,日程表,emails……),因此无需到处编写类似的代码。


:另一个目标是将图形程序像是 '''kmail''' 从直接访问外部资源比如 mail-servers(邮件服务器)中脱离 - 这是过去有关性能/响应(performance/responsiveness)的bug回报/愿望的主要原因。


:''更多信息'':
* [https://userbase.kde.org/Akonadi/ Akonadi for KDE's PIM]
* [https://zh.wikipedia.org/wiki/Akonadi 维基百科 - Akonadi]
* [https://techbase.kde.org/Projects/PIM/Akonadi Techbase - Akonadi]
<span id="Containment"></span>
<div class="mw-translate-fuzzy">
返回 [[An_introduction_to_KDE/zh-cn|KDE 介绍]]
</div>


;<span id="Activities">'''活动'''</span>
<div class="mw-translate-fuzzy">
:活动(Activities)是一系列拥有自己壁纸的Plasma部件。有点类似 [[#Virtual Desktops|虚拟桌面]],但不完全是。(译者注:虚拟桌面变的是程序窗口,活动变的是窗口的背景-桌面,比如说壁纸,图标,部件)
更多信息:
:[http://liquidat.wordpress.com/2007/06/19/more-about-nepomuk-kde-soprano-and-kde-integration/ Nepomuk-KDE的更多信息: Soprano 和 KDE 平台整合]
</div>
<span id="Containment"></span>
===Breeze===
Breeze is the default theme starting with Plasma 5.


:比如你有一个「工作活动」: 带有rss订阅信息,你的一份TODO笔记,一个带有与你工作有关文件的文件夹视图和一幅微妙的壁纸。 
'''More Information''':
* [https://cgit.kde.org/breeze.git/ Git repository]


:在他旁边,你还有另一个「空闲时间活动」,带着家庭照片和狗照片的预览,你最爱的博客的rss订阅信息,一个展示你的电影收藏的文件夹视图,一个twitter小部件,当然还有从80年代初喜爱至今的铁娘子乐队(Iron Maiden)的壁纸。 
===容器===
:''容器(Containment)''是部件(widget)的顶层组合。每个容器管理他的与其他容器独立的一系列部件的布局和配置数据。


:在17:00整点的时候你从「工作活动」切换到「空闲时间活动」中。
:最终结果是你能根据对你工作模式的意义来组合多个部件到一个容器内,而不是根据目录分组。   
<span id="D-Bus"></span>
<div class="mw-translate-fuzzy">
===D-Bus===
:一个服务间的消息系统(inter-service messaging system)。由 Red Hat<sup>®</sup> 开发,深受 KDE3 的 ''DCOP'' 系统的影响,之后取代了它。
</div>


:''更多信息'':
:''更多信息'':
::[[Plasma/FAQ/4.4/Configuration_(zh_CN)#.E5.A6.82.E4.BD.95.E6.B7.BB.E5.8A.A0.2F.E5.88.A0.E9.99.A4.E6.B4.BB.E5.8A.A8.EF.BC.9F|创建活动]]
* [https://freedesktop.org/wiki/Software/dbus FreeDesktop.org: What is D-Bus?]
 
* [https://zh.wikipedia.org/wiki/D-Bus 维基百科: D-Bus]
 
<span id="Dolphin"></span>
;<span id="Akonadi">'''Akonadi'''</span>
<div class="mw-translate-fuzzy">
:为KDE SC 4中所有的PIM (Personal Information Manager 个人信息管理套件)数据设计的数据存储访问机制。单一的存储和检索系统带来了KDE3时无法给与的效率和可扩展性,KDE3下每个PIM组件都是有各自的系统。注意采用Akonadi并不会改变数据的存储格式 (vcard, iCalendar, mbox, maildir 等.) - 它只是提供一种访问和更新数据的新方式。
===Dolphin===
 
:KDE SC 4 的默认文件管理器。他拥有侧边面板(''地址''),导航主要依靠主窗口上的「面包屑(breadcrumb)」路径。支持拆分窗口,视图可以单独应用到个别的窗口。可以在侧边面板中挂载和卸载USB设备。其他目录也能添加到「地址」面板。''树形结构视图''也有提供。
:设计开发Akonadi的主要原因是技术方面,例如从不同的程序(例如kmail,kword。。)用一种统一的方式访问PIM数据(联系人,日程表,emails。。。),因此无需到处编写类似的代码。
</div>
 
:另一个目标是将图形程序像是kmail从直接访问外部资源比如mail-servers(邮件服务器)中脱离 - 这是过去有关性能/响应(performance/responsiveness)的bug回报/愿望的主要原因。


<div class="mw-translate-fuzzy">
:''更多信息'':
:''更多信息'':
::[http://userbase.kde.org/Akonadi/ Akonadi for KDE's PIM]
::[http://zh.wikipedia.org/wiki/Dolphin 维基百科- Dolphin_(software)]
::[http://zh.wikipedia.org/wiki/Akonadi 维基百科 - Akonadi]
::[http://techbase.kde.org/Projects/PIM/Akonadi Techbase - Akonadi]
 
 
;<span id="aRts">'''aRts'''</span>
:KDE 2和3的声音框架。他的单任务特性在两个声源遭遇时会引起问题。Plasma桌面中被 [[#Phonon|Phonon]] 取代。
 
:''More info'':
::[http://en.wikipedia.org/wiki/ARts Wikipedia - aRts]
::[http://www.arts-project.org/gen/newsarchive/news_2000.html aRts Home Page]
 
 
;<span id="Containment">'''Containment'''</span>
:A Containment is a top level grouping of widgets. Each Containment manages the layout and configuration data of its set of widgets independently from other Containments.
 
:The end result is that you can group widgets within a Containment according to the significance to your working pattern, rather than by directory grouping.   
 
 
;<span id="D-Bus">'''D-Bus'''</span>
:An inter-service messaging system.  Developed by RedHat, it was heavily influenced by KDE3's DCOP, which it supercedes.
 
:''More info'':
::[http://freedesktop.org/wiki/Software/dbus FreeDesktop.org: What is D-Bus?]
::[http://en.wikipedia.org/wiki/D-Bus Wikipedia: D-Bus]
 
 
;<span id="Dolphin">'''Dolphin'''</span>
:The default file manager in KDE SC 4.  It has a side panel (Places), but navigation is mainly by the &#039;breadcrumb&#039; trail above the main window.  Split windows are possible, and views can be applied to individual windows. Mounting and umounting USB devices can be done in the side-panel. Other directories can be added to the Places panel.  A Tree view is also possible.
 
:''More info'':
::[http://en.wikipedia.org/wiki/Dolphin_(software) Wikipedia - Dolphin (software)]
::[http://dot.kde.org/2007/03/01/road-kde-4-dolphin-and-konqueror Road to KDE 4: Dolphin and Konqueror]  
::[http://dot.kde.org/2007/03/01/road-kde-4-dolphin-and-konqueror Road to KDE 4: Dolphin and Konqueror]  
::[http://arstechnica.com/news.ars/post/20070405-afirst-look-at-dolphin-the-kde-4-file-manager.html Ars Technica: A First Look at Dolphin]  
::[http://arstechnica.com/news.ars/post/20070405-afirst-look-at-dolphin-the-kde-4-file-manager.html Ars Technica: A First Look at Dolphin]  
::[http://www.youtube.com/watch?v=i4HS1v0a9Xs Youtube - KDE 4 rev 680445 - Dolphin]  
::[http://www.youtube.com/watch?v=i4HS1v0a9Xs Youtube - KDE 4 rev 680445 - Dolphin]  
::[http://introducingkde4.blogspot.com/2007/12/dolphin.html Introducing KDE 4 Blog - Dolphin]
::[http://introducingkde4.blogspot.com/2007/12/dolphin.html Introducing KDE 4 Blog - Dolphin]
::[[Tutorials/File_Management|The UserBase File Management Tutorial]]
::[[Dolphin/File_Management|UserBase 文件管理教程]]
</div>
<span id="Flake"></span>
===Flake===
:''Flake'' 是应用在[https://krita.org/en/ Krita]和 [[Special:myLanguage/Calligra|Calligra]]上的编程函数库(programming library)。功能上,它提供用来显示内容「形状(Shapes)」和操作内容的''工具''。形状可以缩放或旋转,可以组合多个形状成单个形状,可以围绕形状制作文本流(text flow)。


;<span id="Extender">'''Extender'''</span>
:''更多信息'':
:Extenders are a special kind of popup that can grow out of a [[#Plasma|Plasma]] panel for example. Extenders have detachable parts. Extenders are a new concept that arrived in Plasma for KDE 4.2. Notifications already use this system. This enables, for example, a user to drag a notification of a download or file copy job, onto his or her desktop and keep track of it there. The same can be done for other kinds of notifications, too.
[https://community.kde.org/Calligra/Libs/Flake KDE Community Wiki - Flake]
<span id="Get Hot New Stuff"></span>
===获得百宝箱===
:获得百宝箱(Get Hot New Stuff,简称GHNS)是个开放的标准,使得使用者能容易的下载和安装各种程序的扩展。我们的 GHNS 实现被应用在 Plasma 中(举例来说像获得新的桌面主题),以及很多应用程序和部件。


:''More info'':
<div class="mw-translate-fuzzy">
::[http://kde-look.org/content/show.php/KDE+Extender+Mockup?content=30012 Mockup Screenshots]  
:''更多信息'':
::[http://plasma.kde.org/cms/1069 The Elements of Plasma]
::[http://ghns.freedesktop.org GHNS 主页]
::[http://lwn.net/Articles/227855/ 一篇有关 KDE SC 4 中 GHNS 的文章]
</div>
<span id="Home Directory"></span>
===主文件夹(Home)===
:这是系统内存放你所有文件的地方。 你可以在这个文件夹之外存放文件,但是所有的程序都设置成建议保存文件到这个文件夹内。保存东西在这更容易些。


:''更多信息'':
* [https://en.wikipedia.org/wiki/Home_directory 维基百科]
<span id="KHTML"></span>
<div class="mw-translate-fuzzy">
===KHTML===
:KHTML 是 KDE Plasma 桌面的 HTML 渲染引擎,被使用在 '''Konqueror''' 浏览器中。它也提供一个KPart 以使得所有的 KDE 程序都能显示网页内容。新的引进,Qt Webkit 也能用于 Plasma 和其他程序的开发。
</div>
<span id="Kirigami"></span>
===Kirigami===
:'''Kirigami''' is a set of components allowing developers to create applications that looks good and works well on mobile platforms as well as on the desktop.


;<span id="Flake">'''Flake'''</span>
'''More Information''':
:Flake is a programming library to be used in KOffice2.  Functionally, it provides Shapes to display content and Tools to manipulate content. Shapes can be zoomed or rotated and can be grouped to work as a single Shape, around which text flow is possible.
* [https://www.kde.org/products/kirigami/ Kirigami on kde.org]
<span id="Kickoff"></span>
<div class="mw-translate-fuzzy">
===Kickoff===
:在 KDE SC 4(和一些 KDE 3 新版)里,一个其中的程序按照功能分类的启动菜单。「收藏夹」替换了经典菜单中的「用的最多的程序」,程序可以添加进去。右击同样提供可选项添加程序到桌面上或是面板上。快速访问一个很少用的程序可以使用搜索框。其他的菜单还在开发中,因为在 KDE SC 4 里可以使用多个启动器,如果需要的话。
</div>


:''More info'':
<div class="mw-translate-fuzzy">
::[http://wiki.koffice.org/index.php?title=Flake KOffice Wiki - Flake]
:''更多信息'':
 
 
;<span id="Get Hot New Stuff">'''Get Hot New Stuff'''</span>
:Get Hot New Stuff (GHNS) is an open standard that makes it easy for users to download and install various extensions for their applications. Our implementation of GHNS is used by Plasma (for example to get new desktop themes), and by many applications and widgets.
 
:''More info'':
::[http://ghns.freedesktop.org Home of GHNS]
::[http://lwn.net/Articles/227855/ An article on GHNS in KDE SC 4]
 
 
;<span id="Home_Directory">'''Home Directory'''</span>
:That's the place in your system where all your files are kept. You can write your files outside of this folder, but all applications are configured to propose this folder as place to write your files to. It is easier when you keep your things here.
 
:''More info'':
::[http://en.wikipedia.org/wiki/Home_directory Wikipedia - Home directory]
 
 
;<span id="KControl">'''KControl'''</span>
:KDE Control Center, for setting global preferences in KDE 3. Replaced by the [[#System Settings|System Settings]] interface in KDE SC 4.
 
 
;<span id="KDOM">'''KDOM'''</span>
:A [[#KPart|KPart]] module making KHTML DOM (Document Object Model) rendering capabilities available to all applications. [[#KSVG|KSVG2]] is built on KDOM for KDE SC 4.
 
 
;<span id="KHTML">'''KHTML'''</span>
:KHTML is the HTML rendering engine for the KDE Plasma desktop, as used by the Konqueror browser. It also provides a KPart that enables all KDE applications to display web content. A new introduction, Qt WebKit is also for Plasma and other application development.
 
 
;<span id="Kicker">'''Kicker'''</span>
:In KDE 3, the relocatable bar, usually at the bottom of the screen (sometimes called the [[#Panel|Panel]]), on which application launchers, the [[#Pager|Pager]], and buttons for running applications reside.  See [[#Panel|Panel]]
 
 
;<span id="Kickoff">'''Kickoff'''</span>
:In KDE SC 4 (and some late versions of KDE 3), a launch menu in which apps are sorted by functional group.  &#039;Favorites&#039; replaces the &#039;Most used applications&#039; in Classic Menu, and applications can be added to it.  Right-click also offers the possibility of adding applications to the desktop or panel.  Rapid access to a less-used application is made possible with the search box. Other menus are being worked on, since KDE SC 4 can be used with more than one launcher, should that be required.
 
:''More info'':
::[http://home.kde.org/~binner/kickoff/sneak_preview.html Kickoff Sneak Preview]
::[http://home.kde.org/~binner/kickoff/sneak_preview.html Kickoff Sneak Preview]
::[http://en.opensuse.org/Kickoff Design documentation]
::[http://en.opensuse.org/Kickoff 设计文档]
</div>
<span id="KJS"></span>
===KJS===
:KDE 平台的 ''JavaScript'' 引擎。
<span id="KInfoCenter"></span>
<div class="mw-translate-fuzzy">
===KDE信息中心===
:KDE 信息中心(KInfoCenter)最初作为 [[#KControl|Kcontrol]] 的一部分,直到 KDE 3.1 独立出来。KDE SC 4 中直到 4.4,他被[[#System Settings|'''系统设置''']]中的设置模块取代,特别是 [[#Solid|Solid]],在 KDE SC 4.5 中将作为单独的一个程序重新引入。
</div> 


;<span id="KJS">'''KJS'''</span>
''更多信息'':
:KDE platform's JavaScript engine.
* [[Special:myLanguage/KInfoCenter|KInfoCenter]]
* [https://zh.wikipedia.org/zh-hans/KDE_%E8%B3%87%E8%A8%8A%E4%B8%AD%E5%BF%83 维基百科 - KDE 资讯中心]
<span id="KIO"></span>
<div class="mw-translate-fuzzy">
===KIO===
:KDE 输入/输出框架,为操作文件(不管是本地或是远程服务器)提供了一个单独的 API。此外,KIO Slaves 还为个别协议提供支持。一些尤其有用的协议是 http,ftp,sftp,smb, nfs,ssh (fish),man,tar 和 zip。
</div> 


''更多信息'':
* [[Special:myLanguage/File transfers|文件传输教程]]
* [https://zh.wikipedia.org/wiki/KIO 维基百科 - KIO]
* [https://www.linux.com/feature/124686 Linux.com - Master the KIO slaves]
<span id="Kiosk"></span>
<div class="mw-translate-fuzzy">
===Kiosk===
:[http://techbase.kde.org/KDE_System_Administration/Kiosk/Introduction Kiosk] 是个用来限制 KDE 平台系统中用户能力的框架,理想的使用是在锁定环境下,比如网吧。KDE 3 和 KDE 4 都有提供,但管理工具 '''Kiosktool''' 只是 KDE3 独有。它可以被用于设置 KDE 4 程序,或可以手动编辑文件维护 '''kiosk''' 配置。
</div>
<span id="KPart"></span>
===KPart===
:KPart 是 KDE Plasma 桌面的个别组件并允许应用程序彼此共享服务。KParts 允许 '''KMail'''和 '''KOrganizer'''(以插件的方式)整合进 '''Kontact''' 套件,或整合 [[#KHTML|KHTML]] 进 '''Akregator '''以显示网站内容。
<span id="Kross"></span>
===Kross===
: Kross 是一个脚本框架,提供对多种脚本语言的支持。插件系统允许今后有更进一步的语言支持。
<span id="KRunner"></span>
<div class="mw-translate-fuzzy">
===KRunner===
:从 KDE 传统菜单里访问到的迷你命令行, 键盘快捷键是 Alt+F2, 或者右击桌面。在'''KDE SC 4'''中输入部分名称将显示所有可能的匹配。
</div>


;<span id="KInfoCenter">'''KInfoCenter'''</span>
<div class="mw-translate-fuzzy">
:Kinfocenter originated as part of [[#Kcontrol|Kcontrol]] standing alone from KDE 3.1.  In KDE SC 4 up until 4.4 it is replaced by modules configured in [[#System Settings|System Settings]], notably [[#Solid|Solid]], and is being reintroduced as an application in KDE SC 4.5.
:''更多信息'':
 
:More Info:
::[http://en.wikipedia.org/wiki/Kinfocenter Wikipedia - KInfoCenter]
 
 
;<span id="KIO">'''KIO'''</span>
:KDE Input/Output framework provides a single API for operating on files, whether local or on a remote server.  Additionally, KIO Slaves provide support for individual protocols.  Some particularly useful ones are http, ftp, sftp, smb, nfs, ssh (fish), man, tar and zip. 
 
:''More info'':
::[http://en.wikipedia.org/wiki/KIO Wikipedia - KIO]
::[http://www.linux.com/feature/124686 Linux.com - Master the KIO slaves]
::[http://osdir.com/Article2159.phtml Breaking the Network Barrier]
 
 
;<span id="Kiosk">'''Kiosk'''</span>
:[http://techbase.kde.org/KDE_System_Administration/Kiosk/Introduction Kiosk] is a framework for restricting user capabilities on a KDE platform system, ideal for use in locked-down environments such as Internet cafés.  It is present in KDE 3 and KDE 4, but the adminisration tool, Kiosktool is KDE 3 only.  It can be used to configure KDE 4 apps, or kiosk configurations can be maintained by editing config files manually.
 
 
;<span id="KPart">'''KPart'''</span>
:A KPart is an individual component of the KDE Plasma desktop and allows applications to share their services with other applications. KParts allow KMail and KOrganizer to integrate (as plugins) into the Kontact suite, or [[#KHTML|KHTML]] to display sites in Akregator.
 
 
;<span id="Kross">'''Kross'''</span>
: Kross is a scripting framework, enabling support for multiple scripting languages.  A plugin system allows for the support of further languages in the future.
 
 
;<span id="KRunner">'''KRunner'''</span>
:The mini-command-line that is accessed from the Classic menu, the keyboard shortcut Alt+F2, or a right-click on the desktop.  In KDE SC 4 a partial name will display all possible matches
 
:''More info'':
::[http://www.youtube.com/watch?v=B1-SFSmwTXw Youtube - KDE SC 4.1 KRunner]
::[http://www.youtube.com/watch?v=B1-SFSmwTXw Youtube - KDE SC 4.1 KRunner]
</div>


<span id="KWin"></span>
<div class="mw-translate-fuzzy">
===KWin===
:KWin 是窗口管理器。这就窗口装饰修改和主题应用的地方。KDE SC 4 扩展KWin提供对桌面 3D 混成特效的支持。
</div>


;<span id="KSVG">'''KSVG'''</span>
''更多信息'':
: KSVG enables support for scalable vector graphics in a [[#KHTML|KHTML]] browser.  KSVG2 extends this for KDE SC 4.
* [[Special:myLanguage/KWin|KWin]]
<span id="Pager"></span>
===分页器===
:分页器(Pager)是个显示你桌面上窗口的位置的小程序或面板部件,通常如果你有多个[[#Virtual Desktops|虚拟桌面]]时显示预览。
<span id="Panel"></span>
<div class="mw-translate-fuzzy">
===面板===
:查看 [[#Kicker|Kicker]]。KDE SC 4 中 kicker 这个命名被抛弃了,规范用词是面板(panel),Applets 大部分被 [[#Widget|部件(Widget)]] 取代。
</div>


''更多信息'':
* [[Special:myLanguage/Plasma/Panels|面板]]
<span id="Phonon"></span>
<div class="mw-translate-fuzzy">
===Phonon===
:Phonon(直译就是“声子”)一个跨平台的多媒体 API,与已有的框架交互,比如 gstreamer 和 xine 引擎。KDE 2 和 3 的音频播放依赖于 aRts 。Phonon 取代了它。
</div>


;<span id="KWin">'''KWin'''</span>
''更多信息'':
:KWin is the window manager.  This is where window decorations can be changed and themes applied. KDE SC 4 extends KWin to provide support for 3D Compositing effects on the desktop.
* [[Special:myLanguage/Phonon|Phonon]]
* [https://zh.wikipedia.org/wiki/Phonon_%28KDE%29 维基百科 - Phonon (KDE)]
* [https://phonon.kde.org/cms/1030 Phonon 网站]
<span id="Plasma"></span>
<div class="mw-translate-fuzzy">
===Plasma===
:KDE SC 4 中 Plasma 桌面(直译就是“等离子”) 取代了 KDesktop,kicker 和 superkaramba 部件(widget)引擎。新的小工具(applets)被称作 '''Plasmoids'''(直译就是“等离子体团”),范围从信息收集部件到迷你程序比如计算器或是字典。其他来源的部件,像是SuperKaramba 部件或是 Google Gadgets 也同样支持。
</div>


:''More info'':
:''更多信息'':
::[http://dot.kde.org/1180541665/ Road to KDE 4: KWin Composite]  
* [https://zh.wikipedia.org/wiki/Plasma_%28KDE%29 维基百科 - Plasma (KDE)]  
::[http://francis.giannaros.org/blog/2007/12/03/kde4-desktop-effects-kwin-composite-video-tour/  KDE SC 4 Desktop Effects Video Tour]  
* [https://plasma.kde.org/cms/1107 Plasma 网站]
::[http://www.youtube.com/watch?v=YrFz7IxXppU Youtube - KDE SC 4.0 KWin Composite Showcast]
* [[Special:myLanguage/Plasma|Plasma 页面]]
::[http://www.youtube.com/watch?v=4WBLlc6xCQ4 Youtube - KWin compositing config &amp; intro]
* [[Special:myLanguage/Plasma/FAQ/Index| Plasma FAQ]]
<span id="Qt"></span>
<div class="mw-translate-fuzzy">
===Qt===
:(读音 cute ) 一个编写跨平台程序的框架/工具包。很多跨平台程序比如 '''Opera 浏览器''','''GoogleEarth''' 和 '''Skype''' 都是采用 Qt。Qt 最初是由 Trolltech 开发, 如今 Trolltech 已经被 Nokia 公司收购。Qt 构建了构建 KDE 软件用的底层函数库。
</div>


:''更多信息'':
* [http://zh.wikipedia.org/wiki/Qt 维基百科 - Qt]
<span id="Solid"></span>
===Solid===
:Solid 为硬件管理提供了单一的 API。硬件被分为“域”(domains);初始域涉及 HAL,NetworkManager 和 Bluetooth 堆栈。因为 Solid 的后端是可插的,Solid 帮助程序开发人员编写更少的代码,并拥有平台独立性。


;<span id="Mini-CLI">'''Mini-CLI'''</span>
:更多信息:
:See [[#KRunner|KRunner]]
* [https://solid.kde.org/cms/1058 Discover Solid]
<span id="System Settings"></span>
<div class="mw-translate-fuzzy">
===系统设置===
:KDE SC 4 中的[[#KControl|KControl]](控制中心)替换,提供对于 KDE 平台的模块化控制。
</div>


<div class="mw-translate-fuzzy">
''更多信息'':
:[[Special:myLanguage/System Settings|系统设置]]
:[http://www.lazytechguy.com/2008/01/kde4-system-settings.html KDE SC 4 System Settings illustrated]
</div>
<span id="Threadweaver"></span>
===Threadweaver===
:这个线程编程库用于多核处理器的工作,在排队执行它们前将它们以优先次序排序。ThreadWeaver 提供了用于多线程编程的高级作业接口。


;<span id="Nepomuk">'''Nepomuk'''</span>
更多信息:
:&#039;Networked Environment for Personalized, Ontology-based Management of Unified Knowledge&#039;, Nepomuk aims to remove artificial barriers between information to allow dynamic classification, organisation and presentation of data to the user.  Whether downloaded from the internet, received in an email or scribbled in a note, information is globally searchable and tagged with intelligent data.  See [http://en.wikipedia.org/wiki/Semantic_desktop The Semantic Desktop] for further discussion of this concept.
* [https://www.englishbreakfastnetwork.org/apidocs/apidox-kde-4.0/kdelibs-apidocs/threadweaver/html/Why.html 为什么使用多线程? (技术文章)]
 
<span id="Virtual Desktops"></span>
:''More info'':
===虚拟桌面===
::[http://en.wikipedia.org/wiki/Semantic_desktop Wikipedia - Semantic Desktop]
:基于 Unix 的窗口管理器的一个流行的概念是「虚拟桌面」。这意味着你不只有一个屏幕可以用来放置窗口而是有多个。但你切换到另一个不同的桌面(通常用「分页器」)你只会看到新桌面里启动的窗口或移至新桌面的窗口。窗口也可以做的 "sticky",意思是他可以出现在全部桌面。
::[http://en.wikipedia.org/wiki/NEPOMUK_(framework)  Wikipedia - NEPOMUK Framework]
<span id="WebKit"></span>
::[http://nepomuk.semanticdesktop.org/xwiki/bin/view/Main1/ NEPOMUK website]
<div class="mw-translate-fuzzy">
::[http://nepomuk.kde.org/discover/user NEPOMUK KDE]
===WebKit===
::[[Nepomuk | Userbase Nepomuk page]]
:HTML 渲染引擎,起源于 [[#KHTML|KHTML]] 的一个分支。被 Apple 采用,用于 Safari 的开发。通过 Qt,Webkit 将完整的功能带给了 KDE SC 4。
 
</div>  
;<span id="Oxygen">'''Oxygen'''</span>
:Oxygen is the default theme of KDE SC 4. Designed to bring &#039;a breath of fresh air&#039; to the desktop by removing the simplistic, cartoonish icons, and replacing them with a clean theme and photo-realistic icons.  Oxygen uses a desaturated palette to avoid the icons becoming a distraction and uses detailed scalable graphics (SVG).
 
:''More info'':
::[http://en.wikipedia.org/wiki/Oxygen_Project Wikipedia - Oxygen Project]  
::[http://www.oxygen-icons.org/?cat=3 Oxygen Icons]
 
 
;<span id="Pager">'''Pager'''</span>
:A pager is a small program or panel applet which shows the position of windows on your desktop and usually, if you have several [[#Virtual Desktops|Virtual Desktops]], gives an overview over all.
 
 
;<span id="Panel">'''Panel'''</span>
:See [[#Kicker|Kicker]]. In KDE SC 4 the name &#039;kicker&#039; is dropped, and the name &#039;panel&#039; is the norm.  &#039;Applets&#039; are largely replaced by [[#Widgets|Widgets]]
 
 
;<span id="Phonon">'''Phonon'''</span>
:A cross-platform multimedia API, interfacing with existing frameworks, such as gstreamer and xine engines.  KDE 2 and 3 depended on aRts for sound.  Phonon replaces it.
 
:''More info'':
::[http://en.wikipedia.org/wiki/Phonon_(KDE) Wikipedia - Phonon (KDE)]
::[http://phonon.kde.org/cms/1030 Phonon website]
 
 
;<span id="Plasma">'''Plasma'''</span>
:In KDE SC 4 the Plasma Desktop replaces KDesktop, kicker and the superkaramba widget engine.  The applets are called Plasmoids, and range from informational widgets to mini-apps such as a calculator or dictionary. Widgets from other sources, such as SuperKaramba widgets or Google Gadgets are also supported.
 
:''More info'':
::[http://en.wikipedia.org/wiki/Plasma_(KDE) Wikipedia - Plasma (KDE)]
::[http://plasma.kde.org/cms/1107 Plasma website]
::[[Plasma|Plasma FAQ]]
::[http://www.youtube.com/watch?v=H5RpH9HOXJA&amp;feature=related  Youtube - Plasma Applets Galore (Part 1)]
::[http://liquidat.wordpress.com/ Liquidat&#039;s Blog]
 
 
;<span id="Qt">'''Qt'''</span>
:(Pronounced &#039;cute&#039;) A framework/toolkit for writing cross-platform applications. It is used by many cross-platform applications such as Opera browser, GoogleEarth and Skype. Qt is developed by Trolltech, who are now part of the Nokia company.  Qt forms the underlying library KDE software is built on.
 
:''More info'':
::[http://en.wikipedia.org/wiki/Qt_(toolkit) The Qt Toolkit]
::[http://trolltech.com/products/qt/learnmore/demo Qt Demo Videos]
 
;<span id="Solid">'''Solid'''</span>
:Solid provides a single API for hardware management.  Hardware is grouped into &#039;domains&#039;.  The initial domains relate to HAL, NetworkManager and the Bluetooth stack.Since the backends for Solid are pluggable, Solid helps application developers write less code, and have it platform independent.
 
:More Info:
::[http://solid.kde.org/cms/1058 Discover Solid]
::[http://dot.kde.org/1177385913/ Solid Brings Hardware Configuration and Control to the KDE platform]
 
 
;<span id="Soprano">'''Soprano'''</span>
:Soprano is a sub-project of [[#Nepomuk|Nepomuk]], providing a repository for gathered information such as tags, ratings, etc..  This makes the information available to [[#Strigi|Strigi]]
 
:''More info'':
::[http://tinyurl.com/334u7r More about Nepomuk-KDE: Soprano and KDE platform integration]
 
 
;<span id="Strigi">'''Strigi'''</span>
:A deep-indexed search daemon, Strigi aims to be fast and light-weight.  It also uses SHA-1 hash which will help in the identification of duplicate files.
 
:''More info'':
::[http://strigi.sourceforge.net/ Strigi - the fastest and smallest desktop searching program]
::[http://en.wikipedia.org/wiki/Strigi Wikipedia - Strigi]
 
 
;<span id="System Settings">'''System Settings'''</span>
:KDE SC 4&#039;s replacement for [[#KControl|KControl]] (Control Center) providing modular control over the KDE platform.
 
:''More info'':
::[http://www.lazytechguy.com/2008/01/kde4-system-settings.html KDE SC 4 System Settings illustrated]
 
 
;<span id="Threadweaver">'''Threadweaver'''</span>
:This thread programming library spreads work among multiple-core processors where available, prioritising them before queueing them for execution. ThreadWeaver provides a high-level job interface for multithreaded programming.
 
:''More info'':
::[http://tinyurl.com/5edc2k Why Multithreading? (Technical article)]
 
 
;<span id="Virtual Desktops">'''Virtual Desktops'''</span>
:A popular concept of Unix based window managers is the one of virtual desktops. This means you have not only one screen where you can place your windows on but several. When you switch to a different desktop (usually with a pager) you will only see the windows which you started on your new desktop or moved to it. A window can also be made &quot;sticky&quot; which means it appears on all virtual desktops.
 
 
;<span id="WebKit">'''WebKit'''</span>
:HTML rendering engine, originating from a fork of [[#KHTML|KHTML]]. Adopted by Apple and developed for Safari. Webkit brings the whole functionality back to KDE SC 4, where it is available through Qt.
 
:''More info'':
::[http://webkit.org/ The Webkit home page]
::[http://en.wikipedia.org/wiki/Webkit Wikipedia - Webkit]
 
 
;<span id="Widget">'''Widget'''</span>
:Collins English Dictionary: &quot;Any small mechanism or device the name of which is unknown or temporarily forgotten.&quot; In KDE software terms, a widget is a single component on the canvas. Other common names that are analogous are &quot;applet&quot; or &quot;gadget&quot;. Superkaramba Themes, Apple&#039;s Dashboard, Google Gadgets, Yahoo Widgets, Vista Sidebar Widgets, Opera Widgets are all examples of other widget systems (some of which are supported by Plasma as well).
 
 
;<span id="X-Server">'''X-Server'''</span>
:The X-Server represents a basic layer upon which the various GUIs like the KDE Plasma desktop are built. It manages the basic mouse and keyboard input (from the local host as well as from remote hosts) and provides elementary graphic routines to draw rectangles and other primitives.
 
 
;<span id="XMLGUI">'''XMLGUI'''</span>
:A programmers&#039; framework for designing the user interface.  It is extensively used by ''KParts''
 
:''More info'':
::[http://en.wikipedia.org/wiki/XMLGUI Wikipedia - XMLGUI]
::[http://en.wikipedia.org/wiki/Qt_Style_Sheets Wikipedia - Qt Style Sheets]
 
 
;<span id="ZUI">'''ZUI'''</span>
:The Zooming User Interface.  &quot;By zooming out, users can get an overview of all the object groupings that they have made. These groupings may reflect the projects they are working on, be ways to keep different sets of files organized, etc. By hovering or clicking on one of these groups when zoomed out, users can either get a preview/snapshot of what is in the grouping, or zoom in on that grouping so that it is displayed full size on the physical screen.&quot; aseigo.
 
:''More info'':
::[http://www.youtube.com/watch?v=EhODrJkoidA Youtube ZUI demo]
 


:''更多信息'':
* [https://webkit.org/  Webkit 主页]
* [https://zh.wikipedia.org/wiki/WebKit 维基百科 - Webkit]
<span id="Widget"></span>
===部件===
:柯林斯英语词典:“任何名称未知或临时遗忘的小的装置或设备。”对KDE软件来说,部件(widget)是桌面画布上单一组件。其他类似的通用名称是“小程序(applet)”或“小工具(gadget)”。Superkaramba 主题、Apple 的 Dashboard、Google Gadgets、Yahoo Widgets、Vista Sider Widgets、Opera Widgets 都是其他部件系统的实例(其中有些同样被 Plasma 支持)。
<span id="X-Server"></span>
<div class="mw-translate-fuzzy">
===X-Server===
:X-Server 提供了一个基本层,基本层之上构建了各种图形用户界面比如 KDE Plasma 桌面。他(从本地主机以及远程主机)管理基本的鼠标和键盘输入并提供基本的图形例程来绘制矩形和其他原语。
</div>
<span id="XMLGUI"></span>
===XMLGUI===
:一个用来设计用户界面的编程框架。他被广泛的运用在 [[#KPart|KPart]]。


:''更多信息'':
* [https://zh.wikipedia.org/wiki/XMLGUI 维基百科 - XMLGUI]
* [https://en.wikipedia.org/wiki/Qt_Style_Sheets 维基百科 - Qt Style Sheets]


{|style="text-align:right"
{{Prev|Special:myLanguage/An_introduction_to_KDE|An Introduction to KDE}}
|'''Back to [[An_introduction_to_KDE|the Introduction page''']]
|}


[[Category:Getting Started]]
[[Category:入门/zh-cn]][[Category:系统/zh-cn]]
[[Category:System]]

Latest revision as of 16:05, 8 October 2022

这个页面提供了非技术性的参考,同时带有指向更详细资料或解释的链接。参阅Jargon 文件

活动

活动(Activities)是一系列拥有自己壁纸的 Plasma 部件。有点类似虚拟桌面,但不完全是。(译者注:虚拟桌面变的是程序窗口,活动变的是窗口的背景-桌面,比如说壁纸,图标,部件)
比如你有一个「工作活动」,带有 rss 订阅信息,你的一份 TODO 笔记,一个带有与你工作有关文件的文件夹视图和一幅微妙的壁纸。
在他旁边,你还有另一个「空闲时间活动」,带着家庭照片和狗照片的预览,你最爱的博客的 rss 订阅信息,一个展示你的电影收藏的文件夹视图,一个 twitter 小部件,当然还有从 80 年代初喜爱至今的铁娘子乐队(Iron Maiden)的壁纸。
在 17:00 整点的时候你从「工作活动」切换到「空闲时间活动」中。
更多信息:
创建活动

Akonadi

KDE SC 4 中所有的 PIM (Personal Information Manager 个人信息管理套件)数据设计的数据存储访问机制。单一的存储和检索系统带来了 KDE 3 时无法给与的效率和可扩展性, KDE 3 下每个 PIM 组件都是有各自的系统。注意采用 Akonadi 并不会改变数据的存储格式 (vcard, iCalendar, mbox, maildir 等.) - 它只是提供一种访问和更新数据的新方式。
设计开发 Akonadi 的主要原因是技术方面,例如从不同的程序(例如kmailkword……)用一种统一的方式访问 PIM 数据(联系人,日程表,emails……),因此无需到处编写类似的代码。
另一个目标是将图形程序像是 kmail 从直接访问外部资源比如 mail-servers(邮件服务器)中脱离 - 这是过去有关性能/响应(performance/responsiveness)的bug回报/愿望的主要原因。
更多信息:

返回 KDE 介绍

Breeze

Breeze is the default theme starting with Plasma 5.

More Information:

容器

容器(Containment)是部件(widget)的顶层组合。每个容器管理他的与其他容器独立的一系列部件的布局和配置数据。
最终结果是你能根据对你工作模式的意义来组合多个部件到一个容器内,而不是根据目录分组。

D-Bus

一个服务间的消息系统(inter-service messaging system)。由 Red Hat® 开发,深受 KDE3 的 DCOP 系统的影响,之后取代了它。
更多信息:

Dolphin

KDE SC 4 的默认文件管理器。他拥有侧边面板(地址),导航主要依靠主窗口上的「面包屑(breadcrumb)」路径。支持拆分窗口,视图可以单独应用到个别的窗口。可以在侧边面板中挂载和卸载USB设备。其他目录也能添加到「地址」面板。树形结构视图也有提供。

Flake

Flake 是应用在KritaCalligra上的编程函数库(programming library)。功能上,它提供用来显示内容「形状(Shapes)」和操作内容的工具。形状可以缩放或旋转,可以组合多个形状成单个形状,可以围绕形状制作文本流(text flow)。
更多信息:

KDE Community Wiki - Flake

获得百宝箱

获得百宝箱(Get Hot New Stuff,简称GHNS)是个开放的标准,使得使用者能容易的下载和安装各种程序的扩展。我们的 GHNS 实现被应用在 Plasma 中(举例来说像获得新的桌面主题),以及很多应用程序和部件。

主文件夹(Home)

这是系统内存放你所有文件的地方。 你可以在这个文件夹之外存放文件,但是所有的程序都设置成建议保存文件到这个文件夹内。保存东西在这更容易些。
更多信息:

KHTML

KHTML 是 KDE Plasma 桌面的 HTML 渲染引擎,被使用在 Konqueror 浏览器中。它也提供一个KPart 以使得所有的 KDE 程序都能显示网页内容。新的引进,Qt Webkit 也能用于 Plasma 和其他程序的开发。

Kirigami

Kirigami is a set of components allowing developers to create applications that looks good and works well on mobile platforms as well as on the desktop.

More Information:

Kickoff

在 KDE SC 4(和一些 KDE 3 新版)里,一个其中的程序按照功能分类的启动菜单。「收藏夹」替换了经典菜单中的「用的最多的程序」,程序可以添加进去。右击同样提供可选项添加程序到桌面上或是面板上。快速访问一个很少用的程序可以使用搜索框。其他的菜单还在开发中,因为在 KDE SC 4 里可以使用多个启动器,如果需要的话。

KJS

KDE 平台的 JavaScript 引擎。

KDE信息中心

KDE 信息中心(KInfoCenter)最初作为 Kcontrol 的一部分,直到 KDE 3.1 独立出来。KDE SC 4 中直到 4.4,他被系统设置中的设置模块取代,特别是 Solid,在 KDE SC 4.5 中将作为单独的一个程序重新引入。

更多信息:

KIO

KDE 输入/输出框架,为操作文件(不管是本地或是远程服务器)提供了一个单独的 API。此外,KIO Slaves 还为个别协议提供支持。一些尤其有用的协议是 http,ftp,sftp,smb, nfs,ssh (fish),man,tar 和 zip。

更多信息:

Kiosk

Kiosk 是个用来限制 KDE 平台系统中用户能力的框架,理想的使用是在锁定环境下,比如网吧。KDE 3 和 KDE 4 都有提供,但管理工具 Kiosktool 只是 KDE3 独有。它可以被用于设置 KDE 4 程序,或可以手动编辑文件维护 kiosk 配置。

KPart

KPart 是 KDE Plasma 桌面的个别组件并允许应用程序彼此共享服务。KParts 允许 KMailKOrganizer(以插件的方式)整合进 Kontact 套件,或整合 KHTMLAkregator 以显示网站内容。

Kross

Kross 是一个脚本框架,提供对多种脚本语言的支持。插件系统允许今后有更进一步的语言支持。

KRunner

从 KDE 传统菜单里访问到的迷你命令行, 键盘快捷键是 Alt+F2, 或者右击桌面。在KDE SC 4中输入部分名称将显示所有可能的匹配。

KWin

KWin 是窗口管理器。这就窗口装饰修改和主题应用的地方。KDE SC 4 扩展KWin提供对桌面 3D 混成特效的支持。

更多信息:

分页器

分页器(Pager)是个显示你桌面上窗口的位置的小程序或面板部件,通常如果你有多个虚拟桌面时显示预览。

面板

查看 Kicker。KDE SC 4 中 kicker 这个命名被抛弃了,规范用词是面板(panel),Applets 大部分被 部件(Widget) 取代。

更多信息:

Phonon

Phonon(直译就是“声子”)一个跨平台的多媒体 API,与已有的框架交互,比如 gstreamer 和 xine 引擎。KDE 2 和 3 的音频播放依赖于 aRts 。Phonon 取代了它。

更多信息:

Plasma

KDE SC 4 中 Plasma 桌面(直译就是“等离子”) 取代了 KDesktop,kicker 和 superkaramba 部件(widget)引擎。新的小工具(applets)被称作 Plasmoids(直译就是“等离子体团”),范围从信息收集部件到迷你程序比如计算器或是字典。其他来源的部件,像是SuperKaramba 部件或是 Google Gadgets 也同样支持。
更多信息:

Qt

(读音 cute ) 一个编写跨平台程序的框架/工具包。很多跨平台程序比如 Opera 浏览器GoogleEarthSkype 都是采用 Qt。Qt 最初是由 Trolltech 开发, 如今 Trolltech 已经被 Nokia 公司收购。Qt 构建了构建 KDE 软件用的底层函数库。
更多信息:

Solid

Solid 为硬件管理提供了单一的 API。硬件被分为“域”(domains);初始域涉及 HAL,NetworkManager 和 Bluetooth 堆栈。因为 Solid 的后端是可插的,Solid 帮助程序开发人员编写更少的代码,并拥有平台独立性。
更多信息:

系统设置

KDE SC 4 中的KControl(控制中心)替换,提供对于 KDE 平台的模块化控制。

Threadweaver

这个线程编程库用于多核处理器的工作,在排队执行它们前将它们以优先次序排序。ThreadWeaver 提供了用于多线程编程的高级作业接口。

更多信息:

虚拟桌面

基于 Unix 的窗口管理器的一个流行的概念是「虚拟桌面」。这意味着你不只有一个屏幕可以用来放置窗口而是有多个。但你切换到另一个不同的桌面(通常用「分页器」)你只会看到新桌面里启动的窗口或移至新桌面的窗口。窗口也可以做的 "sticky",意思是他可以出现在全部桌面。

WebKit

HTML 渲染引擎,起源于 KHTML 的一个分支。被 Apple 采用,用于 Safari 的开发。通过 Qt,Webkit 将完整的功能带给了 KDE SC 4。
更多信息:

部件

柯林斯英语词典:“任何名称未知或临时遗忘的小的装置或设备。”对KDE软件来说,部件(widget)是桌面画布上单一组件。其他类似的通用名称是“小程序(applet)”或“小工具(gadget)”。Superkaramba 主题、Apple 的 Dashboard、Google Gadgets、Yahoo Widgets、Vista Sider Widgets、Opera Widgets 都是其他部件系统的实例(其中有些同样被 Plasma 支持)。

X-Server

X-Server 提供了一个基本层,基本层之上构建了各种图形用户界面比如 KDE Plasma 桌面。他(从本地主机以及远程主机)管理基本的鼠标和键盘输入并提供基本的图形例程来绘制矩形和其他原语。

XMLGUI

一个用来设计用户界面的编程框架。他被广泛的运用在 KPart
更多信息: