Bug 84246

Summary: looping of project name on title bar
Product: [Applications] kdevelop Reporter: Rohith <rohithj>
Component: generalAssignee: kdevelop-bugs-null
Status: RESOLVED DUPLICATE    
Severity: crash    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: RedHat Enterprise Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description Rohith 2004-06-30 09:55:41 UTC
Version:            (using KDE KDE 3.2.3)
Installed from:    RedHat RPMs

After creating or opening a project, the project name, displayed on the kdevelop title bar keeps looping (adding the project name again and again ... getting bigger each time round ... iterating every second or so  ie.

		a)					someproject /home/username/someproject 
		b)			someproject someproject /home/username/someproject 
		c)		someproject someproject someproject /home/username/someproject

the absolute path itself does no repeat and it eventually pushed off ... Also ... text throughout the IDE (on menus, menu items, text on splash screen ... etc) all have characters randomlly highlighted in either green or red ... the IDE comsume's cpu cycles in 10/20% range even when just sitting there doing nothing ... Left for enough time the kdevelop gradually comsumes more and more memory ... 
 
notes:   i have no added plugins ... the first letter of the project name is always encapsulated in | bars ... i.e |p|rojectname ... |c|configapp  etc etc .. occasionally the application crashes ... but most of the time i simply just close it, coz it slows the system by eating cpu cycles ...
Comment 1 Maksim Orlovich 2004-06-30 14:59:26 UTC
Open kdeveloprc in a text editor, go to the [General] section and remove the widgetStyle key. And make sure your kdesdk module is up-to-date

*** This bug has been marked as a duplicate of 73672 ***