Bug 460552
| Summary: | gnome does not start with compiz at next login | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | sangu <sangu.fedora> |
| Component: | compiz | Assignee: | Kristian Høgsberg <krh> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | dcantrell, poelstra, wwoods |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 0.7.6-11.fc10 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-09-26 15:30:35 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: | 438943, 446449 | ||
|
Description
sangu
2008-08-28 15:24:36 UTC
Changed in 2.23.91-0.20080828.1.fc10.i386, again.
$ gconftool-2 --get /desktop/gnome/session/required-components/windowmanager
compiz
$ cat /usr/bin/gnome-wm | grep windowmanager
# If this is not set, we search a list of known windowmanagers and use
# /desktop/gnome/session/required-components/windowmanager
WINDOW_MANAGER=`gconftool-2 --get /desktop/gnome/session/required-components/windowmanager 2> /dev/null`
in gnome-session-2.23.92-1.fc10
$ cat /usr/bin/gnome-wm | grep windowmanager# If this is not set, we search a list of known windowmanagers and use
# /desktop/gnome/session/required_components/windowmanager
WINDOW_MANAGER=`gconftool-2 --get /desktop/gnome/session/required_components/windowmanager 2> /dev/null`
# Now create options OPT1, OPT2 and OPT3 based on the windowmanager used
#FIXME: add all other windowmanagers here with their proper options
$ gconftool-2 --get /desktop/gnome/session/required_components/windowmanager
compiz
Can you summarize exactly what the bug is here and what you think should be fixed? It is hard to tell how this bug should be triaged (In reply to comment #3) > Can you summarize exactly what the bug is here and what you think should be > fixed? > > It is hard to tell how this bug should be triaged default gconf windowmanger value was changed in new gnome-session version. Then, desktop-effects doen't use the gconf value.( current desktop-effects uses /apps/gnome-session/rh/window_manager.) ). So, although click "Enable desktop effects" button on dektop-effects, gnome doesn't start with compiz at next login. Thanks! that is much clearer. I think the summary should reflect your last sentence which is really the punch line :) I'll change it. |