Bug 175177
Summary: | splash screen hides console login dialog with java 1.5 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Retired] 389 | Reporter: | jay dwyer <jason.dwyer> | ||||||
Component: | Directory Console | Assignee: | Nathan Kinder <nkinder> | ||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Viktor Ashirov <vashirov> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | 1.0 | CC: | nkinder | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | i386 | ||||||||
OS: | Linux | ||||||||
Whiteboard: | 1.0.2 | ||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2015-12-07 17:08:13 UTC | Type: | --- | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Bug Depends On: | |||||||||
Bug Blocks: | 183369 | ||||||||
Attachments: |
|
Description
jay dwyer
2005-12-07 11:27:33 UTC
Yeah, unfortunately there is a window ordering problem - the logo/splash screen is on top of the login screen. Try this: ./startconsole -x nologo makes sense, might check out the source and see if i cant provide a patch.. maybe a note somewhere about only jre 1.4.2 at this stage? cheers, jd I think jre 1.5 will work fine if you use ./startconsole -x nologo We'll add this to the FAQ If you are a Java programmer, please take a look at http://directory.fedora.redhat.com/wiki/BuildingConsole and http://cvs.fedora.redhat.com/viewcvs/console/src/com/netscape/management/client/console/Console.java?root=dirsec&rev=1.4&view=auto I log into the server via ssh -X and I had the problem of the window being invisible. Using another X server, In this case X Darwin would normally only show the logo. Fixed this with and -nolog option and found that the main window was nearly off the screen. Pulled it back and all was well Created attachment 124450 [details]
CVS Diffs
These changes ensure that the login dialog is placed on top of the splash
screen in both Java 1.4 and 1.5.
Created attachment 124464 [details]
CVS Commit
Checked into console (HEAD). Reviewed by Rich, Noriko, and Pete.
It seem to pop up on top now. verified aginst: 1195517861 redhat-ds-base-8.0.0-11.el5dsrv Mon Nov 19 2007 1195517864 redhat-ds-admin-8.0.0-1.15.el5dsrv Mon Nov 19 2007 1195517865 redhat-ds-console-8.0.0-8.el5dsrv Mon Nov 19 2007 1195517866 redhat-admin-console-8.0.0-9.el5dsrv Mon Nov 19 2007 |