Compare commits
6 commits
fdc44b8a6d
...
61833201cb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
61833201cb | ||
|
|
998bcb515a | ||
|
|
ad9c0e7243 | ||
|
|
e83616292f | ||
|
|
62f2ac58f4 | ||
|
|
34fbb44b22 |
4 changed files with 682 additions and 683 deletions
1332
inventory.yml
1332
inventory.yml
File diff suppressed because it is too large
Load diff
|
|
@ -63,7 +63,7 @@
|
||||||
- role: lmn_localhome
|
- role: lmn_localhome
|
||||||
when: localhome
|
when: localhome
|
||||||
- role: lmn_localuser
|
- role: lmn_localuser
|
||||||
when: localuser
|
when: localuser|bool
|
||||||
- role: lmn_exam
|
- role: lmn_exam
|
||||||
when: exam_mode
|
when: exam_mode
|
||||||
- role: lmn_wlan
|
- role: lmn_wlan
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ fi
|
||||||
patch="
|
patch="
|
||||||
--- a/$file
|
--- a/$file
|
||||||
+++ b/$file
|
+++ b/$file
|
||||||
@@ -98,9 +98,45 @@
|
@@ -98,9 +98,33 @@
|
||||||
<isSystemItem>true</isSystemItem>
|
<isSystemItem>true</isSystemItem>
|
||||||
</metadata>
|
</metadata>
|
||||||
</info>
|
</info>
|
||||||
|
|
@ -66,18 +66,6 @@ $HOMEONSERVER
|
||||||
+ <isSystemItem>true</isSystemItem>
|
+ <isSystemItem>true</isSystemItem>
|
||||||
+ </metadata>
|
+ </metadata>
|
||||||
+ </info>
|
+ </info>
|
||||||
+ </bookmark>
|
|
||||||
+ <bookmark href=\"file:///lmn/media/$USER/nextcloud\">
|
|
||||||
+ <title>Nextcloud</title>
|
|
||||||
+ <info>
|
|
||||||
+ <metadata owner=\"http://freedesktop.org\">
|
|
||||||
+ <bookmark:icon name=\"folder-cloud\"/>
|
|
||||||
+ </metadata>
|
|
||||||
+ <metadata owner=\"http://www.kde.org\">
|
|
||||||
+ <ID>$IDENTITY/${NUM3}</ID>
|
|
||||||
+ <isSystemItem>true</isSystemItem>
|
|
||||||
+ </metadata>
|
|
||||||
+ </info>
|
|
||||||
+ </bookmark>
|
+ </bookmark>
|
||||||
<bookmark href=\"remote:/\">
|
<bookmark href=\"remote:/\">
|
||||||
<title>Network</title>
|
<title>Network</title>
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,6 @@
|
||||||
- elpa-magit
|
- elpa-magit
|
||||||
- emacs
|
- emacs
|
||||||
- filezilla
|
- filezilla
|
||||||
- freeplane
|
|
||||||
- git
|
- git
|
||||||
- git-cola
|
- git-cola
|
||||||
- gitg
|
- gitg
|
||||||
|
|
@ -82,7 +81,7 @@
|
||||||
- unison-gtk
|
- unison-gtk
|
||||||
- w3m
|
- w3m
|
||||||
- wireshark
|
- wireshark
|
||||||
- zulucrypt-gui
|
# - zulucrypt-gui ## no longer in trixie
|
||||||
autoremove: true
|
autoremove: true
|
||||||
state: latest
|
state: latest
|
||||||
environment:
|
environment:
|
||||||
|
|
@ -162,6 +161,16 @@
|
||||||
dest: /usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/fvs-config.js
|
dest: /usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/fvs-config.js
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
|
|
||||||
|
- name: Configure default KDE applications
|
||||||
|
ansible.builtin.blockinfile:
|
||||||
|
path: /etc/xdg/mimeapps.list
|
||||||
|
create: true
|
||||||
|
mode: '0644'
|
||||||
|
block: |
|
||||||
|
[Default Applications]
|
||||||
|
x-scheme-handler/http=firefox-esr.desktop;
|
||||||
|
x-scheme-handler/https=firefox-esr.desktop;
|
||||||
|
x-scheme-handler/mailto=thunderbird.desktop;
|
||||||
|
|
||||||
- name: Configure some KDE aspects
|
- name: Configure some KDE aspects
|
||||||
ansible.builtin.blockinfile:
|
ansible.builtin.blockinfile:
|
||||||
|
|
@ -170,10 +179,10 @@
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
block: |
|
block: |
|
||||||
[KDE]
|
[KDE]
|
||||||
SingleClick=false
|
#SingleClick=false
|
||||||
|
|
||||||
[KDE Action Restrictions][$i]
|
[KDE Action Restrictions][$i]
|
||||||
action/start_new_session=false
|
#action/start_new_session=false
|
||||||
#action/switch_user=false
|
#action/switch_user=false
|
||||||
#action/lock_screen=false
|
#action/lock_screen=false
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue