2011-11-18 17:55:00 +00:00
|
|
|
<page xmlns="http://projectmallard.org/1.0/"
|
|
|
|
type="topic"
|
|
|
|
id="error">
|
|
|
|
<info>
|
|
|
|
<link type="guide" xref="message"/>
|
|
|
|
<desc>Use the <cmd>--error</cmd> option.</desc>
|
2019-09-07 13:18:57 +00:00
|
|
|
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" />
|
2011-11-18 17:55:00 +00:00
|
|
|
</info>
|
|
|
|
<title>Error Dialog</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>
|
|
|
|
|
|
|
|
|
2017-09-23 20:48:48 +00:00
|
|
|
<figure>
|
2011-11-18 17:55:00 +00:00
|
|
|
<title>Error Dialog Example</title>
|
|
|
|
<desc><app>Zenity</app> error dialog example</desc>
|
|
|
|
<media type="image" mime="image/png" src="figures/zenity-error-screenshot.png"/>
|
|
|
|
</figure>
|
|
|
|
</page>
|