Sponsored Content
Operating Systems Solaris Trap signal on Window Manager "X" button clicked? Post 302530063 by HandsOGold on Sunday 12th of June 2011 05:51:24 PM
Old 06-12-2011
thank you achenle, sounds exactly right... after playing with wxApp's OnExit, OnFatalException and others (app is built on wxWidgets)... no success getting an event so the app can clean up...

does anyone have a simple example of a wxWidget or X application that can detect the launching x terminal's death? If so, then I can fit that into the wxWidget app...

Before I started playing with the wxApp methods I was getting a message that may provide more clues. It's at the bottom.

thanks again for your help!! Jim


Trapped stdout and stderr when killing the X terminal that launches the wxWidgets app (hitting the 'X' window mgmt button):
X connection to localhost:11.0 host broken (explicit kill or server shutdown)
Gdk-ERROR **: X connection to localhost:11.0 broken (explicit kill or server shutdown).


 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

"trap" password expiration message

The majority of the users on our system are "captured" users where they log into script that is launched via their .profile. The password expiration message flashes by very quickly before they get the "menu" portion of the script to continue. Other than a sleep at scripts startup to slow... (2 Replies)
Discussion started by: MizzGail
2 Replies

2. Linux

By angle-brackets/"pipe" button doesn't work?

How can I configure it? I have a swedish keyboard with swedish keyboard setting. Everything works perfectly (едц) except that button. What can be wrong? /Richard ++ NOTE: It seems like the computer notices the input but that the button isn't assigned to anything (the keyboard-cursor stops).... (1 Reply)
Discussion started by: riwa
1 Replies

3. UNIX and Linux Applications

A question/problem about oracle "tns listener" and "enterprise manager"

hi, I have * an IBM P550 machine, * an AIX 5.3 running on it and * an oracle database, already installed on it. The problem (or question of my own) is: Oracle tns listener, "CT_LISTENER", and the enterprise manager (EM) of the instance, which is uniq instance and called... (0 Replies)
Discussion started by: talipk
0 Replies

4. UNIX for Advanced & Expert Users

A question/problem about oracle "tns listener" and "enterprise manager"

hi, I have a problem about the Oracle related components. I'm not able to find any answer yet, and waiting for your responses... Here is the configuration of my system: * an IBM P550 machine, * an AIX 5.3 running on it and * an oracle database, already installed on it. The problem (or... (1 Reply)
Discussion started by: talipk
1 Replies

5. Shell Programming and Scripting

unix "trap" command behaviour

Hi I am using "trap" command in my script to prevent the user from running Ctrl-C during the its execution. My script creates number of children processes which in turn create some children processes as well during the execution. When user / tester tries to run Ctrl-C, the parent process is... (1 Reply)
Discussion started by: aoussenko
1 Replies

6. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

7. Shell Programming and Scripting

Trap triggered by "wrong parenthesizes" ?

I have following traps(s) in my code Line 913 triggers one of the traps with parenthesizes around (case-insensitive). Checked by removing them. Since it is a text I do not mind removing the offending () . But why it triggers both traps ? PS Where does the "bad" in trap... (0 Replies)
Discussion started by: annacreek
0 Replies

8. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies
AEWM(1x)																  AEWM(1x)

NAME
aewm - An Exiguous Window Manager SYNOPSIS
aewm [options...] DESCRIPTION
aewm is an X11 window manager with very few features. It draws a small titlebar above top-level windows, allows you to manipulate them with the mouse, and starts other programs when the root window is clicked. That's also about all it does, so don't expect anything nifty. The titlebar contains a small box in the upper right corner. Clicking the 1st, 2nd, or 3rd buttons on the main area of the titlebar will raise, move, or lower the window, respectively. Clicking on the box will respectively hide, resize, or close the window. By default, clicking on the root window with button 1 will run aemenu(1x), and button 3 will start a new xterm(1x), and and button 2 will run aemenu --switch. aemenu (or another equivalent program) is required to unhide hidden windows; aewm does not do this itself. OPTIONS
--config file, -rc file Read configuration options from file. This overrides options which precede it in the command line. --font xfld, -fn xfld Draw window titles using the font defined by xfld. --bgcolor color, -bg color Set the background color of window frames. --fgcolor color, -fg color Set the foreground color of window frames. --bdcolor color, -bd color Set the color of window borders. --bdwidth width, -bw width Draw window borders width pixels wide. --padding width, -p width Draw width pixels of space between window borders and window titles. --new1 command, -1 cmd Run command when button 1 is clicked on the root window. --new2 command, -2 cmd Run command when button 2 is clicked on the root window. --new3 command, -3 cmd Run command when button 3 is clicked on the root window. --help, -h Print a short help message to stdout and exit. --version, -v Print version information to stdout and exit. ENVIRONMENT
DISPLAY Sets which X display will be managed by aewm. SEE ALSO
aeclients(1x), X(7), The Inter-Client Communication Conventions Manual (from the X11R6 documentation). AUTHOR
Decklin Foster <decklin@red-bean.com> AEWM(1x)
All times are GMT -4. The time now is 04:02 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy