|
Bugzilla – Full Text Bug Listing |
| Summary: | Kupdateapplet pop ups on the top of desktop | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.1 | Reporter: | Rastislav Krupansky <rastislav.krupansky> |
| Component: | KDE4 Applications | Assignee: | 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 |
||
Created attachment 252045 [details]
snapshot2
In KDE 4.2 system notification will pop-up from system tray. 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 & ) ) );
This fix needs kde 4.2. Please reopen this bug if notifications don't work on kde 4.2. |
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.