个人工具

“UbuntuHelp:ClipArt”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/ClipArt}}
 
{{From|https://help.ubuntu.com/community/ClipArt}}
 
{{Languages|UbuntuHelp:ClipArt}}
 
{{Languages|UbuntuHelp:ClipArt}}
 
 
 
== Introduction ==
 
== Introduction ==
 
 
A normal Ubuntu install does not include many clipart pictures.  If users would like to have more clipart pictures available, they can easily install them following this procedure.
 
A normal Ubuntu install does not include many clipart pictures.  If users would like to have more clipart pictures available, they can easily install them following this procedure.
 
 
== Downloading new clipart pictures ==
 
== Downloading new clipart pictures ==
 
 
Install the openclipart-openoffice.org package from the Universe Repository.  
 
Install the openclipart-openoffice.org package from the Universe Repository.  
 
 
== Creating a link to the pictures ==
 
== Creating a link to the pictures ==
 
 
The clipart pictures are installed in a directory that is not easy to find.  Most people will insert clipart in OpenOffice using "Insert>Picture>From File".  This will browse the gallery directory of OpenOffice.  If you want your new clipart pictures to be displayed here, we need to create a link.
 
The clipart pictures are installed in a directory that is not easy to find.  Most people will insert clipart in OpenOffice using "Insert>Picture>From File".  This will browse the gallery directory of OpenOffice.  If you want your new clipart pictures to be displayed here, we need to create a link.
 
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo ln -s /usr/share/openclipart/png/ /usr/lib/openoffice/share/gallery/clipart/
 
sudo ln -s /usr/share/openclipart/png/ /usr/lib/openoffice/share/gallery/clipart/
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Now you will see a directory called "clipart" in the OpenOffice gallery.
 
Now you will see a directory called "clipart" in the OpenOffice gallery.
 
 
----
 
----
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月30日 (五) 16:29的版本


Introduction

A normal Ubuntu install does not include many clipart pictures. If users would like to have more clipart pictures available, they can easily install them following this procedure.

Downloading new clipart pictures

Install the openclipart-openoffice.org package from the Universe Repository.

Creating a link to the pictures

The clipart pictures are installed in a directory that is not easy to find. Most people will insert clipart in OpenOffice using "Insert>Picture>From File". This will browse the gallery directory of OpenOffice. If you want your new clipart pictures to be displayed here, we need to create a link.

sudo ln -s /usr/share/openclipart/png/ /usr/lib/openoffice/share/gallery/clipart/

Now you will see a directory called "clipart" in the OpenOffice gallery.