Bug 842106

Summary: taskbar taken over by applications
Product: [Fedora] Fedora Reporter: Jaison <jaisonb>
Component: xfce4-sessionAssignee: Kevin Fenzi <kevin>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: kevin, maxamillion
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-07-23 14:45:04 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jaison 2012-07-22 05:25:52 UTC
Description of problem: I'm running Fedora 17 64bit Xfce.

Just ran an update and rebooted.

Applications now take over the taskbar like in Mac. No min,max, or exit icons though and cant access application menu while the task bar is taken over. you can see it here https://www.dropbox.com/s/rroi3fj3gj...%3A28%20AM.png



Version-Release number of selected component (if applicable):


How reproducible:
Easily

Steps to Reproduce:
1. Yum update
2. reboot
3. log in and lauch a program.
  
Actual results:
Programs take over taskbar. Cant access aplication menu.

Expected results:


Additional info:

Comment 1 Kevin Fenzi 2012-07-22 05:30:20 UTC
Sounds like your window manager died and your session got saved without it. 

If you can get to a Terminal in your session run: 'xfwm4 --replace &' and see if things go back to normal. 

If you cannot get a terminal, you can clear your session by doing: 

rm ~/.cache/sessions/xfce-session*

from a text login (control-alt-f2) and then login again.

Comment 2 Jaison 2012-07-22 11:05:58 UTC
Was able to bring up Termminal and run: 'xfwm4 --replace &' but it just it only hanged there doing nothing.

Got into the text login and removed ~/.cache/sessions/xfce-session*

Started x and it resolved the issue.

Wasnt able to empty trash though so i had to make a black file and delete it then i was able to resume that function again through the interface.

Comment 3 Kevin Fenzi 2012-07-23 14:45:04 UTC
Yeah, so this is possibly the xfwm4 crash issue with multiple applications wishing to save on logout. ;( 

Upstream is aware of it and working on it, but has no fix as of now. 

Typically restarting xfwm4 or clearing your session gets things back into a good state. 

The problem occurs when you have multiple applications that all wish to put up a 'do you wish to save your changes before you quit' dialog. Xfwm4 gets confused and crashes, the session exits, but saves without a window manager. 

Sorry for the trouble, hopefully this will get fixed soon upstream...