From Fedora Project Wiki

(and... whoops again.)
(Follow the given format, and use markup properly)
Line 18: Line 18:
== Common Issues ==
== Common Issues ==


<!-- Example issue
<!-- *** FOLLOW THIS FORMAT FOR ALL ENTRIES PLEASE. ***
{{Anchor|Issue-Foo}}
{{Anchor|Issue-Foo}}
=== Issue Foo (example) ===
=== Issue Foo (example) ===
Line 31: Line 31:
The GNOME session management subsystem is being completely rewritten (see [http://live.gnome.org/SessionManagement/GnomeSession this page] and [http://live.gnome.org/SessionManagement/NewGnomeSession this page]), so this particular feature is in flux right now.  [http://blogs.sun.com/mattman/entry/gnome_2_24_session_save1 This blog entry] discusses a helpful workaround.
The GNOME session management subsystem is being completely rewritten (see [http://live.gnome.org/SessionManagement/GnomeSession this page] and [http://live.gnome.org/SessionManagement/NewGnomeSession this page]), so this particular feature is in flux right now.  [http://blogs.sun.com/mattman/entry/gnome_2_24_session_save1 This blog entry] discusses a helpful workaround.


=== Xfce Window Manager/Window Manager Tweaks don't work ===
=== Xfce Window Manager and Window Manager Tweaks broken ===
<small>[[Common F10 bugs#Xfce_Window_Manager_and_Window_Manager_Tweaks_broken | link to this item]] - [https://bugzilla.redhat.com/show_bug.cgi?id=471927 Bugzilla: 471927]</small>


Due to a gtk2 bug in F10, the Xfce settings manager settings tools for "Window Manager" and "Window Manager Tweaks" may give the following error:
Due to a {{{gtk2}}} bug in F10, the Xfce tools for "Window Manager" and "Window Manager Tweaks" may give the following error:


"These settings cannot work with your current window manager (imsetting-xim)"
"These settings cannot work with your current window manager (imsetting-xim)"


To work around this issue, you can: "yum remove imsettings" and restart.
To work around this issue, run the following command in a terminal, and then restart:
<pre>su -c 'yum remove imsettings'</pre>
See bug: [[ https://bugzilla.redhat.com/show_bug.cgi?id=471927 ]] for more info.


== References ==
== References ==

Revision as of 17:13, 20 November 2008

Fedora 10 - Common Bugs and Known Issues

This page documents common bugs in Fedora 10 and, if available, fixes or workarounds for these problems. If you find your problem in this page, do not file a bug for it. Where appropriate, a reference to the current bug(s) in Bugzilla is included.


My Bug Is Not Listed

Not every bug is listed in this page. You can use bugzilla queries in the bottom of this page for that. We have collected this based on commonly discussed issues in our mailing lists and forums. If you believe any particular bug report is missed out here and if you have wiki access, add it this page or contact Rahul Sundaram with the bugzilla report number explaining why you believe that particular report qualifies as a common issue.

Common Issues

GNOME session saving broken

link to this item - Bugzilla: 465321 and GNOME Bugzilla: 552387

The GNOME session management subsystem is being completely rewritten (see this page and this page), so this particular feature is in flux right now. This blog entry discusses a helpful workaround.

Xfce Window Manager and Window Manager Tweaks broken

link to this item - Bugzilla: 471927

Due to a {{{gtk2}}} bug in F10, the Xfce tools for "Window Manager" and "Window Manager Tweaks" may give the following error:

"These settings cannot work with your current window manager (imsetting-xim)"

To work around this issue, run the following command in a terminal, and then restart:

su -c 'yum remove imsettings'

References