The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

gtk2-ex-splash -- display a splash window

SYNOPSIS

 gtk2-ex-splash [--options] filename

DESCRIPTION

gtk2-ex-splash displays an image file in a splash window. The window is not interactive, and doesn't take the keyboard focus away.

    gtk2-ex-splash /my/pictures/something.png

OPTIONS

The command line options are

--time=SECONDS

The time to show the splash. The default is 0.75 second.

--display=DPY

Usual Gtk2 option to set the X display to use. The default is the DISPLAY environment variable.

--help

Print some brief help information.

--version

Print the program version number and exit.

ENVIRONMENT VARIABLES

DISPLAY

The X display to use.

SEE ALSO

Gtk2::Ex::Splash

HOME PAGE

http://user42.tuxfamily.org/gtk2-ex-splash/index.html

LICENSE

Copyright 2011, 2017, 2019 Kevin Ryde

Gtk2-Ex-Splash is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version.

Gtk2-Ex-Splash is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Gtk2-Ex-Splash. If not, see <http://www.gnu.org/licenses/>.