[plasmashell] [Bug 357652] Notification popup don't appear if panel is in "Auto Hide" or "Windows Can Cover" mode

2016-01-07 Thread Rog131 via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357652

Rog131  changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #1 from Rog131  ---
At here, the notification is shown very briefly:

When capturing the screen with the ffmpeg & framerate 30 the notification is
shown only in one frame. Notification is shown at the left top corner

Full: http://i.imgur.com/CKuUWMe.jpg
Partial: http://i.imgur.com/7MHFjSU.png

Should be at the left low corner - Auto Hide disabled:
http://i.imgur.com/UERw0Dd.png

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 357652] Notification popup don't appear if panel is in "Auto Hide" or "Windows Can Cover" mode

2016-01-07 Thread Raghavendra kamath via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357652

--- Comment #2 from Raghavendra kamath  ---
yes , on closer look, as Rog131 said they appear very briefly sometimes

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 357652] Notification popup don't appear if panel is in "Auto Hide" or "Windows Can Cover" mode

2016-01-07 Thread Martin Klapetek via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357652

Martin Klapetek  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #3 from Martin Klapetek  ---
Thanks for the report

Are you able to test patches/run version from git?

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 357652] Notification popup don't appear if panel is in "Auto Hide" or "Windows Can Cover" mode

2016-01-07 Thread Martin Klapetek via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357652

Martin Klapetek  changed:

   What|Removed |Added

 Status|NEEDSINFO   |CONFIRMED
 Resolution|WAITINGFORINFO  |---
 Ever confirmed|0   |1

--- Comment #4 from Martin Klapetek  ---
Actually now I can reproduce it. Investigating.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 357652] Notification popup don't appear if panel is in "Auto Hide" or "Windows Can Cover" mode

2016-01-07 Thread Martin Klapetek via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357652

--- Comment #5 from Martin Klapetek  ---
Ok I have a fix that you can easily test yourself.

Open Konsole and type this:

sudo kate
/usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/Notifications.qml

...enter your own password and that should open kate with the file.

In the file, towards the bottom around line 185, locate the line that has

"NotificationsHelper {"

and replace the whole NotificationsHelper block (from the line with "{" to the
line with "}") with this block:

NotificationsHelper {
id: notificationPositioner
popupLocation: plasmoid.nativeInterface.screenPosition

Component.onCompleted: {
   
notificationPositioner.setPlasmoidScreenGeometry(plasmoid.nativeInterface.availableScreenRect);
}
}

Then just save it, press alt+space to run krunner and type "kquitapp5
plasmashell && plasmashell"
to restart Plasma. Everything should now work.

If you could confirm, that would be ace.

-- 
You are receiving this mail because:
You are watching all bug changes.