diff options
author | Simon Rettberg | 2018-09-06 14:39:06 +0200 |
---|---|---|
committer | Simon Rettberg | 2018-09-06 14:39:06 +0200 |
commit | 5fe5397bceb9e97b745e4640d2e4a41e42a6d8e3 (patch) | |
tree | a5ba68c2347643e01f970f850c1405dd6ffe9770 /core/modules/beamergui | |
parent | [pvs2] Fixes for addons (diff) | |
download | mltk-5fe5397bceb9e97b745e4640d2e4a41e42a6d8e3.tar.gz mltk-5fe5397bceb9e97b745e4640d2e4a41e42a6d8e3.tar.xz mltk-5fe5397bceb9e97b745e4640d2e4a41e42a6d8e3.zip |
[beamergui] Add PVS2 plugin
Diffstat (limited to 'core/modules/beamergui')
-rw-r--r-- | core/modules/beamergui/data/opt/openslx/pvs2/addons/40-beamergui | 5 | ||||
-rwxr-xr-x | core/modules/beamergui/data/opt/openslx/pvs2/showBeamergui.sh | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/core/modules/beamergui/data/opt/openslx/pvs2/addons/40-beamergui b/core/modules/beamergui/data/opt/openslx/pvs2/addons/40-beamergui new file mode 100644 index 00000000..700ba1ff --- /dev/null +++ b/core/modules/beamergui/data/opt/openslx/pvs2/addons/40-beamergui @@ -0,0 +1,5 @@ +[General] +exec=/opt/openslx/pvs2/showBeamergui.sh +caption=Beamer + Bildschirm konfigurieren +tooltip=GUI zum Ändern der Bildschirmkonfiguration öffnen +type=menu diff --git a/core/modules/beamergui/data/opt/openslx/pvs2/showBeamergui.sh b/core/modules/beamergui/data/opt/openslx/pvs2/showBeamergui.sh new file mode 100755 index 00000000..e17bbbc7 --- /dev/null +++ b/core/modules/beamergui/data/opt/openslx/pvs2/showBeamergui.sh @@ -0,0 +1,5 @@ +#!/bin/ash + +[ "$EVENT" = "clicked" ] || exit 0 + +exec beamergui -w |