Bug 7306
| Summary: | No Red Hat logo | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Skontorp, Karl-Martin <kskontor> |
| Component: | gdm | Assignee: | Michael Fulbright <msf> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.1 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 1999-12-03 19:41:00 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: | |||
|
Description
Skontorp, Karl-Martin
1999-11-24 21:36:21 UTC
In the /etc/X11/gdm/Init/Default script, the following test if performed:
# only set the background if the xsri program is installed
if [ -x /usr/bin/xsri ]; then
/usr/bin/xsri -geometry +5+5 -avoid 300x250 -keep-aspect \
/usr/share/pixmaps/redhat/redhat-transparent.png
fi
Could you confirm that the files
/usr/bin/xsri
/usr/share/pixmaps/redhat/redhat-transparent.png
exist on your system?
The package xsri is not installed. So that should explain the missing logo. Don't know why this wasn't included in the install. Maybe I didn't select it or deselected it under the installation... |