diff options
author | monsta <[email protected]> | 2016-11-30 22:08:37 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-30 22:35:56 +0300 |
commit | d62da96bdf2aff605fb338b19c2f729dfaca93b4 (patch) | |
tree | 3602612e64e77ef10b7b85d887a56618fcb91158 /plugins/fullscreen/fullscreen.plugin.desktop.in | |
parent | 5ee13bce9f5c4672d24006be64790bd206b68319 (diff) | |
download | eom-d62da96bdf2aff605fb338b19c2f729dfaca93b4.tar.bz2 eom-d62da96bdf2aff605fb338b19c2f729dfaca93b4.tar.xz |
plugins: make them actually recognized and loaded by eom
- use *.plugin extension instead of *.eom-plugin
- use "Plugin" section name instead of "Eom Plugin"
mostly adapted from:
https://git.gnome.org/browse/eog/commit/?id=40bedbf33812e65f4a8e79691b1fadfaace94035
https://git.gnome.org/browse/eog/commit/?id=af184104018f36272ff8e49012c52d503f48eae7
Diffstat (limited to 'plugins/fullscreen/fullscreen.plugin.desktop.in')
-rw-r--r-- | plugins/fullscreen/fullscreen.plugin.desktop.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/fullscreen/fullscreen.plugin.desktop.in b/plugins/fullscreen/fullscreen.plugin.desktop.in new file mode 100644 index 0000000..12d2cb8 --- /dev/null +++ b/plugins/fullscreen/fullscreen.plugin.desktop.in @@ -0,0 +1,9 @@ +[Plugin] +Module=fullscreen +IAge=2 +_Name=Fullscreen with double-click +Icon=view-fullscreen +_Description=Activate fullscreen mode with double-click +Authors=Lucas Rocha <[email protected]> +Copyright=Copyright © 2007 Lucas Rocha +Website=http://www.mate-desktop.org/ |