File: error.page

package info (click to toggle)
zenity 3.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 10,600 kB
  • sloc: ansic: 5,124; sh: 1,169; xml: 495; makefile: 151; perl: 150
file content (29 lines) | stat: -rw-r--r-- 862 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="error" xml:lang="cs">
  <info>
    <link type="guide" xref="message"/>
    <desc>Use the <cmd>--error</cmd> option.</desc>
  </info>
  <title>Dialogové okno s chybovým hlášením</title>
      <p>
          Use the <cmd>--error</cmd> option to create an error dialog.  
      </p>

      <p>
        The following example script shows how to create an error dialog:
      </p>

<code>
#!/bin/bash

zenity --error \
--text="Could not find /var/log/syslog."
</code>


      <figure id="zenity-error-screenshot">
        <title>Příklad dialogového okna s chybovým hlášením</title>
        <desc><app>Zenity</app> error dialog example</desc>
        <media type="image" mime="image/png" src="figures/zenity-error-screenshot.png"/>
      </figure>
</page>