Bug#44029: [Konsole-devel] Bug#44029: is there a way to disable the close (x) button?
Waldo Bastian
bastian at kde.org
Mon Jun 17 22:06:49 UTC 2002
On Monday 17 June 2002 02:01 pm, pclathrop at yahoo.com wrote:
> Package: konsole
> Version: 1.0.2 (using KDE 3.0.0 )
> Severity: wishlist
> Installed from: RedHat RPMs
> Compiler: Not Specified
> OS: Linux
> OS/Compiler notes: Not Specified
>
> Hello My name is Paul and I work for a small company
> that has developed an application that will be used by
> non-linux savvy users.
>
> my question is:
>
> Is there a way to disable the 'x' or close button in
> Konsole?
The 'x' button sends a SIGHUP to the application running in konsole, which is
normally the shell. You can ignore SIGHUP in e.g. bash (the most commonly
used shell) with the following command:
trap '' SIGHUP
Cheers,
Waldo
--
bastian at kde.org | SuSE Labs KDE Developer | bastian at suse.com
(Complete bug history is available at http://bugs.kde.org/db/44/44029.html)
More information about the konsole-devel
mailing list