~ubuntu-branches/ubuntu/oneiric/eog/oneiric-proposed

« back to all changes in this revision

Viewing changes to help/hu/commandline.page

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-07-26 15:28:21 UTC
  • mfrom: (1.14.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20110726152821-aepehu9xcvzuoitl
Tags: 3.1.4-0ubuntu1
* New upsteam release:
  - if saving an image fails it's done silently (LP: #673299)
* debian/control:
  - set Vcs-Bzr to the ubuntu-desktop team, no gnome3-team

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="commandline" xml:lang="hu">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="index#advanced"/>
 
6
    <title type="sort">Parancssor</title>
 
7
    <desc>The <cmd>eog</cmd> command can open any number of images in various modes.</desc>
 
8
 
 
9
    <revision pkgversion="3.2" version="0.1" date="2011-04-18" status="review"/>
 
10
    <credit type="author">
 
11
    <name>Tiffany Antopolski</name>
 
12
    <email>tiffany@antopolski.com</email>
 
13
    </credit>
 
14
    <license>
 
15
      <p>Creative Commons Share Alike 3.0</p>
 
16
    </license>
 
17
 
 
18
  </info>
 
19
 
 
20
<title>A parancssor</title>
 
21
 
 
22
<p>
 
23
To start the <app>Eye of GNOME Image Viewer</app> from the
 
24
<app>Terminal</app>, type
 
25
<cmd>eog</cmd>.</p>
 
26
<p>
 
27
You can open a specific file by typing the filename after the <cmd>eog</cmd> command:
 
28
</p>
 
29
<screen>eog image.jpeg</screen>
 
30
<p>
 
31
You can open multiple images by typing the filenames after the
 
32
<cmd>eog</cmd> command, separating the filenames by a space:
 
33
</p>
 
34
<screen>eog image1.jpeg image2.jpeg</screen>
 
35
 
 
36
<p>To see all the images opened in the instance, you may wish to <link xref="view#image-gallery">browse
 
37
the image gallery</link>.</p>
 
38
<section id="fullscreen">
 
39
    <title>Open an image in fullscreen mode</title>
 
40
    <screen>eog --fullscreen image.jpeg</screen>
 
41
</section>
 
42
<section id="slide-show">
 
43
    <title>Open images in slideshow mode</title>
 
44
    <screen>eog --slide-show Pictures/</screen>
 
45
</section>
 
46
<section id="disable-gallery">
 
47
    <title>Open image with gallery disabled</title>
 
48
    <screen>eog --disable-gallery image.jpeg</screen>
 
49
</section>
 
50
<section id="new-instance">
 
51
    <title>Open image in a new instance</title>
 
52
    <screen>eog --new-instance image.jpeg</screen>
 
53
</section>
 
54
</page>