To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=70388 Issue #|70388 Summary|set a standard gtk prg name Component|gsl Version|OOo 2.0.4 Platform|PC URL| OS/Version|Linux Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|pl Reported by|cmc
------- Additional comments from [EMAIL PROTECTED] Fri Oct 13 02:04:40 -0700 2006 ------- gtk uses g_set_prgname to set the wmname of the app, we already use g_set_application_name to set our wmclass, similarly I'd like to use g_set_prgname to set our wmname, otherwise the default is to use the binary name used to launch OOo for this value. Using g_set_prgname will make the vclplug more consistent with the traditional one and give the same names for each plug. I have an ulterior motive of course, this prg name is the name reported to atk browsers as the root of the atk hierarchy, and we have a launch-time optimation in action which creates custom swriter.bin scalc.bin binaries as well as soffice.bin. So depending on whether OOo was originally launched as writer or calc the name of the atk hierarchy is different for us, and I'd like to keep my launch optimizaion but also have the same name here regardless of the binary name used to launch OOo. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
