gtk_window_set_title() not always working properly



I'm currently running into a problem where on two particular systems my gtk+
application window titles are all being set to "No Name".  I've only seen
this happen on two systems, a large number of systems running either solaris
or sunOS4.1.4 work just fine.  The mailing list archives make a reference to
this being something that is controled by the window manager, in this case
olwm.  Looking up the man page for olwm I found the following reference;

"DefaultTitle (string)
	Specifies the string to be used in the title bar of windows that
have not provided a string in the WM_NAME property.  Default value: No
Name."

Based on this description, it seems to me that gtk_window_set_title() is not
always working properly under olwm.  It appears that it only sometimes sets
WM_NAME properly.  Does anyone know of a patch or workaround for this
feature/bug?  Thanks in advance to those who reply.



				-- Stupid Genius

P.S.
I've also tried running the same application under CDE.  Again the only
systems which have a problem with the window titles are the same two that
give me "No Name" under olwm.  CDE on these systems sets all the window
titles to the application name instead of the programmed titles.  Does
anyone know if this is an X11 configuration problem?




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]