After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 696200 - Screen record keyboard shortcut doesn't work when message tray is open
Screen record keyboard shortcut doesn't work when message tray is open
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
3.7.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-03-20 14:21 UTC by Yosef Or Boczko
Modified: 2013-04-07 19:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
recorder: Enable the keybinding for all modes (1.14 KB, patch)
2013-03-20 14:46 UTC, Florian Müllner
committed Details | Review

Description Yosef Or Boczko 2013-03-20 14:21:27 UTC
The keyboard shortcut Shift+Ctrl+Alt+R, for starting 
and ending a screen record, doesn't work when the 
message tray is open.

I am using git master.
OS: Arch Linux
Comment 1 Florian Müllner 2013-03-20 14:46:20 UTC
Created attachment 239361 [details] [review]
recorder: Enable the keybinding for all modes

There's not really a good reason to restrict the screen recorder
to normal mode and overview, so allow it for all keybinding modes.
Comment 2 drago01 2013-03-20 21:00:40 UTC
Review of attachment 239361 [details] [review]:

There is no reason to restrict it to overview and normal but allowing it for everything is wrong too (security issue for lock- and loginscreen as it can easily fill up the disk).
Comment 3 Florian Müllner 2013-03-20 22:33:41 UTC
(In reply to comment #2)
> (security issue for lock- and loginscreen as it can easily fill up the disk).

... except that the recorder is disabled entirely by the session mode in those cases :-)
Comment 4 drago01 2013-03-20 22:34:16 UTC
Review of attachment 239361 [details] [review]:

OK, fine then.
Comment 5 Florian Müllner 2013-04-07 19:15:38 UTC
Attachment 239361 [details] pushed as 1d72818 - recorder: Enable the keybinding for all modes

(Not really urgent for 3.8.1, but safe enough, so getting this off my list ...)