Compare commits
No commits in common. "61833201cb75210f36589cedced4f90f0fabd5a4" and "fdc44b8a6d5bbfc9d98646cab21e24320e79cadf" have entirely different histories.
61833201cb
...
fdc44b8a6d
4 changed files with 683 additions and 682 deletions
1332
inventory.yml
1332
inventory.yml
File diff suppressed because it is too large
Load diff
|
|
@ -63,7 +63,7 @@
|
|||
- role: lmn_localhome
|
||||
when: localhome
|
||||
- role: lmn_localuser
|
||||
when: localuser|bool
|
||||
when: localuser
|
||||
- role: lmn_exam
|
||||
when: exam_mode
|
||||
- role: lmn_wlan
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ fi
|
|||
patch="
|
||||
--- a/$file
|
||||
+++ b/$file
|
||||
@@ -98,9 +98,33 @@
|
||||
@@ -98,9 +98,45 @@
|
||||
<isSystemItem>true</isSystemItem>
|
||||
</metadata>
|
||||
</info>
|
||||
|
|
@ -66,6 +66,18 @@ $HOMEONSERVER
|
|||
+ <isSystemItem>true</isSystemItem>
|
||||
+ </metadata>
|
||||
+ </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 href=\"remote:/\">
|
||||
<title>Network</title>
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
- elpa-magit
|
||||
- emacs
|
||||
- filezilla
|
||||
- freeplane
|
||||
- git
|
||||
- git-cola
|
||||
- gitg
|
||||
|
|
@ -81,7 +82,7 @@
|
|||
- unison-gtk
|
||||
- w3m
|
||||
- wireshark
|
||||
# - zulucrypt-gui ## no longer in trixie
|
||||
- zulucrypt-gui
|
||||
autoremove: true
|
||||
state: latest
|
||||
environment:
|
||||
|
|
@ -161,16 +162,6 @@
|
|||
dest: /usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/fvs-config.js
|
||||
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
|
||||
ansible.builtin.blockinfile:
|
||||
|
|
@ -179,10 +170,10 @@
|
|||
mode: '0644'
|
||||
block: |
|
||||
[KDE]
|
||||
#SingleClick=false
|
||||
SingleClick=false
|
||||
|
||||
[KDE Action Restrictions][$i]
|
||||
#action/start_new_session=false
|
||||
action/start_new_session=false
|
||||
#action/switch_user=false
|
||||
#action/lock_screen=false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue