GNOME Bugzilla – Bug 704435
media-keys: Add a binding to take a short screencast of the screen
Last modified: 2013-08-15 00:42:57 UTC
Now that we have a DBus API in gnome-shell, we can move the screencast binding over here.
Created attachment 249464 [details] [review] media-keys: Add a binding to take a short screencast of the screen
Review of attachment 249464 [details] [review]: Looks good. You'll need a separate patch to gnome-control-center if you want it to show up in the keyboard shortcuts panel. ::: plugins/media-keys/gsd-media-keys-manager.c @@ +1995,3 @@ + g_dbus_proxy_call (manager->priv->screencast_proxy, + "Screencast", + /* Translators: this is a filename used for screencast recording */ Can you give an example output? (eg. what do %d and %t correspond to in the C locale)
I should probably point out that this is practically the same as bug #700098. I'll coordinate with Florian about which one to go with. (In reply to comment #2) > Looks good. You'll need a separate patch to gnome-control-center if you want it > to show up in the keyboard shortcuts panel. Ah, yeah, I forgot that that wasn't automatic. > Can you give an example output? (eg. what do %d and %t correspond to in the C > locale) "Screencast from 07-17-2013 10:00:46 PM.webm" Date and time.
*** Bug 700098 has been marked as a duplicate of this bug. ***
(In reply to comment #3) > I should probably point out that this is practically the same as bug #700098. > I'll coordinate with Florian about which one to go with. Your patch is pretty much the same as his, but yours has the translated filename. > (In reply to comment #2) > > Looks good. You'll need a separate patch to gnome-control-center if you want it > > to show up in the keyboard shortcuts panel. > > Ah, yeah, I forgot that that wasn't automatic. > > > Can you give an example output? (eg. what do %d and %t correspond to in the C > > locale) > > "Screencast from 07-17-2013 10:00:46 PM.webm" Please add it to the translators comment. Good to go after that.
Attachment 249464 [details] pushed as 1ae70dc - media-keys: Add a binding to take a short screencast of the screen