Manuel-Kehl / Go-For-It

A stylish to-do list with built-in productivity timer. NOTE: all contributions should go to Jonathan Moerman's fork because this is where active development is taking place: https://github.com/JMoerman/Go-For-It
http://manuel-kehl.de/projects/go-for-it/
GNU General Public License v3.0
516 stars 51 forks source link

Put the "About" link as a .desktop action #6

Closed danirabbit closed 9 years ago

danirabbit commented 9 years ago

In Freya, we're standardizing on About dialogs as a right-click option in the dock. This can be done by specifying an action in your .desktop.

Check out http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#extra-actions or look into the source of one of our apps for more info :)

Manuel-Kehl commented 9 years ago

Thanks for the hint!