[plasmashell] [Bug 381244] Notifications are not dismissed when clicked on

2017-11-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=381244

--- Comment #6 from andydecle...@gmail.com ---
In case anyone ends up here needing a method to close the notification without
superfine motor skills, I'm using a custom global shortcut to trigger this
script:

#!/bin/sh
x=$(xdotool getmouselocation | cut -f 1 -d ' ' | cut -f 2 -d ':')
y=$(xdotool getmouselocation | cut -f 2 -d ' ' | cut -f 2 -d ':')
xdotool mousemove 1865 110
xdotool click 1
xdotool mousemove $x $y

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

[plasmashell] [Bug 381244] Notifications are not dismissed when clicked on

2017-06-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=381244

--- Comment #5 from andydecle...@gmail.com ---
To mitigate the frustration introduced by this change, is there an existing way
to dismiss notifications with the keyboard?

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

[plasmashell] [Bug 381244] Notifications are not dismissed when clicked on

2017-06-15 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=381244

Kai Uwe Broulik  changed:

   What|Removed |Added

  Flags||VisualDesign+

--- Comment #4 from Kai Uwe Broulik  ---
Interesting idea. I think OS X also places a dedicated full height "Close"
button there instead of a tiny X. Visual design group is currently redesigning
notification, I'll ask them to improve usability a bit in this area. Thanks.

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

[plasmashell] [Bug 381244] Notifications are not dismissed when clicked on

2017-06-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=381244

andydecle...@gmail.com changed:

   What|Removed |Added

 CC||andydecle...@gmail.com

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

[plasmashell] [Bug 381244] Notifications are not dismissed when clicked on

2017-06-15 Thread Nikolaos Kakouros
https://bugs.kde.org/show_bug.cgi?id=381244

--- Comment #3 from Nikolaos Kakouros  ---
Is there a possibility to make the dismiss button much larger for usability
reasons? I attached an image showing a redesign of the download panel of
firefox. It used to have "action" buttons (eg open folder) similar to the red x
button plasma has in the notifications. They changed it to a much larger
rectangular area.

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

[plasmashell] [Bug 381244] Notifications are not dismissed when clicked on

2017-06-15 Thread Nikolaos Kakouros
https://bugs.kde.org/show_bug.cgi?id=381244

--- Comment #2 from Nikolaos Kakouros  ---
Created attachment 106117
  --> https://bugs.kde.org/attachment.cgi?id=106117=edit
firefox download panel

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

[plasmashell] [Bug 381244] Notifications are not dismissed when clicked on

2017-06-15 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=381244

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #1 from Kai Uwe Broulik  ---
That's intentional. Clicking the notification will now invoke the default
action if there is one. Granted, we don't use it that often yet but 3rd party
apps happily do so. If there isn't, it will not do anything, to avoid confusion
(actioning vs just closing).

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