We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5049972 commit d37d151Copy full SHA for d37d151
states/workshops/files/surfschein.desktop
@@ -0,0 +1,8 @@
1
+[Desktop Entry]
2
+Name=Surfschein
3
+Comment=Mache deinen Internet-ABC Surfschein
4
+Exec=firefox --kiosk https://internet-abc.de/surfschein-quiz/
5
+Icon=emblem-xapp-favorite
6
+Terminal=false
7
+Type=Application
8
+Categories=Education;Game;
states/workshops/surfschein2025.sls
@@ -0,0 +1,4 @@
+/usr/share/applications/surfschein.desktop:
+ file.managed:
+ - source: salt://workshop/files/surfschein.desktop
+ - mode: "0444"
0 commit comments