Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Registreren
Inloggen
ka
/
ansible-role-simple-desktop
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Pull-aanvragen
0
Publicaties
0
Wiki
Activiteit
Bladeren bron
fix kitaplus
master
Markus Brechtel
6 jaren geleden
bovenliggende
0aa7e5821d
commit
35b34dc544
3 gewijzigde bestanden
met
toevoegingen van 5
en
5 verwijderingen
Zij-aan-zij weergave
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/kitaplus.yaml
+3
-3
templates/kitaplus.desktop.j2
+1
-1
templates/xfce4-panel.xml.j2
+ 1
- 1
tasks/kitaplus.yaml
Bestand weergeven
@@ -2,7 +2,7 @@
- name: kitaplus icon
get_url:
url:
https://www.kitaplus.de/wp-content/uploads/2017/01/KiTa-Plus-Logo-Homepage.png
url:
"{{kita_plus_url}}/images/kitaplus_steine_16.png"
dest: /usr/share/icons/kitaplus.png
- name: kitaplus desktop file
+ 3
- 3
templates/kitaplus.desktop.j2
Bestand weergeven
@@ -1,7 +1,7 @@
[Desktop Entry]
Name=
kita-plus
Comment=Öffne Link zu
kita-plus
Exec=/usr/lib/firefox-esr/firefox-esr {{kita_plus_url}}
Name=
KiTaPLUS
Comment=Öffne Link zu
KiTaPLUS in Firefox ESR
Exec=/usr/lib/firefox-esr/firefox-esr {{kita_plus_url}}
/auth/login
Terminal=false
X-MultipleArgs=false
Type=Application
+ 1
- 1
templates/xfce4-panel.xml.j2
Bestand weergeven
@@ -2,7 +2,7 @@
{% set i = 13 %}
{% if kita_plus_url is defined %}
{% set application_starters = application_starters + ["kitplus"] %}
{% set application_starters = application_starters + ["kit
a
plus"] %}
{% endif %}
<channel name="xfce4-panel" version="1.0" locked="*" unlocked="{{kiosk_unlocked_users}}">
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan