Here's my Terminal Output from checking my Gnome Settings. I just used Ailurus to change my settings and then ran the command just to see what my System would show...
don@RedBlackBioStar /$ gconftool-2 -R /desktop/gnome/session
required_components_list = [windowmanager,panel,filemanager]
max_idle_time = 120
default_session = [gnome-settings-daemon]
idle_delay = 60
max_idle_action =
/desktop/gnome/session/required_components:
filemanager = nautilus
windowmanager = metacity
panel = gnome-panel
don@RedBlackBioStar /$
Don
Metacity or Gnome Window Manager is broken [Archive] - FedoraForum.org
View Full Version : Metacity or Gnome Window Manager is broken
bloodsugarwilks
3rd March 2010, 03:22 PM
This is a good one and extra kudos to anyone who can help me resolve it:
On a whim I installed an alternative Window manager for my Fedora 12 install called Enlightenment (http://www.enlightenment.org/) from here:
http://prdownloads.sourceforge.net/enlightenment/e16-1.0.2-1.fc11.i386.rpm?download
I logged out of my Gnome session and logged in using e16 which is the window manager. I thought it was awful. I logged out, and logged back in under Gnome. Then I uninstalled the package using:
# rpm -e <packagename>
I then logged back out and even attempted to reboot my machine and whenever I log into my normal desktop now, the windows surrounding applications are gone. For example the window border that contains the ability to drag the window or minimize, maximize and close are gone.
I figured out a very undesirable workaround by adding the command "metacity --replace" to my startup applications.
I am wondering if anyone can help me get the system (Metacity and/or whatever the gnome window manager is) back to working order.
Thoughts? Do you need more info?
On a whim I installed an alternative Window manager for my Fedora 12 install called Enlightenment (http://www.enlightenment.org/) from here:
http://prdownloads.sourceforge.net/enlightenment/e16-1.0.2-1.fc11.i386.rpm?download
I logged out of my Gnome session and logged in using e16 which is the window manager. I thought it was awful. I logged out, and logged back in under Gnome. Then I uninstalled the package using:
# rpm -e <packagename>
I then logged back out and even attempted to reboot my machine and whenever I log into my normal desktop now, the windows surrounding applications are gone. For example the window border that contains the ability to drag the window or minimize, maximize and close are gone.
I figured out a very undesirable workaround by adding the command "metacity --replace" to my startup applications.
I am wondering if anyone can help me get the system (Metacity and/or whatever the gnome window manager is) back to working order.
Thoughts? Do you need more info?
Skipping on down to the fix that worked...
Dies
3rd March 2010, 07:15 PM
Could you please post the output from
gconftool-2 -R /desktop/gnome/session
gconftool-2 -R /desktop/gnome/session
bloodsugarwilks
3rd March 2010, 07:18 PM
Could you please post the output from
gconftool-2 -R /desktop/gnome/session
gconftool-2 -R /desktop/gnome/session
required_components_list = [windowmanager,panel,filemanager]
default_session = [gnome-settings-daemon]
idle_delay = 5
/desktop/gnome/session/required_components:
filemanager = nautilus
windowmanager = e16
panel = gnome-panel
Wow.... looks like it is saying e16 still for some reason. Does a fix exist for this?
gconftool-2 -R /desktop/gnome/session
gconftool-2 -R /desktop/gnome/session
required_components_list = [windowmanager,panel,filemanager]
default_session = [gnome-settings-daemon]
idle_delay = 5
/desktop/gnome/session/required_components:
filemanager = nautilus
windowmanager = e16
panel = gnome-panel
Wow.... looks like it is saying e16 still for some reason. Does a fix exist for this?
Dies
3rd March 2010, 07:23 PM
Run
gconftool-2 -s -t string /desktop/gnome/session/required_components/windowmanager "metacity"
then confirm that the change was made by running the last command I gave you, if it was changed successfully go ahead and log out and back in.
If for some reason it didn't change then do
gconftool-2 --recursive-unset /desktop/gnome/session
gconftool-2 -s -t string /desktop/gnome/session/required_components/windowmanager "metacity"
then confirm that the change was made by running the last command I gave you, if it was changed successfully go ahead and log out and back in.
If for some reason it didn't change then do
gconftool-2 --recursive-unset /desktop/gnome/session
bloodsugarwilks
3rd March 2010, 07:45 PM
gconftool-2 -R /desktop/gnome/session required_components_list = [windowmanager,panel,filemanager]
default_session = [gnome-settings-daemon]
idle_delay = 5
/desktop/gnome/session/required_components:
filemanager = nautilus
windowmanager = metacity
panel = gnome-panel
This is what the output looks like now. It seems to have been fixed!
Thank you SO much. Kudos!
---------- Post added at 12:45 PM CST ---------- Previous post was at 12:35 PM CST ----------
Thanks again to everyone who contributed and a special thanks for Dies for letting me know how to reset the windowmanager.
I'm going to start teaching myself about GConfTool now!
default_session = [gnome-settings-daemon]
idle_delay = 5
/desktop/gnome/session/required_components:
filemanager = nautilus
windowmanager = metacity
panel = gnome-panel
This is what the output looks like now. It seems to have been fixed!
Thank you SO much. Kudos!
---------- Post added at 12:45 PM CST ---------- Previous post was at 12:35 PM CST ----------
Thanks again to everyone who contributed and a special thanks for Dies for letting me know how to reset the windowmanager.
I'm going to start teaching myself about GConfTool now!
va9709
4th April 2010, 08:15 PM
Thank you very much for bloodsugarwilks and of course Dies. Gnome Desktop has been fixed and the really boring condition has gone. Thanks again...
Go there and read whole post...
http://forums.fedoraforum.org/archive/index.php/t-241590.html
Don
No comments:
Post a Comment