3 showstopper bugs for 4.7 release

2011-06-21 Thread Marco Martin
Hi all, i just notice in my master build 3 rather serious bugs that really need to be fixed prior 4.7 release since they are pretty bad regressions, first step i would like if anybody else experiences those or are just evil wood elves in my setup: * notification icon in the systray

Re: 3 showstopper bugs for 4.7 release

2011-06-21 Thread Vitor Boschi
* taskbar screw ups: after opening and closing many windows, there are empty spots in the taskbar, so probably something dangling from libtaskmanager This one is not a regression, but a long standing bug [1]. I still experience this on 4.6.3, but couldn't figure how to reliably reproduce

Re: 3 showstopper bugs for 4.7 release

2011-06-21 Thread Shantanu Tushar Jha
Hi Marco, no ideas on how to fix it, but here are my observations (I run updated KDE from git) On Tue, Jun 21, 2011 at 5:23 PM, Marco Martin notm...@gmail.com wrote: Hi all, i just notice in my master build 3 rather serious bugs that really need to be fixed prior 4.7 release since they are

Re: 3 showstopper bugs for 4.7 release

2011-06-21 Thread Sebastian Kügler
On Tuesday, June 21, 2011 14:13:27 Shantanu Tushar Jha wrote: * notification icon in the systray disappearing: sometimes it disappears from the systray and is not even available from the widget explorer as well Happened to me once (vanished from systray, didnt check widget explorer), very

[plasma-mobile] applets/notifications: fix desktop file overwrite notifications from kde-workspace

2011-06-21 Thread Sebastian Kügler
Git commit fc4c51a5b7479b876f492b873800c70d4beb4d06 by Sebastian Kügler. Committed on 21/06/2011 at 18:25. Pushed by sebas into branch 'master'. fix desktop file overwrite notifications from kde-workspace The .desktop file installed overwrites the .desktop file for notifications that is

Re: 3 showstopper bugs for 4.7 release

2011-06-21 Thread Sebastian Kügler
On Tuesday, June 21, 2011 19:27:13 Marco Martin wrote: Alright, found and fixed it. It was actually not a problem in our released packages, but in plasma-mobile/applets/notifications (which holds a mobile version for the notifications). This guy would overwrite kde-workspace's

Re: 3 showstopper bugs for 4.7 release

2011-06-21 Thread todd rme
On Tue, Jun 21, 2011 at 6:28 PM, Sebastian Kügler se...@kde.org wrote: On Tuesday, June 21, 2011 17:57:05 Sebastian Kügler wrote: On Tuesday, June 21, 2011 14:13:27 Shantanu Tushar Jha wrote: * notification icon in the systray disappearing: sometimes it disappears from the systray and is not

Notify of hovering over icon widget

2011-06-21 Thread Viranch Mehta
Hi, I've reached a use case where I need a signal to be generated in QML when an IconWidget is hovered. I don't see one implemented. I was thinking of doing the same in kdelibs and was looking for feedback. Also, whether I should do it in master or elsewhere. Viranch