Bug 444813

Summary: Kupdateapplet pop ups on the top of desktop
Product: [openSUSE] openSUSE 11.1 Reporter: Rastislav Krupansky <rastislav.krupansky>
Component: KDE4 ApplicationsAssignee: Thomas Göttlicher <tgoettlicher>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P3 - Medium CC: kde-maintainers
Version: Beta 5   
Target Milestone: ---   
Hardware: x86   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: snapshot1
snapshot2

Description Rastislav Krupansky 2008-11-13 20:43:36 UTC
Created attachment 252044 [details]
snapshot1

After log in Kupdateapplet pop ups on the opposite side of desktop. I think, it should be pop up near the icon of Kupdateapplet not on the top of the desktop.
attached snapshots
And the second issue is with icon of Find files/Folders. It freezes/paste (i don´t know how exactly to describe it)next to cursor.
Comment 1 Rastislav Krupansky 2008-11-13 20:44:21 UTC
Created attachment 252045 [details]
snapshot2
Comment 2 Stephan Binner 2008-11-15 17:32:43 UTC
In KDE 4.2 system notification will pop-up from system tray.
Comment 3 Stephan Binner 2008-11-18 14:31:52 UTC
On first look I would try:

--- src/updaterapplication.cpp  2008/11/18 14:30:27     1.1
+++ src/updaterapplication.cpp  2008/11/18 14:30:44
@@ -32,7 +32,7 @@
        _simple = new SimpleView( _logics );
        _main   = new MainWindow( _logics );
        _tray   = new TrayIcon( _logics );
-       _notify = new Notification( _logics, 0L );
+       _notify = new Notification( _logics, _tray->parentWidget() );

        connect ( this,         SIGNAL( pluginError( const QString & ) ),
                                                _logics, SLOT( slotPluginError( const QString & ) ) );
Comment 7 Thomas Göttlicher 2008-11-28 11:40:02 UTC
This fix needs kde 4.2. Please reopen this bug if notifications don't work on kde 4.2.